Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix to newline eliding in text widget | vincentdarley | 2005-02-14 | 2 | -7/+36 |
| | |||||
* | Encourage missing-DISPLAY errors to be early in run of test suite. | dkf | 2005-02-14 | 1 | -1/+2 |
| | |||||
* | Use more tcltest 2 features so test contents can be less cluttered... | dkf | 2005-02-09 | 1 | -224/+267 |
| | |||||
* | Tidy up coding style (better grouping of related tests) | dkf | 2005-02-09 | 1 | -185/+39 |
| | |||||
* | Corrected handling of MacOS filetypes in tk_*file dialogs | vincentdarley | 2004-12-20 | 2 | -2/+34 |
| | |||||
* | * tests/canvPs.test: Cleaned up the matching of [makeFile] and | dgp | 2004-12-08 | 7 | -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: | ||||
* | typos | dgp | 2004-12-07 | 2 | -6/+6 |
| | |||||
* | More duplicate testname elimination. [1078648] | dkf | 2004-12-07 | 5 | -336/+370 |
| | |||||
* | * tests/safe.test: Trim auto_path to improve performance [1080039] | dgp | 2004-12-06 | 1 | -1/+5 |
| | |||||
* | Split duplicate test names [Bug 1078648] | dkf | 2004-12-04 | 17 | -158/+159 |
| | |||||
* | fix a platform-sensitive test | vincentdarley | 2004-11-22 | 1 | -2/+2 |
| | |||||
* | made test less timing sensitive | vincentdarley | 2004-11-20 | 1 | -1/+2 |
| | |||||
* | fix to test's platform sensitivities | vincentdarley | 2004-11-20 | 1 | -2/+3 |
| | |||||
* | fix to one multi-line search bug | vincentdarley | 2004-11-15 | 1 | -2/+2 |
| | |||||
* | fix to MacOSX compound button layout | vincentdarley | 2004-11-09 | 1 | -1/+9 |
| | |||||
* | Made handling of ^ a bit more consistent in | pspjuth | 2004-11-07 | 1 | -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 more | dgp | 2004-11-03 | 1 | -13/+19 |
| | | | | verbose errorinfo from errors in variable traces [Tcl Bug 572164] | ||||
* | * dialog.test (dialog-1.1): Update expected result to changes | dgp | 2004-11-01 | 1 | -3/+3 |
| | | | | in the error messages produced by procs. | ||||
* | * tests/wm.test: Add Win32 test cases for attributes | mdejong | 2004-10-29 | 1 | -2/+17 |
| | | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand. | ||||
* | Fix incorrect expected error message | dkf | 2004-10-26 | 1 | -2/+2 |
| | |||||
* | Fix stupid brokenness inroduced by me. D'oh! | dkf | 2004-10-25 | 1 | -2/+2 |
| | |||||
* | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179) | dkf | 2004-10-24 | 1 | -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] | dkf | 2004-10-19 | 2 | -12/+12 |
| | |||||
* | * doc/wm.n (iconphoto): added support for Tk photo | hobbs | 2004-10-05 | 3 | -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 tests | vincentdarley | 2004-09-24 | 1 | -6/+6 |
| | |||||
* | text widget search fix | vincentdarley | 2004-09-23 | 1 | -1/+29 |
| | |||||
* | missed wm attr test | hobbs | 2004-09-19 | 1 | -2/+2 |
| | |||||
* | * doc/wm.n: | hobbs | 2004-09-17 | 1 | -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 order | hobbs | 2004-09-17 | 1 | -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] | pspjuth | 2004-09-16 | 1 | -1/+45 |
| | |||||
* | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 4 | -11/+733 |
| | |||||
* | bulletproof 23.2 result [Bug #1019100] | hobbs | 2004-09-10 | 1 | -3/+3 |
| | |||||
* | Fix general error-case test. [Bug 1019085] | dkf | 2004-09-01 | 1 | -2/+5 |
| | |||||
* | TIP#165 (user data field) implementation. | dkf | 2004-08-29 | 1 | -1/+57 |
| | |||||
* | D'oh! Fix [Bug 1012331] | dkf | 2004-08-20 | 1 | -1/+2 |
| | |||||
* | * tests/safe.test (safe-1.3): Made test less sensitve to the | dgp | 2004-08-19 | 1 | -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] | dkf | 2004-08-19 | 1 | -1/+11 |
| | |||||
* | * tests/canvText.test: | mdejong | 2004-08-09 | 1 | -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. | dkf | 2004-07-05 | 1 | -2/+3 |
| | |||||
* | Neaten up and make test names closer to standard | dkf | 2004-07-05 | 1 | -94/+72 |
| | |||||
* | Missed one! | dkf | 2004-06-24 | 1 | -2/+2 |
| | |||||
* | Use standard constraint names | dkf | 2004-06-24 | 30 | -498/+485 |
| | |||||
* | Steps towards systematization of test constraints in Tk test suite | dkf | 2004-06-17 | 24 | -334/+311 |
| | |||||
* | Fix for #742882 "Potential division by zero in gridded wm geometry" | jenglish | 2004-06-16 | 2 | -6/+6 |
| | |||||
* | Fixed tests which mandated (minor) brokenness. | dkf | 2004-06-15 | 1 | -4/+4 |
| | |||||
* | multiline text widget regexp search fix | vincentdarley | 2004-06-09 | 1 | -1/+30 |
| | |||||
* | Fix frame-2.8 for ![info exists env(DISPLAY)] | patthoyts | 2004-06-06 | 1 | -4/+5 |
| | |||||
* | * tests/filebox.test: A few typo corrections in dkf's recent | dgp | 2004-06-04 | 4 | -10/+10 |
| | | | | | | * tests/frame.test: style upgrade for the test suite. * tests/select.test: * tests/visual.test: | ||||
* | text widget fixes | vincentdarley | 2004-06-04 | 1 | -3/+5 |
| | |||||
* | Finish off the TIP#152 implementation with Win implementation, tests & docs. | dkf | 2004-05-24 | 1 | -3/+3 |
| |