summaryrefslogtreecommitdiffstats
path: root/win/tkWinMenu.c
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-6-branchjan.nijtmans2017-01-181-24/+22
|\
| * Use the win32 Wide API in some more places. And some simplifications, since w...jan.nijtmans2017-01-181-24/+22
| * Fixed bug [1192095] - Toplevel menus return incorrect active index (cherrypic...fvogel2016-03-271-1/+11
| * Fixed bug [487861ffff] - cascade with -accelerator looks wrong (cherrypicked ...fvogel2016-03-201-6/+11
* | Bring all win32 version stuff to one place. Should work the same (should stil...jan.nijtmans2016-11-091-11/+6
* | Fixed bug [1192095] - Toplevel menus return incorrect active indexfvogel2016-03-271-1/+11
|\ \
| * | Fixed bug [1192095] (issue 2) - Toplevel menus return incorrect active indexbug_1192095fvogel2016-03-161-1/+11
| |/
* | Fixed bug [487861ffff] - cascade with -accelerator looks wrongbug_487861fffffvogel2016-03-131-6/+11
|/
* Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-201-3/+3
|\
| * Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-201-3/+3
* | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-281-1/+1
* | Unbreak windows problems with commit [961ae24a3f] as well.andreask2012-08-301-1/+1
* | merge trunkdkf2012-08-081-72/+63
|\ \
* | | minor improvements to flag handlingdkf2012-07-311-2/+3
* | | a few more placesdkf2012-07-241-8/+10
|/ /
* | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-04-021-1/+1
|\ \ | |/
| * [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-1/+1
| |\
* | \ 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald.dgp2011-12-221-15/+21
|\ \ \ | |/ /
| * | 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald.dgp2011-12-221-15/+21
| |\ \ | | |/
| | * 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald.dgp2011-12-221-28/+25
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-4/+4
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-4/+4
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-4/+4
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-2/+2
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
* | | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support.jan.nijtmans2011-03-241-5/+19
|\ \ \ | |/ /
| * | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support.jan.nijtmans2011-03-241-7/+21
| |\ \ | | |/
| | * [Bug #3239768] tk8.4.19 (and later) WIN32 menu font supportjan.nijtmans2011-03-241-6/+20
| | * * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-4/+21
| | * * win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling tohobbs2007-06-091-16/+19
| | * * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usagehobbs2006-11-241-3/+3
| | * * win/tkWinMenu.c (TkWinHandleMenuEvent, DrawMenuUnderline):hobbs2006-11-241-41/+48
| | * * win/tkWinMenu.c (TkpPostMenu): disable menu animation in menushobbs2006-09-211-4/+21
| | * * win/tkWinMenu.c (FreeID, TkpNewMenu, MenuExitHandler)hobbs2006-04-051-29/+59
| | * * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-271-2/+2
| | * * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.mdejong2004-09-231-49/+142
| | * * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): placehobbs2004-05-031-1/+15
| | * * win/tkWinX.c: fix drawing of unicode chars in menuhobbs2004-05-031-3/+4
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-9/+7
| * | 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-4/+7
| * | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-4/+21
| * | [Bug 2794778]: backported fix for keyboard transversal of the menus on Windows.patthoyts2009-05-211-4/+5
| * | [Patch 2507419] fix menu image display issue on windowspatthoyts2009-02-231-29/+56
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-5/+5
* | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-6/+6
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-031-12/+6
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-111-4/+3