Adjust to new position in rosapps build tree
[reactos.git] / reactos / lib /
2003-03-06 Gé van GeldorpSwitch back to the command prompt when you press the...
2003-03-06 Gé van GeldorpGetClientRect implementation by Tim Jobling
2003-03-06 Eric KohlImplemented GetProcessAffinityMask() and SetProcessAffi...
2003-03-06 Eric KohlImplemented SignalObjectAndWait().
2003-03-05 Eric KohlImplemented VerifyConsoleIoHandle().
2003-03-04 Richard CampbellImplemented MoveWindow, won't work until SetWindowPos...
2003-03-04 Richard CampbellMinor fix
2003-03-04 Richard CampbellAdded OBM_CLOSE
2003-03-04 Richard CampbellRemoved unused resources.
2003-03-04 Richard CampbellImplemented GetWindowDC()
2003-03-03 Richard CampbellTemp fix
2003-03-02 Richard CampbellLots of bug fixes
2003-03-02 Marty DillFixed up Get/SetConsoleTitleAW().
2003-03-01 Richard CampbellSome bug fixes.
2003-03-01 Richard CampbellChanged timmons to helmet, but this should be loaded...
2003-03-01 Richard CampbellSmall bug fix
2003-03-01 Richard CampbellNow uses DrawFrameControl to draw controls, still MANY...
2003-03-01 Richard CampbellFixed DrawFrameControl Somewhat
2003-02-28 Richard CampbellRemove OBM_CLOSED
2003-02-28 Richard Campbelloops.
2003-02-28 Richard Campbellditto.
2003-02-28 Richard CampbellRemoved unused OBM_CLOSED resource. Part of a fix...
2003-02-28 Richard CampbellUse DrawEdge for drawing windows.
2003-02-28 Gé van GeldorpReplace direct calls to "make" with $(MAKE)
2003-02-27 Gunnar DalsnesWaitForMultipleObjectsEx passed WaitAny for WaitAll...
2003-02-27 Eric KohlDo not expand command lines automatically. This fixes...
2003-02-24 Hartmut Birr- Improved CloseConsoleHandle.
2003-02-24 Hartmut Birr- Added oppening of console handles (CreateFileW).
2003-02-21 Jason FilbyNew and delete operators
2003-02-21 Robert Dickensoncorrected parameter type for towupper.
2003-02-21 Robert Dickensonminor updates to try and find some debug output from...
2003-02-19 Marty DillRichard Campbell's Win9x/NT4/5 window style patch.
2003-02-19 Jason FilbyUpdated close graphic
2003-02-17 Jason FilbyMinor fixes
2003-02-17 Jason FilbyImprovements by Royce Mitchell III
2003-02-17 Eric KohlFixed a compiler warning.
2003-02-17 Eric KohlAdded errcodes.rc.
2003-02-17 Eric KohlReplaced kernel32 heap functions by ntdll heap functions.
2003-02-16 Hartmut Birr- Set the last error if SearchPathW fails.
2003-02-16 Hartmut Birr- Added iswspace.
2003-02-16 Hartmut Birr- errcodes.rc and msg00409.bin are build by the makefile.
2003-02-16 Hartmut Birr- Add a rule to build errcodes.rc.
2003-02-15 Phillip SusiConverted a few stray unix linefeeds to dos
2003-02-12 Eric KohlImplemented IsProcessorFeaturePresent().
2003-02-12 KJK::Hyperion * include/defines.h: defined INVALID_FILE_SIZE
2003-02-10 Casper Hornstrup2003-02-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-02-03 Gé van GeldorpFix by Royce3 to make _tolower() and _toupper() behave...
2003-02-03 Gé van GeldorpFix by Royce3
2003-02-03 Eric KohlImplemented CancelIo() and SetThreadIdealProcessor().
2003-02-02 Gé van GeldorpSet lpcbData (data length) correctly
2003-02-02 KJK::HyperionCleaning up victims of stricter warning checking...
2003-02-02 KJK::HyperionFinally solved some advapi32 nonsense:
2003-02-02 KJK::HyperionVarious makefile fixes:
2003-02-02 KJK::HyperionDon't link crt0 and msvcrt into system DLLs
2003-02-02 KJK::HyperionReimplemented LoadStringA
2003-02-02 Eric KohlFixed compiler warnings.
2003-02-02 Eric KohlImplemented QueryPerformanceCounter() and QueryPerforma...
2003-02-02 Hartmut BirrFixed a call to ZwFreeVirtualMemory.
2003-02-01 KJK::HyperionGetVersion, GetVersionExA and GetVersionExW reimplement...
2003-01-31 Hartmut BirrFixed a wrong DPRINT.
2003-01-25 Eugene IngermanImplemented a couple of stubbed functions. Added severa...
2003-01-25 Eugene IngermanMinor bug fix.
2003-01-24 Jason FilbyScrollbar improvements
2003-01-22 Steven EdwardsAdded more stubbs for bochs
2003-01-22 Eric KohlFixed some warnings.
2003-01-21 Robert DickensonChanged define _OLE2NLS_IN_BUILD_ to reactivate various...
2003-01-19 Gé van GeldorpSilence some debug messages
2003-01-19 Gé van GeldorpHandle textmode translation where CR is at the end...
2003-01-18 Marty DillFixed a few memory leaks. Minor cleanup.
2003-01-17 guidofix compiler warning
2003-01-17 Eric KohlRemoved unnecessary includes.
2003-01-15 Casper Hornstrup*** empty log message ***
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-15 Robert DickensonPulling in wstring support functions from wine, need...
2003-01-15 Robert DickensonMainly standardisation of makefiles. Added some exports...
2003-01-12 Robert DickensonUpdates to the VDM support. Improvemnts to the new...
2003-01-11 Gé van Geldorpgetc must return unsigned chars, cast to int
2003-01-10 Gé van GeldorpTemporary fix to allow build to continue(generated...
2003-01-08 Robert DickensonNew library to export the wine debug channel support...
2003-01-08 Robert DickensonMoved wine debug channel exports to new library.
2003-01-07 Robert DickensonTurned back off and modified some other debug noise.
2003-01-07 Robert DickensonAdded some some missing exports for wine module linkage.
2003-01-07 Robert DickensonAdded some some missing exports for wine module linkage.
2003-01-07 Robert DickensonAdded support for lauching VDM on dos image load.
2003-01-05 Robert Dickensonhousekeeping files...
2003-01-05 Robert Dickensoncreated stubs for the rest of the functions listed...
2003-01-05 Robert DickensonMoved the beginnings of some toolhelp exports to their...
2003-01-04 Robert Dickensonexported stubs for Process32First, Process32Next and...
2003-01-02 Casper Hornstrup2003-01-02 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-02 Hartmut BirrFixed a buffer overflow in wcsncpy.
2003-01-01 Robert Dickensonadded missing sub-dir to clean rule.
2002-12-27 Gé van GeldorpImproved file attribute and file time handling
2002-12-27 Robert DickensonProgress with opening and closing handles to SCM.
2002-12-26 Robert DickensonPerl5.8 requires the pointer to i/o table to be exporte...
2002-12-26 Robert DickensonUnix extra lines cleaned up.
2002-12-26 Robert DickensonStarted to port some of the support for IsCharAlphaNume...
2002-12-21 Jason FilbyScrollbar improvements
2002-12-15 Casper Hornstrup2002-12-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-12-15 Robert Dickensoncreated kernel32.mc message file which generates errcod...
2002-12-14 Steven EdwardsAdded more stubs for bochs.
next