| Commit message (Expand) | Author | Age | Files | Lines |
* | Make default underline -1 (again) when compiled with Tcl 8 headers | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
|
|
* | Make all test-cases pass (finally) | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
|
|
* | Merge 8.7 | jan.nijtmans | 2020-09-06 | 1 | -1/+1 |
|\ |
|
| * | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -3/+2 |
| |\ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2020-08-13 | 1 | -48/+48 |
| |\ \ |
|
| * | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -1/+1 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2020-08-20 | 1 | -0/+6 |
|\ \ \ \
| | |_|/
| |/| | |
|
* | | | | Merge trunk | jan.nijtmans | 2020-08-20 | 1 | -0/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when... | jan.nijtmans | 2020-08-20 | 1 | -3/+2 |
| | |/
| |/| |
|
* | | | Merge 8.7 | jan.nijtmans | 2020-08-19 | 1 | -48/+48 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-08-12 | 1 | -48/+48 |
| |\ \
| | |/
| |/| |
|
| | * | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to b... | jan.nijtmans | 2020-08-12 | 1 | -20/+20 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-07-17 | 1 | -5/+0 |
|\ \ \
| |/ / |
|
* | | | Merge trunk. New helper function TkNewIndexObj() | jan.nijtmans | 2020-07-06 | 1 | -3/+4 |
|\ \ \
| |/ / |
|
* | | | Don't use constants like DEF_BUTTON_UNDERLINE any more, since the default und... | jan.nijtmans | 2020-07-02 | 1 | -1/+1 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-07-02 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Handle different possible form of "none" better. | jan.nijtmans | 2020-06-19 | 1 | -2/+2 |
|
|
* | | | More progress, implementing enhanced "-underline" | jan.nijtmans | 2020-06-12 | 1 | -2/+2 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2020-06-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 1 | -1/+1 |
|
|
* | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl... | jan.nijtmans | 2020-05-22 | 1 | -54/+54 |
|
|
* | | More usage of (internal) TkGetIntForIndex() function, and give this function ... | jan.nijtmans | 2020-03-20 | 1 | -1/+1 |
|
|
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -54/+54 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-02-26 | 1 | -38/+34 |
|\ \ |
|
| * | | Add internal function TkGetIntForIndex(), which handles integer indexes and "... | jan.nijtmans | 2020-02-24 | 1 | -19/+13 |
|
|
| * | | Rename (static) function TkMenuCleanup() to MenuCleanup(). Make TkGetMenuInde... | jan.nijtmans | 2020-02-21 | 1 | -30/+39 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-02-17 | 1 | -3/+2 |
|\ \ \
| |/ / |
|
| * | | Clamp output of listbox indexes to be >= -1 always. Many other's (like menu's... | jan.nijtmans | 2020-02-17 | 1 | -3/+2 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-02-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-02-12 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl... | jan.nijtmans | 2020-02-12 | 1 | -1/+1 |
|
|
| | * | Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,... | jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|
|
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -33/+40 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | One missing use of TCL_INDEX_NONE in stead of -1.
| jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Simplify NewNativeObj(), since its last parameter is always -1. | jan.nijtmans | 2019-09-16 | 1 | -1/+1 |
|
|
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
| * | Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0... | jan.nijtmans | 2019-05-17 | 1 | -1/+1 |
|
|
* | | Make better use of the full range for Menu indexes, if Tk is compiled with Tc... | jan.nijtmans | 2019-06-21 | 1 | -37/+41 |
|
|
* | | merge trunk | jan.nijtmans | 2019-06-05 | 1 | -18/+25 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-05-16 | 1 | -18/+25 |
| |\ \
| | |/ |
|
| | * | Revised bug fix for [5d991b822e]. | dgp | 2019-05-15 | 1 | -18/+25 |
| | |\ |
|
| | | * | Tests and fix for similar issues in [menu]. | dgp | 2019-05-15 | 1 | -7/+25 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -46/+49 |
|\ \ \ \
| |/ / / |
|
| * | | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu... | jan.nijtmans | 2019-03-31 | 1 | -36/+34 |
|
|
| * | | | TIP #533 (Extension of the menu post command) implementation was accepted by ... | fvogel | 2019-02-02 | 1 | -10/+15 |
| |\ \ \
| | |/ / |
|