1. 7ccd27a Check, Radio & 3State buttons send WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN. by Sander van Leeuwen · 23 years ago
  2. cc2d382 Use DrawFrameControl instead of bitmaps in certain cases. by Alexandre Julliard · 23 years ago
  3. 6924967 Fixed, added or implemented stubs: by Andreas Mohr · 23 years ago
  4. b153725 For a radio button even if the initial style includes WS_TABSTOP the by Bill Medland · 23 years ago
  5. 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
  6. 07216db EDIT_EM_LineLength called from within EDIT_EM_LineLength needs by Andreas Mohr · 23 years ago
  7. 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
  8. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  9. ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
  10. fb0ff05 Added internal Wine messages to perform SetWindowPos, ShowWindow and by Alexandre Julliard · 23 years ago
  11. b662e11 Moved scrollbar tracking code to scroll.c. by Alexandre Julliard · 23 years ago
  12. 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
  13. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  14. b85a6e8 Defer edit style correction until EDITSTATE is fully initialized. by Dmitry Timoshkov · 23 years ago
  15. 943e761 - Implement message loop on the client side of the scroll control. by Guy Albertelli · 24 years ago
  16. d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
  17. 49c7aff When you hold the left mouse button inside the scrollbar, then move by Bobby Bingham · 24 years ago
  18. f44bbb8 Make sure that HWND comparisons are always done with full 32-bit handles. by Alexandre Julliard · 24 years ago
  19. db9b549 Enhance SPY_GetMsgName to translate common control messages. by Guy L. Albertelli · 24 years ago
  20. 9d9dac0 Added WIN_ListParents function and renamed WIN_BuildWinArray into by Alexandre Julliard · 24 years ago
  21. b3ec030 Added proper support for 32-bit WM_NEXTMENU. by Alexandre Julliard · 24 years ago
  22. de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
  23. bfb4a23 Replaced MSG_InternalGetMessage calls by equivalent exported APIs. by Alexandre Julliard · 24 years ago
  24. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  25. 186a79c WNDPROC handlers now check whether HWND argument is valid. by Jukka Heinonen · 24 years ago
  26. ef06b4a Got rid of HEAP_strdupW. by Alexandre Julliard · 24 years ago
  27. e79f076 As for the edit control, the style of the borders on the list control by Bill Medland · 24 years ago
  28. 326b280 Draw MenuBar in proper place (some cases). by Gerard Patel · 24 years ago
  29. 137420a Correct the location of the style patching for the edit control. by Bill Medland · 24 years ago
  30. 34329cf GetMenuItemID: return -1 for invalid menu items, not zero. by Mike McCormack · 24 years ago
  31. 05aeaf1 Add some argument validation to SetMenuItemInfoA, so QT5 does not by Marcus Meissner · 24 years ago
  32. 31b15c6 Correct more colours so that DrawEdge works for more cases. by Bill Medland · 24 years ago
  33. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  34. 56a1992 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  35. 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
  36. 86bfa4c Improved handling of styles in the edit control, including detecting by Bill Medland · 24 years ago
  37. 99f2f39 Spelling fixes. by Andreas Mohr · 24 years ago
  38. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  39. 63c06aa Changed the outer color of a push button frame from gray to white, by Susan Farley · 24 years ago
  40. b6866d7 Disable the edit box when created with WS_DISABLED. by Susan Farley · 24 years ago
  41. aa5b6ce Fixed scrollbars return value to the SBM_SETRANGE and by Bobby Bingham · 24 years ago
  42. 18ce388 Fix menu behaviour when escape is pressed. by Ulrich Czekalla · 24 years ago
  43. 75c525c Make sure we set dwOSVersionInfoSize before calling GetVersionInfo(). by James Juran · 24 years ago
  44. 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
  45. 8f79fdc Test if the menu is destroyed before displaying a menu item. by Gerard Patel · 24 years ago
  46. e60ccd1 Create a new window for the top popup menu on every new menu tracking, by Alexandre Julliard · 24 years ago
  47. ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
  48. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  49. 75194d2 Only draw the padding area of the combo box, don't erase the combo by Mike McCormack · 24 years ago
  50. 2d382c6 Fixed a paint problem reported by Mike McCormack. by Ulrich Czekalla · 24 years ago
  51. f05618b Do not HeapFree() memory not allocated by us in COMBO_GetText. by Marcus Meissner · 24 years ago
  52. ed90b18 Draw the padding area of a combo box. by Mike McCormack · 24 years ago
  53. 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
  54. 7a06d45 Do not send WM_MOUSEACTIVATE for children of desktop. by Gerard Patel · 24 years ago
  55. d62c3f1 Remove redundant sending of WM_DRAWITEM message to ownerdrawn combobox. by Dmitry Timoshkov · 24 years ago
  56. e8ffcaa Slightly improve keyboard tracking in combobox. by Dmitry Timoshkov · 24 years ago
  57. 7c7a357 Set the backgound mode to opaque to paint highlighted text. by Dan Engel · 24 years ago
  58. 3f03975 Added first/last message filters to MSG_InternalGetMessage to avoid busy waits. by Alexandre Julliard · 24 years ago
  59. c9e1139 Added mappings for WM_CHARTOITEM and WM_MENUCHAR messages. by Alexandre Julliard · 24 years ago
  60. 6df245d Really do not roll up if selection is being tracked by arrow keys in by Dmitry Timoshkov · 24 years ago
  61. 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
  62. 9d4ae0e Do not send the EN_CHANGE notification message until the selection by Rein Klazes · 24 years ago
  63. f11ff2a Update format engine to reduce flicker. by Ulrich Czekalla · 24 years ago
  64. 627aa4d Native version seems to always re-draw the selected text at the end of a rollup. by Guy L. Albertelli · 24 years ago
  65. 2482ef3 Fix system menu crash by ensuring that item->text is not null when MF_TEXT set. by Gerard Patel · 24 years ago
  66. cf2ff27 Recalculate menu sizes if WM_INITMENU has recreated/changed something. by Gerard Patel · 24 years ago
  67. a62f06d Yet another attempt on fixing notifications in the edit control. by Dmitry Timoshkov · 24 years ago
  68. 87880c5 Fixed notifications of the edit control. by Dmitry Timoshkov · 24 years ago
  69. d36a3ef Call DefWindowProc for WM_CTLCOLORSTATIC message when the apps does not. by Gerard Patel · 24 years ago
  70. 3d0589a Fixed spelling/typos in comments. by Francois Gouget · 24 years ago
  71. fbc3619 Make EDIT_UnlockBuffer cope with destroyed windows. by Dmitry Timoshkov · 24 years ago
  72. a862f68 Added a few missing stubs to KERNEL32 and USER32. by Eric Pouech · 24 years ago
  73. 52ece0e Use GetSysColorBrush(COLOR_WINDOW) when there is no brush for drawing by Dmitry Timoshkov · 24 years ago
  74. b32c000 Prepare background while drawing radio buttons and checkboxes. by Dmitry Timoshkov · 24 years ago
  75. da2892c Do not allocate any USER data on the system heap. by Alexandre Julliard · 24 years ago
  76. 79413ed - Restructure PaintText code to remove FillRect from owner-drawn path. by Guy L. Albertelli · 24 years ago
  77. b99367e debugstr_xxx already does the quoting. by François Gouget · 24 years ago
  78. 9316fa3 Convert menu item to seperator only when string is NULL. by Dmitry Timoshkov · 24 years ago
  79. 4a69939 Don't crash on close from window manager. by Marcus Meissner · 24 years ago
  80. bf60453 Fix the behaviour of EM_GETLINE message. by Dmitry Timoshkov · 24 years ago
  81. 8ac1acb Ownerdrawn combo boxes should use ODS_COMBOBOXEDIT in the itemState. by James Abbatiello · 24 years ago
  82. 4782b0e - When painting the text, if the control is OWNERDRAWN the issue the by Guy L. Albertelli · 24 years ago
  83. 40fddf7 Do not notify parent of the Edit control on WM_SETTEXT when Edit is by Dmitry Timoshkov · 24 years ago
  84. 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  85. c1d35cc Use DrawFrameControl() instead of OEM bitmaps to paint caption buttons by Alexandre Julliard · 24 years ago
  86. 9c446a1 Protect read-only edit control from modification. by Dmitry Timoshkov · 24 years ago
  87. 05fc3cd Typo fixes in comments. by Francois Gouget · 24 years ago
  88. d661dbd Specified 'signed' on chars compared to -1. by Josh DuBois · 24 years ago
  89. a234db8 Solve remaining problems with scroll bars in the edit control. by Dmitry Timoshkov · 24 years ago
  90. df793bc Add one missing buffer size rounding in the edit control. by Dmitry Timoshkov · 24 years ago
  91. a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
  92. f3ea345 Guard against incoming string of NULL in WM_SETTEXT. by James Hatheway · 24 years ago
  93. 785203c Fix the return value of WM_GETTEXT in the edit control. by Dmitry Timoshkov · 24 years ago
  94. 376bead Various combobox fixes. by Dmitry Timoshkov · 24 years ago
  95. f77709e Synchronize the sizes of the external and internal buffers at start by Dmitry Timoshkov · 24 years ago
  96. db8fb6f Fixed returned length for LB_GETTEXT. by Gerard Patel · 24 years ago
  97. ba9b964 es->buffer_size is not always the length of the text currently in the by James Hatheway · 24 years ago
  98. 7462099 Added unicode window proc for the listbox control. by Dmitry Timoshkov · 24 years ago
  99. b3da1ac Ensure there is an edit control when we reset contents. by Ulrich Czekalla · 24 years ago
  100. 4866ac0 Combobox should clear its current selection on response to by Dmitry Timoshkov · 24 years ago