summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in format suboptions parsing (crash with no value to -colorformat)simonbachmann2017-04-081-139/+200
* merge trunksimonbachmann2017-04-081-0/+22
|\
| * Fixed bug [f0188aca9e] (color names parsing on Windows)simonbachmann2017-04-081-0/+22
* | merge trunkfvogel2017-03-264-3/+48
|\ \ | |/
| * Add test-case for [http://core.tcl.tk/tcl/tktview/1cc44617e2b4ed0a29f75762d45...jan.nijtmans2017-03-241-0/+6
| * Fix test-case safe-1.2. Failure introduced by commit [https://core.tcl.tk/tcl...jan.nijtmans2017-03-221-1/+1
| |\
| | * Fix test-case safe-1.2. Failure introduced by commit [https://core.tcl.tk/tcl...jan.nijtmans2017-03-221-4/+4
| * | Add minimal test of -justify for ttk::buttonfvogel2017-03-131-2/+2
| * | Add test progressbar-3.2 (tweaked from a proposal from René Zaumseil)fvogel2017-03-131-0/+24
| * | Add minimal testing of the ttk::progressbar optionsfvogel2017-03-111-0/+15
* | | Added -withalpha option to [imageName get].simonbachmann2017-03-232-432/+1106
* | | Added semitransparent image used for some testssimonbachmann2017-03-021-0/+0
* | | Reference implementation of TIP 166, rev. 1.9simonbachmann2017-03-021-26/+630
|/ /
* | If compiled with TK_NO_DEPRECATED, remove support for old "set" and "get" syn...jan.nijtmans2017-02-161-2/+2
* | Change some internal refCount's from int to size_t.jan.nijtmans2017-02-151-1/+1
* | Fix [c0dbdd3ff3]: Tk Compatibility Fonts block access to system fontsfvogel2017-02-056-17/+42
|\ \
| * | Make tests pass again after fixing [c0dbdd3ff3]: Tk Compatibility Fonts block...bug_c0dbdd3ff3fvogel2017-01-286-17/+42
* | | Fix [ae32eb7e10]: Win + specific text widget configuration : textDisp-18.6, -...fvogel2017-02-051-5/+5
|\ \ \ | | |/ | |/|
| * | Fix [ae32eb7e10]: Win + specific text widget configuration : textDisp-18.6, -...fvogel2017-02-051-5/+5
| |\ \
| | * | Remove superfluous 'textfonts' constraint in textDisp-20.1,2,3,4,5bug_ae32eb7e10fvogel2017-01-291-5/+5
* | | | Remove old pack syntax from the scripts of the Tk test suitefvogel2017-02-018-30/+30
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Remove old pack syntax from the scripts of the Tk test suitefvogel2017-02-018-30/+30
| |/
* | Fix [89a638af38]: OS X - textDisp-15.8 failsfvogel2017-01-231-2/+4
|\ \ | |/
| * Fix [89a638af38]: OS X - textDisp-15.8 failsbug_89a638af38fvogel2017-01-221-2/+4
* | Fix [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d4fb4e80d2]: Image photo comman...jan.nijtmans2017-01-111-0/+10
|\ \ | |/
| * Fix [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d4fb4e80d2]: Image photo comman...jan.nijtmans2017-01-111-0/+10
| |\
| | * Fix [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d4fb4e80d2]: Image photo comman...jan.nijtmans2017-01-111-1/+18
| | |\
| | | * Alternative proposed solution for [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d...bug_d4fb4e80d2_altjan.nijtmans2017-01-111-0/+10
| | |/ | |/|
* | | More internal use of size_t. Add test-case imgPhoto-4.74, which shows error-h...jan.nijtmans2017-01-101-0/+7
|\ \ \ | |/ /
| * | More internal use of size_t. Add test-case imgPhoto-4.74, which shows error-h...jan.nijtmans2017-01-101-0/+7
* | | Fix [c12af74765]: OS X - text-21.1 failsfvogel2017-01-072-2/+6
|\ \ \ | |/ /
| * | Better fix for [c12af74765]: OS X - text-21.1 failsbug_c12af74765fvogel2017-01-062-17/+6
| * | Fix [c12af74765]: OS X - text-21.1 failsfvogel2017-01-051-1/+16
* | | Fix [dac92f194c]: OS X - text-2.8 and text-2.9 are both run and failfvogel2017-01-051-2/+2
|\ \ \ | |/ /
| * | Fix [dac92f194c]: OS X - text-2.8 and text-2.9 are both run and failbug_dac92f194cfvogel2017-01-051-2/+2
* | | Fixed [3ee76e41c2] - New textTag test failuresfvogel2016-12-021-14/+54
|\ \ \
| * | | Remove superfluous lines (the default font of the text widget is already save...bug_3ee76e41c2fvogel2016-12-021-4/+0
| * | | When changing the text font, (x,y) coordinates previously saved in the (xi,yi...fvogel2016-12-011-17/+27
| * | | Also the fact that the actually used fonts must be fixed-width needs to be ch...fvogel2016-12-011-8/+10
| * | | Fixed [3ee76e41c2] - New textTag test failuresfvogel2016-11-301-5/+37
* | | | Fix [ad98f10b3a] and [bd0017bf79] - bitmap-4.1 and cursor-4.1 tests failures....fvogel2016-12-023-11/+23
* | | | [76e2d9c095] Repair broken test border-3.1dgp2016-12-021-3/+6
|/ / /
* | | merge core-8-6-branchjan.nijtmans2016-11-241-3/+3
|\ \ \ | |/ /
| * | Fix [86a7468862]. Make test combobox-3 pass (hopefully) on all platforms.bug_f60c54bec6fvogel2016-11-221-2/+2
* | | merge core-8-6-branchjan.nijtmans2016-11-181-0/+9
|\ \ \ | |/ /
| * | constrain new test-case to UNIX only, since on Windows the test-result appear...jan.nijtmans2016-11-181-1/+1
| * | Added test combobox-3 to check [f60c54bec6]fvogel2016-11-131-0/+9
* | | Mark "event-8" testcase nonPortablejan.nijtmans2016-11-081-1/+1
|\ \ \ | |/ /
| * | Mark "event-8" testcase nonPortablebug_e36963bfe8jan.nijtmans2016-11-081-1/+1
* | | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis...jan.nijtmans2016-11-071-1/+1
|\ \ \ | |/ /