1. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  2. b662e11 Moved scrollbar tracking code to scroll.c. by Alexandre Julliard · 23 years ago
  3. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  4. d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
  5. f44bbb8 Make sure that HWND comparisons are always done with full 32-bit handles. by Alexandre Julliard · 24 years ago
  6. b3ec030 Added proper support for 32-bit WM_NEXTMENU. by Alexandre Julliard · 24 years ago
  7. de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
  8. bfb4a23 Replaced MSG_InternalGetMessage calls by equivalent exported APIs. by Alexandre Julliard · 24 years ago
  9. ef06b4a Got rid of HEAP_strdupW. by Alexandre Julliard · 24 years ago
  10. 326b280 Draw MenuBar in proper place (some cases). by Gerard Patel · 24 years ago
  11. 34329cf GetMenuItemID: return -1 for invalid menu items, not zero. by Mike McCormack · 24 years ago
  12. 05aeaf1 Add some argument validation to SetMenuItemInfoA, so QT5 does not by Marcus Meissner · 24 years ago
  13. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  14. 56a1992 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  15. 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
  16. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  17. 18ce388 Fix menu behaviour when escape is pressed. by Ulrich Czekalla · 24 years ago
  18. 8f79fdc Test if the menu is destroyed before displaying a menu item. by Gerard Patel · 24 years ago
  19. e60ccd1 Create a new window for the top popup menu on every new menu tracking, by Alexandre Julliard · 24 years ago
  20. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  21. 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
  22. 3f03975 Added first/last message filters to MSG_InternalGetMessage to avoid busy waits. by Alexandre Julliard · 24 years ago
  23. 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
  24. 2482ef3 Fix system menu crash by ensuring that item->text is not null when MF_TEXT set. by Gerard Patel · 24 years ago
  25. cf2ff27 Recalculate menu sizes if WM_INITMENU has recreated/changed something. by Gerard Patel · 24 years ago
  26. a862f68 Added a few missing stubs to KERNEL32 and USER32. by Eric Pouech · 24 years ago
  27. da2892c Do not allocate any USER data on the system heap. by Alexandre Julliard · 24 years ago
  28. b99367e debugstr_xxx already does the quoting. by François Gouget · 24 years ago
  29. 9316fa3 Convert menu item to seperator only when string is NULL. by Dmitry Timoshkov · 24 years ago
  30. 4a69939 Don't crash on close from window manager. by Marcus Meissner · 24 years ago
  31. 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  32. c1d35cc Use DrawFrameControl() instead of OEM bitmaps to paint caption buttons by Alexandre Julliard · 24 years ago
  33. a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
  34. 75b278e Modify the look of bitmap menu items to match Win95 and Win98 by François Gouget · 24 years ago
  35. 5818240 Fixed the alignment of the MF_RIGHTJUSTIFY menu items. by Francois Gouget · 24 years ago
  36. a6d83eb - clarify many error messages - add data corruption warning to README file by Andreas Mohr · 24 years ago
  37. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  38. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  39. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  40. 9cdd22c When processing mouse messages in MENU_TrackMenu, use the coordinates by Louis Philippe Gagnon · 24 years ago
  41. ac7efef Changed GetProcAddress16 and 16-bit resource functions to take normal by Alexandre Julliard · 24 years ago
  42. 75f9e64 Take into account the sunken border for Win98 look. by Francois Gouget · 24 years ago
  43. 606f620 Don't reset MF_POPUP flag in SetMenu(). by James Abbatiello · 24 years ago
  44. d5e15d3 Do not invert "magic" bitmap menu items. by Dmitry Timoshkov · 24 years ago
  45. d0ff2ec Make bitmap menu items look like in windows when selected, by Dmitry Timoshkov · 24 years ago
  46. ef55932 Ask application to reinitialize its menu before processing an accelerator key. by Dmitry Timoshkov · 24 years ago
  47. c946b1c Converted menu string handling to Unicode. by Aric Stewart · 24 years ago
  48. 93fd46a Fixed the text color of higlighted menu bar item for the Win98 look. by Francois Gouget · 24 years ago
  49. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  50. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  51. 6f07e8a Fixed window lock problem in SetMenu(). by Andreas Mohr · 25 years ago
  52. fbb2c9b GetMenu might be used to get child window id. by Dmitry Timoshkov · 25 years ago
  53. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  54. b0efe28 Removed a few dependencies on GDI internals from USER dll. by Alexandre Julliard · 25 years ago
  55. 20af4c3 GetSystemMenu called with bRevert argument set to TRUE now returns by Francois Jacques · 25 years ago
  56. 2e011a5 Lots of spelling fixes that accumulated in my tree again, made several by Andreas Mohr · 25 years ago
  57. b200793 Post a WM_CANCELMODE message to wake up the internal menu handling by Rob Farnum · 25 years ago
  58. c6369b0 When new menu Id is not found or index > nitems, insert the new menu by Gerard Patel · 25 years ago
  59. f1d467a Distinguish RADIOCHECK style menu items from standard checkmark menu items. by Susan Farley · 25 years ago
  60. f12b70a Revalidate menu handle in mt.hTopMenu after DispatchMessage. by Guy Albertelli · 25 years ago
  61. 70cc169 - Wine was passing the wrong hwnd as the owner when processing owner by Aric Stewart · 25 years ago
  62. 130f0d8 Fixed to display popup-menu arrow on owner-drawn popup menus. by Ken Thomases · 25 years ago
  63. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  64. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  65. 2d6eaba Set the correct value for the cch element of MENUITEMINFO in GetMenuItemInfo. by Huw D M Davies · 25 years ago
  66. 6cc47d4 Removed a lot of unnecessary includes and fixed the compile errors. by Patrik Stridvall · 25 years ago
  67. 33026a2 Send WM_HELP message when F1 is pressed. by Ulrich Czekalla · 25 years ago
  68. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  69. b2f6f0e Removed resource.h. by Alexandre Julliard · 25 years ago
  70. 3e62974 Validate the menu handles. by Gerard Patel · 25 years ago
  71. ae6de76 Stop menu tracking when clicking on the menu bar where there is no menu item. by Pascal Lessard · 25 years ago
  72. cb3c7bf GetMenuString should return itemlength on 0 nMax or NULL str by Marcus Meissner · 25 years ago
  73. 80c924f In win32 a WM_MENUSELECT message should contain the position when the by Rein Klazes · 25 years ago
  74. 2faf2cf Perform 16/32A/32W message mapping for posted messages. by Ulrich Weigand · 25 years ago
  75. 4a0a7df When a popupmenu is currently active on the screen, it shouldn't by Karl Lessard · 25 years ago
  76. 891d4d2 Fixed loop with WM_SYSCHAR. by Pierre Mageau · 25 years ago
  77. 371c420 Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of true. by Juergen Schmied · 25 years ago
  78. 13409b3 Make ExecFocusedItem return -1 on failure. by Karl Lessard · 26 years ago
  79. 6df0694 Force recalculation of menu when calling InsertMenuItem. by Gerard Patel · 26 years ago
  80. b59d4bc Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages by Abey George · 26 years ago
  81. 445c910 Message removed when menu tracking finish on a WM_LBUTTONDOWN. by Pascal Lessard · 26 years ago
  82. 4352c7a Send correct WM_MENUSELECT when menu closes. by Dennis Björklund · 26 years ago
  83. 5675362 Protect SetMenu from rogue menu handle. GetMenu16 can just call GetMenu. by Richard Cohen · 26 years ago
  84. 07c447f Added a case for menu handling in win31. by Pascal Lessard · 26 years ago
  85. 0c62bf0 Added MenuItemFromPoint stub. by Eric Pouech · 26 years ago
  86. 2eb0a30 Menu hides when clicked for a second time. by Pascal Lessard · 26 years ago
  87. a833f63 Avoid changing the activation state in EnableMenuItem. by Stephane Lussier · 26 years ago
  88. 562309a Fixed crash when accessing sysmenu. by Eric Pouech · 26 years ago
  89. 7ed1af3 Ensure that the WM_ENTERIDLE message is not sent if the wake-up event by Francis Beaudet · 26 years ago
  90. 15de615 Got rid of dsprintf and related macros. by Alexandre Julliard · 26 years ago
  91. d814bb6 Implemented the system button behavior and associated it to the system by Pascal Lessard · 26 years ago
  92. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  93. 46c4d39 Remove the WM_LBUTTONUP message from the queue after selecting a mouse by Noomen Hamza · 26 years ago
  94. 4bf3354 Removed direct references to CLASS internals. by Patrik Stridvall · 26 years ago
  95. dfed208 When looking into sys menu, check if items are present before dereferencing. by Eric Pouech · 26 years ago
  96. d9ab1f3 Support TPM_RETURNCMD in TrackPopupMenu. by Pascal Lessard · 26 years ago
  97. ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
  98. 9fe7a25 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  99. 4925186 - prevent crash when GetMenuDefaultItem is called on empty menu by Juergen Schmied · 26 years ago
  100. 1bb9403 ANSI C fixes. by Patrik Stridvall · 26 years ago