Changed 16-bit USER Enum* functions to not use thunks, now that 16-bit
[wine] / windows / nonclient.c
2001-11-30  Gerard PatelRemove some possible interlocking problems with peb...
2001-10-16  Alexandre JulliardMoved scrollbar tracking code to scroll.c.
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-14  Alexandre JulliardFixed HWND compare in NC_HandleSetCursor.
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-20  Alexandre JulliardFixed GetClassLong to return full 32 bits for all items.
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-06  Alexandre JulliardReplaced MSG_InternalGetMessage calls by equivalent...
2001-07-20  Bill MedlandCorrections to the Win95 and later frame drawing code.
2001-06-14  Dmitry TimoshkovReplace more PROFILE_ functions by RegQueryValueExA.
2001-06-07  Alexandre JulliardRemoved unneeded inclusion of queue.h.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-06-04  Dmitry TimoshkovRemove optimization in NC_HandleNCActivate.
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-04-12  Alexandre JulliardAdded first/last message filters to MSG_InternalGetMess...
2001-03-21  Alexandre JulliardCleaned up assumptions about WS_CHILD flag so that...
2001-02-12  Andreas Mohr- move TSXGrabServer after a possible return FALSE;
2001-01-24  Alexandre JulliardUse DrawFrameControl() instead of OEM bitmaps to paint...
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-10-15  Dmitry TimoshkovFixed behaviour of window's system buttons.
2000-10-13  Susan FarleyStatus bars on managed windows should not have SIZEGRIP...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-22  Andreas MohrSpelling, trace fixes.
2000-09-12  Mike McCormackMake sure NC_HandleNCCalcSize returns a valid rectangle.
2000-08-28  Francois MethotDo not check for system menu if the window has style...
2000-08-14  Dmitry TimoshkovAdd "FullWindowDrag" feature for not managed windows.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-07-29  Francois BoisvertNC_DoNCHitTest now returns HTNOWHERE like Windows is...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-23  Susan FarleySet and retrieve the window icon that is drawn under...
2000-05-18  Alexandre JulliardFrancois Boisvert
2000-05-14  Chris MorganFixed borders of windows while dragging or sizing to...
2000-05-05  Aric StewartAdded WM_SIZING message support.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-24  Alexandre JulliardUse GetProcAddress instead of calling ShellAboutA directly.
1999-12-11  Alexandre JulliardAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus...
1999-12-10  Ulrich WeigandPerform 16/32A/32W message mapping for posted messages.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-10-24  Noomen HamzaPopup windows will be hidden when we minimize a main...
1999-09-23  Noomen HamzaNon active window should be activated when it gets any
1999-09-10  Francis BeaudetMade sure that the windows with the WS_EX_TOOLWINDOW...
1999-09-03  Francis BeaudetMake sure that all MDI children have the WS_EX_MDICHILD...
1999-09-03  Abey GeorgeFixed resizing bugs for windows with WS_THICKFRAME...
1999-08-21  Pascal LessardAdded the case of a user defined icon for the sysbutton...
1999-08-15  Francis BeaudetEnsure that the WM_ENTERIDLE message is not sent if...
1999-08-07  Thuy NguyenWS_EX_DLGMODALFRAME alone does not mean title bar,...
1999-07-31  Noomen HamzaClose the right window when clicking on a non active...
1999-07-31  Pascal LessardImplemented the system button behavior and associated...
1999-07-24  Sylvain St-GermainFixed inconsistency in conditions that determines if...
1999-07-04  Noomen HamzaWindows should be activated in these cases:
1999-07-03  Ove KaavenReworked nonclient drawing code. Win31 look now works...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Noomen HamzaSetCursorPos() function was called with a window coordi...
1999-06-12  Gerard PatelDraws a border around windows with old win31 style...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-08  Michael VekslerRemoved #include "wine/winuser16.h" and use "struct...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-25  Randy WeemsFixed off-by-one error if bitblt width or height is...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-12  Pavel Roskinobm_closed_95 should not be drawn inverted.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Alexandre JulliardReverted broken close button change.
1999-02-18  Francois BoisvertImplementation of the pushed close button.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-09  Stephane Lussier-Fixed MESSAGE functions that were thunking down to...
1999-01-20  Noomen HamzaFixed the NC_DrawMaxButton95 and NC_DrawMinButton95...
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
1998-12-07  Patrik StridvallMoved more code to the X11 driver.
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-11-01  Uwe BonnesAllow the user to put a mark in the debug log by adding...
1998-10-24  Eric KohlFixed DrawCaption16() and DrawCaptionTemp16().
1998-10-22  NF StevensFixed moving and sizing of child windows.
1998-10-18  Alex KorobkaGot rid of flickering scrollbar arrows. MDI scrolling...
1998-10-11  Eric KohlAdded DrawCaption[16/32] and DrawCaptionTemp[16/32A...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1998-01-04  Alexandre JulliardRelease 980104 wine-980104
next