wined3d: Pixel format cleanup.
[wine] / dlls / user / menu.c
2006-06-12  Dmitry Timoshkovuser32: Remove redundant SetLastError call from MENU_Se...
2006-06-09  Dmitry Timoshkovuser: Neither WS_CAPTION nor WS_EX_APPWINDOW has anythi...
2006-06-02  Michael Kaufmannuser32: Popup menu position fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  Thomas Khouser: Fix behavior when selecting disabled menu items.
2006-04-19  Michael Kaufmannuser: Find popup menus by ID.
2006-04-13  Rein Klazesuser: Fix dereferencing a potential NULL pointer.
2006-04-08  Rein Klazesuser: Add an missing element to the hbmmenus array.
2006-03-02  Vitaly Lipatovuser: Fix uninitialized rectangle in menu arrow painting.
2006-03-01  Rein Klazesuser32: Fix handling of '\b' right flush character...
2006-03-01  Jason Edmeadesuser32: Ensure VK_UP displays the popup menu for the...
2006-02-20  Rein Klazesmenu: Take the MF_DEFAULT flag in to account in MENU_Ca...
2006-02-20  Rein Klazesuser: Menu drawing fixes.
2006-02-20  Rein Klazesuser: Menu string width calculation fixes.
2006-02-20  Rein Klazesuser: Menu drawing fixes.
2006-02-20  Rein Klazesuser: Menu drawing fixes.
2006-02-20  Rein Klazesuser: Move drawing of pop menu arrows to a subroutine...
2006-02-17  Phil Krylovuser: Implement scrolling in popup menus.
2006-01-23  Dmitry Timoshkovuser32: Make GetMenuItemInfo tests pass under Wine.
2006-01-10  Troy Rollouser: Fix return type of EnableMenuItem.
2006-01-09  Rein Klazesuser32: Prevent a crash in GetMenuStringA caused by...
2006-01-04  Rein Klazesuser32: Menu tracing improvements.
2006-01-03  Rein Klazesuser32: Separate menu bitmaps and strings.
2005-11-28  Dmitry Timoshkovset_menu_item_text handles converting an empty menu...
2005-11-09  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-09-26  Francois GougetReplace the 'if (!cond) ; else code' construct with...
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-12  Alexandre JulliardUse Get/SetWindowLongPtr when accessing pointers in...
2005-08-22  Mike McCormackFix magic item handling and warnings.
2005-08-09  Dmitry TimoshkovMake CreateWindow with invalid menu handle test pass...
2005-07-19  Alexandre JulliardInitialize the various menu global variables on demand...
2005-07-18  Robert ShearmanReplace calls to DIALOG_GetCharSize with code to do...
2005-07-07  Alexandre JulliardRemoved creation of the no longer used shading brush.
2005-07-06  Rein Klazes- when sending the WM_DRAWITEM message in case of a...
2005-07-05  Frank RichterAdd support for drawing menus in "flat" style.
2005-06-20  Rein KlazesOwner drawn menu item size calculation fixes:
2005-06-20  Hans LeidekkerStub implementation for GetMenuBarInfo.
2005-05-10  Rein KlazesMulti column popup menus have 4 pixel space between...
2005-04-19  Jose AlonsoChange the order of DispatchMessage and message removal.
2005-04-14  Robert ShearmanRecalculate the menu on calling ModifyMenu so that...
2005-03-30  Dmitry Timoshkov- Make GetSystemMenu respect CS_NOCLOSE.
2005-03-30  Uwe BonnesZero out return string in GetMenuStringA/W.
2005-03-25  Ulrich CzekallaChild windows with the WS_POPUP style are allowed to...
2005-03-25  Ulrich CzekallaDon't map point to parent's client window because the...
2005-03-24  Alexandre JulliardDon't maintain a client-side WND structure for the...
2005-03-09  Maxime BellengéImplemented MIIM_BITMAP state.
2005-03-02  Dmitry TimoshkovDestroyMenu should not destroy system menu popup owner.
2005-02-21  Dmitry TimoshkovTake Shift key state into account while processing...
2005-02-01  Alexandre JulliardStore the "managed" flag as a window property instead...
2005-01-20  Alexandre JulliardReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
2005-01-17  Alexandre JulliardGet rid of nonclient.h and of the corresponding exporte...
2005-01-11  Dmitry TimoshkovMake Alt press/release test actually pass for not manag...
2005-01-11  Dmitry TimoshkovAdd more tests for keyboard/menu activation behaviour...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-11-08  William Poetra Yoga HGive the first menu item of a popup menu a distance...
2004-10-19  Dmitry TimoshkovMake TranslateAcceleratorA handle national characters.
2004-10-05  Dmitry TimoshkovAdd a test case for accelerators, make the test pass...
2004-09-24  Richard CohenMenuItemFromPoint shouldn't crash if there's no menu.
2004-09-20  Dmitry TimoshkovMake menu code cope with WM_SYSKEY*/WM_SYSCHAR messages.
2004-09-16  Dmitry TimoshkovAccept WM_SYSCHAR message for processsing in TranslateA...
2004-09-10  Michael KaufmannMake the menus of Delphi applications work.
2004-08-31  Alexandre JulliardMoved all files from the controls/ directory to dlls...