Define the SHQueryValueEx{A|W} entry points.
[wine] / windows /
2001-09-19  Brad CampbellFixed mouse position processing for use with a touchscreen.
2001-09-19  Joshua ThielenChanged MDICreateChild to support CW_USEDEFAULT for...
2001-09-19  Alexandre JulliardFixed a couple of bugs in WIN_SetWindowLong caused...
2001-09-19  Andriy PalamarchukAdded russian layout with phantom key.
2001-09-19  Francois GougetRemove macros that should not be there (cause conflicts...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-19  Alexandre JulliardFixed a couple of HWND type mismatches.
2001-09-17  Andriy PalamarchukFixed references to old documentation location.
2001-09-14  Alexandre JulliardFixed HWND compare in NC_HandleSetCursor.
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-12  Alexandre JulliardMake sure that functions returning an HWND always retur...
2001-09-10  Alexandre JulliardMake sure that returned window belongs to correct threa...
2001-09-10  Andy RysinAdded Ukrainian keyboard layout.
2001-09-10  Patrik StridvallThe message handler of WM_STYLECHANGING is supposed...
2001-09-07  Guy L. AlbertelliEnhance SPY_GetMsgName to translate common control...
2001-08-29  Alexandre JulliardMake window handles 32-bit before calling window procedure.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-28  Guy L. AlbertelliAdded WM_MOUSEHOVER and WM_MOUSELEAVE to formatting.
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-21  Alexandre JulliardRemoved WIN_GetDesktop().
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-20  Alexandre JulliardFixed GetClassLong to return full 32 bits for all items.
2001-08-18  Alexandre JulliardAdded proper support for 32-bit WM_NEXTMENU.
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-18  Alexandre JulliardExplicitly check for CS_PARENTDC in WM_ERASEBKGND handling.
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
2001-08-16  Alexandre JulliardMoved user lock to user.c. Added USER_CheckNotLock...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-13  Alexandre JulliardAdded mappings for a few messages.
2001-08-13  Alexandre JulliardFixed some message names.
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-08  Alexandre JulliardReplace SendMessage16 by SendMessageW where possible.
2001-08-08  Alexandre JulliardFixed DrawState16 callback support.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-08-06  Alexandre JulliardReplaced MSG_InternalGetMessage calls by equivalent...
2001-08-06  Alexandre JulliardFixed return value for WM_NOTIFY and WM_ACTIVATEAPP...
2001-08-03  Marco BizzarriGetControlBrush16: avoid potentially releasing the...
2001-08-03  Guy L. Albertelli- Add support to dump memory at lParam location on...
2001-07-31  Alexandre JulliardFixed a few problems with DCX_* flags handling.
2001-07-31  Alexandre JulliardErase only client area on WM_ERASEBKGND.
2001-07-30  Alexandre JulliardImplement EnumProps on top of EnumPropsEx to avoid...
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-22  Guy L. Albertelli- If the class of the window is a known standard, then...
2001-07-22  Alexandre JulliardGot rid of HEAP_strdupW.
2001-07-20  Bill MedlandCorrections to the Win95 and later frame drawing code.
2001-07-20  Bill MedlandAdditional modifications to the window styles during...
2001-07-20  Guy L. AlbertelliTrace rectangles returned by GetClientRect and GetWindo...
2001-07-20  Guy L. AlbertelliDisplay rectangle from WM_NCCALCSIZE on entry and exit.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Alexandre JulliardReject pointer messages in SendNotifyMessage[AW] and
2001-07-14  Marcus MeissnerBetter LockWindowUpdate debug.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Bill MedlandModify some system metrics to agree with Win95 and...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-11  Bill MedlandCorrect the location of the style patching for the...
2001-07-08  Guy L. AlbertelliCorrect amount of info displayed for NM_NCHITTEST and...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-29  Travis MichielsenFixed handling of WM_MOUSEWHEEL messages in non-client...
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-28  Alexandre Julliard- Remove cooked hardware messages when they are dropped...
2001-06-26  Dmitry TimoshkovReplace one more PROFILE_ function by RegQueryValueExA.
2001-06-25  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-06-25  Alexandre JulliardImplemented SendInput().
2001-06-22  Alexandre JulliardDon't rely on X to expose windows covered by a sibling...
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-20  Alexandre JulliardAvoid returning an unlocked window pointer from WINPOS_...
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-06-19  Dmitry TimoshkovReplace PROFILE_ functions by RegQueryValueExA in x11drv.
2001-06-14  Dmitry TimoshkovReplace more PROFILE_ functions by RegQueryValueExA.
2001-06-13  Alexandre JulliardForce invalidating of siblings children on expose event.
2001-06-08  Alexandre JulliardRemoved WIN_NATIVE flag.
2001-06-07  Alexandre JulliardRemoved unneeded inclusion of queue.h.
2001-06-06  Gerard PatelUse a flag to test if create structure is unicode.
2001-06-06  Bobby BinghamStub implementation of AnimateWindow().
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-06-04  Dmitry TimoshkovRemove optimization in NC_HandleNCActivate.
2001-06-04  Guy L. AlbertelliDisplay extra data for WM_NOTIFY that use NMCOMBOEX...
2001-05-24  Andreas MohrGet rid of GetCurrentTime16().
2001-05-22  Alexandre JulliardMake WIN_WindowFromPoint take a POINT instead of a...
2001-05-21  Eric PouechAdded basic support for SPI_GETSCREENREADER.
2001-05-19  Gerard PatelFixed SetTimer for hwnd == 0.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-18  Francois GougetSpelling typos.
2001-05-18  Jukka HeinonenKeyboard events did not update AsyncKeyStateTable,...
2001-05-16  Bill MedlandOnly measure child rectangles of visible children when...
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-14  Alexandre JulliardClear owner of system message queue to avoid freeing...
2001-05-11  Alexandre JulliardCreate a new window for the top popup menu on every...
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-05-10  Alexandre JulliardFixed reparenting to desktop (found by Gerard Patel).
2001-05-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-05-09  Alexandre JulliardRemoved XShmCompletion event support (no longer used).
next