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