2003-03-07 |
Adam Gundy | Allow modifying a menu string to be NULL. |
blob | commitdiff | raw |
2003-03-04 |
Tony Lambregts | Janitorial. Get rid of W->A call. |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Alexandre Julliard | Removed flag checks in SetMenuItemInfoA, NT doesn't... |
blob | commitdiff | raw | diff to current |
2003-01-15 |
Mike Hearn | Fail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARAT... |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Robert Shearman | Move internal implementation into the exported function |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Alberto Massari | Set the ODS_DISABLED bit when the item is grayed. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Fixed use of HBMMENU_* in switch statements. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Fixed more -DSTRICT issues. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Moved some more 16-bit functions to user16.c. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Chris Morgan | Remove ERR() if menu entry isn't of type MF_STRING... |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Dmitry Timoshkov | Fix some types and function prototypes according to... |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Michael Stefaniuc | Silence some warnings due to casts between pointer... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
blob | commitdiff | raw | diff to current |
2002-10-12 |
Alexandre Julliard | Moved mouse capture handling into the server. |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Alexandre Julliard | Remove clearing of the window menu id for now. This... |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Andreas Mohr | Make sure we clear the owning window's hMenu in Destroy... |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Michael Stefaniuc | Convert HACCEL to a void*. |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Andreas Mohr | Only allow tabs in popup menus, and make sure to never... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Alexandre Julliard | Got rid of GetSysColorPen. |
blob | commitdiff | raw | diff to current |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Rizsanyi Zsolt | Disabled catching of mouse move events when not over... |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Dmitry Timoshkov | Convert NULL menu items to separators. |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Uwe Bonnes | MenuItemFromPoint: rough implementation. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Alexandre Julliard | Use DrawFrameControl instead of bitmaps in certain... |
blob | commitdiff | raw | diff to current |
2001-12-26 |
Andreas Mohr | Fixed, added or implemented stubs: |
blob | commitdiff | raw | diff to current |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
blob | commitdiff | raw | diff to current |
2001-10-16 |
Alexandre Julliard | Moved scrollbar tracking code to scroll.c. |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Alexandre Julliard | Made all 16<->32 HWND conversions use explicit function... |
blob | commitdiff | raw | diff to current |
2001-09-14 |
Alexandre Julliard | Make sure that HWND comparisons are always done with... |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Alexandre Julliard | Added proper support for 32-bit WM_NEXTMENU. |
blob | commitdiff | raw | diff to current |
2001-08-10 |
Alexandre Julliard | Removed a number of direct accesses to the WND structur... |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Alexandre Julliard | Replaced MSG_InternalGetMessage calls by equivalent... |
blob | commitdiff | raw | diff to current |
2001-07-22 |
Alexandre Julliard | Got rid of HEAP_strdupW. |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Gerard Patel | Draw MenuBar in proper place (some cases). |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Mike McCormack | GetMenuItemID: return -1 for invalid menu items, not... |
blob | commitdiff | raw | diff to current |
2001-07-08 |
Marcus Meissner | Add some argument validation to SetMenuItemInfoA, so... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Dmitry Timoshkov | Replace some 16-bit calls by their 32-bit equivalents. |
blob | commitdiff | raw | diff to current |
2001-06-28 |
Patrik Stridvall | Documentation name fixes. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Ulrich Czekalla | Fix menu behaviour when escape is pressed. |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Gerard Patel | Test if the menu is destroyed before displaying a menu... |
blob | commitdiff | raw | diff to current |
2001-05-11 |
Alexandre Julliard | Create a new window for the top popup menu on every... |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Patrik Stridvall | Documentation name fixes. |
blob | commitdiff | raw | diff to current |
2001-04-12 |
Alexandre Julliard | Added first/last message filters to MSG_InternalGetMess... |
blob | commitdiff | raw | diff to current |
2001-04-04 |
Alexandre Julliard | Added TASK_GetPtr/TASK_GetCurrent functions to get... |
blob | commitdiff | raw | diff to current |
2001-03-19 |
Gerard Patel | Fix system menu crash by ensuring that item->text is... |
blob | commitdiff | raw | diff to current |
2001-03-14 |
Gerard Patel | Recalculate menu sizes if WM_INITMENU has recreated... |
blob | commitdiff | raw | diff to current |
2001-02-26 |
Eric Pouech | Added a few missing stubs to KERNEL32 and USER32. |
blob | commitdiff | raw | diff to current |
2001-02-23 |
Alexandre Julliard | Do not allocate any USER data on the system heap. |
blob | commitdiff | raw | diff to current |
2001-02-14 |
François Gouget | debugstr_xxx already does the quoting. |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Dmitry Timoshkov | Convert menu item to seperator only when string is... |
blob | commitdiff | raw | diff to current |
2001-02-13 |
Marcus Meissner | Don't crash on close from window manager. |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-01-24 |
Alexandre Julliard | Use DrawFrameControl() instead of OEM bitmaps to paint... |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
blob | commitdiff | raw | diff to current |
2001-01-06 |
François Gouget | Modify the look of bitmap menu items to match Win95... |
blob | commitdiff | raw | diff to current |
2001-01-04 |
Francois Gouget | Fixed the alignment of the MF_RIGHTJUSTIFY menu items. |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Andreas Mohr | - clarify many error messages |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Louis Philippe Gagnon | When processing mouse messages in MENU_TrackMenu, use... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Alexandre Julliard | Changed GetProcAddress16 and 16-bit resource functions... |
blob | commitdiff | raw | diff to current |
2000-11-06 |
Francois Gouget | Take into account the sunken border for Win98 look. |
blob | commitdiff | raw | diff to current |
2000-11-05 |
James Abbatiello | Don't reset MF_POPUP flag in SetMenu(). |
blob | commitdiff | raw | diff to current |
2000-11-02 |
Dmitry Timoshkov | Do not invert "magic" bitmap menu items. |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Dmitry Timoshkov | Make bitmap menu items look like in windows when selected, |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Dmitry Timoshkov | Ask application to reinitialize its menu before process... |
blob | commitdiff | raw | diff to current |
2000-10-24 |
Aric Stewart | Converted menu string handling to Unicode. |
blob | commitdiff | raw | diff to current |
2000-10-23 |
Francois Gouget | Fixed the text color of higlighted menu bar item for... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Andreas Mohr | Fixed window lock problem in SetMenu(). |
blob | commitdiff | raw | diff to current |
2000-09-09 |
Dmitry Timoshkov | GetMenu might be used to get child window id. |
blob | commitdiff | raw | diff to current |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
blob | commitdiff | raw | diff to current |
2000-06-18 |
Francois Jacques | GetSystemMenu called with bRevert argument set to TRUE... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Andreas Mohr | Lots of spelling fixes that accumulated in my tree... |
blob | commitdiff | raw | diff to current |
2000-05-23 |
Rob Farnum | Post a WM_CANCELMODE message to wake up the internal... |
blob | commitdiff | raw | diff to current |
2000-05-14 |
Gerard Patel | When new menu Id is not found or index > nitems, insert... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Susan Farley | Distinguish RADIOCHECK style menu items from standard... |
blob | commitdiff | raw | diff to current |
2000-05-11 |
Guy Albertelli | Revalidate menu handle in mt.hTopMenu after DispatchMes... |
blob | commitdiff | raw | diff to current |
2000-05-10 |
Aric Stewart | - Wine was passing the wrong hwnd as the owner when... |
blob | commitdiff | raw | diff to current |
2000-05-10 |
Ken Thomases | Fixed to display popup-menu arrow on owner-drawn popup... |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Huw D M Davies | Set the correct value for the cch element of MENUITEMIN... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Ulrich Czekalla | Send WM_HELP message when F1 is pressed. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Alexandre Julliard | Removed resource.h. |
blob | commitdiff | raw | diff to current |
2000-01-17 |
Gerard Patel | Validate the menu handles. |
blob | commitdiff | raw | diff to current |
next |