Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix to text widget 'mark prev' segfault | vincentdarley | 2005-07-18 | 2 | -3/+16 |
| | |||||
* | Corrected the numbering of the [tk inactive] tests. | rmax | 2005-06-01 | 1 | -8/+8 |
| | |||||
* | * doc/Inactive.3 (new file): C level API documentationn for | rmax | 2005-05-31 | 1 | -7/+39 |
| | | | | | TIP#245 (Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime). * tests/tk.test: Added tests for the TIP#245 implementation. | ||||
* | * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes | hobbs | 2005-05-31 | 1 | -84/+215 |
| | | | | | | | to panedwindow from Daniel South. Improved auto-size to fit internal windows, fixed sash placement at edge of pane, fixed calculation of stretch amount for internal windows. [Bug 1124198 1161543 1054117 1010941 795869 690169 1192323] | ||||
* | fix to two text widget bugs | vincentdarley | 2005-05-13 | 1 | -2/+2 |
| | |||||
* | fix to two text widget bugs | vincentdarley | 2005-05-13 | 1 | -1/+12 |
| | |||||
* | More improvements to test robustness; problems exposed by changes to | dgp | 2005-05-10 | 1 | -7/+7 |
| | | | | precision of doubles (TIP 132). | ||||
* | * generic/tkTextDisp.c (GetXView): Improved numerical precision | dgp | 2005-05-10 | 1 | -20/+20 |
| | | | | | | of calculation of [.t xview] return values. * tests/textDisp.test: Match greater precisions of [.t xview] and [.t yview] values in tests. | ||||
* | fix to elide search and insertofftime 0 text widget bugs | vincentdarley | 2005-04-04 | 1 | -1/+116 |
| | |||||
* | Fixed bug in geometry calculations for | pspjuth | 2005-04-03 | 1 | -1/+27 |
| | | | | | widgets that span multiple columns/row. Bug was introduced in 8.5a1 when fixing 792387. [Bug 1175092] | ||||
* | added text widget test | vincentdarley | 2005-03-27 | 1 | -2/+31 |
| | |||||
* | * doc/wm.n: Add documentation for -fullscreen attribute. | mdejong | 2005-02-17 | 2 | -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 ↵ | chengyemao | 2005-02-15 | 3 | -4/+67 |
| | | | | platform | ||||
* | 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 |
| |