Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.5 | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
|\ | |||||
| * | Account for test-cases which we already know are failing on Ubuntu | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
| | | |||||
| * | Compile with gcc-10 too. Mark more test-cases as failing on Ubuntu | jan.nijtmans | 2020-09-24 | 1 | -2/+2 |
| | | |||||
| * | Mark many testcases with "failsOnUbuntu" (Not all, I still want to see the ↵ | jan.nijtmans | 2020-09-23 | 1 | -5/+7 |
| | | | | | | | | remainings failing) | ||||
| * | (cherry-pick): Require Tcltest 2.2 as a miminum. Run X11 testcases on Travis ↵ | jan.nijtmans | 2020-09-16 | 1 | -11/+11 |
| | | | | | | | | in 3 Ubuntu variants: Xenial, Bionic and Focal. (MacOS/XQuartz not working yet) | ||||
| * | (cherry-pick) Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. ↵ | jan.nijtmans | 2016-01-09 | 1 | -0/+30 |
| | | | | | | | | Thanks to Francois Vogel for the actual work | ||||
| * | (cherry-pick) Backout previous commit: it causes many event-related ↵ | jan.nijtmans | 2016-01-08 | 1 | -15/+0 |
| | | | | | | | | test-failures in Tk test suite | ||||
| * | (cherry-pick) Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbars | jan.nijtmans | 2016-01-08 | 1 | -0/+15 |
| | | |||||
* | | Mark all test-cases failing on XQuarz with constraint "failsOnXQuarz" | jan.nijtmans | 2020-10-08 | 1 | -6/+7 |
| | | |||||
* | | Mark more test-cases with "failsOnUbuntu" | jan.nijtmans | 2020-09-29 | 1 | -6/+8 |
| | | |||||
* | | Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use it | jan.nijtmans | 2020-09-10 | 1 | -13/+13 |
| | | |||||
* | | Fix duplicate test name scrollbar-3.50.1 | fvogel | 2020-08-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix duplicate test name scrollbar-3.50.1 | fvogel | 2020-08-24 | 1 | -1/+1 |
| | | | |||||
* | | | Use single-argument "expr" as much as possible. Not complete yet, but most ↵ | jan.nijtmans | 2019-06-05 | 1 | -52/+52 |
| | | | | | | | | | | | | trivial places are done. | ||||
* | | | Remove knownBug constraint on test scrollbar-6.27 as this test now passes ↵ | fvogel | 2018-10-21 | 1 | -5/+1 |
|/ / | | | | | | | (checked on Vista - comment there was for Win2K) | ||||
* | | Fix scrollbar.test: all tests that run on macOS now pass (and that's true ↵ | fvogel | 2018-10-18 | 1 | -25/+81 |
| | | | | | | | | for each platform BTW: Windows, Linux and macOS). | ||||
* | | Add comments clarifying otherwise tacit assumptions. | fvogel | 2018-10-17 | 1 | -0/+1 |
| | | |||||
* | | Merge bugfix branch bug-f792b457eb (scrollbar-3.26, 3.27, 3.28, 3.35 tests ↵ | fvogel | 2018-09-25 | 1 | -1/+1 |
|\ \ | | | | | | | | | | fail on macOS) | ||||
| * | | Fix [f792b457eb]: scrollbar-3.26, 3.27, 3.28, 3.35 tests fail on macOS. The ↵ | fvogel | 2018-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | fix consists in using the Linux code for the testmetrics command on macOS, instead of returning the width of the scrollbar (for both cxvscroll and cyvscroll requests). | ||||
* | | | Ooops, the delta needs to be -4, not -1, in order to scroll down/right four ↵ | fvogel | 2018-09-23 | 1 | -2/+2 |
| | | | | | | | | | | | | lines/chars. | ||||
* | | | Fix [874dca4873]: scrollbar-10.[12] fail on macOS | fvogel | 2018-09-23 | 1 | -2/+30 |
|/ / | |||||
* | | Fixed [011706ec42] for the scrollbar case. | fvogel | 2016-05-18 | 1 | -2/+21 |
| | | |||||
* | | Added (currently failing) test case scrollbar-11.1 - Note that it will only ↵ | fvogel | 2016-05-17 | 1 | -0/+18 |
| | | | | | | | | fail on x11 and on aqua, not on Win because on Windows there is no binding of <2> for the Scrollbar class | ||||
* | | Fixed test constraints | fvogel | 2016-01-09 | 1 | -2/+2 |
| | | |||||
* | | Test cases scrollbar-10.[12] pass | fvogel | 2016-01-09 | 1 | -5/+5 |
| | | |||||
* | | Make test-case and binding equal for win32 and x11. Test-case doesn't pass yet | jan.nijtmans | 2016-01-08 | 1 | -1/+16 |
| | | |||||
* | | New attempt at fixing bug [1927212fff]. (rebased against Tk 8.6) | jan.nijtmans | 2016-01-08 | 1 | -0/+15 |
|\ \ | |||||
* | | | Backout previous commit: it causes many event-related test-failures in Tk ↵ | jan.nijtmans | 2016-01-08 | 1 | -15/+0 |
| | | | | | | | | | | | | test suite | ||||
* | | | Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbars | jan.nijtmans | 2016-01-08 | 1 | -0/+15 |
|\ \ \ | |/ / | |||||
| * | | Added non-regression test for [1927212] | fvogel | 2016-01-07 | 1 | -0/+15 |
| |/ | |||||
* | | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality. | jan.nijtmans | 2014-05-22 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | | |||||
| | * | * tests/scrollbar.test: Corrected several broken calls to [testmetrics] | dgp | 2006-03-14 | 1 | -13/+13 |
| | | | | | | | | | | | | that were crashing the test suite. | ||||
| | * | * tests/scrollbar.test (6.22): fix rounding-error sensitive test | hobbs | 2005-12-01 | 1 | -3/+3 |
| | | | |||||
| * | | * tests/canvText.test: Backport test updates in light of the | dgp | 2008-10-10 | 1 | -33/+34 |
| | | | | | | | | | | | | | | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test: | ||||
* | | | Make error message from Tk_GetRelief the | nijtmans | 2008-12-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | same as for Tk_GetReliefFromObj Adapt test cases for changed error message | ||||
* | | | * tests/scrollbar.test: Revised testing of the cget subcommand so | dgp | 2008-10-08 | 1 | -19/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that it tests consistency with the configure subcommand and not agreement with a hardcoded value that will change as tastes in GUIs evolve. * unix/tkUnixWm.c: Restored consistency of error messages from * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across * tests/unixWm.test: all platforms. [Bug 2021443] | ||||
* | | | Removed dependency on default precision | patthoyts | 2008-10-06 | 1 | -15/+16 |
| | | | |||||
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -3/+3 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: | hobbs | 2007-10-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl: * library/msgbox.tcl, library/optMenu.tcl, library/tclIndex: * library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt: * library/demos/tcolor, library/demos/text.tcl: * library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look * library/ttk/fonts.tcl: Update of Tk default look in 8.5 * macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look * unix/tkUnixDefault.h: with minor modifications for Win32/Aqua. * win/tkWinDefault.h: Uses Tk*Font definitions throughout for * win/tkWinFont.c: classic widgets. [Bug #1820344] * library/obsolete.tcl (::tk::classic::restore): This restores changes made to defaults in 8.5 using the 'option' command, segmented into logical groups. | ||||
* | | scrollbar.test fixes for TkAqua | vincentdarley | 2006-04-23 | 1 | -3/+11 |
| | | |||||
* | | * tests/scrollbar.test: Corrected several broken calls to [testmetrics] | dgp | 2006-03-14 | 1 | -13/+13 |
| | | | | | | | | that were crashing the test suite. | ||||
* | | (6.22): fix rounding-error sensitive test | hobbs | 2005-12-01 | 1 | -3/+3 |
| | | |||||
* | | More duplicate testname elimination. [1078648] | dkf | 2004-12-07 | 1 | -25/+27 |
| | | |||||
* | | Use standard constraint names | dkf | 2004-06-24 | 1 | -49/+45 |
| | | |||||
* | | Steps towards systematization of test constraints in Tk test suite | dkf | 2004-06-17 | 1 | -7/+1 |
| | | |||||
* | | First step towards improving test style. Also start using Tcl 8.5 features. | dkf | 2004-05-23 | 1 | -15/+2 |
| | |