Add UTC to the time zone list.
[wine] / windows / win.c
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
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-14  Steven EdwardsAdded stub for SwitchDesktop.
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-07-20  Alexandre JulliardGet rid of window region on the client side.
2004-06-03  Ulrich CzekallaEnableWindow should not remove the focus of child windows.
2004-05-28  Alexandre JulliardOnly allocate even-numbered window handles, MS Project...
2004-05-18  Dmitry TimoshkovOnly child windows receive WM_SHOWWINDOW in DestroyWind...
2004-05-11  Dmitry Timoshkov- Add a test for GetWindowInfo, it should not check...
2004-04-02  Dmitry TimoshkovSetting WS_VISIBLE style does not require any special...
2004-04-02  Dmitry TimoshkovWM_PARENTNOTIFY should not be sent to WS_POPUP windows.
2004-03-26  Dmitry TimoshkovMake DestroyWindow() not mess with a window focus,...
2004-02-17  Huw DaviesSetMenu should always call SetWindowPos whether the...
2004-02-06  Dmitry TimoshkovAdd a test case and a fix for the window styles state...
2004-01-28  Alexandre JulliardFixed 16-bit MDI support (based on a patch by Dmitry...
2004-01-20  Dmitry TimoshkovMerge the MDI and common window creation code. Change...
2003-12-31  Alexandre JulliardStore window icons in the window structure so that...
2003-12-30  Mike HearnPrevent false matches in WIN_FindWindow.
2003-12-11  Alexandre JulliardStore a pointer to the client-side class structure...
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-12-10  Alexandre JulliardAdded support for inter-process GetWindowWord.
2003-11-26  Alexandre JulliardAdded support for inter-process GetWindowLong on the...
2003-11-26  Alexandre JulliardFixed declarations of BroadcastSystemMessage and Transl...
2003-10-21  Rein KlazesUse the extended window style for the previous style...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Mike McCormackStub implementation of FlashWindowEx.
2003-08-05  Dmitry TimoshkovMake GetWindowInfo() work for all windows and return...
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-06-23  Aric StewartSimple optimization in EnableWindow.
2003-05-19  Alexandre JulliardCatch broadcast window handles in functions that are...
2003-03-14  Tony LambregtsReplace DPRINTF with TRACE.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-08  Duane ClarkWS_CAPTION is a two bit field, so test appropriately.
2003-01-07  Duane ClarkA window with a WS_EX_APPWINDOW extended style can...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-24  Matthew DavisonFix some unicode->ascii calls.
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-11-13  Alexandre JulliardFixed sign problem in GetWindowWord/Long check for...
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Alexandre JulliardMoved a few remaining 16-bit window functions to wnd16...
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-19  Michael StefaniucSilence some warnings due to casts between pointer...
2002-10-17  Alexandre JulliardFixed typo in EnumThreadWindows.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-12  Alexandre JulliardReimplemented GetLastActivePopup to get the information...
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-09-25  Alexandre JulliardAdded missing WIN_ReleasePtr (spotted by Dmitry Timoshkov).
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-23  Dimitrie O. Paun- Remove export of DRAG_QueryUpdate from USER.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-08-29  Juergen SchmiedSupport for HWND_MESSAGE.
2002-07-24  Andreas MohrMisc spelling fixes.
2002-06-02  Alexandre JulliardRemoved CURSORICON_IconToCursor now that we support...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-19  Francois GougetAdd missing WIN_ReleaseWndPtr in WIN_CreateDesktopWindow.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-06  David HammertonAdded implementation of GetWindowInfo.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-08  Alexandre JulliardNeed to check for focus and capture also on the childre...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Guy L. AlbertelliFix the strange case in WIN_FixCoordinates where x...
2002-02-15  Jukka HeinonenConvert some invalid offsets in GetWindowLong16 into...
2002-01-22  Tommy Schultz LassenMake EnumWindows return TRUE if no windows exists.
2002-01-09  Rein KlazesMove calling of CBT hooks from WIN_CreateWindowEx(...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-17  Alexandre JulliardChanged 16-bit USER Enum* functions to not use thunks...
2001-12-06  Alexandre JulliardAdded WIN_GetRectangles function.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-19  Gerard PatelFix exchanged lines in WIN_GetWindowLong.
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-07  Dmitry TimoshkovAdd dumping of window styles at the window creation...
2001-10-23  Alexandre JulliardCosmetic fixes.
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-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
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 JulliardStore window class atom in the server.
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
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-19  Alexandre JulliardFixed a couple of bugs in WIN_SetWindowLong caused...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
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...
next