| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | end-of-line spacing cleanup | jan.nijtmans | 2020-08-03 | 1 | -1/+1 |
|
|
* | | Merge 8.6: fix testing and build issues on the various supported versions of ... | culler | 2020-07-27 | 1 | -26/+38 |
|\ \
| |/ |
|
| * | Improve image testing on macOS. | culler | 2020-07-21 | 1 | -26/+38 |
|
|
* | | Merge 8.6 | marc_culler | 2020-07-18 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin. | culler | 2020-07-16 | 1 | -3/+3 |
|
|
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -2/+2 |
|
|
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -64/+54 |
|
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -16/+0 |
|
|
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -46/+46 |
|
|
* | | Merge trunk. Fix two minor C++ issues in tkTest.c | jan.nijtmans | 2020-02-18 | 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 | -34/+66 |
|/ / |
|
* | | 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 |
|
|
| * | Reduce the number of unnecessary end-of-line spacings | jan.nijtmans | 2019-06-05 | 1 | -1/+1 |
|
|
* | | merge trunk | jan.nijtmans | 2019-06-05 | 1 | -18/+29 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-06-05 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | Improve image testing for Aqua | culler | 2019-05-24 | 1 | -19/+29 |
| |\ \
| | |/ |
|
| | * | On OSX 10.13 and earlier a different strategy is needed. | culler | 2019-05-21 | 1 | -3/+3 |
|
|
| | * | Rework image testing to better deal with Aqua | culler | 2019-05-21 | 1 | -18/+28 |
|
|
| * | | In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTest.c | culler | 2019-05-20 | 1 | -5/+6 |
| |\ \
| | |/ |
|
| | * | In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTes... | culler | 2019-05-20 | 1 | -5/+6 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu... | jan.nijtmans | 2019-03-31 | 1 | -4/+4 |
|
|
* | | | Merge trunk | jan.nijtmans | 2018-12-08 | 1 | -22/+22 |
|\ \ \
| |/ / |
|
| * | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -22/+22 |
|
|
* | | | Merge trunk | jan.nijtmans | 2018-11-25 | 1 | -53/+53 |
|\ \ \
| |/ / |
|
| * | | Improve the behavior of the test image type and fix a live resize bug on Mojave. | culler | 2018-11-15 | 1 | -5/+6 |
| |\ \
| | |/ |
|
| | * | Use a better method for making test images on the mac emulate test images on ... | culler | 2018-11-15 | 1 | -5/+6 |
|
|
| * | | Another big round of updates for macOS, fixing bugs old and new including | culler | 2018-11-08 | 1 | -1/+23 |
| |\ \
| | |/ |
|
| | * | Came up with a scheme for making test images behave the way that the | culler | 2018-11-06 | 1 | -20/+28 |
|
|
| | * | Make XSync, and hence update, be synchronous so test results are consistent. ... | culler | 2018-11-05 | 1 | -9/+23 |
|
|
| * | | Restore the remaining missing changes stripped out due to the recent merge/ba... | fvogel | 2018-10-18 | 1 | -28/+5 |
| |\ \
| | |/ |
|
| | * | Restore the remaining missing changes stripped out due to the recent merge/ba... | fvogel | 2018-10-18 | 1 | -28/+5 |
|
|
| * | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi... | jan.nijtmans | 2018-10-16 | 1 | -23/+23 |
|
|
| * | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat... | jan.nijtmans | 2018-10-15 | 1 | -1/+1 |
|
|
* | | | More improvements, related to the deprecation of Tk_Offset | jan.nijtmans | 2018-10-11 | 1 | -1/+1 |
|
|
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -45/+45 |
|/ / |
|
* | | Fix [ddeef0e069]: Some canvImg tests fail on macOS | fvogel | 2018-05-13 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Fix [ddeef0e069]: Some canvImg tests fail on macOS | fvogel | 2018-04-30 | 1 | -3/+2 |
|
|
* | | Merge core-8-6-branch (and remove additional end-of-line spacing) | jan.nijtmans | 2017-10-12 | 1 | -4/+4 |
|\ \
| |/ |
|
* | | merge trunk | fvogel | 2017-03-26 | 1 | -0/+58 |
|\ \ |
|
| * | | Add test-case for [http://core.tcl.tk/tcl/tktview/1cc44617e2b4ed0a29f75762d45... | jan.nijtmans | 2017-03-24 | 1 | -0/+58 |
|
|
* | | | Added -withalpha option to [imageName get]. | simonbachmann | 2017-03-23 | 1 | -0/+54 |
|/ / |
|
* | | more typos | jan.nijtmans | 2017-01-23 | 1 | -1/+1 |
|
|
* | | Smarter initialization of doubleTypePtr/intTypePtr without hash-table lookup ... | jan.nijtmans | 2017-01-20 | 1 | -1/+1 |
|
|
* | | Whitespace fixes | jan.nijtmans | 2016-06-15 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Make tk.h usable for compilation with Tcl 9.0 (novem) as well. | jan.nijtmans | 2016-03-15 | 1 | -1/+1 |
|/ |
|
* | Eliminate last two calls to Tcl_CreateCommand(). | jan.nijtmans | 2014-06-30 | 1 | -21/+21 |
|
|
* | two more (test-)command converted to Tcl_Obj API | jan.nijtmans | 2014-06-27 | 1 | -29/+28 |
|
|
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 1 | -24/+25 |
|
|