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