Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scrollbar.test fixes for TkAqua | vincentdarley | 2006-04-23 | 1 | -3/+11 |
| | |||||
* | fix tests for TkAqua | vincentdarley | 2006-04-18 | 1 | -1/+3 |
| | |||||
* | fix tests for TkAqua | vincentdarley | 2006-04-18 | 2 | -2/+6 |
| | |||||
* | * generic/tkWindow.c (Tk_NameToWindow): Allow NULL interp to | pspjuth | 2006-04-11 | 1 | -1/+71 |
| | | | | | | | | Tk_NameToWindow. This fixes TkGetWindowFromObj which promises to handle NULL but didn't. * generic/tkGrid.c: Fixed handling of out of bounds row or column. * tests/grid.test: [Bug 1432666] | ||||
* | * tests/textWind.test (textWind-10.6.1): prevent infinite update | hobbs | 2006-04-05 | 1 | -2/+3 |
| | | | | loop in case of test failure | ||||
* | * tests/grid.test: fix segfault on empty or "all" index list | hobbs | 2006-04-05 | 1 | -1/+31 |
| | | | | * generic/tkGrid.c (GridRowColumnConfigureCommand): [Bug 1422430] | ||||
* | (wm-attributes-1.2.4): correct expected result | hobbs | 2006-04-05 | 1 | -2/+6 |
| | |||||
* | Revised test to account for changed error message | dgp | 2006-04-05 | 1 | -3/+3 |
| | |||||
* | further fixes to $text dump -command | vincentdarley | 2006-03-28 | 1 | -1/+27 |
| | |||||
* | Oops, forgot that this test should return an error... | dkf | 2006-03-27 | 1 | -4/+6 |
| | |||||
* | Fix (and add test for) [Bug 1458234] | dkf | 2006-03-27 | 1 | -3/+15 |
| | |||||
* | fix for text dump -command callbacks which modify the text widget | vincentdarley | 2006-03-26 | 1 | -1/+14 |
| | |||||
* | * tests/textDisp.test: Updated expected error messages to match the | dgp | 2006-03-23 | 1 | -9/+9 |
| | | | | standardized formats established on 2005-11-17. [Bug 1370296] | ||||
* | * generic/tkFont.c: implementation of ATSUI text rendering | das | 2006-03-22 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkInt.h: in TkAqua provided by Benjamin * generic/tkTextDisp.c: Riefenstahl. [Patch 638966] * library/demos/unicodeout.tcl: * macosx/tkMacOSXFont.h (new file): * macosx/tkMacOSXFont.c: * tests/font.test: * unix/tkUnixFont.c: * win/tkWinFont.c: * generic/tkFont.c: moved MODULE_SCOPE declarations of * generic/tkFont.h: font helper procs into header files. * macosx/tkMacOSXButton.c: * macosx/tkMacOSXFont.h: * macosx/tkMacOSXMenubutton.c: * macosx/Wish.xcode/project.pbxproj: add new tkMacOSXFont.h file, * macosx/Wish.xcodeproj/project.pbxproj: turn off dead code stripping as it interferes with -sectcreate (rdar://4486223). * macosx/Wish.xcode/default.pbxuser: add TCLLIBPATH=/Library/Tcl * macosx/Wish.xcodeproj/default.pbxuser: env var setting to tktest. * unix/configure.in: fix detection of symbols build when enabling TkAqua debug code; filter nm output of libtclstub better to avoid error on intel macs [Bug 1415789]. * unix/configure: autoconf-2.59 | ||||
* | reduce unnecessary namespace use | dkf | 2006-03-20 | 1 | -3/+3 |
| | |||||
* | typo in last commit re notAqua constraint | das | 2006-03-15 | 1 | -2/+1 |
| | |||||
* | * tests/scrollbar.test: Corrected several broken calls to [testmetrics] | dgp | 2006-03-14 | 1 | -13/+13 |
| | | | | that were crashing the test suite. | ||||
* | * tests/constraints.tcl: Added notAqua constraint to canvPs-3.1 | dgp | 2006-03-14 | 2 | -1/+4 |
| | | | | | * tests/canvPs.test: to stop test suite crash on Mac OSX. [Bug 1088807] | ||||
* | TIP#260 implementation | dkf | 2006-01-12 | 1 | -5/+6 |
| | |||||
* | eliminate test name duplication | dgp | 2005-12-02 | 1 | -4/+4 |
| | |||||
* | (6.22): fix rounding-error sensitive test | hobbs | 2005-12-01 | 1 | -3/+3 |
| | |||||
* | Added support for [wm attributes] on X11 [TIP#231, patch#1062022]. | jenglish | 2005-11-16 | 1 | -6/+32 |
| | |||||
* | Added test for [Bug 1353414] | dkf | 2005-11-13 | 1 | -30/+35 |
| | |||||
* | fix for count displaylines bug | vincentdarley | 2005-10-31 | 1 | -1/+26 |
| | |||||
* | Arrange the test suite so that it only accesses images in the same directory. | dkf | 2005-10-12 | 11 | -39/+302 |
| | | | | This enables packaging of the test suite as a starkit. | ||||
* | tip256 implementation | vincentdarley | 2005-10-10 | 2 | -4/+211 |
| | |||||
* | Punctuation fix in error message. | dkf | 2005-08-23 | 1 | -2/+2 |
| | |||||
* | 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 |
| |