- Refactor and fix connection opening.
[wine] / controls / menu.c
2004-03-18  Huw DaviesTranslateAccelerator should only ignore commands when...
2004-03-11  Huw DaviesWe need to set the new text even if the old text string...
2004-02-17  Huw DaviesSetMenu should always call SetWindowPos whether the...
2004-02-12  Alexandre JulliardAvoid a few more GetModuleHandle calls.
2004-02-09  Alexandre JulliardFixed TrackPopupMenu return value (based on a patch...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2003-12-10  Alexandre JulliardSystem classes must not have the CS_GLOBALCLASS style.
2003-11-26  Dmitry TimoshkovMake Alt+[national key] menu shortcuts work.
2003-11-26  Alexandre JulliardFixed declarations of BroadcastSystemMessage and Transl...
2003-11-18  Dmitry TimoshkovMake national (hot)keys work in menus. Make menu code...
2003-09-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-05-12  Alexandre JulliardDon't track the system menu for managed windows.
2003-03-07  Adam GundyAllow modifying a menu string to be NULL.
2003-03-04  Tony LambregtsJanitorial. Get rid of W->A call.
2003-01-16  Alexandre JulliardRemoved flag checks in SetMenuItemInfoA, NT doesn't...
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...
next