Fail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARATOR are
[wine] / controls / menu.c
2003-01-15  Mike HearnFail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARAT...
2003-01-14  Robert ShearmanMove internal implementation into the exported function
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-17  Alberto MassariSet the ODS_DISABLED bit when the item is grayed.
2002-11-22  Alexandre JulliardFixed use of HBMMENU_* in switch statements.
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-06  Chris MorganRemove ERR() if menu entry isn't of type MF_STRING...
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-19  Michael StefaniucSilence some warnings due to casts between pointer...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-09-17  Alexandre JulliardRemove clearing of the window menu id for now. This...
2002-08-28  Andreas MohrMake sure we clear the owning window's hMenu in Destroy...
2002-08-28  Michael StefaniucConvert HACCEL to a void*.
2002-06-04  Andreas MohrOnly allow tabs in popup menus, and make sure to never...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-09  Rizsanyi ZsoltDisabled catching of mouse move events when not over...
2002-04-02  Dmitry TimoshkovConvert NULL menu items to separators.
2002-03-28  Uwe BonnesMenuItemFromPoint: rough implementation.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-03  Alexandre JulliardUse DrawFrameControl instead of bitmaps in certain...
2001-12-26  Andreas MohrFixed, added or implemented stubs:
2001-11-06  François GougetFix the #include order for config.h.
2001-10-16  Alexandre JulliardMoved scrollbar tracking code to scroll.c.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-08-18  Alexandre JulliardAdded proper support for 32-bit WM_NEXTMENU.
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-06  Alexandre JulliardReplaced MSG_InternalGetMessage calls by equivalent...
2001-07-22  Alexandre JulliardGot rid of HEAP_strdupW.
2001-07-17  Gerard PatelDraw MenuBar in proper place (some cases).
2001-07-10  Mike McCormackGetMenuItemID: return -1 for invalid menu items, not...
2001-07-08  Marcus MeissnerAdd some argument validation to SetMenuItemInfoA, so...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-05-18  Ulrich CzekallaFix menu behaviour when escape is pressed.
2001-05-14  Gerard PatelTest if the menu is destroyed before displaying a menu...
2001-05-11  Alexandre JulliardCreate a new window for the top popup menu on every...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-12  Alexandre JulliardAdded first/last message filters to MSG_InternalGetMess...
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-03-19  Gerard PatelFix system menu crash by ensuring that item->text is...
2001-03-14  Gerard PatelRecalculate menu sizes if WM_INITMENU has recreated...
2001-02-26  Eric PouechAdded a few missing stubs to KERNEL32 and USER32.
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-02-14  François Gougetdebugstr_xxx already does the quoting.
2001-02-14  Dmitry TimoshkovConvert menu item to seperator only when string is...
2001-02-13  Marcus MeissnerDon't crash on close from window manager.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-24  Alexandre JulliardUse DrawFrameControl() instead of OEM bitmaps to paint...
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-06  François GougetModify the look of bitmap menu items to match Win95...
2001-01-04  Francois GougetFixed the alignment of the MF_RIGHTJUSTIFY menu items.
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Louis Philippe GagnonWhen processing mouse messages in MENU_TrackMenu, use...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-06  Francois GougetTake into account the sunken border for Win98 look.
2000-11-05  James AbbatielloDon't reset MF_POPUP flag in SetMenu().
2000-11-02  Dmitry TimoshkovDo not invert "magic" bitmap menu items.
2000-11-01  Dmitry TimoshkovMake bitmap menu items look like in windows when selected,
2000-10-26  Dmitry TimoshkovAsk application to reinitialize its menu before process...
2000-10-24  Aric StewartConverted menu string handling to Unicode.
2000-10-23  Francois GougetFixed the text color of higlighted menu bar item for...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-19  Andreas MohrFixed window lock problem in SetMenu().
2000-09-09  Dmitry TimoshkovGetMenu might be used to get child window id.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-06-18  Francois JacquesGetSystemMenu called with bRevert argument set to TRUE...
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-23  Rob FarnumPost a WM_CANCELMODE message to wake up the internal...
2000-05-14  Gerard PatelWhen new menu Id is not found or index > nitems, insert...
2000-05-12  Susan FarleyDistinguish RADIOCHECK style menu items from standard...
2000-05-11  Guy AlbertelliRevalidate menu handle in mt.hTopMenu after DispatchMes...
2000-05-10  Aric Stewart- Wine was passing the wrong hwnd as the owner when...
2000-05-10  Ken ThomasesFixed to display popup-menu arrow on owner-drawn popup...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Huw D M DaviesSet the correct value for the cch element of MENUITEMIN...
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-02-26  Ulrich CzekallaSend WM_HELP message when F1 is pressed.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-01-17  Gerard PatelValidate the menu handles.
2000-01-09  Pascal LessardStop menu tracking when clicking on the menu bar where...
2000-01-08  Marcus MeissnerGetMenuString should return itemlength on 0 nMax or...
1999-12-12  Rein KlazesIn win32 a WM_MENUSELECT message should contain the...
next