Bottom of button should be rbox.top + checkBoxHeight.
[wine] / controls / button.c
2004-08-16  Ulrich CzekallaBottom of button should be rbox.top + checkBoxHeight.
2004-08-09  Dmitry TimoshkovFix button behaviour on WM_SETFOCUS/WM_KILLFOCUS with...
2004-04-01  Dimitrie O. PaunRemove the support for the Win 3.1 Look.
2003-12-10  Alexandre JulliardSystem classes must not have the CS_GLOBALCLASS style.
2003-11-11  Huw DaviesOwnerdraw buttons should erase themselves in WM_ERASEBKGND.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-08  Maxime BellengéCorrectly fill the background of a checkbox button.
2003-04-30  Maxime Bellengé- Fix some indentation problems.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-28  Michael StefaniucSome fixes for the compilation of the user dll with...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-20  Dmitry TimoshkovClear an old button text in WM_SETTEXT as Windows does.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-15  Rein KlazesDon't change button state on WM_MOUSEMOVE messages...
2002-01-04  Sander van LeeuwenCheck, Radio & 3State buttons send WM_CTLCOLORSTATIC...
2001-12-11  Bill MedlandFor a radio button even if the initial style includes...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-07-24  Jukka HeinonenWNDPROC handlers now check whether HWND argument is...
2001-02-23  Dmitry TimoshkovPrepare background while drawing radio buttons and...
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-11-28  Dmitry TimoshkovMade button control fully unicode aware.
2000-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-09-13  Serge Ivanov(Merged by Marcus Meissner <marcus@jet.franken.de>)
2000-09-12  Andreas Mohr- fixes debugger output
2000-07-15  Dave HawkesAll standard window controls should have CS_PARENTDC...
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-06-11  Sheri SteevesAdded save and reset of SetBKMode values in WM_PAINT.
2000-06-04  Susan FarleyAttempt to paint the checkbox and radio buttons better.
2000-05-12  Susan FarleyLike the AUTORADIOBUTTON, the parent of a RADIOBUTTON...
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-02-26  Bill JinBitmap buttons were not refreshed correctly.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-29  Dmitry TimoshkovCorrect the behaviour of the accelerator keys in dialog...
1999-12-05  Dmitry TimoshkovRemove hack for keyboard messages in dialogs.
1999-10-13  Francois BoisvertRemoved FillRect in the ownerdrawn button procedure.
1999-09-27  Rein KlazesUse an extra bit in the button status byte to flag...
1999-09-13  Dennis BjörklundFixed win9x look on checkboxes and radiobuttons.
1999-09-11  Abey GeorgeDraw the focus rectangle for buttons with BS_3STATE...
1999-09-03  Francis BeaudetSlight 1 pixel adjustment on the position of the radio...
1999-09-03  Francis BeaudetFixed a little positioning bug with the checkbox.
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-31  Rein KlazesFix handling of WM_LBUTTONDCLICK message for buttons...
1999-07-30  Pierre MageauFixed a problem when the style is BS_BITMAP or BS_ICON...
1999-07-18  Francis BeaudetImplemented the BS_ICON style.
1999-07-15  Dennis BjörklundWin9x look & feel on buttons and a fix for ownerdrawn...
1999-07-10  Luc TourangeauAdded BN_CLICKED notification in WM_SETFOCUS.
1999-07-03  Alexandre JulliardReverted previous change.
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-05  Rein KlazesDo not process WM_LBUTTONUP message in ButtonWndProc()
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-17  Ulrich WeigandRemoved superfluous WIN_ReleaseWndPtr.
1999-05-02  Pavel RoskinPushbuttons should only be rounded in Win31 look.
1999-05-01  Marcus MeissnerRemoved the gotos from the WndProcs, always use a small...
1999-04-25  Eric PouechAdded missing WIN_ReleaseWndPtr.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-15  Pascal LessardImplement the button with bitmaps.
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-14  Dirk ThierbachPaint gray text on gray background in checkboxes/radiob...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
1998-11-22  Eric KohlEnabled double click for buttons.
1998-10-12  Norman StevensImproving keyboard handling, including accelerator...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-01-04  Alexandre JulliardRelease 980104 wine-980104
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-05-25  Alexandre JulliardRelease 970525 wine-970525
1997-03-29  Alexandre JulliardRelease 970329 wine-970329
1997-03-05  Alexandre JulliardRelease 970305 wine-970305
1997-02-15  Alexandre JulliardRelease 970215 wine-970215
1996-12-22  Alexandre JulliardRelease 961222 wine-961222
1996-12-08  Alexandre JulliardRelease 961208 wine-961208
1996-12-01  Alexandre JulliardRelease 961201 wine-961201
1996-11-17  Alexandre JulliardRelease 961117 wine-961117
1996-11-02  Alexandre JulliardRelease 961102 wine-961102
1996-10-23  Alexandre JulliardRelease 961023 wine-961023
1996-10-13  Alexandre JulliardRelease 961013 wine-961013
1996-09-28  Alexandre JulliardRelease 960928 wine-960928
1996-09-13  Alexandre JulliardRelease 960913 wine-960913
1996-09-02  Alexandre JulliardRelease 960902 wine-960902
1996-07-17  Alexandre JulliardRelease 960717 wine-960717
1996-07-05  Alexandre JulliardRelease 960705 wine-960705
1996-06-11  Alexandre JulliardRelease 960611 wine-960611
1996-06-06  Alexandre JulliardRelease 960606 wine-960606
1996-05-21  Alexandre JulliardRelease 960521 wine-960521
1996-05-16  Alexandre JulliardRelease 960516 wine-960516
1996-04-21  Alexandre JulliardRelease 960421 wine-960421
1996-04-05  Alexandre JulliardRelease 960405 wine-960405
next