- Fixed the broken implementation of KeFlushQueueApc.
[reactos.git] / reactos / lib /
2005-07-26 Filip NavaraDon't use DeleteDC on DC handles returned by GetDC.
2005-07-26 Filip NavaraImplement ValidateRect.
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-26 Thomas Bluemelshow the object picker dialog when clicking the Add...
2005-07-26 Thomas Bluemelimport objsel.dll from wine-20050726
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-07-26 Alex Ionescu- Remove ROSRTL. The era is over. Thanks to Filip for...
2005-07-26 Alex Ionescu- Final ROSRTL removal patch. The next patch will remov...
2005-07-26 Alex Ionescu - Don't try to get the length of a possibly empty...
2005-07-25 Filip NavaraBuild Wine DLLs without the UNICODE and _UNICODE defini...
2005-07-25 James TaborAdded more Wine MDI functions. I've tested these for...
2005-07-25 James TaborPatch by Robert Shearman rob@codeweavers.com, Use GdiGe...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-24 Hervé PoussineauDon't compare GUID strings with wcsicmp, but compare...
2005-07-24 Eric KohlImplement CM_Get_Device_ID_List_Size_ExA, CM_Get_Device...
2005-07-23 Eric Kohl- Implement CM_Get_Child_Ex, CM_Get_Parent_Ex, CM_Get_S...
2005-07-23 Thomas Bluemelexport LsaLookupSids which is required by aclui.dll
2005-07-22 James TaborUpdate and implement UnrealizeObject.
2005-07-21 Eric KohlAdd parameter checks.
2005-07-21 Hartmut BirrInitialized all stack related values.
2005-07-21 Maarten BosmaCreated the d3d8thk makefile and a internal header...
2005-07-21 Magnus OlsenUpdate with right reactos logo by mf
2005-07-21 Alex Ionescu- Freetype Update to 2.1.10. Reduces memory usage,...
2005-07-20 Thomas Bluemel- Removed the Rtlp* string functions from the shared...
2005-07-20 Alex Ionescu - Fix one more breakage (funny, the thing built withou...
2005-07-20 Alex Ionescu Dmitry Philippov <shedon@mail.ru>:
2005-07-20 Alex Ionescu- Move rosdhcp_public.h to dhcp library include directory.
2005-07-20 Alex Ionescu - Created include/libs and moved all library headers...
2005-07-20 Alex Ionescu - Move asm.h to NDK.
2005-07-19 Alex Ionescu- 4th out of 5 patch part of ROSRTL removal. This touch...
2005-07-19 Casper HornstrupGenerate RPC interface headers in intermediate directory
2005-07-19 Eric Kohl- Implement CM_Get_Depth[_Ex] and CM_Get_DevNode_Status...
2005-07-19 James TaborImplement GdiGetCharDimensions by Robert Shearman rob...
2005-07-18 Hervé PoussineauForward more exports to setupapi.dll
2005-07-18 Hervé PoussineauImplement SetupDiGetDeviceRegistryPropertyA/W
2005-07-18 James TaborImplement ShowOwnedPopups and ArrangeIconicWindows...
2005-07-17 Hervé PoussineauImplement SetupDiGetDeviceInterfaceDetailA/W
2005-07-17 Hervé PoussineauReturn CR_FAILURE when the function is not implemented
2005-07-17 James TaborImplemented NtUser-GetMenuItemRect.
2005-07-17 Casper HornstrupFix building of tests
2005-07-17 Eric Kohl- Implement CM_Locate_DevNode_ExW, CM_Get_Device_ID_Siz...
2005-07-16 Jens CollinGetMenuStringA and GetMenuStringW inverted the MF_BYPOS...
2005-07-15 James TaborFix up WM_ENABLE ScrollBarWndProc. Looks like we can...
2005-07-15 James TaborFixed wParam in WM_ENABLE ScrollBarWndProc.
2005-07-15 James TaborFixing WM_ENABLE ScrollBarWndProc. Tested it with 7...
2005-07-14 Thomas Bluemeldon't allow changing the allow and deny checkbox state...
2005-07-13 James TaborImplemented VkKeyScan, GetKeyboardTypeand, GetKeyboardL...
2005-07-13 Hartmut BirrFixed a bug in IsConsoleHandle which was introduced...
2005-07-13 Thomas Bluemelonly NULL-terminate the string in GetEnvironmentVariabl...
2005-07-13 Thomas Bluemelhandle memory allocation errors in GetEnvironmentVariab...
2005-07-13 Alex Ionescufix bizarre build error
2005-07-13 Alex IonescuSilence more warnings. Patch by Waxdragon.
2005-07-13 Alex IonescuExpand the wine debug macros in all cases. the actual...
2005-07-13 Alex IonescuFix executing applications. Sorry for the delay, this...
2005-07-12 Alex IonescuPart three of patch...
2005-07-12 Alex IonescuSecond part of patch, implements the new RTL functions...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-11 Filip NavaraMove Interlocked* routines from ROSRTL to separate...
2005-07-11 Thomas Bluemelreturn the length of the string excluding the null...
2005-07-11 Hartmut BirrCheck for a valid console handle in SetConsoleMode.
2005-07-11 Gé van GeldorpSebastian Gasiorek <zebasoftis@gmail.com>
2005-07-11 James TaborConnect UnrealizeObject and test debug prints. I assume...
2005-07-11 James TaborFix error return for WIN_ListChildren.
2005-07-10 Magnus Olsensecond try, thx w3seek found out it should be charterer...
2005-07-10 Magnus OlsenThe return size calculation's of GetEnvironmentVariable...
2005-07-10 Gé van Geldorpi386DX . <i386dx@hotmail.com>
2005-07-10 Eric Kohl- Implement CM_Get_Global_State/CM_Get_Global_State_Ex.
2005-07-09 Eric KohlFix a string length calculation bug in StringTableDupli...
2005-07-09 Thomas Bluemelfixed the prototypes of GetConsoleAlias, GetConsoleAlia...
2005-07-09 James TaborImplement MDICascade, MDITile and WIN_ListChildren...
2005-07-09 James TaborImplement ModifyMenu A & W.
2005-07-09 James TaborImplement GetMenuString A & W. Not fully tested.
2005-07-09 James TaborImplement CheckMenuRadioItem. Not fully tested.
2005-07-09 James TaborImplement DrawMenuBar.
2005-07-08 Thomas BluemelFixed enumerating the drive strings in SetupCreateDiskS...
2005-07-08 Thomas Bluemelallocate enough memory for strings, lstrlenW returns...
2005-07-08 James TaborImplement TrackMouseEvent.
2005-07-08 Gé van Geldorpzebasoftis <zebasoftis@gmail.com>:
2005-07-08 Gé van Geldorpzebasoftis <zebasoftis@gmail.com>:
2005-07-08 Gé van Geldorpzebasoftis <zebasoftis@gmail.com>
2005-07-08 James TaborKill debug messages.
2005-07-07 Hervé PoussineauEnumerate serial interfaces by calling QueryDosDevice...
2005-07-07 Gé van GeldorpSync to Wine-20050628:
2005-07-06 Gé van GeldorpSync to Wine-20050628:
2005-07-06 Hervé PoussineauOpen remote registry if needed in SetupDiCreateDeviceIn...
2005-07-06 Gé van GeldorpSync to Wine-20050628:
2005-07-06 Gé van GeldorpSync to Wine-20050628:
2005-07-06 Gé van GeldorpSync to Wine-20050628:
2005-07-06 Hervé PoussineauSetupDiGetClassDevsExW: implement DIGCF_ALLCLASSES...
2005-07-06 Gé van Geldorpzebasoftis <zebasoftis@gmail.com>:
2005-07-06 Gé van Geldorpzebasoftis <zebasoftis@gmail.com>
2005-07-06 Eric KohlMove undocumented GUIDs to a new NDK header file.
2005-07-06 Thomas Bluemeldon't use the DS_NOFAILCREATE style which I accidentall...
2005-07-06 Thomas Bluemelfix gcc4 warnings and indention
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Gé van GeldorpPrevent warning in optimized builds
2005-07-05 Hervé PoussineauFix compilation due to revision 16425.
2005-07-05 Hervé PoussineauImplement SetupDiGetClassDescriptionExA, by calling...
2005-07-05 Hervé PoussineauImplement SetupDiGetClassDevs(Ex)A/W
next