Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/unixSelect.test: Revise the unixSelect-1.* tests so that | dgp | 2008-10-30 | 1 | -67/+41 |
| | | | | | | | they test the ability of Tk's selection mechanism to faithfully pass valid Tcl values without corruption, and stop testing details of Tcl's internal encoding scheme. With this change, the Tk test suite no longer uses the identity encoding or [string bytelength]. | ||||
* | * win/tkWinTest.c: Revise [testclipboard] to form that | dgp | 2008-10-28 | 2 | -3/+2 |
| | | | | | * tests/winClipboard.test: handles encodings. [Bug 2191960] * tests/constraints.tcl: [tcltest::bytestring] no longer used. | ||||
* | Disable test ttk-6.3, it's not applicable [Bug 2175411]. | jenglish | 2008-10-24 | 1 | -6/+1 |
| | | | | | | Use different Tcl_AssocData key for Ttk so the tile extension can be loaded into an 8.6 interp, in the off-chance that anyone wants to do this. | ||||
* | Implementation of the [tk busy] command on non-OSX. | dkf | 2008-10-18 | 2 | -16/+434 |
| | | | | Adapted from [Patch 1997907] | ||||
* | Correct error result generation of [$canvas select clear $bogus]. | dkf | 2008-10-11 | 1 | -2/+8 |
| | |||||
* | * tests/entry.test: Restore test naming consistency with Tk 8.5. | dgp | 2008-10-10 | 1 | -292/+296 |
| | | | | | * tests/listbox.test: Remove some more dependency on precision in * tests/spinbox.test: test results. | ||||
* | * generic/tkListbox.c: Make literal return values consistent with | dgp | 2008-10-09 | 1 | -71/+78 |
| | | | | | | | | those generated by Tcl_PrintDouble(). * tests/entry.test: Restore test naming consistency with Tk 8.5. * tests/listbox.test: Remove some more dependency on precision in test results. | ||||
* | Restored test naming consistency with Tk 8.5 tests. | dgp | 2008-10-09 | 1 | -114/+123 |
| | |||||
* | * tests/textDisp.test (textDisp-16.34): Update test that tested | dgp | 2008-10-08 | 1 | -8/+14 |
| | | | | | string equality of double values based on an assumption of tcl_precision==12. Test now does its own formatting. | ||||
* | * tests/scrollbar.test: Revised testing of the cget subcommand so | dgp | 2008-10-08 | 2 | -21/+21 |
| | | | | | | | | | | 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] | ||||
* | * tests/canvText.test (canText-17.1): Update expected result to | dgp | 2008-10-08 | 1 | -3/+3 |
| | | | | | match revised PostScript output due to more predictable formatting of floating point values. | ||||
* | * unix/tkUnixWm.c: Restored consistency of error messages from | dgp | 2008-10-08 | 1 | -3/+3 |
| | | | | | * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across all platforms. [Bug 2021443] | ||||
* | * tests/wm.test: Update expected error messages from | dgp | 2008-10-08 | 1 | -3/+3 |
| | | | | [wm iconphoto] to match the new message. [Bug 2021443] | ||||
* | and another one | dgp | 2008-10-07 | 1 | -1/+3 |
| | |||||
* | Simpleminded protection against fatal error when env(TEMP) is not defined. | dgp | 2008-10-07 | 1 | -1/+3 |
| | |||||
* | Removed dependency on default precision | patthoyts | 2008-10-07 | 3 | -13/+13 |
| | |||||
* | Removed dependency on default precision | patthoyts | 2008-10-06 | 1 | -24/+24 |
| | |||||
* | Removed dependency on default precision | patthoyts | 2008-10-06 | 2 | -49/+50 |
| | |||||
* | Fixed some incorrect error string results and removed precision dependencies ↵ | patthoyts | 2008-10-06 | 3 | -41/+41 |
| | | | | in entry tests | ||||
* | Fixed tests for Vista (cannot write to C:\) | patthoyts | 2008-10-06 | 1 | -5/+7 |
| | |||||
* | Minor improvements | dkf | 2008-10-01 | 1 | -31/+25 |
| | |||||
* | Implemented TIP #236 from patch by Neil McKay. | dkf | 2008-09-30 | 1 | -0/+64 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-30 | 13 | -2022/+3817 |
| | |||||
* | Fix 2080587 | dkf | 2008-08-28 | 1 | -34/+30 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-28 | 9 | -2759/+5248 |
| | |||||
* | Added a "knownBug"-marked test to show a problem | pspjuth | 2008-08-27 | 1 | -17/+37 |
| | | | | identified in the grid implementation. | ||||
* | typo | dgp | 2008-08-27 | 1 | -2/+2 |
| | |||||
* | Tidy up the photo image tests a bit more. | dkf | 2008-08-26 | 1 | -239/+233 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-21 | 5 | -2746/+6480 |
| | |||||
* | Remove id.test that is no longer needed, because of the XID cleanup. | georgeps | 2008-08-19 | 1 | -97/+0 |
| | |||||
* | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floating | jenglish | 2008-08-19 | 2 | -4/+4 |
| | | | | | point numbers in -[xy]scrollcommand callbacks or [xy]view methods. Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0". | ||||
* | Update to tcltest2 | aniap | 2008-08-18 | 6 | -624/+1332 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-17 | 5 | -1859/+3304 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-16 | 7 | -1342/+1854 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-15 | 4 | -1652/+3432 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-13 | 3 | -1779/+3130 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-12 | 4 | -262/+419 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-11 | 4 | -684/+1618 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-08 | 1 | -136/+394 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-07 | 2 | -565/+1612 |
| | |||||
* | Update to tcltest2; report: test text-33.11 fails | aniap | 2008-08-03 | 1 | -2636/+5669 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-03 | 3 | -88/+175 |
| | |||||
* | Check wmPtr is valid in TopLevelReqProc to fix [Bug 2028703] | patthoyts | 2008-08-01 | 1 | -1/+11 |
| | |||||
* | -highlightthickness entry's option (fonts constraint) | aniap | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-28 | 2 | -278/+1162 |
| | |||||
* | Conform to testing policy and added a nonwin contraint. [Bug 2024753] | patthoyts | 2008-07-26 | 2 | -3/+4 |
| | |||||
* | Check that the parent has been mapped before calling RemapWindows. [Bug 2009788] | patthoyts | 2008-07-26 | 1 | -1/+28 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-25 | 1 | -29/+3 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-25 | 1 | -2293/+5959 |
| | |||||
* | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 33 | -108/+108 |
| |