CreateIcon must perform color depth conversion if the provided bitmap
[wine] / controls / menu.c
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...
1999-12-10  Ulrich WeigandPerform 16/32A/32W message mapping for posted messages.
1999-11-07  Karl LessardWhen a popupmenu is currently active on the screen...
1999-10-23  Pierre MageauFixed loop with WM_SYSCHAR.
1999-10-13  Juergen SchmiedMade TrackPopupMenu with TPM_RETURNCMD returning the...
1999-09-28  Karl LessardMake ExecFocusedItem return -1 on failure.
1999-09-28  Gerard PatelForce recalculation of menu when calling InsertMenuItem.
1999-09-22  Abey GeorgeDon't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUP...
1999-09-20  Pascal LessardMessage removed when menu tracking finish on a WM_LBUTT...
1999-09-19  Dennis BjörklundSend correct WM_MENUSELECT when menu closes.
1999-09-19  Richard CohenProtect SetMenu from rogue menu handle.
1999-09-19  Pascal LessardAdded a case for menu handling in win31.
1999-09-13  Eric PouechAdded MenuItemFromPoint stub.
1999-09-03  Pascal LessardMenu hides when clicked for a second time.
1999-08-21  Stephane LussierAvoid changing the activation state in EnableMenuItem.
1999-08-21  Eric PouechFixed crash when accessing sysmenu.
1999-08-15  Francis BeaudetEnsure that the WM_ENTERIDLE message is not sent if...
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-07-31  Pascal LessardImplemented the system button behavior and associated...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Noomen HamzaRemove the WM_LBUTTONUP message from the queue after...
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-05  Eric PouechWhen looking into sys menu, check if items are present...
1999-05-29  Pascal LessardSupport TPM_RETURNCMD in TrackPopupMenu.
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-13  Juergen Schmied- prevent crash when GetMenuDefaultItem is called on...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-02  Juergen Schmied- default item handling
1999-04-26  Juergen Schmied- align magic buttons right
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-21  Juergen Schmied- protect TRACE against NULL-ptr
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Juergen Schmied- use fonts/fontsizes given by SystemParametersInfo
1999-04-11  Juergen SchmiedThe MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled...
1999-04-11  Paul MillarFixed menu type setting in SetMenuItemInfo32_common().
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-03-28  Dimitrie O. PaunChanged some debug messages from one channel to another...
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-17  Marcus MeissnerFixed some warnings. removed some unneccessary includes...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-28  Marcus MeissnerMore include optimisations and fixes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-21  Michael Veksler- Fix headers to include less or smaller header files.
1999-02-18  Francois BoisvertImplementation of the pushed close button.
1999-02-17  Francois BoisvertGive the context menu its proper behaviour and modify...
1999-02-13  Pascal LessardChange the GetMenuItemRect to comply with windows API.
1999-02-13  Francois BoisvertImplemented the WIN31 Look mdi buttons and also some...
1999-02-09  Stephane Lussier-Fixed MESSAGE functions that were thunking down to...
1999-02-09  Francois BoisvertImplemented the magic menu items id's used by windows...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-09  Marcus MeissnerSome unnecessary #include and messages removed.
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
1998-11-06  Juergen SchmiedFixed wrong arg type.
next