Correctly use the returned value from GetTimeZoneInformation.
[wine] / dlls / user /
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...
2004-08-25  Alexandre JulliardAllow enabling or disabling todo_wine for each message...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-24  Huw DaviesChange dialogs to use MS Shell Dlg rather than Helv...
2004-08-16  Ferenc WagnerThe desktop process is not automatically restarted...
2004-08-16  Francois GougetAdd the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
2004-08-14  Alexandre JulliardWM_NEXTDLGCTL should not change the default button...
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-11  Francois GougetDefine _WIN32_WINNT otherwise we are missing some defin...
2004-08-09  Dmitry TimoshkovFix button behaviour on WM_SETFOCUS/WM_KILLFOCUS with...
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-22  Henning GerhardtMinor fixes and updates to the German resource files.
2004-07-20  Zach GormanAdd test to demonstrate DrawText() with DT_CALCRECT...
2004-07-16  Krishna MurthyAdded regression test for WM_NEXTDLGCTL and default...
2004-07-14  Eric FriasFixed memory allocation bug.
2004-07-14  Sami AarioAdded tests for registering a dialog box created by...
2004-07-14  Alexandre JulliardAllocate the dialog info in DIALOG_CreateIndirect if...
2004-07-13  Alexandre JulliardAllow specifying multiple graphics drivers and use...
2004-07-12  Mike McCormackAdd a regression test for accelerators.
2004-07-12  Mike McCormack- Windows always strips the high bit (0x80) of the...
2004-07-12  Mike McCormack- CopyAcceleratorTable can cause a buffer overflow...
2004-07-12  Mike McCormackStop PrivateExtractIcons from crashing given an invalid...
2004-07-09  Dmitry TimoshkovAdd a test case for scroll APIs, fix a few bugs spotted...
2004-06-30  Dmitry TimoshkovAdd more MDI message tests.
2004-06-25  Dmitry TimoshkovAdd a test case for clipboard functionality and fix...
2004-06-23  Dmitry TimoshkovAdd a prototype for MDI message tests.
2004-06-18  Dmitry TimoshkovAdd tests for child activation by ShowWindow/SetWindowPos.
2004-06-17  Dmitry TimoshkovMake user/tests/win.c tests pass under Windows98.
2004-06-15  Dmitry TimoshkovAdd a test for client/nonclient window dimensions calcu...
2004-06-15  Ulrich CzekallaScrollDC should take into account overlapped windows...
2004-06-14  Huw DaviesFix 'pointers are not permitted as case values' compile...
2004-06-14  Dmitry TimoshkovSet last DDE error in XTYP_EXECUTE handler according...
2004-06-04  Dimitrie O. PaunWin 2000, XP, etc. fail the sysparams tests when run
2004-06-03  Mike HearnIgnore attempts to hide an already invisible window...
2004-06-03  Ulrich CzekallaEnableWindow should not remove the focus of child windows.
2004-06-01  Dmitry TimoshkovTest whether we can destroy a menu assigned to a window.
2004-06-01  Dmitry TimoshkovAdd dialog class name to the list of classes handled...
2004-05-28  Dmitry TimoshkovAdd a test for accessing classes from another thread.
2004-05-27  Ivan Leo PuotiChanged my name, so update copyright info.
next