Fix comment to reflect reality and indeed the code.
[wine] / dlls / user /
2004-12-17  Robert ShearmanImplement SS_CENTERIMAGE for static control.
2004-12-17  Dmitry TimoshkovAdd a mouse input test case, make the test pass under...
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-09  Alexandre JulliardAdded some sanity checks on window dimensions.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-09  Alexandre JulliardMerged system metrics support into sysparams.c, and...
2004-12-08  Rein KlazesGetUpdateRect can be called with a NULL rect.
2004-12-08  Mike McCormackStub implementation for GetLastInputInfo.
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-12-08  Alexandre JulliardMoved some more 16-bit USER functions to the correspond...
2004-12-08  Alexandre JulliardMoved palette functions to user_main.c and removed
2004-12-08  Dmitry TimoshkovIndicate that support for HCBT_SYSCOMMAND hooks is...
2004-12-07  Alexandre JulliardAdded a bunch of tests for various behaviors of RedrawW...
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-12-06  Dmitry TimoshkovShowWindow activates only a being maximized child windo...
2004-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-12-01  Bill MedlandIf the buffer is no longer static the names should...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-30  Dmitry TimoshkovDrawTextEx should allocate text buffer on stack for...
2004-11-29  Mike McCormackAdded some tests for timer functions.
2004-11-29  Alexandre JulliardGet rid of the client-side window timer structures.
2004-11-29  Eric KohlF4 key flips the listbox in default (not extended UI...
2004-11-28  Alexandre JulliardTake advantage of the new winproc handling to move...
2004-11-28  Ge van Geldorp- Fix vertical position of text in single-line edit...
2004-11-24  Alexandre JulliardChanged winproc allocation to be based only on the...
2004-11-23  Alexandre JulliardFixed handling of NULL pointer in PeekMessageW, with...
2004-11-21  Eric FriasAccelerator resource struct fix for sparc.
2004-11-19  Alexandre JulliardFix conflicting structure tag.
2004-11-08  William Poetra Yoga HGive the first menu item of a popup menu a distance...
2004-11-08  Vitaliy Margolen- return "want all keys" for WM_GETDLGCODE when multi...
2004-11-08  William Poetra Yoga HFix the button edge color, by using the BF_SOFT border...
2004-10-30  Alexandre JulliardGet rid of the WIN_NEEDS_BEGINPAINT flag, Windows will...
2004-10-30  Ivan Leo PuotiRemove DS_SYSMODAL from msgbox resource.
2004-10-29  Dmitry TimoshkovClean up user32/input.c test, remove the wrong assumpti...
2004-10-27  Dmitry TimoshkovFlush pending messages before testing painting message...
2004-10-26  Dimitrie O. PaunMove the hwnd self into the listbox LB_DESCR struct.
2004-10-26  Dmitry TimoshkovMake button return exactly the same dialog codes as...
2004-10-25  Dimitrie O. PaunUse proper types/names in all cases. Fix some indentation.
2004-10-22  Alexandre JulliardVK_0-9 and VK_A-Z are not defined in the Windows header...
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-19  Dmitry TimoshkovMake TranslateAcceleratorA handle national characters.
2004-10-18  Dmitry TimoshkovProtect USER32 against early graphics driver unloading.
2004-10-18  Dimitrie O. PaunImplement LBS_COMBOBOX, and make use of it.
2004-10-18  Marcus MeissnerStub function for OpenInputDesktop.
2004-10-11  Dmitry Timoshkov- WM_MDISETMENU handler should update new frame menu...
2004-10-11  Dimitrie O. PaunAudit the listbox control.
2004-10-08  Dmitry TimoshkovProperly handle the case when last MDI child is being...
2004-10-08  Dimitrie O. PaunAudit the scroll control.
2004-10-08  Dimitrie O. PaunAudit the edit control.
2004-10-07  Alexandre JulliardOnly send WM_PAINTICON and WM_ICONERASEBKGND to 16...
2004-10-06  Dmitry TimoshkovSkip interthread message test under win9x, it causes...
2004-10-06  Steven EdwardsRemove useless FIXME in comment.
2004-10-05  Dmitry TimoshkovAdd a test case for accelerators, make the test pass...
2004-10-05  Dmitry TimoshkovAdded a test case for inter-thread DispatchMessage.
2004-10-05  Jon GriffithsDraw background of the empty selected item in empty...
2004-10-05  Dimitrie O. PaunAudit combo control code.
2004-10-05  Dimitrie O. PaunAudit the static control code.
2004-10-05  Dimitrie O. PaunAudit and document button code.
2004-10-05  Dmitry TimoshkovIf there no MDI child to activate set hwndActiveChild...
2004-10-04  Dmitry TimoshkovAdd more message conversion tests, make the tests pass...
2004-10-04  Robert ShearmanAdd tests for conversion of message parameters.
2004-09-29  James HawkinsLimit scrolling of the edit control to the last line...
2004-09-24  Richard CohenMenuItemFromPoint shouldn't crash if there's no menu.
2004-09-23  Dmitry Timoshkov- Skip shell window test on Win9x and restore its funct...
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-21  Dmitry TimoshkovMake message flow for MDI creation/activation/destructi...
2004-09-20  Dmitry TimoshkovMake menu code cope with WM_SYSKEY*/WM_SYSCHAR messages.
2004-09-16  Ulrich CzekallaHandle painting the border if WS_EX_CLIENTEDGE is not...
2004-09-16  Dmitry TimoshkovAdd a test case for WM_KEY* to WM_SYSKEY* message conve...
2004-09-16  Dmitry TimoshkovAccept WM_SYSCHAR message for processsing in TranslateA...
2004-09-15  Dimitrie O. PaunUse the W version of the function were we can.
2004-09-14  Steven EdwardsAdded stub for SwitchDesktop.
2004-09-14  Alexandre JulliardStop testing a sequence upon the first expected error...
2004-09-13  Dmitry TimoshkovAdd support for HCBT_SYSCOMMAND hook, add logging for...
2004-09-13  Dmitry TimoshkovAdd a bunch of new MDI tests.
2004-09-13  Dmitry TimoshkovLog flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED...
2004-09-10  Michael KaufmannMake the menus of Delphi applications work.
2004-09-10  Zach GormanThe initial dialog focus should be established by the...
2004-09-10  Zach GormanModal dialogs should not be shown via ShowWindow until...
2004-09-10  Zach GormanAdded tests for default focus assignment in dialogs.
2004-09-09  Ulrich CzekallaAllow copying selection when control is read only.
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-09-08  Alexandre JulliardFixed some message sequences to succeed on XP.
2004-09-07  Dmitry TimoshkovReset BUTTON_HASFOCUS state in WM_KILLFOCUS handler...
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-02  Alexandre JulliardGetUpdateRect should return TRUE even if only the non...
2004-09-02  Francois GougetAdded missing trailing '\n's to ok() calls.
2004-09-01  Alexandre JulliardMoved keyboard.c to dlls/user/kbd16.c.
2004-09-01  Alexandre JulliardMoved some window painting functions to uitools.c.
2004-08-31  Alexandre JulliardMoved all files from the controls/ directory to dlls...
2004-08-31  Alexandre JulliardGet rid of the non-standard CONV_POINT and CONV_RECT...
2004-08-30  Alexandre JulliardRemoved struct32.[ch].
2004-08-30  Alexandre JulliardMoved a couple of 16-bit functions to user16.c.
2004-08-30  Mike McCormackUse Heap functions instead of malloc/free.
2004-08-26  Dmitry TimoshkovButton should do ReleaseCapture() on WM_KILLFOCUS if...
2004-08-26  Dmitry TimoshkovButton should send BM_SETSTATE message after it has...
2004-08-26  Dmitry TimoshkovFix msg test failures when run under win2k.
2004-08-26  Alexandre JulliardAdded some tests for paint messages and update regions.
2004-08-26  Alexandre JulliardGetUpdateRgn should clip the returned region to the...
next