Do not use the PEB lock as loader lock, use a separate critical
[wine] / windows /
2002-01-31  Guy AlbertelliAdded NULL checks on all rectangle pointers.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-29  Dmitry TimoshkovDo not be too smart and add WS_CAPTION in AdjustWindowR...
2002-01-22  Alexandre JulliardRemoved no longer used average width calculation.
2002-01-22  Tommy Schultz LassenMake EnumWindows return TRUE if no windows exists.
2002-01-21  Francois GougetFix a couple of warnings and a typo.
2002-01-18  Dimitrie O. Paun- Make the ListView control Unicode ready.
2002-01-18  Andriy PalamarchukSystemParametersInfo: fixed return value for SPI_SETFAS...
2002-01-15  Andriy PalamarchukImplemented processing of actions SPI_SETKEYBOARDPREF,
2002-01-15  Rein KlazesMove the implementation of comctl32._TrackMouseEvent to
2002-01-15  Rein KlazesMake DM_SETDEFID message work for owner drawn buttons...
2002-01-09  Rein KlazesMove calling of CBT hooks from WIN_CreateWindowEx(...
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2002-01-04  Dmitry TimoshkovAdd some new messages to the spy and winuser.h.
2002-01-03  Alexandre JulliardUse DrawFrameControl instead of bitmaps in certain...
2002-01-02  Alexandre JulliardMoved the OEM bitmaps that don't depend on the Wine...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-26  Andriy PalamarchukImplemented basic handling of assessibility actions.
2001-12-26  Andreas MohrFixed, added or implemented stubs:
2001-12-26  Duane ClarkDestroying cursor is not necessarily an error.
2001-12-26  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-26  Alexandre JulliardRestructured hook mapping functions to avoid most memory
2001-12-21  Andriy PalamarchukImplemented processing for actions SPI_SETMOUSEBUTTONSWAP,
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Alexandre JulliardExport DestroyIcon32 from user32 and use GetProcAddress...
2001-12-17  Alexandre JulliardChanged 16-bit USER Enum* functions to not use thunks...
2001-12-17  Alexandre JulliardGot rid of dynamic thunk allocation in mouse/keyboard...
2001-12-17  Dave HawkesAltered the algorithm for selecting a new focus after...
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-12-14  Alexandre JulliardChanged 16->32 window procedure thunks to use winebuild...
2001-12-13  Alexandre JulliardStarted rewrite of painting functions for multiple...
2001-12-06  Alexandre JulliardAdded WIN_GetRectangles function.
2001-12-06  Andriy PalamarchukImplemented processing for actions: SPI_GET/SETGRIDGRAN...
2001-12-06  Guy L. AlbertelliChange the message trace indentation to be consistent...
2001-12-06  Dave HawkesDIALOG_CreateIndirect can incorrectly kill the current...
2001-12-05  Alexandre JulliardRemoved calls to HEAP_GetSegptr.
2001-11-30  Gerard PatelRemove some possible interlocking problems with peb...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-20  Andriy PalamarchukImplemented processing for actions SPI_GET/SETSCREENSAV...
2001-11-20  Patrik StridvallDocumentation fixes.
2001-11-20  Bill MedlandIt is legal to call UnregisterClass with an hInstance...
2001-11-20  Dmitry TimoshkovConvert message spy to unicode.
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...
next