- 13 Aug, 2007 2 commits
-
-
Jason Edmeades authored
-
Jason Edmeades authored
-
- 09 Aug, 2007 1 commit
-
-
Jason Edmeades authored
-
- 20 Jun, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 19 Jun, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 30 May, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 25 May, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 16 May, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 15 May, 2007 2 commits
-
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
- 27 Apr, 2007 1 commit
-
-
Kevin Koltzau authored
-
- 17 Mar, 2007 1 commit
-
-
Andrew Talbot authored
-
- 05 Feb, 2007 1 commit
-
-
Andrew Talbot authored
-
- 16 Nov, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 08 Nov, 2006 1 commit
-
-
Francois Gouget authored
-
- 07 Nov, 2006 1 commit
-
-
Francois Gouget authored
-
- 02 Nov, 2006 1 commit
-
-
Dmitry Timoshkov authored
-
- 25 Oct, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 23 Oct, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 02 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 11 Aug, 2006 1 commit
-
-
Aric Stewart authored
-
- 09 Aug, 2006 2 commits
-
-
Michael Kaufmann authored
-
Michael Kaufmann authored
- Accept MFT_MENU{BAR}BREAK, MFT_RADIOCHECK, MFT_RIGHTJUSTIFY, and MFT_RIGHTORDER in SetMenuItemInfo. - InsertMenu, AppendMenu, ModifiyMenu: Accept MF_HILITE flag (undocumented). - SetMenuItemInfo: Only use the lower word of the bitmap handle as documented in MSDN (Word 95 depends on this). - The type MFT_RADIOCHECK cannot be set if only the checkmarks are modified with SetMenuItemInfo. - New tests.
-
- 12 Jun, 2006 1 commit
-
-
Dmitry Timoshkov authored
-
- 09 Jun, 2006 1 commit
-
-
Dmitry Timoshkov authored
passed in to CreateWindow menu should be handled.
-
- 02 Jun, 2006 1 commit
-
-
Michael Kaufmann authored
- Open large popup menus on the other side only if there's enough space - Open popup menus such that the y position of the first item in the popup menu is the same as the y position of the focused menu item.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 08 May, 2006 1 commit
-
-
Thomas Kho authored
-
- 19 Apr, 2006 1 commit
-
-
Michael Kaufmann authored
- Find menus by ID: Proper fallback to popup menus. - Use the menu ID, not the handle for the fallback. - Save the fallback menu's position.
-
- 13 Apr, 2006 1 commit
-
-
Rein Klazes authored
-
- 08 Apr, 2006 1 commit
-
-
Rein Klazes authored
-
- 02 Mar, 2006 1 commit
-
-
Vitaly Lipatov authored
-
- 01 Mar, 2006 2 commits
-
-
Rein Klazes authored
- do not add extra space; modify the tests to confirm this; - right flush to the menu tab stop, not to the menu border; - small fixes to the menu tab stop calculation.
-
Jason Edmeades authored
the popup menu is not visible
-
- 20 Feb, 2006 6 commits
-
-
Rein Klazes authored
-
Rein Klazes authored
- check mark is drawn left of a bitmap; - if a MNS_CHECKORBMP-style menu has a checkmark, do no draw any bitmap; - space for the popup arrow is also reserved for non popup items; - implement the MNS_NOCHECK style.
-
Rein Klazes authored
- Use DrawText in stead of GetTextExtendPoint32, to properly measure strings with ampersands like "&File"; - Fix mess with strings with an embedded tab; - In case of a menu bar, two extra pixels are added if the item has both a bitmap and string.
-
Rein Klazes authored
Replace some #defined constants by values calculated from windows metrics.
-
Rein Klazes authored
- Move sending WM_MEASUREITEM message for HBMMENU_CALLBACK bitmaps to MENU_GetBitmapItemSize(); - Save the received bitmap size in the menu item structure as it will need to be sent in the WM_DRAWITEM message; - Move sending WM_DRAWITEM message for HBMMENU_CALLBACK bitmaps to MENU_DrawBitmapItem(); - This also means that HBMMENU_CALLBACK bitmaps are now supported in menu bars.
-
Rein Klazes authored
level of some large if statements in the drawing code. Some updates to the comments.
-