summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* generic/tkText.c: Applied suggested patch from #1536735patthoyts2006-10-175-39/+48
| | | | | | | | tests/text.test: Update test for above patch. tests/textWind.test: Corrected test to catch all messages tests/safe.test: Silence spurious win32 failure awaiting TIP150 tests/winDialog.test: Updated test for file name length check. test/winWm.test: Corrected test expectation for menu wrapping.
* Added test suggested by Sam <baudinm@yahoo.com> on c.l.tdkf2006-08-181-186/+9
|
* * tests/entry.test (entry-22.1):hobbs2006-05-292-2/+26
| | | | | | | * tests/listbox.test (listbox-6.15): * generic/tkListbox.c (ListboxInsertSubCmd, ListboxDeleteSubCmd): Ignore Tcl_SetVar2Ex failure of listVarName, similar to entry widget handling. [Bug 1424513]
* scrollbar.test fixes for TkAquavincentdarley2006-04-231-3/+11
|
* fix tests for TkAquavincentdarley2006-04-181-1/+3
|
* fix tests for TkAquavincentdarley2006-04-182-2/+6
|
* * generic/tkWindow.c (Tk_NameToWindow): Allow NULL interp topspjuth2006-04-111-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 updatehobbs2006-04-051-2/+3
| | | | loop in case of test failure
* * tests/grid.test: fix segfault on empty or "all" index listhobbs2006-04-051-1/+31
| | | | * generic/tkGrid.c (GridRowColumnConfigureCommand): [Bug 1422430]
* (wm-attributes-1.2.4): correct expected resulthobbs2006-04-051-2/+6
|
* Revised test to account for changed error messagedgp2006-04-051-3/+3
|
* further fixes to $text dump -commandvincentdarley2006-03-281-1/+27
|
* Oops, forgot that this test should return an error...dkf2006-03-271-4/+6
|
* Fix (and add test for) [Bug 1458234]dkf2006-03-271-3/+15
|
* fix for text dump -command callbacks which modify the text widgetvincentdarley2006-03-261-1/+14
|
* * tests/textDisp.test: Updated expected error messages to match thedgp2006-03-231-9/+9
| | | | standardized formats established on 2005-11-17. [Bug 1370296]
* * generic/tkFont.c: implementation of ATSUI text renderingdas2006-03-221-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 usedkf2006-03-201-3/+3
|
* typo in last commit re notAqua constraintdas2006-03-151-2/+1
|
* * tests/scrollbar.test: Corrected several broken calls to [testmetrics]dgp2006-03-141-13/+13
| | | | that were crashing the test suite.
* * tests/constraints.tcl: Added notAqua constraint to canvPs-3.1dgp2006-03-142-1/+4
| | | | | * tests/canvPs.test: to stop test suite crash on Mac OSX. [Bug 1088807]
* TIP#260 implementationdkf2006-01-121-5/+6
|
* eliminate test name duplicationdgp2005-12-021-4/+4
|
* (6.22): fix rounding-error sensitive testhobbs2005-12-011-3/+3
|
* Added support for [wm attributes] on X11 [TIP#231, patch#1062022].jenglish2005-11-161-6/+32
|
* Added test for [Bug 1353414]dkf2005-11-131-30/+35
|
* fix for count displaylines bugvincentdarley2005-10-311-1/+26
|
* Arrange the test suite so that it only accesses images in the same directory.dkf2005-10-1211-39/+302
| | | | This enables packaging of the test suite as a starkit.
* tip256 implementationvincentdarley2005-10-102-4/+211
|
* Punctuation fix in error message.dkf2005-08-231-2/+2
|
* fix to text widget 'mark prev' segfaultvincentdarley2005-07-182-3/+16
|
* Corrected the numbering of the [tk inactive] tests.rmax2005-06-011-8/+8
|
* * doc/Inactive.3 (new file): C level API documentationn forrmax2005-05-311-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 fixeshobbs2005-05-311-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 bugsvincentdarley2005-05-131-2/+2
|
* fix to two text widget bugsvincentdarley2005-05-131-1/+12
|
* More improvements to test robustness; problems exposed by changes todgp2005-05-101-7/+7
| | | | precision of doubles (TIP 132).
* * generic/tkTextDisp.c (GetXView): Improved numerical precisiondgp2005-05-101-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 bugsvincentdarley2005-04-041-1/+116
|
* Fixed bug in geometry calculations forpspjuth2005-04-031-1/+27
| | | | | widgets that span multiple columns/row. Bug was introduced in 8.5a1 when fixing 792387. [Bug 1175092]
* added text widget testvincentdarley2005-03-271-2/+31
|
* * 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
|