summaryrefslogtreecommitdiffstats
path: root/win/tkWinMenu.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-061-42/+36
* | | Move definitions of WINVER/_WIN32_WINNT to one place, now that we only suppor...nijtmans2010-09-131-3/+1
* | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ...nijtmans2010-09-101-1/+7
* | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-3/+3
* | | fix more gcc warnings: missing initializernijtmans2010-01-221-3/+1
* | | Patch 2848897: Support the system keyboard cues setting on Windowspatthoyts2010-01-031-20/+77
* | | Highlight for cascade items in torn-off menus is incorrect on Windows.patthoyts2009-12-271-3/+5
* | | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-4/+21
* | | eliminate various gcc and msvc compiler warningsnijtmans2009-08-021-7/+5
* | | [Bug 2794778]: Calls to CallWindowProc can lead to other functionspatthoyts2009-05-211-4/+5
* | | Eliminate a few compiler warnings on mingwnijtmans2009-03-251-4/+4
* | | update comment to reflect realitypatthoyts2009-03-011-2/+3
* | | [Patch 2507419] fixes the image drawing bug on windows menus.patthoyts2009-02-231-29/+56
* | | - eliminate some unnessary type castsnijtmans2009-01-281-12/+12
* | | TIP 337dgp2008-12-091-3/+3
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-2/+2
* | | Add "const" to many internalnijtmans2008-10-171-3/+3
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Assorted minor cleanups.dkf2007-09-081-39/+39
* | * win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling tohobbs2007-06-091-16/+15
* | Slight simplificationdkf2007-05-051-3/+4
* | Reduce the number of warningsdkf2007-02-231-40/+33
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-133/+130
* | More warning squelching (mostly uninit variable warnings)dkf2007-01-121-20/+19
* | Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-16/+17
* | * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usagehobbs2006-11-241-3/+3
* | * win/tkWinMenu.c (TkWinHandleMenuEvent, DrawMenuUnderline):hobbs2006-11-241-24/+34
* | * win/tkWinMenu.c (TkpPostMenu): disable menu animation in menushobbs2006-09-211-2/+19
* | * win/tkWinMenu.c (TkWinMenuKeyObjCmd): get eventPtr after we knowhobbs2006-05-251-3/+3
* | * generic/tkMenu.c (TkSetWindowMenuBar): remove extra TkMenuInithobbs2006-04-051-70/+104
* | Fixes of other issues raised in [Bug 1353022]dkf2005-11-101-5/+7
* | Getting more systematic about styledkf2005-08-101-944/+926
* | Fixed bug # 1189939chengyemao2005-04-281-3/+3
* | Fixed a bug by adding code the check menu index in selection. This bug cause...chengyemao2005-01-181-4/+5
* | minor bug fix: should return 0 and indicate handled after processing WM_MENUS...chengyemao2005-01-171-5/+7
* | Removed WM_UNINITMENUPOPUP that may cause compiling error in WINVER < 0x0500chengyemao2005-01-131-7/+2
* | bug fix [637653]chengyemao2005-01-091-3/+3
* | Bug fix in ReconfigureWindowsMenu. The bug caused a wrong geometry of a topl...chengyemao2005-01-091-9/+1
* | Modified for separating an embedded menu's window handler from a normal popup...chengyemao2005-01-041-5/+119
* | Modified to support embedded menu widgetchengyemao2004-12-281-1/+31
* | * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.mdejong2004-09-211-25/+32
* | Make sure user_data is NULL everywhere it isn't set. [Bug 1021812]dkf2004-09-031-1/+2
* | * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a fewdgp2004-08-251-4/+2
* | * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): placehobbs2004-05-031-16/+12
* | * win/tkWinX.c: fix drawing of unicode chars in menuhobbs2004-05-031-3/+4
* | disabled submenu fixvincentdarley2004-01-071-12/+23
* | * win/tkWinMenu.c (ReconfigureWindowsMenu,mdejong2003-12-281-26/+43
* | * win/tkWinMenu.c (DrawWindowsSystemBitmap):mdejong2003-12-281-2/+2
* | * win/tkWinMenu.c (DrawMenuEntryAccelerator,mdejong2003-12-261-2/+14
* | * win/tkWinMenu.c (DrawMenuEntryAccelerator,mdejong2003-12-261-13/+59