BUGFIX: unhandled error conditions IntGdiCreateDC()
[reactos.git] / reactos /
2004-12-13 Royce Mitchell IIIBUGFIX: unhandled error conditions IntGdiCreateDC()
2004-12-13 Gregor AnichChanged half-verbose build output a bit:
2004-12-13 Royce Mitchell IIIBUGFIX: get rid of an incorrect ASSERT
2004-12-13 Thomas Bluemelrevert some of the changes i did to IntDestroyWindow()
2004-12-12 Thomas Bluemelunmark dirty windows on destruction so no painting...
2004-12-12 Filip Navara- Acquire the dispatcher lock in KeRevertToUserAffinity...
2004-12-12 Eric KohlReplace assert by ASSERT.
2004-12-12 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Thomas Bluemelinitialize the unhandled exception filter automatically
2004-12-12 Thomas Bluemelmake SetunhandledExceptionFilter() thread-safe
2004-12-12 Eric Kohl- Replace hive locks and hive list lock by a global...
2004-12-12 Royce Mitchell IIIBUGFIX: NtGdiGetDeviceCaps() called NtGdiEscape() with...
2004-12-12 Royce Mitchell IIIadd missing assertion
2004-12-12 Royce Mitchell IIIBUGFIX: MouseSafety does it's own parameter validation...
2004-12-12 Thomas Bluemel* Implement EnumDisplayDevicesA
2004-12-12 Royce Mitchell IIItesting reveals that source rect must be constrained...
2004-12-12 Thomas BluemelMessageBoxIndirectA() should check whether the MB_USERI...
2004-12-12 Hartmut Birr- Split KdInitSystem in two phases, to enable debug...
2004-12-12 Filip Navara*** empty log message ***
2004-12-12 Steven Edwardsadded .cvsignore
2004-12-12 Filip Navara- Remove -DCOBJMACROS from oleaut32 makefile.
2004-12-12 Thomas Bluemelfixed problems with mouse cursor handling
2004-12-12 Hartmut Birr- Fixed the definition of SYNCH_LEVEL.
2004-12-12 Hartmut Birr- Used the lock prefix on smp builds.
2004-12-12 Filip NavaraHans Leidekker <hans@it.vu.nl>
2004-12-12 Hartmut Birr- Improved KeBugCheckWithTf for smp machines.
2004-12-12 Hartmut Birr- Redefined OldIrql. It was lost while my code cleanup.
2004-12-12 Hartmut Birr- Replaced PiThreadLock with the dispatcher databae...
2004-12-12 Filip Navara- Reformulate comment.
2004-12-12 Filip Navara- Workaround infinite loop on loopback connect.
2004-12-12 Filip Navara- Don't call IntReleaseWindowObject with handle.
2004-12-12 Filip Navara- Fix compilation of non-DBG builds.
2004-12-12 Eric Kohl- Remove Wine-isms from advapi32 because it's a ReactOS...
2004-12-12 Filip Navara- Fix receiving of loopback packets.
2004-12-12 Steven EdwardsUpdate the Wine porting documentation.
2004-12-12 James TaborNeed -D__REACTOS__ in makefile for porting from wine.
2004-12-12 Thomas Bluemelaccidently committed this file, revert changes
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-12-11 Thomas Bluemeldon't leak resources
2004-12-11 Thomas Bluemelsilence some debug output
2004-12-11 Art YerkesFixed warnings of mismatched format and arg type.
2004-12-11 Art YerkesAdded double complete protection so that we never call...
2004-12-11 Filip Navara- Minor fixes to MenuGetRosMenuItemInfo.
2004-12-11 Steven Edwardsdisable 2 environ tests that fail under ros.
2004-12-11 Steven EdwardsDisable a cpp test. We need dbghelp support for name...
2004-12-11 Filip Navara- Fix yet another heap free error.
2004-12-11 Thomas Bluemel1. don't dispatch sent messages to windows during destr...
2004-12-11 Steven EdwardsAdded Wine msvcrt regression tests.
2004-12-11 Steven EdwardsWineism cleanup has started.
2004-12-11 Steven EdwardsRemove some of the unneeded internal headers in a furth...
2004-12-11 Steven Edwardsmsvcrt lock functions have been dewine-ifyed.
2004-12-11 Steven Edwardsde-wineifying parts of msvcrt.
2004-12-11 Steven Edwardsadd wrapper code for the VkKeyScan functions around
2004-12-11 Gregor AnichFix output of the build system for VERBOSE=yes, add...
2004-12-11 Filip Navara- Manage TCP ports using port set and dynamically assig...
2004-12-11 Steven Edwardsremove accctrl.h from include. The w32api version works...
2004-12-11 Gregor AnichAdd half-verbose output to build system and make it...
2004-12-11 Thomas BluemelRtlLargeIntegerArithmeticShift() shouldn't return unini...
2004-12-11 Filip Navara- Implement WSPGetSockName.
2004-12-11 Gé van Geldorp- Detect HDTV output
2004-12-11 Martin Fuchsupdate Doxyfile format
2004-12-11 Martin Fuchsenable new Doxygen option SHOW_DIRECTORIES
2004-12-11 Filip Navara- Don't try to free pointer from union that isn't used.
2004-12-11 Filip Navara- Use malloc/free in C++ new/delete operator implementa...
2004-12-11 Thomas Bluemelforgot this file
2004-12-11 Thomas Bluemelport crypt and trustee support from Wine. Patch by...
2004-12-11 Royce Mitchell IIIPagedPool improvements: differenciate between hiredzone...
2004-12-10 Thomas Bluemelfixed a bug that caused locking a not anymore existing...
2004-12-10 Filip Navara- Update registry keys for sound blaster driver.
2004-12-10 Filip Navara- Fix HalGetAdapter for ISA adapters.
2004-12-10 Gregor AnichUse static buffer for DbgPrint message queueing instead...
2004-12-10 Gé van GeldorpAdd video miniport driver for Xbox, to be used in conju...
2004-12-10 Filip Navara- Move desktop code from NtUserUpdatePerUserSystemParam...
2004-12-10 Filip Navara- Fix definitions of SecurityAnonymous, SecurityIdentif...
2004-12-10 Gregor AnichAdd an option to serialize DbgPrint - don't worry,...
2004-12-09 Thomas Bluemelimplemented GetThreadIOPendingFlag() (only kernel32...
2004-12-09 Thomas Bluemelimplemented CheckRemoteDebuggerPresent() (only kernel32...
2004-12-09 Thomas Bluemelimplemented SetDllDirectory() and GetDllDirectory(...
2004-12-09 Royce Mitchell IIIallow data from SYM files to be used in stack traces...
2004-12-09 Steven EdwardsStarted cleaning up the mess from my old import of
2004-12-09 Steven Edwardsadd dsound to the top makefile.
2004-12-09 Steven EdwardsFix a compile error I was seeing due to lack of mbstowcs.
2004-12-09 Steven EdwardsDoing some work on the msvcrt Wine mess.
2004-12-08 Gé van GeldorpDon't write to blacklisted PCI functions either
2004-12-08 Richard Campbell- Add DSOUND.DLL to the bootcd
2004-12-08 Gé van GeldorpDisk partitioning handling
2004-12-07 Gé van GeldorpSync to Wine-20041201
2004-12-07 Gé van GeldorpSync to Wine-20041201
2004-12-07 Gé van GeldorpSync to Wine-20041201
2004-12-07 Gé van GeldorpSync to Wine-20041201
2004-12-07 Gé van GeldorpSync to Wine-20041201
2004-12-07 Royce Mitchell IIISetDllDirectoryA/W(): lie to caller and indicate that...
2004-12-07 Royce Mitchell IIIremoved an ASSERT that occured when system ran out...
2004-12-07 Gé van GeldorpSync to Wine-20041201
2004-12-07 Gé van GeldorpSync to Wine-20041201
2004-12-07 James TaborCode cleanup and sink with WindHq CVS.
2004-12-06 Gé van GeldorpSync to Wine-20041201
2004-12-06 Gunnar Dalsnescorrected the last error to check for when determining...
2004-12-06 Gunnar Dalsnes-correct return value/last error
2004-12-06 Gunnar Dalsnes-add TYPE_ALIGNMENT macro
next