Use max tracking size instead of maximized size to limit window size.
[reactos.git] / reactos / lib / user32 / windows / menu.c
2005-07-30 James TaborImplement SetMenuItemBitmaps and fix bool flags.
2005-07-29 James TaborShow SetMenuItemInfoA&W implemented.
2005-07-27 Alex Ionescu - Fix debug header nonsense
2005-07-26 Alex Ionescu - Don't try to get the length of a possibly empty...
2005-07-17 James TaborImplemented NtUser-GetMenuItemRect.
2005-07-16 Jens CollinGetMenuStringA and GetMenuStringW inverted the MF_BYPOS...
2005-07-09 James TaborImplement ModifyMenu A & W.
2005-07-09 James TaborImplement GetMenuString A & W. Not fully tested.
2005-07-09 James TaborImplement CheckMenuRadioItem. Not fully tested.
2005-07-09 James TaborImplement DrawMenuBar.
2005-06-19 Filip NavaraCleanup header usage in USER32.
2005-06-19 Filip Navara(Re)move USER32 headers from include/user32.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-24 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-13 Filip NavaraDon't pass UNICODE_STRINGs in the dwTypeData of MENUITE...
2004-12-11 Filip Navara- Minor fixes to MenuGetRosMenuItemInfo.
2004-12-11 Filip Navara- Fix yet another heap free error.
2004-12-04 Filip Navara- Correct freeing of heap memory.
2004-12-04 Filip Navara- Implement SetMenuItemInfo[AW].
2004-09-14 Thomas Bluemellittle fix
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-05 Filip Navara- Fixed getting of menu item texts in GetMenuItemInfo...
2004-05-16 Filip NavaraWindow Class handling fixes:
2004-05-15 Filip Navara- Recalculate the menu bar size when resizing window.
2004-05-13 Filip Navara- Force recalulation size of menu items when new item...
2004-05-03 Gé van GeldorpImplement GetMenuItemInfoA/W
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-09 Filip Navara- Fixed DPRINTs.
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-02 Thomas Bluemellittle fix
2004-04-02 Thomas Bluemelproperly initialize system menu items
2004-04-01 Gé van GeldorpMake popup menus topmost windows
2004-03-25 Gé van GeldorpSet correct colors before calling owner-drawn handler
2004-03-24 Gé van GeldorpFix filling of MENUITEMINFO in InsertMenu()
2004-03-15 Gé van Geldorp- Add arrows for popup submenus
2004-03-14 Gé van GeldorpImplement TrackPopupMenu. This fixes bug #131
2004-03-10 Andrew Greenwood- Implemented ChangeMenuA and ChangeMenuW, as implement...
2004-03-09 Gé van GeldorpCorrect menu bars for windows not originating at top...
2004-03-07 Andrew Greenwood* Fixed co-ordinate translation for windows that have...
2004-02-23 Gé van GeldorpFix key left at begin and key right at end of menu
2004-02-22 Gé van GeldorpImplement system menus
2004-02-22 Gé van GeldorpImplement keyboard navigation for menus
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-15 Gé van GeldorpImplement menu handling
2004-02-01 Thomas Bluemellittle bugfix
2004-02-01 Thomas Bluemeladded support for right-aligned menus
2004-01-26 Thomas Bluemelimplemented multiline menu bars
2004-01-26 Thomas Bluemel1. implemented MenuItemFromPoint()
2004-01-26 Thomas Bluemelset menuitem rects after measuring the size
2004-01-26 Thomas Bluemelgave NtUserCall*Param decent names
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-02 Gé van GeldorpRefactoring of Wine DLL import
2003-12-28 Thomas Bluemelimplemented EndMenu()
2003-12-24 Filip NavaraKill the white rectangle around menu entries!
2003-12-15 Steven EdwardsMore minor cleanup.
2003-11-09 Filip Navara- Moved GetFocus, DrawCaptionTemp[AW], DrawMenuBarTemp...
2003-11-08 Martin Fuchspartial fix for for Bug #42: activate Ansi window proce...
2003-10-25 Filip Navara- Better implementation of window non-client area funct...
2003-08-29 Gé van GeldorpHandle non-nul terminated strings
2003-08-29 Gé van GeldorpVarious fixes by Filip Navara
2003-08-28 Thomas Bluemelimplemented drawing menu bar
2003-08-27 Thomas Bluemelchanged menu code to use UNICODE_STRING
2003-08-23 Thomas Bluemelsmall changes
2003-08-22 Thomas Bluemelbugfixes for menus
2003-08-21 Thomas Bluemelwork on system menus
2003-08-20 Thomas Bluemeladded NtUserGetMenuDefaultItem() syscall
2003-08-15 Thomas Bluemelchanged registering builtin classes to unicode
2003-08-15 Thomas Bluemeladded builtin PopupMenu window class
2003-08-09 Casper Hornstrup2003-08-09 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-08 Royce Mitchell IIIpatch by Jonathon Wilson - complete implemenation of...
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-08-06 Thomas Bluemelsome work on menus
2003-08-06 Thomas BluemelSome changes for menus and unstubbed NtUserGetSystemMen...
2003-08-06 Thomas BluemelSome changes for menus and unstubbed NtUserCallNoParam...
2003-08-05 Thomas BluemelAdded some more menu functions
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-08-04 Thomas BluemelAdded new menu functions and fixed some bugs
2003-08-04 Thomas BluemelImplemented a few things...
2003-08-01 Thomas BluemelImplemented LoadMenuIndirectW()
2003-07-31 Thomas BluemelModified CreateMenu() and DestroyMenu()
2003-07-28 Eric KohlAdded Messagebox support.
2003-07-27 David Welch- Made a start on implemented window moving.
2003-07-26 David WelchAdded some code from wine from menus.
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-12 Jason FilbyUNIMPLEMENTED put in unimplemented functions
2002-09-17 David WelchMore user fixes.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-06-13 David WelchSplit up some stubs into their own files.
next