- 95591a6 Some fixes for the compilation of the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
- e35580f Fixed some various comparisons wrt signedness. by Vincent Béron · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- a081e23 Clear an old button text in WM_SETTEXT as Windows does. by Dmitry Timoshkov · 23 years ago
- 4344c36 Got rid of GetSysColorPen. by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
- 0e4cf6c Don't change button state on WM_MOUSEMOVE messages unless left mouse by Rein Klazes · 23 years ago
- 7ccd27a Check, Radio & 3State buttons send WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN. by Sander van Leeuwen · 23 years ago
- b153725 For a radio button even if the initial style includes WS_TABSTOP the by Bill Medland · 23 years ago
- d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
- de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
- 186a79c WNDPROC handlers now check whether HWND argument is valid. by Jukka Heinonen · 24 years ago
- b32c000 Prepare background while drawing radio buttons and checkboxes. by Dmitry Timoshkov · 24 years ago
- a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
- 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
- 9877906 Removed dependencies on the internals of the CLASS structure. by Alexandre Julliard · 24 years ago
- 2b4be4b Made button control fully unicode aware. by Dmitry Timoshkov · 24 years ago
- abe635c Get rid of some warnings about unused variables, signed/unsigned by Joerg Mayer · 24 years ago
- 6117fc4 (Merged by Marcus Meissner <marcus@jet.franken.de>) by Serge Ivanov · 25 years ago
- 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
- fcd3521 All standard window controls should have CS_PARENTDC, but should still by Dave Hawkes · 25 years ago
- 04da8b8 Convert WND.text field to Unicode. by Dmitry Timoshkov · 25 years ago
- 13ffd58 Added save and reset of SetBKMode values in WM_PAINT. by Sheri Steeves · 25 years ago
- b09c6ef Attempt to paint the checkbox and radio buttons better. by Susan Farley · 25 years ago
- b64aa24 Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button by Susan Farley · 25 years ago
- 6cc47d4 Removed a lot of unnecessary includes and fixed the compile errors. by Patrik Stridvall · 25 years ago
- 4f155e8 Bitmap buttons were not refreshed correctly. by Bill Jin · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- 6fb62f5 Correct the behaviour of the accelerator keys in dialogs according to by Dmitry Timoshkov · 25 years ago
- f92a777 Remove hack for keyboard messages in dialogs. by Dmitry Timoshkov · 25 years ago
- 73d7337 Removed FillRect in the ownerdrawn button procedure. by Francois Boisvert · 25 years ago
- 61b15de Use an extra bit in the button status byte to flag whether the by Rein Klazes · 25 years ago
- 9af3eba Fixed win9x look on checkboxes and radiobuttons. by Dennis Björklund · 26 years ago
- 3cee09c Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON, by Abey George · 26 years ago
- 4993603 Slight 1 pixel adjustment on the position of the radio button bitmap. by Francis Beaudet · 26 years ago
- f22ff40 Fixed a little positioning bug with the checkbox. by Francis Beaudet · 26 years ago
- 0e38aa7 Various ANSI C compability fixes. by Patrik Stridvall · 26 years ago
- dbb4ad8 Fix handling of WM_LBUTTONDCLICK message for buttons with certain styles. by Rein Klazes · 26 years ago
- cfbafe3 Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or by Pierre Mageau · 26 years ago
- 9b4748b Implemented the BS_ICON style. by Francis Beaudet · 26 years ago
- 767b099 Win9x look & feel on buttons and a fix for ownerdrawn buttons by Dennis Björklund · 26 years ago
- 70cd8cb Added BN_CLICKED notification in WM_SETFOCUS. by Luc Tourangeau · 26 years ago
- 6a232b0 Reverted previous change. by Alexandre Julliard · 26 years ago
- f9c20b6 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
- be7a9d1 Do not process WM_LBUTTONUP message in ButtonWndProc() by Rein Klazes · 26 years ago
- ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
- ab7abb1 Removed superfluous WIN_ReleaseWndPtr. by Ulrich Weigand · 26 years ago
- 845113c Pushbuttons should only be rounded in Win31 look. by Pavel Roskin · 26 years ago
- 9aded51 Removed the gotos from the WndProcs, always use a small wrapper that by Marcus Meissner · 26 years ago
- 8dde5a4 Added missing WIN_ReleaseWndPtr. by Eric Pouech · 26 years ago
- 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
- 026f705 Implement the button with bitmaps. by Pascal Lessard · 26 years ago
- 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
- 09d9f2e Paint gray text on gray background in checkboxes/radiobuttons by by Dirk Thierbach · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- c3e1f72 Added missing string.h include. by Jeff Garzik · 26 years ago
- ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
- 2d617be Replace GRAPH_ functions with Win SDK equivalents. by Huw D M Davies · 26 years ago
- 65ab1b0 Enabled double click for buttons. by Eric Kohl · 26 years ago
- a83d065 Improving keyboard handling, including accelerator keys in dialog by Norman Stevens · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 26 years ago wine-980927
- c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
- 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
- 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
- a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
- 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
- 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
- 7ff1c41 Release 970525 by Alexandre Julliard · 28 years ago wine-970525
- df2673b Release 970329 by Alexandre Julliard · 28 years ago wine-970329
- 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
- f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215
- 7ebe1a4 Release 961222 by Alexandre Julliard · 28 years ago wine-961222
- 7e6ae4b Release 961208 by Alexandre Julliard · 28 years ago wine-961208
- da0cfb3 Release 961201 by Alexandre Julliard · 28 years ago wine-961201
- 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117
- 139a4b1 Release 961102 by Alexandre Julliard · 28 years ago wine-961102
- 530ee84 Release 961023 by Alexandre Julliard · 28 years ago wine-961023
- bf9130a Release 961013 by Alexandre Julliard · 28 years ago wine-961013
- 2c69f6d Release 960928 by Alexandre Julliard · 28 years ago wine-960928
- 8bbf818 Release 960913 by Alexandre Julliard · 29 years ago wine-960913
- d1ce8b2 Release 960902 by Alexandre Julliard · 29 years ago wine-960902
- 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
- 3051b64 Release 960705 by Alexandre Julliard · 29 years ago wine-960705
- d90840e Release 960611 by Alexandre Julliard · 29 years ago wine-960611
- 1e9ac79 Release 960606 by Alexandre Julliard · 29 years ago wine-960606
- 2d93d00 Release 960521 by Alexandre Julliard · 29 years ago wine-960521
- e2bfa4c Release 960516 by Alexandre Julliard · 29 years ago wine-960516
- cdcdede Release 960421 by Alexandre Julliard · 29 years ago wine-960421
- 8664b89 Release 960405 by Alexandre Julliard · 29 years ago wine-960405
- 59730ae Release 960324 by Alexandre Julliard · 29 years ago wine-960324
- 902da69 Release 951105 by Alexandre Julliard · 29 years ago wine-951105
- af0bae5 Release 951003 by Alexandre Julliard · 29 years ago wine-951003
- b7258be Release 950901 by Alexandre Julliard · 30 years ago wine-950901
- 808cb04 Release 950817 by Alexandre Julliard · 30 years ago wine-950817
- 2787be8 Release 950522 by Alexandre Julliard · 30 years ago wine-950522
- 594997c Release 950430 by Alexandre Julliard · 30 years ago wine-950430
- e2abbb1 Release 950319 by Alexandre Julliard · 30 years ago wine-950319
- 7cbe657 Release 950109 by Alexandre Julliard · 30 years ago wine-950109
- 3a5816f Release 941227 by Alexandre Julliard · 30 years ago wine-941227