Use the right buffer size in SYSPARAMS_Load instead of some random
[wine] / windows / defwnd.c
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-09  Dmitry TimoshkovFixed problem with mouse cursors in Word.
2002-03-20  Duane ClarkOn WM_GETTEXT, terminate the lparam buffer even if...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-16  Alexandre JulliardTruncate the window text if it is too large for the...
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
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-10-03  Gerard PatelMap a window if it is shown by a direct style change.
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-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-18  Alexandre JulliardExplicitly check for CS_PARENTDC in WM_ERASEBKGND handling.
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-07-31  Alexandre JulliardErase only client area on WM_ERASEBKGND.
2001-06-20  Alexandre JulliardAvoid returning an unlocked window pointer from WINPOS_...
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-18  Francois GougetSpelling typos.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-02-14  Alexandre JulliardFixed WM_GETTEXTLENGTH handling.
2001-02-14  Susan FarleyException for allowing the parent to set the cursor...
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-26  Dmitry TimoshkovReplace 16-bit calls in DefWindowProc by 32-bit, prefer...
2001-01-24  Andreas MohrOnly set window text for WM_NCCREATE in DefWindowProc...
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 JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-07  Hidenori TakeshimaAdded handlers for some IME messages in DefWindowProc.
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-02  Louis Philippe Gagnon- Take the mouse capture on a WM_NCRBUTTONDOWN on the...
2000-11-29  Andreas MohrWM_SETTEXT should return TRUE on success.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-10-22  Guy L. AlbertelliAdded wParam and lParam as parameters in SPY_ExitMessage
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-09  Dmitry TimoshkovUnify WM_SETTEXT handling among DefWindowProc16/DefWind...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-07-28  Stephane LussierNow the service thread is no more in charge of erasing...
2000-07-23  Ove KaavenDefWindowProc should pass unhandled WM_MOUSEWHEEL to...
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-05-23  Susan FarleySet and retrieve the window icon that is drawn under...
2000-04-23  Dmitry TimoshkovRemoved the longstanding hack in response to WM_ACTIVAT...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-02-16  Ulrich CzekallaSend WM_HELP message when F1 is pressed.
2000-02-13  Martin FuchsDisplay the system popup menu when clicking with the...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-05  Patrik Stridvall- Made FillRect behave like it does on Windows
1999-11-04  Karl LessardFixed COLOR_MAX definition for new Win32 values.
1999-09-23  Noomen HamzaNon active window should be activated when it gets any
1999-08-15  Thuy NguyenImplemented the WM_SETICON and WM_GETICON messages.
1999-07-24  Abey GeorgeSend WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-07-04  Yuxi ZhangMake defwndproc erase the correct location.
1999-06-26  Slava MonichIn case if scrollbar has the same background color...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-02  Francis BeaudetWrote a basic implementation of the WM_PRINT message.
1999-04-01  Luc TourangeauImplemented WM_NOTIFYFORMAT.
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-12  Ove KaavenWM_ACTIVATE default processing should set window focus.
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1998-12-07  Patrik StridvallMoved more code to the X11 driver.
1998-11-30  Paul QuinnFixed activation/Focus message order problem when creat...
1998-11-14  Juergen SchmiedFixed warnings, some only visible with -Wstrict-prototy...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
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-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
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
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-07-20  Alexandre JulliardRelease 970720 wine-970720
1997-06-16  Alexandre JulliardRelease 970616 wine-970616
1997-05-25  Alexandre JulliardRelease 970525 wine-970525
next