Add support to respond to the PGN_CALCSIZE version of the WM_NOTIFY
[wine] / windows /
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).
2001-05-09  Alexandre JulliardUse 32-bit hook functions where possible. Cleaned up...
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-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-05-03  Alexandre JulliardMake sure we recompute the visible region in DC hook.
2001-04-30  Marcus MeissnerMade checks in _get_common_ancestor a bit stricter...
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-04-25  Alexandre JulliardAvoid crash on deleted windows.
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-20  Andreas Mohr- make sure that we really use the correct amount of...
2001-04-18  Jukka HeinonenGetAsyncKeyState now clears "has been pressed" informat...
2001-04-18  Alexandre JulliardNo need to preallocate DCEs since they are allocated...
2001-04-17  Gerard PatelDo not send WM_MOUSEACTIVATE for children of desktop.
2001-04-13  Andreas MohrPreliminary support for MB_*MODAL styles.
2001-04-12  Alexandre JulliardAdded first/last message filters to MSG_InternalGetMess...
2001-04-12  James HathewaySetWindowRgn shouldn't activate the window.
2001-04-10  Alexandre JulliardAdded mappings for WM_CHARTOITEM and WM_MENUCHAR messages.
2001-04-04  Alexandre JulliardDon't use THREAD_IdToTEB in EnumThreadWindows.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-04-04  Alexandre JulliardUnified 16-bit and 32-bit scheduling a bit more.
2001-04-02  Gustavo Noronha... Added US international keyboard.
2001-04-02  James JuranAdd value 106 to SystemParametersInfo.
2001-03-28  Dmitry TimoshkovGet and print class name for right window in WIN_WalkWi...
2001-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2001-03-28  Gavriel State- Always use a double-buffered visual if one is available.
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-03-23  Alexandre JulliardSmall dll separation fixes.
2001-03-21  Alexandre JulliardCleaned up assumptions about WS_CHILD flag so that...
2001-03-20  Eric KohlAdded stubs for GetWindowsModuleFileName[A/W].
next