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