| Commit message (Expand) | Author | Age | Files | Lines |
* | More alphabetizing Tk options. More type-cast improvements | jan.nijtmans | 2022-05-12 | 1 | -12/+12 |
|
|
* | Merge 8.6 | jan.nijtmans | 2022-05-07 | 1 | -12/+12 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2022-05-05 | 1 | -3/+3 |
| |\ |
|
| * | | Missing DEF_BUTTON_COMPOUND | jan.nijtmans | 2022-05-05 | 1 | -1/+1 |
|
|
| * | | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int) | jan.nijtmans | 2022-05-05 | 1 | -14/+14 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2022-05-05 | 1 | -5/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | Code cleanup, mainly eliminating unnecessary type-casts | jan.nijtmans | 2022-05-05 | 1 | -5/+5 |
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2022-05-03 | 1 | -22/+13 |
|\ \
| |/ |
|
| * | Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which... | jan.nijtmans | 2022-05-03 | 1 | -22/+13 |
|
|
| * | Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ... | jan.nijtmans | 2021-11-16 | 1 | -5/+0 |
|
|
* | | Fix use of DEF_LABEL_FG with Tcl 9.0 headers. Doc fix, various other tweaks | jan.nijtmans | 2021-11-13 | 1 | -6/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-11-02 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Allow labels and buttons to have different default foreground colors if DEF_L... | marc_culler | 2021-11-01 | 1 | -0/+5 |
|
|
| * | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 1 | -5/+5 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2021-01-08 | 1 | -2/+2 |
|\ \ |
|
| * | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
* | | | Make default underline -1 (again) when compiled with Tcl 8 headers | jan.nijtmans | 2020-09-14 | 1 | -8/+8 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-09-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -1/+1 |
|
|
* | | | Don't use constants like DEF_BUTTON_UNDERLINE any more, since the default und... | jan.nijtmans | 2020-07-02 | 1 | -4/+4 |
|
|
* | | | More progress, mainly in tkCanvTest.c | jan.nijtmans | 2020-06-15 | 1 | -8/+8 |
|
|
* | | | More progress, implementing enhanced "-underline" | jan.nijtmans | 2020-06-12 | 1 | -1/+1 |
|
|
* | | | Merge trunk. Add new option type TK_OPTION_INDEX. Start implementing extended... | jan.nijtmans | 2020-06-11 | 1 | -4/+4 |
|/ / |
|
* | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl... | jan.nijtmans | 2020-05-22 | 1 | -130/+130 |
|
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -2/+0 |
|
|
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -130/+130 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -12/+35 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 7 X11 functions to the aqua stub table, which makes them accessable to st... | jan.nijtmans | 2019-09-24 | 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 | -3/+3 |
|
|
* | | merge trunk | jan.nijtmans | 2019-06-05 | 1 | -30/+51 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-05-16 | 1 | -30/+51 |
| |\ \
| | |/ |
|
| | * | Revised bug fix for [5d991b822e]. | dgp | 2019-05-15 | 1 | -30/+51 |
| | |\ |
|
| | | * | Similar test and fix for [checkbutton ... -variable]. | dgp | 2019-05-12 | 1 | -1/+21 |
|
|
| | | * | Fix for the [button ... -textvariable] parts of [5d991b822e]. | dgp | 2019-05-11 | 1 | -1/+28 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -16/+16 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -16/+16 |
| |\ \ \
| | |/ / |
|
| | | | | |
| | | \ | |
| | *-. \ | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -10/+10 |
| | |\ \ \ |
|
| | | | * \ | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -16/+16 |
| | | | |\ \ |
|
| | * | | \ \ | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -35/+35 |
| | |\ \ \ \ \
| | | | |_|/ /
| | | |/| | | |
|
| | | * | | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -35/+35 |
|
|
| | * | | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -35/+35 |
| | |\ \ \ \ \
| | | |/ / / /
| | | | / / /
| | | |/ / /
| | |/| | | |
|
| | | * | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -35/+35 |
| | | |/ / |
|
* | | | | | Merge trunk | jan.nijtmans | 2018-11-25 | 1 | -4/+10 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Many updates for macOS. Most, but not all, were triggered by changes between... | culler | 2018-10-30 | 1 | -0/+6 |
| |\ \ \ \
| | |/ / / |
|