summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Tk tests that create images need to be independent of the interpreter ↵patthoyts2009-01-1316-360/+407
| | | | environment.
* [Bug 2495740] result needed to exclude any images already present.patthoyts2009-01-111-2/+7
|
* [Bug 2336454] fixed keysyms used in bind tests.patthoyts2009-01-111-31/+30
|
* tests/ttk/{checkbutton,radiobutton}.test: split out from ttk.test.jenglish2008-12-313-86/+103
|
* window-2.9 deadlocks threaded Tk [Bug 1715716], add constraintdas2008-12-291-4/+7
|
* fixes for [temporaryDirectory] != [pwd]das2008-12-291-2/+3
|
* Implementation of TIP #244, PNG image support.dkf2008-12-281-0/+72
|
* ttk::treeview: Fix inconsistent use of treeArea / headingArea;jenglish2008-12-271-1/+20
| | | | fixes [#2381555] ([$tv identify] didn't work when horizontally scrolled).
* * tests/clrpick.test: Eliminate duplicate test names.dgp2008-12-194-12/+12
| | | | | | * tests/embed.test: * tests/text.test: * tests/textMark.test:
* Make error message from Tk_GetRelief thenijtmans2008-12-123-7/+7
| | | | | same as for Tk_GetReliefFromObj Adapt test cases for changed error message
* Fix some problems running the tests on windows. As Tk tests run in ↵patthoyts2008-12-102-12/+13
| | | | -singleproc 1 we cannot do the script testing without damaging the later native tests.
* Fixed tk.test to account for tk ensemble changespatthoyts2008-12-101-3/+3
|
* TIP #324 IMPLEMENTATIONdas2008-12-102-1/+321
|
* Add native aqua elements for ttk::spinbox [Bug 2219588].jenglish2008-12-071-49/+90
| | | | | Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings. Minor spinbox appearance improvements in clam theme.
* Implementation of TIP #197.dkf2008-12-061-47/+57
|
* Remove useless constraintdkf2008-12-061-144/+58
|
* Use a styled frame around the popdown listbox so we can adjust the border ↵patthoyts2008-11-291-2/+2
| | | | for each theme as needed.
* Added a test that distance units are not confused with pixels (for the ↵ferrieux2008-11-281-1/+8
| | | | millimeter patch)
* [Bug 1389270] event generate silently ignored focus events. These can now be ↵patthoyts2008-11-231-4/+4
| | | | generated.
* Fixed some locale dependencies to reduce the noise on non-English systemspatthoyts2008-11-231-651/+657
|
* Re-fixed QWERTY/AZERTY sensitivity of key event generation test (thx to Pat ↵ferrieux2008-11-231-3/+3
| | | | Thoyts)
* Fixed QWERTY/AZERTY sensitivity of key event generation testferrieux2008-11-221-3/+3
|
* TIP#119 implementation. [Patch 1611359]dkf2008-11-221-299/+282
|
* Fixed internationalization issues with the winDialog testspatthoyts2008-11-221-3/+4
|
* [Bug 2307837] avoid some locale-dependent failures by using id's or an ↵patthoyts2008-11-221-32/+46
| | | | english constraint
* Widget self-destruction is not necessarily an error [Bug 2298720].jenglish2008-11-161-1/+9
|
* bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-151-15/+103
|
* ttkWidget.c: Reworked widget construction and destruction sequence;jenglish2008-11-131-18/+38
| | | | | | | fixes [#2207435] and several other problems discovered during investigation of same. ttkButton.c(CheckbuttonInitialize): Account for initializeProc being called earlier in the construction sequence now.
* bug #1777362 - handle windows with funky names by avoiding use of thepatthoyts2008-11-121-6/+43
| | | | window path for anchors.
* bug #2218949: force focus to the tested widgetpatthoyts2008-11-031-2/+2
|
* Fixed broken test. testclipboard no longer returns binary data but proper ↵patthoyts2008-11-031-5/+23
| | | | tcl strings without \r
* Fixed an embedding test that became broken during the test upgrade. Killing ↵patthoyts2008-11-031-8/+9
| | | | a contained window should not destroy the container.
* busy tests: the default wait cursor on windows is wait not watch, so added ↵patthoyts2008-11-031-7/+62
| | | | suitable constraints and cloned some tests
* Implementation of TIP 97 - canvas imove and rchars methods.dkf2008-11-011-201/+350
|
* Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-011-0/+239
|
* * tests/unixSelect.test: Revise the unixSelect-1.* tests so thatdgp2008-10-301-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 thatdgp2008-10-282-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].jenglish2008-10-241-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.dkf2008-10-182-16/+434
| | | | Adapted from [Patch 1997907]
* Correct error result generation of [$canvas select clear $bogus].dkf2008-10-111-2/+8
|
* * tests/entry.test: Restore test naming consistency with Tk 8.5.dgp2008-10-101-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 withdgp2008-10-091-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.dgp2008-10-091-114/+123
|
* * tests/textDisp.test (textDisp-16.34): Update test that testeddgp2008-10-081-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 sodgp2008-10-082-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 todgp2008-10-081-3/+3
| | | | | match revised PostScript output due to more predictable formatting of floating point values.
* * unix/tkUnixWm.c: Restored consistency of error messages fromdgp2008-10-081-3/+3
| | | | | * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across all platforms. [Bug 2021443]
* * tests/wm.test: Update expected error messages fromdgp2008-10-081-3/+3
| | | | [wm iconphoto] to match the new message. [Bug 2021443]
* and another onedgp2008-10-071-1/+3
|
* Simpleminded protection against fatal error when env(TEMP) is not defined.dgp2008-10-071-1/+3
|