| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-12-22 | 1 | -10/+12 |
|\ |
|
| * | int -> Tcl_Size in menu handling | jan.nijtmans | 2023-12-22 | 1 | -10/+12 |
|
|
* | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP) | jan.nijtmans | 2023-11-27 | 1 | -1/+1 |
|/ |
|
* | Improvements related to scaling and appearance in the built-in themes alt, | csaba | 2023-08-12 | 1 | -27/+5 |
|
|
* | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 1 | -1/+1 |
|
|
* | Made the cascade arrows of the menu entries on X11 and the values of further ... | csaba | 2023-01-24 | 1 | -40/+67 |
|
|
* | Fix for [dc4c5573a6]: tk_popup entry index not working on unix. Thanks to cjm... | fvogel | 2022-04-10 | 1 | -8/+13 |
|\ |
|
| * | Fix text alignment. | fvogel | 2022-04-02 | 1 | -1/+1 |
|
|
| * | Proposed fix for [dc4c5573a6]: tk_popup entry index not working on unix | jan.nijtmans | 2022-04-01 | 1 | -7/+12 |
|
|
* | | TIP #606 implementation. TODO: documentation | jan.nijtmans | 2021-12-21 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2021-01-08 | 1 | -1/+1 |
|\ \ |
|
| * | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-10-12 | 1 | -74/+32 |
|\ \ \
| |/ / |
|
| * | | Fix build problem on UNIX (due to the introduction of TCL_UNUSED macro) | jan.nijtmans | 2020-10-05 | 1 | -36/+0 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-10-05 | 1 | -38/+32 |
| |\ \
| | |/ |
|
| | * | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -39/+36 |
|
|
* | | | Fix crash in Travis testcase run | jan.nijtmans | 2020-09-16 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-08-19 | 1 | -8/+8 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-08-12 | 1 | -8/+8 |
| |\ \
| | |/ |
|
| | * | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to b... | jan.nijtmans | 2020-08-12 | 1 | -2/+2 |
|
|
| * | | TIP 578: Death to TCL_DBGX | jan.nijtmans | 2020-07-03 | 1 | -1/+0 |
|
|
* | | | No need to #include "default.h" in ttk widgets (and in tkUnixMenu.c/tkMenubut... | jan.nijtmans | 2020-07-02 | 1 | -1/+0 |
|
|
* | | | More progress, implementing enhanced "-underline" | jan.nijtmans | 2020-06-12 | 1 | -3/+3 |
|/ / |
|
* | | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf... | jan.nijtmans | 2020-05-20 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Use Glyph indexing in more places (underscoring and canvas text and some more) | jan.nijtmans | 2020-05-19 | 1 | -1/+1 |
|
|
| * | More improvements handling characters > U+FFFF as surrogates. Add internal Tk... | jan.nijtmans | 2020-05-14 | 1 | -2/+2 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -5/+44 |
|
|
* | | Merge 8.6. When compiling against Tcl 9.0 headers, don't allow Emoji escape s... | jan.nijtmans | 2019-12-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m... | jan.nijtmans | 2019-12-01 | 1 | -1/+1 |
|
|
* | | Eliminate "register" keyword from all unix/tkUnix*.c files. | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
|
|
* | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu... | jan.nijtmans | 2019-03-31 | 1 | -5/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-03-15 | 1 | -5/+1 |
|\ \
| |/ |
|
| * | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish. | jan.nijtmans | 2019-03-15 | 1 | -5/+1 |
|
|
* | | TIP #533 (Extension of the menu post command) implementation was accepted by ... | fvogel | 2019-02-02 | 1 | -4/+101 |
|\ \
| |/ |
|
| * | Use TkGetMenuIndex to parse the index argument to the post command. | culler | 2019-01-15 | 1 | -8/+8 |
|
|
| * | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu post | culler | 2019-01-13 | 1 | -1/+90 |
|
|
| * | Fix related menubutton issues on linux and Windows. | culler | 2019-01-11 | 1 | -3/+11 |
|
|
* | | Fix [9658bc800c]: Several display issues with menu items, more easily seen wh... | fvogel | 2018-10-06 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix [9658bc800c]: Several display issues with menu items, more easily seen wh... | fvogel | 2018-10-06 | 1 | -3/+3 |
| |\ |
|
| | * | Fix drawing of the menu separator on Linux (was already correct on Windows) | fvogel | 2018-09-29 | 1 | -1/+1 |
|
|
| | * | Fix drawing of the tearoff entry | fvogel | 2018-09-29 | 1 | -1/+1 |
|
|
| | * | Once the menu geometry is correctly computed there is no need anymore for que... | fvogel | 2018-09-29 | 1 | -1/+1 |
|
|
* | | | Fix [8229232472]: Cascade menu entry indicator wrong colour on Unix. Patch pr... | fvogel | 2018-09-30 | 1 | -7/+9 |
|\ \ \
| |/ / |
|
| * | | Remove somewhat misleading text in comments | fvogel | 2018-09-22 | 1 | -2/+1 |
|
|
| * | | Fix [8229232472]: Cascade menu entry indicator wrong colour on Unix. Patch pr... | fvogel | 2018-09-22 | 1 | -5/+8 |
| |/ |
|
* | | Remove debug printf | fvogel | 2018-09-08 | 1 | -1/+0 |
|
|
* | | Proof of concept for fixing [43b596451e]: relief for active menu entries. Add... | fvogel | 2018-09-08 | 1 | -2/+2 |
|
|
* | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 1 | -1/+1 |
|/ |
|
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|