summaryrefslogtreecommitdiffstats
path: root/tests/entry.test
Commit message (Expand)AuthorAgeFilesLines
* Merge CALayer-86culler2021-04-291-227/+227
|\
| * Add a call to [window display] after creating a new window. This makes the t...marc_culler2021-04-291-227/+227
* | CALayer backing for 8.7culler2021-04-281-0/+1
|\ \ | |/
| * Using the CALayer changes some timings -- make some small adjustments to a fe...culler2021-04-251-0/+1
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Merge 8.6jan.nijtmans2020-11-231-1/+1
|\ \ | |/
| * Merge 8.5jan.nijtmans2020-11-231-1/+1
| |\
* | | -vcmd -> -validatecommand in demo's and testsjan.nijtmans2020-11-131-1/+1
| | |
| \ \
*-. \ \ Make use of TIP #587 in Tk: Now we can assume that all Tcl files are utf-8jan.nijtmans2020-10-221-12/+12
|\ \ \ \ | | |/ /
| * | | Merge trunkjan.nijtmans2020-10-081-1/+2
| |\ \ \
| * | | | Merge trunkjan.nijtmans2020-10-051-12/+12
| | | | |
| \ \ \ \
*-. \ \ \ \ Implement TIP #474: Treat the mouse wheel events in a uniform wayjan.nijtmans2020-10-211-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | | |/ / | | |/| |
| * | | | Merge trunkjan.nijtmans2020-10-061-1/+4
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-151-104/+147
| |\ \ \ \
| * | | | | Allow using floating-point number in "scroll (x|y)view (units|pages)". They a...jan.nijtmans2019-08-221-1/+1
| * | | | | Add support for "(x|y)view scroll number mouseunits" for text widget, and use...jan.nijtmans2019-07-291-2/+2
* | | | | | Merge 8.6jan.nijtmans2020-10-081-1/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Mark all test-cases failing on XQuarz with constraint "failsOnXQuarz"jan.nijtmans2020-10-081-1/+2
* | | | | Merge 8.6jan.nijtmans2020-10-011-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Expression for contraint failsOnUbuntuNoXft was reverse ....jan.nijtmans2020-10-011-1/+1
* | | | | Merge 8.6. jan.nijtmans2020-09-301-1/+4
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Mark 10 testcases with failsOnUbuntuNoXft. They fail on Ubuntu if Tk is compi...jan.nijtmans2020-09-301-1/+4
| * | | Merge 8.5. Update to Xcode12 and gcc-10. ttk test failures now lead to Travis...jan.nijtmans2020-09-281-148/+148
| |\ \ \ | | | |/ | | |/|
| | * | (cherry-pick): Require Tcltest 2.2 as a miminum. Run X11 testcases on Travis ...jan.nijtmans2020-09-161-10/+10
* | | | Merge 8.6jan.nijtmans2020-08-131-18/+18
|\ \ \ \ | |/ / /
| * | | testcase cleanupjan.nijtmans2020-08-131-94/+94
* | | | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-11/+16
|\ \ \ \ | |/ / /
| * | | Fix Yosemite compiler warnings and bugs in tests revealed by testing on Yosem...culler2020-07-221-11/+16
* | | | Fix [40e4bf6198]: Entry/spinbox: double free when textvariable set in validat...fvogel2020-07-061-1/+21
|\ \ \ \ | |/ / /
| * | | Bring entry-19.19 and spinbox-19.19 in line with the fix for [40e4bf6198]. Va...fvogel2020-07-051-1/+1
| * | | Fix [40e4bf6198]: Entry: double free when textvariable set in validatecommand...fvogel2020-06-141-0/+20
* | | | Remove many unnessesaary curly-braces in testcasesjan.nijtmans2020-06-091-74/+74
* | | | Merge 8.6jan.nijtmans2019-10-101-10/+28
|\ \ \ \ | |/ / /
| * | | Cherry-pick test-case changes from catalina_more_tests branch. They appear to...jan.nijtmans2019-10-101-10/+28
* | | | Sort all usage of "pages", "pixels" and "units", make it alphabetical, in imp...jan.nijtmans2019-07-301-2/+2
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2019-05-161-0/+28
|\ \ \ | |/ /
| * | Similar tests and fix for [entry .... -textvariable]dgp2019-05-121-0/+28
* | | merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch tip-...fvogel2018-04-151-156/+166
|\ \ \
| * \ \ Fix [1088816fff]: Aqua tests fail (entry-13.10, entry-13.12)fvogel2017-12-081-3/+3
| |\ \ \ | | |/ /
| * | | Fix [bb6f4cd859]: entry-1.32 fails on macOSfvogel2017-12-081-1/+1
| |\ \ \
| * | | | Make tests pass again after fixing [c0dbdd3ff3]: Tk Compatibility Fonts block...fvogel2017-01-281-4/+14
| * | | | Excess spacing in test-suitejan.nijtmans2016-03-141-152/+152
* | | | | Removed useless test entry-25.1 since this test does not check anything excep...fvogel2018-02-111-16/+0
* | | | | -placeholdertext becomes -placeholder. Changes provided by René Zaumseilfvogel2018-02-061-6/+6
* | | | | Change -empty* option names to -placeholder*. Changes provided by René Zaumseilfvogel2018-02-061-8/+8
* | | | | Fix entry-3.15 test result since two new options were added in the ouput of [...fvogel2018-01-311-1/+1
* | | | | Implementation of TIP #496 - Display hints in ::ttk::entry (by René Zaumseil)fvogel2018-01-311-0/+33
| |_|/ / |/| | |
* | | | Fix [1088816fff]: Aqua tests fail (entry-13.10, entry-13.12)fvogel2017-12-081-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix [1088816fff]: Aqua tests fail (entry-13.10, entry-13.12)fvogel2017-12-061-3/+3
* | | | Fix [bb6f4cd859]: entry-1.32 fails on macOSfvogel2017-12-061-1/+1
|/ / /