[User32]
[reactos.git] / reactos / dll / win32 / user32 / windows / menu.c
2009-10-25 Timo KreuzerMerge trunk head (r43756)
2009-10-21 James Tabor- [User32] Rein Klazes : Handle MN_GETHMENU in PopupMen...
2009-10-20 Christoph von Wittich-sync mapi32 with wine 1.1.31
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-23 Timo KreuzerSync with trunk r43123
2009-09-21 James Tabor- Working with Michael Martin to fix the LoadMenu callb...
2009-09-19 James Tabor- Two bugs found by Michael Martin.
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-15 James Tabor- Patch by Smiley <johnyadams@hotmail.com>: remove...
2009-08-26 James Tabor- Fix a crash in SetMenuInfo.
2009-08-24 James Tabor- Patch by Rein Klazes : user32: Handle WM_PRINTCLIENT...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-31 Stefan Ginsberg- delayimp.h: Use FORCEINLINE instead of static __inline__
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 James Tabor- [Win32k] Moving forward and replace some of the old...
2009-07-22 James Tabor- [Win32k] Rename class and window structures.
2009-07-22 James Tabor- [Win32k] Update class and window structures.
2009-07-20 James Tabor- [Win32k] Update window structure.
2009-07-04 James Tabor- Updates and changes to, with one add on and removal...
2009-07-01 Matthias KupferMikhail Denisenko <denisenkom AT gmail DOT com>
2009-06-29 Timo KreuzerGet rid of the SysColorPen stuff in user32, it's a...
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-09 Dmitry Chapyshev- SetWindowLong -> SetWindowLongPtr, GetWindowLong...
2009-05-09 Dmitry Chapyshev- SetClassLong -> SetClassLongPtr, GetClassLong ->...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-21 Michael Martin- Revert 40628 as it breaks others applications menus.
2009-04-21 Michael Martin- menu.c: Only send WM_COMMAND messages to the top...
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-10 Matthias Kupfer- fix the bitmap and memdc issue for menu items (popup...
2009-03-10 Matthias Kupfer- due to minor differences (marletting related) combine...
2009-03-04 Matthias Kupfer- modify hackfix DrawMenuBar function use user32 functi...
2009-02-22 James Tabor- Add back removed call commented out. First problem...
2009-02-21 Matthias Kupfer- implements an initial DrawMenuBar function (fixes...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-12 Timo Kreuzerexchange members for ansi and unicode WNDPROC in builti...
2009-01-11 Timo KreuzerGo back to non-win32k functions inside user32, using...
2009-01-09 Dmitry Chapyshev- Cleanup user32, direct call to kernel space
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-30 Stefan Ginsberg- Go away STDCALL, time has come for WINAPI and NTAPI
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-26 Samuel Serapion- Fix user32 compilation errors.
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-26 Samuel SerapionRemove unneeded msvcrt dependancies(all win32 modules...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-06-14 Colin FinckDon't use MenuCleanupRosMenuItemInfo for an array of...
2008-06-13 Colin FinckRevert parts of r33578:
2008-05-18 Johannes Anderwald- default to seperator item type
2008-05-15 Johannes Anderwald- use menu identifier for menu items which have submenus
2008-05-12 Johannes Anderwald- ModifyMenu[A|W], AppendMenu[A|W], InsertMenu[A|W...
2008-04-03 Timo KreuzerPatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-09 Christoph von WittichDmitry Timoshkov : wine: Switch to using 'long' for...
2007-11-17 Thomas BluemelAllow selecting disabled menu items
2007-11-15 Thomas BluemelSome minor optimizations
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-09-18 James Tabor- Win32k: Removed NtUserCreateMenu replacing it with...
2007-08-22 James TaborWin32 User32 rewrite example.
2007-07-26 Hervé PoussineauDon't abuse debug system
2007-05-11 Dmitry Gorbachev- Terminate the string. NtUserMenuItemInfo() sometimes...
2007-04-28 Dmitry Gorbachev- Enlarge window name buffer.
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-14 James Tabor- User32: menu, patch by Michael Kaufmann. Fix the...
2006-08-13 James Tabor- User32: menu, Patch by Aric Stewart, Implement MNS_NO...
2006-07-27 James Tabor- Part 2, Menu.c, cosmetic fixes. Fixed most of all...
2006-07-25 James TaborBroken explorer popups with IsBadString, revert string...
2006-07-22 James Tabor-Part 1
2006-07-19 James TaborUser32 Implement MenuTrackKbdMenuBar, it does work...
2006-07-16 James TaborFix typo
2006-07-16 James TaborUser32: Menu.c I found a small problem with drawing...
2006-07-15 James Tabor-User32: Fixed GetMenuItemInfoA so it should work close...
2006-07-12 James Tabor-User32: Consolidated InsertMenu and ModifyMenu A&W...
2006-07-10 Magnus OlsenFixing two user mode crash for menu.
2006-07-10 James Tabor- User32 menu
2006-06-26 Aleksey Bragin- Change user32 to Wine-compatible debug-print messages...
2006-06-20 James TaborRemove unimplemented debug print from CheckMenuRadioItem.
2006-06-12 James TaborWine patch by Thomas Kho: Fix behavior when selecting...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-02-17 Ged Murphyreshuffling of dlls