Revert r20367 and r20368 since they crash the GUI in second boot by hitting a assert...
[reactos.git] / reactos / subsys / win32k / ntuser / menu.c
2005-12-28 Maarten BosmaRevert r20367 and r20368 since they crash the GUI in...
2005-12-27 Alex Ionescu- Major Win32k Header Cleanup: Add ntgdi.h based on...
2005-11-23 Hervé PoussineauIn NtUserInsertMenuItem, try to copy the whole MENUITEM...
2005-11-23 Christoph von Wittichfixed bug 888 (menus created by application itself...
2005-11-22 Brandon Turnercopy back both POINTS to make a RECT
2005-10-20 James TaborTesting MPlayerC.exe, start implementing GetMenuBarInfo...
2005-09-19 Gunnar Dalsnes-set last error (invalid handle) in cases where handle...
2005-09-11 Gé van GeldorpThe system menu is allowed to have an unnamed entry...
2005-09-08 Gunnar Dalsnes-remove hotkey lock
2005-09-07 Gunnar Dalsnesindent with astyle v1.15.3: --style=ansi -c -s3 -S...
2005-09-07 Gunnar Dalsnes-replace user object/handle manager with the one from...
2005-09-06 Gunnar Dalsnesmenu: code cleanup, naming changes, simplify refcountin...
2005-09-06 Alex IonescuFix win32k build errors so HEAD can build again, althou...
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-06 Gunnar Dalsnesmake handle table session global
2005-09-05 Gunnar Dalsnesremove relatives lock, window props lock, classes locks...
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
2005-07-17 James TaborImplemented NtUser-GetMenuItemRect.
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-25 Alex Ionescubuild win32k with NDK, finally\!
2005-06-14 Filip Navara- Remove KeAttachProcess and KeDetachProcess prototypes...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-06 Alex IonescuFix win32k to use new EPROCESS defintion
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-10 Gregor AnichFix compilation without NDEBUG.
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-25 Filip Navara- Set the popup menu flag in IntSetMenuItemInfo when...
2004-12-25 Filip Navara- Partial implementation of RealMsgWaitForMultipleObjec...
2004-12-13 Filip NavaraDon't pass UNICODE_STRINGs in the dwTypeData of MENUITE...
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
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-05-13 Filip Navara- Force recalulation size of menu items when new item...
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-05-02 Gé van GeldorpHandle MENUITEMINFOW compiled with _WIN32_WINNT < 0x050...
2004-03-25 Gé van GeldorpMake sure submenus are marked as popups
2004-03-09 Gé van GeldorpCorrect menu bars for windows not originating at top...
2004-02-24 Thomas Bluemelcleanup
2004-02-23 Gé van GeldorpRecursively search sub menus when a command id is specified
2004-02-22 Gé van GeldorpImplement system menus
2004-02-22 Gé van GeldorpImplement keyboard navigation for menus
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-15 Gé van GeldorpImplement menu handling
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-24 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-17 Martin Fuchsdebug message for unimplemented popup menus
2003-12-28 Thomas Bluemelsmall fixes
2003-12-28 Thomas Bluemelimplemented EndMenu()
2003-12-22 Filip Navara- Removed NtGdiGetSysColorBrush and modified functions...
2003-12-21 Thomas Bluemelprevent crashing with buggy thread cleanup
2003-12-17 Thomas Bluemelfixed destroying child windows and some fixes on menus
2003-11-23 Thomas Bluemelmoved IntIsMenu() to menu.c
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
2003-10-04 Thomas Bluemelfixes in DefWndNCCalcSize() and other small fixes
2003-09-13 Thomas Bluemelfixed the hMenu parameter in CreateWindowEx so that...
2003-08-28 Thomas Bluemelimplemented drawing menu bar
2003-08-27 Thomas Bluemelchanged menu code to use UNICODE_STRING
2003-08-22 Thomas Bluemelbugfixes for menus
2003-08-22 Royce Mitchell IIIC89 compatibility and fixed a pointer bug ( conferred...
2003-08-21 Thomas Bluemelwork on system menus
2003-08-21 Thomas Bluemelwork on system menus
2003-08-21 Thomas Bluemelinitial support for system menus
2003-08-20 Casper Hornstrup2003-08-19 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-20 Thomas Bluemelsome work on menus
2003-08-20 Thomas Bluemelimplemented NtUserGetMenuDefaultItem()
2003-08-20 Thomas Bluemeladded NtUserGetMenuDefaultItem() syscall
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-18 Thomas Bluemelsome work on menus
2003-08-18 Thomas Bluemelsome work on menus
2003-08-18 Thomas Bluemelremoved MENUITEMINFOW struct from MENU_ITEM
2003-08-11 Royce Mitchell IIIwarnings, warnings, everywhere.... but not so many...
2003-08-07 Thomas BluemelAdded NtUserRemoveMenu() and NtUserDeleteMenu()
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-02 Royce Mitchell IIIfixed build error
2003-08-02 Royce Mitchell IIIadded UNIMPLEMENTED macro and return 0 to NtUserMenuInfo
2003-08-01 Thomas BluemelChanged a few definitions
2003-08-01 Thomas BluemelAdded a few new syscalls
2003-07-31 Thomas BluemelMenu functions