summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixMenu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-08-121-8/+8
|\
| * Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to b...jan.nijtmans2020-08-121-2/+2
* | TIP 578: Death to TCL_DBGXjan.nijtmans2020-07-031-1/+0
* | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf...jan.nijtmans2020-05-201-2/+2
|\ \ | |/
| * Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-191-1/+1
| * More improvements handling characters > U+FFFF as surrogates. Add internal Tk...jan.nijtmans2020-05-141-2/+2
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-5/+44
* | Merge 8.6. When compiling against Tcl 9.0 headers, don't allow Emoji escape s...jan.nijtmans2019-12-011-1/+1
|\ \ | |/
| * In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m...jan.nijtmans2019-12-011-1/+1
* | Eliminate "register" keyword from all unix/tkUnix*.c files.jan.nijtmans2019-08-151-1/+1
* | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-311-5/+5
* | Merge 8.6jan.nijtmans2019-03-151-5/+1
|\ \ | |/
| * Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-151-5/+1
* | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-4/+101
|\ \ | |/
| * Use TkGetMenuIndex to parse the index argument to the post command.culler2019-01-151-8/+8
| * Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu postculler2019-01-131-1/+90
| * Fix related menubutton issues on linux and Windows.culler2019-01-111-3/+11
* | Fix [9658bc800c]: Several display issues with menu items, more easily seen wh...fvogel2018-10-061-3/+3
|\ \ | |/
| * Fix [9658bc800c]: Several display issues with menu items, more easily seen wh...fvogel2018-10-061-3/+3
| |\
| | * Fix drawing of the menu separator on Linux (was already correct on Windows)fvogel2018-09-291-1/+1
| | * Fix drawing of the tearoff entryfvogel2018-09-291-1/+1
| | * Once the menu geometry is correctly computed there is no need anymore for que...fvogel2018-09-291-1/+1
* | | Fix [8229232472]: Cascade menu entry indicator wrong colour on Unix. Patch pr...fvogel2018-09-301-7/+9
|\ \ \ | |/ /
| * | Remove somewhat misleading text in commentsfvogel2018-09-221-2/+1
| * | Fix [8229232472]: Cascade menu entry indicator wrong colour on Unix. Patch pr...fvogel2018-09-221-5/+8
| |/
* | Remove debug printffvogel2018-09-081-1/+0
* | Proof of concept for fixing [43b596451e]: relief for active menu entries. Add...fvogel2018-09-081-2/+2
* | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+1
|/
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usagehobbs2006-11-241-18/+24
| | * * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): placehobbs2004-05-031-1/+14
| * | TIP 360: Remove special handling of the .help menu on X11.patthoyts2010-01-091-1/+13
* | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-3/+3
* | | TIP 360: Remove special handling of .help menu on X11.patthoyts2010-01-091-1/+13
* | | - eliminate some unnessary type castsnijtmans2009-01-281-8/+8
* | | minor corrections to commentsdkf2008-12-091-22/+22
* | | Making code neater...dkf2008-11-261-18/+17
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-26/+26
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-151-5/+5
* | header cleanupdgp2007-09-071-3/+1
* | Minor syntactic stuffdkf2007-02-271-51/+34
* | * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usagehobbs2006-11-241-17/+23
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
* | Finish ANSIfyingdkf2005-11-141-124/+130
* | ANSIfydkf2005-11-131-331/+315
* | Silence compiler warningsdgp2004-06-081-5/+3
* | * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): placehobbs2004-05-031-1/+14