summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* * tests/text.test:ericm2000-01-211-1/+8
| | | | | | | * generic/tkText.c: Fixed bug relating to regexp searching for empty lines; previously, the starting line was ignored. (bug #1643). FossilOrigin-Name: 9d32c5f49a20988defccc8e888a9130e08b43f18
* * tests/text.test:hobbs2000-01-211-8/+8
| | | | | | | * generic/tkText.c: fixed missing " in error case and missing 'dump' in subcommand listing [Bug: 4036] FossilOrigin-Name: d37fe2b30b122fc67ad905ace6b4b37b6b5f5143
* * tests/grid.test: Added a test for the consecutive ^ and multipleericm2000-01-201-1/+17
| | | | | | | | | | | | | | widget case (bug #1386). * generic/tkGrid.c: Fixed interpretation of consecutive ^ characters in grid command. Previously, ^ ^ was interpreted as meaning that there must be a 2-column widget above to extend, neglecting the case where there was actually 2 1-column widgets above. Now, ^ ^ is interpreted as a possible width; the gridder will consume as many ^'s as there are columns in the widget, and leave the rest for the extension of other widgets. (bug #1386). FossilOrigin-Name: c360352e669e2b1a89b4ae382503c8712bcef853
* * tests/text.test: changed test to reflect change of -hiddenhobbs2000-01-131-2/+2
| | | | | | to -elide in search options. FossilOrigin-Name: 42c6e76990a3db057d24ff2db6475ca9effa02af
* * tests/winWm.test:hobbs2000-01-122-5/+41
| | | | | | | | | | | | | * tests/unixWm.test: * mac/tkMacWm.c: * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377] * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win. FossilOrigin-Name: 4b89efc3054f347af50d3bf7ca1fdbd6440de290
* * tests/unixWm.test: nonPOrtable -> nonPortablehobbs1999-12-221-2/+2
| | | FossilOrigin-Name: 4f6aff51d57a293f151c3a3f0a85ab8249095cf3
* * scale.test:hobbs1999-12-212-32/+11
| | | | | | | | * generic/tkScale.c: * generic/tkScale.h: fixed possible core when freeing options (cursor) associated with scale widget [Bug: 3897] FossilOrigin-Name: d736cdcd844e57e4bed51dda1f5d9a4024c05035
* added tests for tk useinputmethodshobbs1999-12-161-16/+36
| | | FossilOrigin-Name: fbff38bbfc457f7e5881be6eb11e1a8c676f7d92
* Added a couple of extra update calls to prevent some window managers fromwart1999-12-161-1/+3
| | | | | | forcing users to manually place toplevels. FossilOrigin-Name: d5c65c0ddc1bdb3e2f27b96678601b6a66ca9f1c
* * tests/bind.test:hobbs1999-12-1424-122/+430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/canvImg.test: * tests/canvPsArc.tcl: * tests/canvPsImg.tcl: (new file) * tests/canvRect.test: * tests/canvText.test: * tests/canvas.test: * tests/defs.tcl: * tests/entry.test: * tests/event.test: * tests/font.test: * tests/frame.test: * tests/imgPhoto.test: * tests/safe.test: * tests/scale.test: * tests/scrollbar.test: * tests/select.test: * tests/text.test: * tests/textDisp.test: * tests/textTag.test: * tests/unixFont.test: * tests/unixWm.test: * tests/visual_bb.test: * tests/winClipboard.test: tests for the dash patch changes FossilOrigin-Name: 73e913a6e6c8d3714d1bd2763748df34a0522efd
* * tests/imgPPM.test: fixed test 2.2 to use -format ppm (sincehobbs1999-12-031-2/+2
| | | | | | we know have GIF write capability) FossilOrigin-Name: 99441857c178bb4da0ef6ef09056d5a5e2621391
* minor whitespace cleanuphobbs1999-11-302-38/+8
| | | FossilOrigin-Name: cc8aadfbbe5be40e44ad4506b9cf6df717231c68
* * tests/listbox.test: Added a test to check that the topIndex isericm1999-11-241-1/+20
| | | | | | | | | update when items are removed from the listvar variable. * generic/tkListbox.c: Added a check the updates the topIndex when items are removed from the listvar variable. FossilOrigin-Name: 81be7b942d8f0551a240b0c61612819b5258c260
* Additions to update vertical scrollbar info for listboxes when listvar changes.ericm1999-11-241-2/+12
| | | FossilOrigin-Name: 4a5e66a5c23b0c7145266e7686000b000451ac75
* * tests/listbox.test: Added tests for itemcget and itemconfigure.ericm1999-11-191-6/+166
| | | | | | | | | | * doc/listbox.n: Added documentation for -listvar option and for itemconfigure and itemcget commands. * generic/tkListbox.c: Added support for itemconfigure/itemcget listbox subcommands (addresses rfe #936) FossilOrigin-Name: 0387f3d8ed87ad9eb1dffdd755e72d6688f565ef
* * tests/listbox.test: Updated tests for new error messages.ericm1999-11-181-5/+6
| | | | | | * generic/tkListbox.c: Improved error messages for bad -listvar's. FossilOrigin-Name: 016895b51cbfd533f23afcdec043aa6f25f031e1
* * tests/listbox.test: Added tests for bad -listvar's.ericm1999-11-181-2/+19
| | | | | | | * generic/tkListbox.c: Added handlers for bad -listvar's (ie, bad lists) FossilOrigin-Name: a8241d6f0daec92b0050bf0d6f8aa538d7b41265
* * tests/listbox.test: Added tests for ListboxUpdateHScrollbar.ericm1999-11-171-1/+42
| | | | | | | * generic/tkListbox.c: Changed some old static buffers to base size on TCL_DOUBLLE_SPACE instead of (completely) hardcoding the size. FossilOrigin-Name: 822a6b857404dd479d8288224b3f842ff0c1606e
* * tests/listbox.test: New tests for -listvar functionality, and anericm1999-11-171-2/+157
| | | | | | | | odd extra case that wasn't covered before. * generic/tkListbox.c: Tests exposed some bugs, now fixed. FossilOrigin-Name: 6682e76dab340e8018cb9e36b07167409fd028bb
* * tests/listbox.test: Fixed tests to comply with new objectifiedericm1999-11-171-24/+12
| | | | | | | | | | error messages. No -listvar specific tests yet. * win/tkWinDefault.h: * unix/tkUnixDefault.h: * mac/tkMacDefault.h: Added default value for -listvar option. FossilOrigin-Name: ca26a18f317d56513dbd0b49b8a82c1c112668a1
* Removed bad option "-geometry" to toplevelwart1999-11-131-2/+2
| | | FossilOrigin-Name: dcfac06d2f4bc81bfd3165bcd535be191d3b753b
* Added "wm geometry" calls in some tests that were waiting for the user towart1999-11-125-6/+12
| | | | | | | place a window manually. The Tk test suite can now run on twm with no user intervention. FossilOrigin-Name: 8b087c35f7a2789eb1f253365aa0602397f5fc7e
* * tests/imgPhoto.test: added Img patch (Nijtmans) with docs,hobbs1999-10-291-5/+5
| | | | | | | headers #def'd with USE_OLD_IMAGE. Upgrades image stuff to Tcl_Obj API, adds alpha channel (images are now 32 bpp) FossilOrigin-Name: 579936092692dedc346be1779efbcf95ac77ce27
* Run these tests only if "testmetrics" is defined (i.e. tktest isjenn1999-08-181-1/+9
| | | | | | being used). FossilOrigin-Name: dadc630d005a280d6ae369061f1dd0f101e80c4e
* Call cleanupTests after defs has been loadedjenn1999-08-181-5/+5
| | | FossilOrigin-Name: a5163d5e54d8f3cac61a23969b3ab6d916b14938
* Added missing cleanupTests before returnjenn1999-07-121-1/+2
| | | FossilOrigin-Name: 9d68ebb8dae5a4f2d253089ef7d438bf3b642433
* * tests/unixSelect.test: Fixed broken test.stanton1999-07-091-2/+8
| | | | | | | | | | | | * win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD. * win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages. FossilOrigin-Name: bc661b9f3a4ccb0207118496cfb6dace7bc92482
* Added calls to cleanupTests before return statements.jenn1999-07-082-2/+4
| | | FossilOrigin-Name: 5cb396da1d0fcdf2ca2d764a87554ad4b08e257a
* Added bug ID to comment about channel I/O bugjenn1999-06-191-2/+2
| | | FossilOrigin-Name: 5d40951f6eedbad5df1226d2349b8c875d247d8b
* * unix/tkUnixSelect.c:stanton1999-06-031-0/+238
| | | | | | | | * tests/unixSelect.test: * generic/tkSelect.c: Fixed selection code to handle Unicode data in COMPOUND_TEXT and STRING selections. [Bug: 1791] FossilOrigin-Name: 0b25ecf24d82bddbf8ea891086f2b369146793db
* First pass at Unicode support in X selection code.stanton1999-05-252-28/+13
| | | FossilOrigin-Name: 0d8bca258bc35b49708fa4707afb57a832df91b6
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-1/+6
| | | FossilOrigin-Name: fed3e0aec7046005adc718860eb687381d2b4520
* Merged 8-1-0 into mainline.rjohnson1999-04-219-9/+9
| | | FossilOrigin-Name: 0447cf267ea555fcba90be565b63fc310b3d0afb
* Fixed bug 1777 - bug in displaying selection.rjohnson1999-04-201-1/+14
| | | FossilOrigin-Name: 38d1c2ed02707038f943fcd19d1f9073c47efafc
* linthershey1999-04-201-12/+22
| | | FossilOrigin-Name: 9c001e202fce88540d0d871b12df639bc5be47fd
* update defs.tcl to be the same as tcl8.1/tests/defs.tclhershey1999-04-201-2/+93
| | | FossilOrigin-Name: 03b6d17db0b6660c0c56b559552d74d12ed62aa7
* Added new tests to scale and text.rjohnson1999-04-202-3/+30
| | | | | | Fixed core dump in text serach code: Bug 1642 FossilOrigin-Name: 9e52f3ffecf15cdcdacf2023f14b0beb21c47a9b
* changed tests--marked some nonPortable; added new constraints to fix bug 1770hershey1999-04-197-15/+29
| | | FossilOrigin-Name: da52c2e18f0cbf31226b999e3eee3982266cf19e
* * Merged 8.1 branch into the main trunkstanton1999-04-1699-2671/+8632
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* * Merged changes from 8.0.5:stanton1999-04-163-6/+22
| | | | | | - Updated for Mac release FossilOrigin-Name: a1b05427d64102bc136e7ae1428b5b95cd3460d6
* all file now exits only when Tk is not in interactive mode.hershey1999-03-241-3/+5
| | | FossilOrigin-Name: 4259d8ea75320a68f9fb22698ec3287b98e3fdc3
* * tests/main.test:stanton1999-02-042-2/+8
| | | | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint. FossilOrigin-Name: 8c13f6c6bbe8f96aaeb45c79a7ffa5c191cc2a73
* * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics-tclpro-1-2-b1stanton1999-01-061-19/+28
| | | | | | pending idle handlers, resulting in a crash in a few odd cases. FossilOrigin-Name: 065f580bc09c06aa780f311e4fdbbff497b1282b
* now removes "script" file created by test.scriptics-tclpro-1-2-a1hershey1998-12-291-1/+2
| | | FossilOrigin-Name: 606bd06d17117c5ba0b27d12f38553a928f72ef0
* added "cleanupbg" call before return, needed because tests return earlyhershey1998-12-082-2/+4
| | | | | | if tktest is not the interp. FossilOrigin-Name: 9b5159da8e3dc5151a35a8c3fbac76156d692859
* - updated filebox test to work regardless of current working dir.hershey1998-12-073-36/+46
| | | | | | | | - updated imgPhoto to check for teapot.ppm before running the tests. exits gracefully if file cannot be found. - lint in "all" file FossilOrigin-Name: 57baa455226f5efaa661fab16daf5a32b4733900
* Update all and defs to work with nightly test environment.hershey1998-12-042-58/+79
| | | | | | Both files now pass the checker! FossilOrigin-Name: 5d66c96e0c8b90b9fe7caa591551cf62be9009b7
* fixed broken testsstanton1998-11-032-10/+13
| | | FossilOrigin-Name: bf0eb663494eb4ba89c3f9a172338d6533fe56ed
* Fixed bug in options for text items in canvas widget. unlike all otherrjohnson1998-10-161-1/+2
| | | | | | items they didn't support a null (transparant fill color) FossilOrigin-Name: 9d8e38e466df34af55dc103cbb9f40e8f1a3b311
* Added performance improvement to canvas tag manipulation. This wasrjohnson1998-10-131-1/+35
| | | | | | a submitted patch. FossilOrigin-Name: 4efcb01017b965536e264e34e2260fda141b2f17