summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* * doc/wm.n: Add documentation for -fullscreen attribute.mdejong2005-02-172-7/+302
| | | | | | | | | | | * tests/winWm.test: Add -fullscreen to wm attribute usage message. * tests/wm.test: Add -fullscreen to wm attribute usage message. Add -fullscreen attribute test cases for Windows. * win/tkWinWm.c (WmInfo, UpdateWrapper, TkpWmSetFullScreen, WmAttributesCmd, UpdateGeometryInfo): Implement TIP 223 [wm attributes -fullscreen].
* Modified for the latest embedded/container window implementation for Windows ↵chengyemao2005-02-153-4/+67
| | | | platform
* fix to newline eliding in text widgetvincentdarley2005-02-142-7/+36
|
* Encourage missing-DISPLAY errors to be early in run of test suite.dkf2005-02-141-1/+2
|
* Use more tcltest 2 features so test contents can be less cluttered...dkf2005-02-091-224/+267
|
* Tidy up coding style (better grouping of related tests)dkf2005-02-091-185/+39
|
* Corrected handling of MacOS filetypes in tk_*file dialogsvincentdarley2004-12-202-2/+34
|
* * tests/canvPs.test: Cleaned up the matching of [makeFile] anddgp2004-12-087-61/+112
| | | | | | | | | * tests/choosedir.test: [removeFile] commands as indicated by the * tests/filebox.test: results of a -debug 1 run of the test suite. * tests/imgPPM.test: Tk test suite is now -debug 1 clean. This * tests/imgPhoto.test: completes fixing [1078648]. * tests/listbox.test: * tests/main.test:
* typosdgp2004-12-072-6/+6
|
* More duplicate testname elimination. [1078648]dkf2004-12-075-336/+370
|
* * tests/safe.test: Trim auto_path to improve performance [1080039]dgp2004-12-061-1/+5
|
* Split duplicate test names [Bug 1078648]dkf2004-12-0417-158/+159
|
* fix a platform-sensitive testvincentdarley2004-11-221-2/+2
|
* made test less timing sensitivevincentdarley2004-11-201-1/+2
|
* fix to test's platform sensitivitiesvincentdarley2004-11-201-2/+3
|
* fix to one multi-line search bugvincentdarley2004-11-151-2/+2
|
* fix to MacOSX compound button layoutvincentdarley2004-11-091-1/+9
|
* Made handling of ^ a bit more consistent inpspjuth2004-11-071-2/+37
| | | | | corner cases. This makes ^ work without any widgets in the same command. [Bug 962589]
* * tests/button.test: Update expected results to account for moredgp2004-11-031-13/+19
| | | | verbose errorinfo from errors in variable traces [Tcl Bug 572164]
* * dialog.test (dialog-1.1): Update expected result to changesdgp2004-11-011-3/+3
| | | | in the error messages produced by procs.
* * tests/wm.test: Add Win32 test cases for attributesmdejong2004-10-291-2/+17
| | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand.
* Fix incorrect expected error messagedkf2004-10-261-2/+2
|
* Fix stupid brokenness inroduced by me. D'oh!dkf2004-10-251-2/+2
|
* Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179)dkf2004-10-241-55/+156
| | | | Thanks to Brian Griffin for developing these! [Patch 983886]
* Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835]dkf2004-10-192-12/+12
|
* * doc/wm.n (iconphoto): added support for Tk photohobbs2004-10-053-6/+49
| | | | | | | | * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 * win/tkWinWm.c (WmIconphotoCmd): wm iconphoto ?-default? image1 ... * macosx/tkMacOSXWm.c (WmIconphotoCmd): Implemented for Win/Unix, * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. * tests/wm.test, tests/unixWm.test, tests/winWm.test: [Bug 815751]
* more robust text widget display testsvincentdarley2004-09-241-6/+6
|
* text widget search fixvincentdarley2004-09-231-1/+29
|
* missed wm attr testhobbs2004-09-191-2/+2
|
* * doc/wm.n:hobbs2004-09-171-3/+46
| | | | | | * tests/winWm.test: Add 'wm attributes -alpha' to control toplevel * win/tkWinInt.h: alpha transparency on Win2K/XP+. * win/tkWinWm.c: TIP #222 [Patch 892194]
* * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z orderhobbs2004-09-171-5/+26
| | | | | * tests/winWm.test: and focus of preexisting window when replacing the wrapper window.
* Fixed a memory leak when a placed widget was forgotten. [Bug 1028888]pspjuth2004-09-161-1/+45
|
* text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-104-11/+733
|
* bulletproof 23.2 result [Bug #1019100]hobbs2004-09-101-3/+3
|
* Fix general error-case test. [Bug 1019085]dkf2004-09-011-2/+5
|
* TIP#165 (user data field) implementation.dkf2004-08-291-1/+57
|
* D'oh! Fix [Bug 1012331]dkf2004-08-201-1/+2
|
* * tests/safe.test (safe-1.3): Made test less sensitve to thedgp2004-08-191-3/+3
| | | | | | | | | full set of existing aliases in an interp, so the it only tests whether the tested ones are present. * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from `make shell` target to other similar targets so that just built libraries are tested, rather than previous installations.
* TIP#168 implementation. Based on [Patch 886240]dkf2004-08-191-1/+11
|
* * tests/canvText.test:mdejong2004-08-091-1/+56
| | | | | | | | | * win/tkWinFont.c (Tk_MeasureChars): Fix for text wrapping problem that appeared using canvas text under Win32. A long wrapping string that had leading spaces was being incorrectly wrapped. This change makes the Win32 implementation behave the same as the Unix implementation. [Patch 1006286]
* TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-051-2/+3
|
* Neaten up and make test names closer to standarddkf2004-07-051-94/+72
|
* Missed one!dkf2004-06-241-2/+2
|
* Use standard constraint namesdkf2004-06-2430-498/+485
|
* Steps towards systematization of test constraints in Tk test suitedkf2004-06-1724-334/+311
|
* Fix for #742882 "Potential division by zero in gridded wm geometry"jenglish2004-06-162-6/+6
|
* Fixed tests which mandated (minor) brokenness.dkf2004-06-151-4/+4
|
* multiline text widget regexp search fixvincentdarley2004-06-091-1/+30
|
* Fix frame-2.8 for ![info exists env(DISPLAY)]patthoyts2004-06-061-4/+5
|
* * tests/filebox.test: A few typo corrections in dkf's recentdgp2004-06-044-10/+10
| | | | | | * tests/frame.test: style upgrade for the test suite. * tests/select.test: * tests/visual.test: