summaryrefslogtreecommitdiffstats
path: root/generic/tkTest.c
Commit message (Expand)AuthorAgeFilesLines
...
| * end-of-line spacing cleanupjan.nijtmans2020-08-031-1/+1
* | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-26/+38
|\ \ | |/
| * Improve image testing on macOS.culler2020-07-211-26/+38
* | Merge 8.6marc_culler2020-07-181-3/+3
|\ \ | |/
| * Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin.culler2020-07-161-3/+3
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2
* | More progressjan.nijtmans2020-05-221-64/+54
* | TIP 569 remove lint commentsdgp2020-03-181-16/+0
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-46/+46
* | Merge trunk. Fix two minor C++ issues in tkTest.cjan.nijtmans2020-02-181-2/+2
|\ \
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-34/+66
|/ /
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
|\ \ | |/
| * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
| * Reduce the number of unnecessary end-of-line spacingsjan.nijtmans2019-06-051-1/+1
* | merge trunkjan.nijtmans2019-06-051-18/+29
|\ \
| * \ Merge 8.6jan.nijtmans2019-06-051-1/+1
| |\ \ | | |/
| * | Improve image testing for Aquaculler2019-05-241-19/+29
| |\ \ | | |/
| | * On OSX 10.13 and earlier a different strategy is needed.culler2019-05-211-3/+3
| | * Rework image testing to better deal with Aquaculler2019-05-211-18/+28
| * | In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTest.cculler2019-05-201-5/+6
| |\ \ | | |/
| | * In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTes...culler2019-05-201-5/+6
* | | Merge trunkjan.nijtmans2019-04-021-4/+4
|\ \ \ | |/ /
| * | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-311-4/+4
* | | Merge trunkjan.nijtmans2018-12-081-22/+22
|\ \ \ | |/ /
| * | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-22/+22
* | | Merge trunkjan.nijtmans2018-11-251-53/+53
|\ \ \ | |/ /
| * | Improve the behavior of the test image type and fix a live resize bug on Mojave.culler2018-11-151-5/+6
| |\ \ | | |/
| | * Use a better method for making test images on the mac emulate test images on ...culler2018-11-151-5/+6
| * | Another big round of updates for macOS, fixing bugs old and new includingculler2018-11-081-1/+23
| |\ \ | | |/
| | * Came up with a scheme for making test images behave the way that theculler2018-11-061-20/+28
| | * Make XSync, and hence update, be synchronous so test results are consistent. ...culler2018-11-051-9/+23
| * | Restore the remaining missing changes stripped out due to the recent merge/ba...fvogel2018-10-181-28/+5
| |\ \ | | |/
| | * Restore the remaining missing changes stripped out due to the recent merge/ba...fvogel2018-10-181-28/+5
| * | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-23/+23
| * | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-1/+1
* | | More improvements, related to the deprecation of Tk_Offsetjan.nijtmans2018-10-111-1/+1
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-45/+45
|/ /
* | Fix [ddeef0e069]: Some canvImg tests fail on macOSfvogel2018-05-131-3/+2
|\ \ | |/
| * Fix [ddeef0e069]: Some canvImg tests fail on macOSfvogel2018-04-301-3/+2
* | Merge core-8-6-branch (and remove additional end-of-line spacing)jan.nijtmans2017-10-121-4/+4
|\ \ | |/
* | merge trunkfvogel2017-03-261-0/+58
|\ \
| * | Add test-case for [http://core.tcl.tk/tcl/tktview/1cc44617e2b4ed0a29f75762d45...jan.nijtmans2017-03-241-0/+58
* | | Added -withalpha option to [imageName get].simonbachmann2017-03-231-0/+54
|/ /
* | more typosjan.nijtmans2017-01-231-1/+1
* | Smarter initialization of doubleTypePtr/intTypePtr without hash-table lookup ...jan.nijtmans2017-01-201-1/+1
* | Whitespace fixesjan.nijtmans2016-06-151-1/+1
|\ \ | |/
* | Make tk.h usable for compilation with Tcl 9.0 (novem) as well.jan.nijtmans2016-03-151-1/+1
|/
* Eliminate last two calls to Tcl_CreateCommand().jan.nijtmans2014-06-301-21/+21
* two more (test-)command converted to Tcl_Obj APIjan.nijtmans2014-06-271-29/+28
* Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-24/+25