Implemented stubs for SHRegEnumUSKey{A|W} and return end-of-list error
[wine] / dlls / user /
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-22  Dmitry TimoshkovReplaced PROFILE_ functions by RegQueryValueExA.
2001-08-22  Eugene MayevskiFixed DT_RTLREADING flag interpretation.
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-18  Alexandre JulliardFixed internal inline function that was declared extern.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-13  Alexandre JulliardAdded mappings for a few messages.
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-09  Eric Pouech- implemented correctly the HSZ as local atoms and...
2001-08-08  Alexandre JulliardFixed DrawState16 callback support.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-07-26  Alexandre JulliardRemoved a few unnecessary Callouts.
2001-07-26  Travis MichielsenFully implement DrawTextEx* functions.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-24  Mike McCormackMove 16-bit COMM code to USER dll.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-17  Andreas MohrFixed some more overflowing string traces.
2001-07-17  Gerard PatelFixed unicode warning.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-29  Dmitry TimoshkovFix 'make depend' for out of the source tree build.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-25  Jau-Horng ChenAdded Traditional Chinese Support
2001-06-25  Alexandre JulliardImplemented SendInput().
2001-06-22  Eric PouechMerge from Corel tree. Contributors are:
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-20  Patrik StridvallFixed some issues found by winapi_check.
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-06-19  Patrik StridvallFixed some issues found by winapi_check.
2001-06-14  Dmitry TimoshkovMove IsCharAlphaA and IsCharAlphaNumericA to user32.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-08  Andreas MohrLimit output for certain text functions.
2001-06-06  Bobby BinghamStub implementation of AnimateWindow().
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-31  Dmitry TimoshkovList 16-bit resources separately as RC_SRCS16.
2001-05-24  Andreas MohrGet rid of GetCurrentTime16().
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-11  Alexandre JulliardCreate a new window for the top popup menu on every...
2001-05-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-18  Alexandre JulliardNo need to preallocate DCEs since they are allocated...
2001-04-16  Eric PouechFix some crash on bad parameter conditions.
2001-04-09  Marcus MeissnerAdded some stubs for functions used by newer rpcrt4...
2001-04-09  Rein KlazesWhen calling CreateMutex() handle the case when the...
2001-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2001-03-23  Alexandre JulliardSmall dll separation fixes.
2001-03-20  Eric KohlAdded stubs for GetWindowsModuleFileName[A/W].
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-26  Eric PouechAdded a few missing stubs to KERNEL32 and USER32.
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2001-02-12  Dmitry TimoshkovAdded unicode MDI client window proc.
2001-01-28  Eric PouechAdded a few missing exports.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-26  Andreas MohrSome more cleanups.
2001-01-25  Alexandre JulliardGot rid of WPRINTF_ExtractVAPtr.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-20  Ulrich CzekallaPrevent buffer overflow in TEXT_NextLineW.
2001-01-18  Alexandre JulliardStore USER icons and cursors as resources instead of...
2001-01-15  Alexandre JulliardUpdated debug channels.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-09  Dmitry TimoshkovAdded unicode window proc for the listbox control.
2001-01-09  François GougetMove HDWP to winuser.h.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-02  Marcus Meissner16bit user GetProp/SetProp get strings or atoms, so...
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-22  Eric PouechAdded some 16 bit entry points needed by multimedia...
2000-12-21  Patrik StridvallFixed some issues found by winapi_check.
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  Dmitry TimoshkovNew unicode edit control.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardChanged LoadImage16 to take an LPCSTR instead of a...
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-12  Dimitrie O. PaunFixed indentation problems resulting from automatic...
2000-12-11  Gerard PatelImplemented DrawTextW as Unicode and DrawTextA as call...
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-05  Aric StewartAdded Chinese resources.
2000-12-05  Ken ColemanAdded a first-cut version of MapVirtualKeyExW() that...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Alexandre JulliardExport a few 16-bit functions needed by higher-level...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-11-27  Alexandre JulliardAdded entry for PrivateExtractIconsA.
next