added lib Doxygen config file
[reactos.git] / reactos /
2003-11-24 Gé van GeldorpClean up DCEs when switching out of graphics mode
2003-11-24 Filip Navara- Small SetWindowPos fixes.
2003-11-24 Eric KohlRemove 'dist' target.
2003-11-24 Eric KohlRemove 'dist' target.
2003-11-24 Eric KohlBuild registry hives in 'make install'.
2003-11-24 Thomas Bluemelimplemented WlxStartApplication() and WlxActivateUserSh...
2003-11-24 Thomas Bluemelimplemented WlxInitialize()
2003-11-24 Eric KohlRemove 'dist' target
2003-11-24 Eric KohlPrint received error message.
2003-11-24 Gé van GeldorpSilence debug messages
2003-11-24 Thomas Bluemelimplemented WlxNegotiate()
2003-11-24 Eric KohlTiny cleanup.
2003-11-24 Eric Kohl- Remove 'dist' target.
2003-11-24 Thomas Bluemeladded header file for msgina
2003-11-24 Thomas Bluemeladded skeleton for msgina.dll
2003-11-24 Gé van GeldorpSilence debug messages
2003-11-24 Gé van GeldorpSilence debug messages
2003-11-24 Thomas Bluemelmoved IntIsMenu() to menu.c
2003-11-24 Art YerkesSorry, did a bad commit on this file. Reverting to...
2003-11-24 Art YerkesThese changes are described in earlier posts to the...
2003-11-24 Gunnar DalsnesFixed to run on real Windows (but still doesn't run...
2003-11-23 Martin Fuchsa bit of refactoring
2003-11-23 Martin Fuchsenable console debug logs
2003-11-23 Martin FuchsQuickLaunchBar-CONTEXT information
2003-11-23 Martin FuchsANS/UNC utilities for ostringstream; more CONTEXT infor...
2003-11-23 Martin FuchsContext Trace Outputs for Exceptions
2003-11-23 Thomas Bluemeladded missing ObDereferenceObject calls
2003-11-23 Thomas Bluemeluse IntGetWindowObject() and IntReleaseWindowObject()
2003-11-23 Thomas Bluemelmoved IntIsMenu() to menu.c
2003-11-23 Thomas Bluemelremove obsolete userobj code
2003-11-23 Martin Fuchslogging using OutputDebugString()
2003-11-23 Thomas Bluemelrevert my implementation of WM_SETCURSOR messages
2003-11-23 Thomas Bluemelsome fixes in NtUserGetGUIThreadInfo()
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
2003-11-23 Martin Fuchs_stprintf-fix
2003-11-23 Martin FuchsCHECKERROR macro for file amd line info in Exceptions
2003-11-23 Martin Fuchsadded CONTEXT information to exceptions
2003-11-22 Thomas Bluemelonly send WM_SETCURSOR messages when not capturing...
2003-11-22 Eric KohlMinor cleanup.
2003-11-22 Thomas Bluemelget CursorBlinkRate from registry
2003-11-22 Filip Navara- Fixed BitBlts with ROP != SRCCOPY.
2003-11-22 Richard Campbellrevert my change, forgot i'm advapi isn't available...
2003-11-22 Richard Campbellforgot to add FASTCALL
2003-11-22 Richard CampbellCursorBlinkRate is now loaded via the registry.
2003-11-22 Richard CampbellAdded CursorBlinkRate setting, defaults to 530, the...
2003-11-21 Thomas Bluemelsmall bugfix
2003-11-21 Thomas Bluemelsmall bugfix
2003-11-21 Eric KohlRestart worker if it failed to send the log messages.
2003-11-21 Filip Navara- Updated comctl32.dll to latest WineHQ release.
2003-11-21 Filip Navara- Fixed multiwin.exe painting problem.
2003-11-21 Royce Mitchell IIIadded missing * to function pointer typedef 'exception_...
2003-11-21 Filip Navara- A little more correct prototypes for NtGetPlugPlayEve...
2003-11-21 Thomas Bluemelfixed hittest code to return HTBORDER if it's not a...
2003-11-21 Filip Navara- More painting bugfixes.
2003-11-21 Thomas Bluemelimplement WM_SETCURSOR messages
2003-11-21 VizziniEA name handling fix
2003-11-20 Thomas Bluemelfixed crash when pressing a key while booting up
2003-11-20 Vizziniupdated install location of rundll32
2003-11-20 Filip Navara- More painting bugfixes. Still many bugs are left :-(
2003-11-20 Royce Mitchell IIIsped up strip_comments, and added File::SaveFromString...
2003-11-20 VizziniTDI stuff I forgot to commit
2003-11-20 Thomas Bluemel1. fixed SetProp()
2003-11-20 Eric KohlReceive error log messages from the ErrorLogPort.
2003-11-20 Eric KohlBuild error log message and send it to the ErrorLogPort.
2003-11-20 Eric KohlFixed a cut-and-paste bug.
2003-11-20 Filip Navara- Painting bugfixes.
2003-11-20 Vizzinibegan refreshing tditest a bit
2003-11-20 Vizzinifixed a type name
2003-11-20 Eric KohlMinor cleanup
2003-11-19 Gunnar DalsnesHalRequestSoftwareInterrupt added
2003-11-19 Steven EdwardsFixed FormatMessage[A/W] to not suck.
2003-11-19 Gunnar Dalsnes-KeLeaveCriticalRegion changes based on an article...
2003-11-19 Gunnar Dalsnes-IoQueueThreadIrp impl.
2003-11-19 Gunnar Dalsnes-HalRequestSoftwareInterrupt impl. (does nothing yet)
2003-11-19 Gunnar Dalsnes-IoReuseIrp impl.
2003-11-19 Gunnar DalsnesIoReuseIrp impl.
2003-11-19 Thomas Bluemelsmall bugfix
2003-11-19 Thomas Bluemeladded a test app to test some (currently unimplemented...
2003-11-19 Royce Mitchell IIIchange to use input file list
2003-11-19 Thomas BluemelPatch by Jonathon Wilson:
2003-11-19 Filip Navara- Fixed importing forward exports by ordinal.
2003-11-19 Eric KohlConnect to the 'ErrorLogPort' and restart worker if...
2003-11-19 Eric KohlAdd error log structs.
2003-11-19 Thomas Bluemelimplemented CheckRadioButton()
2003-11-19 Thomas Bluemelforgot to add file
2003-11-19 Thomas Bluemel1. implemented GetGuiResources()
2003-11-19 Richard Campbellinstall winedbgc.dll by default, this appears to fix...
2003-11-19 Richard Campbellfixed compile error
2003-11-19 Filip Navara- Painting bugfixes.
2003-11-19 Vizzinipatch for -Werror -Wall by jonathan wilson
2003-11-19 Vizzinipatch by jonathan wilson to enable -Wall -Werror, and...
2003-11-19 VizziniFixes for compiling with -Wall -Werror on unix (tested...
2003-11-19 Richard Campbelltemporarily removed imagehlp since it doesn't compile...
2003-11-19 VizziniUpdated version number
2003-11-18 Thomas Bluemel1. implemented GetGUIThreadInfo()
2003-11-18 Steven EdwardsAdded rpcrt4.dll and imagehlp.dll to the Makefile
2003-11-18 Steven EdwardsAdded user32 regression test from Wine.
2003-11-18 Steven EdwardsMoved rpcrt4 regression test to a better location.
2003-11-18 Steven EdwardsMoving ported WINE regression tests
2003-11-18 Filip Navara- Rewritten painting implementation (not complete yet...
next