Fix lock up in GetKeyNameText due to an increment wrap when KeyCode is
[wine] / windows /
2001-11-20  Dave HawkesFix lock up in GetKeyNameText due to an increment wrap...
2001-11-19  Gerard PatelFix exchanged lines in WIN_GetWindowLong.
2001-11-16  Alexandre JulliardTruncate the window text if it is too large for the...
2001-11-16  Joshua ThielenLocal classes registered with USER instance handle...
2001-11-14  Alexandre JulliardMoved WIN_FindWinToRepaint functionality to the server.
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-11-13  Andriy PalamarchukImplemented processing for SPI_GET/SETMOUSE, SPI_GET...
2001-11-09  Andriy PalamarchukImplemented SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICAL...
2001-11-07  Dmitry TimoshkovAdd dumping of window styles at the window creation...
2001-11-07  Andriy PalamarchukCreated new infrastructure for SystemParametersInfo...
2001-11-06  Alexandre JulliardWindow activation cleanups.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  François GougetFix the #include order for config.h.
2001-11-06  Eric PouechFor drawing a caret, internally replaced the brush...
2001-11-05  Guy AlbertelliAdd support for Wine internal messages.
2001-11-05  Joshua ThielenFor global classes, GetClassInfo now returns a handle...
2001-10-24  Joshua ThielenSwitch focus to activated window even if no window...
2001-10-23  Alexandre JulliardCosmetic fixes.
2001-10-23  Alexandre JulliardFixed window handle check in GetDCEx.
2001-10-23  Alexandre JulliardA couple of optimizations.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-21  Andreas MohrCosmetics.
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-18  Mike McCormackUse WIN_ReleasePtr not WIN_ReleaseWndPtr with WIN_GetPtr.
2001-10-17  Andriy PalamarchukFixed mouse_event bug - cursor was moved before new...
2001-10-17  Jukka HeinonenReleasing a mouse button now clears an entry in table
2001-10-17  Bill MedlandOnly modify the ancestor if you find it.
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-16  Alexandre JulliardMoved scrollbar tracking code to scroll.c.
2001-10-15  Gerard PatelFix the case where child=0 (last child) in MDI_ChildAct...
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-12  Marcus MeissnerHandle bad pointer arguments to LoadImageA() (and functions
2001-10-12  Dominik StrasserWorkaround X11 BadWindow error if no parent window...
2001-10-11  Alexandre JulliardRemoved the cleanup_window_queue request.
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-10-09  Alexandre JulliardFixed locking of class list.
2001-10-09  Alexandre JulliardStore window class atom in the server.
2001-10-08  Alexandre JulliardMoved MsgWaitForMultipleObjects call on RDW_UPDATENOW...
2001-10-08  Francois GougetFix infinite loop problem in wineclipsrv startup.
2001-10-08  Francois GougetBetter handling of the timeout in WaitForInputIdle.
2001-10-05  Alexandre JulliardProcess pending events before sending WM_PAINT on RDW_U...
2001-10-05  Johan GillThe LR_ defines do not reside in windows.h anymore.
2001-10-05  Dmitry TimoshkovAdd XK_Mode_switch to the list of ignored keysyms.
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-10-02  Alexandre JulliardFree cache DCEs if the DC gets deleted.
2001-10-02  Alexandre JulliardFixed typo in previous change.
2001-10-02  Alexandre JulliardMerged mouse buttons states into the key state array.
2001-10-02  Andriy PalamarchukAdded SYSMETRICS_Set.
2001-10-02  Dmitry TimoshkovRemove a hack for keyboard group switching.
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-09-21  Andriy PalamarchukImplemented SPI_GETSHOWSOUNDS.
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.
next