| Commit message (Expand) | Author | Age | Files | Lines |
* | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 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 | -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 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Remove the sleep from the button flash command on macOS. This causes a hang | culler | 2018-10-22 | 1 | -0/+6 |
|
|
| | * | | | Delete unused variables, and eol-spacing | jan.nijtmans | 2018-09-01 | 1 | -1/+1 |
|
|
| * | | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi... | jan.nijtmans | 2018-10-16 | 1 | -4/+4 |
|
|
* | | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -154/+154 |
|/ / / / |
|
* | | | | Remove end-of-line spacing | jan.nijtmans | 2018-08-10 | 1 | -1/+1 |
|/ / / |
|
* | | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr... | fvogel | 2018-01-28 | 1 | -2/+28 |
| |/
|/| |
|
* | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca... | jan.nijtmans | 2013-02-22 | 1 | -8/+8 |
|
|
* | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -1/+1 |
|
|
* | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics... | jan.nijtmans | 2012-10-23 | 1 | -13/+19 |
|
|
| * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -10/+10 |
| |\ |
|
| | * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -10/+10 |
|
|
| | * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -4/+4 |
|
|
* | | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -8/+8 |
|
|
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *" | jan.nijtmans | 2012-06-20 | 1 | -35/+35 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -5/+7 |
|
|
| | * | * generic/tkButton.c (ConfigureButton): abort option processing if | hobbs | 2003-11-12 | 1 | -1/+8 |
|
|
| | * | * generic/tkButton.h: Rewrote the handling | hobbs | 2003-04-26 | 1 | -11/+23 |
|
|
| * | | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -5/+7 |
|
|