Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/bind.test: | hobbs | 1999-12-14 | 24 | -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 | ||||
* | * tests/imgPPM.test: fixed test 2.2 to use -format ppm (since | hobbs | 1999-12-03 | 1 | -2/+2 |
| | | | | we know have GIF write capability) | ||||
* | minor whitespace cleanup | hobbs | 1999-11-30 | 2 | -38/+8 |
| | |||||
* | * tests/listbox.test: Added a test to check that the topIndex is | ericm | 1999-11-24 | 1 | -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. | ||||
* | Additions to update vertical scrollbar info for listboxes when listvar changes. | ericm | 1999-11-24 | 1 | -2/+12 |
| | |||||
* | * tests/listbox.test: Added tests for itemcget and itemconfigure. | ericm | 1999-11-19 | 1 | -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) | ||||
* | * tests/listbox.test: Updated tests for new error messages. | ericm | 1999-11-18 | 1 | -5/+6 |
| | | | | * generic/tkListbox.c: Improved error messages for bad -listvar's. | ||||
* | * tests/listbox.test: Added tests for bad -listvar's. | ericm | 1999-11-18 | 1 | -2/+19 |
| | | | | | * generic/tkListbox.c: Added handlers for bad -listvar's (ie, bad lists) | ||||
* | * tests/listbox.test: Added tests for ListboxUpdateHScrollbar. | ericm | 1999-11-17 | 1 | -1/+42 |
| | | | | | * generic/tkListbox.c: Changed some old static buffers to base size on TCL_DOUBLLE_SPACE instead of (completely) hardcoding the size. | ||||
* | * tests/listbox.test: New tests for -listvar functionality, and an | ericm | 1999-11-17 | 1 | -2/+157 |
| | | | | | | odd extra case that wasn't covered before. * generic/tkListbox.c: Tests exposed some bugs, now fixed. | ||||
* | * tests/listbox.test: Fixed tests to comply with new objectified | ericm | 1999-11-17 | 1 | -24/+12 |
| | | | | | | | | error messages. No -listvar specific tests yet. * win/tkWinDefault.h: * unix/tkUnixDefault.h: * mac/tkMacDefault.h: Added default value for -listvar option. | ||||
* | Removed bad option "-geometry" to toplevel | wart | 1999-11-13 | 1 | -2/+2 |
| | |||||
* | Added "wm geometry" calls in some tests that were waiting for the user to | wart | 1999-11-12 | 5 | -6/+12 |
| | | | | | place a window manually. The Tk test suite can now run on twm with no user intervention. | ||||
* | * tests/imgPhoto.test: added Img patch (Nijtmans) with docs, | hobbs | 1999-10-29 | 1 | -5/+5 |
| | | | | | headers #def'd with USE_OLD_IMAGE. Upgrades image stuff to Tcl_Obj API, adds alpha channel (images are now 32 bpp) | ||||
* | Run these tests only if "testmetrics" is defined (i.e. tktest is | jenn | 1999-08-18 | 1 | -1/+9 |
| | | | | being used). | ||||
* | Call cleanupTests after defs has been loaded | jenn | 1999-08-18 | 1 | -5/+5 |
| | |||||
* | Added missing cleanupTests before return | jenn | 1999-07-12 | 1 | -1/+2 |
| | |||||
* | * tests/unixSelect.test: Fixed broken test. | stanton | 1999-07-09 | 1 | -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. | ||||
* | Added calls to cleanupTests before return statements. | jenn | 1999-07-08 | 2 | -2/+4 |
| | |||||
* | Added bug ID to comment about channel I/O bug | jenn | 1999-06-19 | 1 | -2/+2 |
| | |||||
* | * unix/tkUnixSelect.c: | stanton | 1999-06-03 | 1 | -0/+238 |
| | | | | | | * tests/unixSelect.test: * generic/tkSelect.c: Fixed selection code to handle Unicode data in COMPOUND_TEXT and STRING selections. [Bug: 1791] | ||||
* | First pass at Unicode support in X selection code. | stanton | 1999-05-25 | 2 | -28/+13 |
| | |||||
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -1/+6 |
| | |||||
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 9 | -9/+9 |
| | |||||
* | Fixed bug 1777 - bug in displaying selection. | rjohnson | 1999-04-20 | 1 | -1/+14 |
| | |||||
* | lint | hershey | 1999-04-20 | 1 | -12/+22 |
| | |||||
* | update defs.tcl to be the same as tcl8.1/tests/defs.tcl | hershey | 1999-04-20 | 1 | -2/+93 |
| | |||||
* | Added new tests to scale and text. | rjohnson | 1999-04-20 | 2 | -3/+30 |
| | | | | Fixed core dump in text serach code: Bug 1642 | ||||
* | changed tests--marked some nonPortable; added new constraints to fix bug 1770 | hershey | 1999-04-19 | 7 | -15/+29 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 99 | -2671/+8632 |
| | |||||
* | * Merged changes from 8.0.5: | stanton | 1999-04-16 | 3 | -6/+22 |
| | | | | - Updated for Mac release | ||||
* | all file now exits only when Tk is not in interactive mode. | hershey | 1999-03-24 | 1 | -3/+5 |
| | |||||
* | * tests/main.test: | stanton | 1999-02-04 | 2 | -2/+8 |
| | | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint. | ||||
* | * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics_tclpro_1_2_b1 | stanton | 1999-01-06 | 1 | -19/+28 |
| | | | | pending idle handlers, resulting in a crash in a few odd cases. | ||||
* | now removes "script" file created by test.scriptics_tclpro_1_2_a1 | hershey | 1998-12-29 | 1 | -1/+2 |
| | |||||
* | added "cleanupbg" call before return, needed because tests return early | hershey | 1998-12-08 | 2 | -2/+4 |
| | | | | if tktest is not the interp. | ||||
* | - updated filebox test to work regardless of current working dir. | hershey | 1998-12-07 | 3 | -36/+46 |
| | | | | | | - updated imgPhoto to check for teapot.ppm before running the tests. exits gracefully if file cannot be found. - lint in "all" file | ||||
* | Update all and defs to work with nightly test environment. | hershey | 1998-12-04 | 2 | -58/+79 |
| | | | | Both files now pass the checker! | ||||
* | fixed broken tests | stanton | 1998-11-03 | 2 | -10/+13 |
| | |||||
* | Fixed bug in options for text items in canvas widget. unlike all other | rjohnson | 1998-10-16 | 1 | -1/+2 |
| | | | | items they didn't support a null (transparant fill color) | ||||
* | Added performance improvement to canvas tag manipulation. This was | rjohnson | 1998-10-13 | 1 | -1/+35 |
| | | | | a submitted patch. | ||||
* | Added support for the MouseWheel event. | rjohnson | 1998-10-10 | 1 | -1/+24 |
| | |||||
* | Removed old/unused function declarations | rjohnson | 1998-09-30 | 1 | -1/+4 |
| | | | | | removed unused file on Mac implementation made bell cmd an obj cmd - improved it's test suite | ||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 86 | -86/+86 |
| | |||||
* | skips tests that require tktest executable | hershey | 1998-08-12 | 3 | -3/+21 |
| | |||||
* | skips tests that require tktest executable | hershey | 1998-08-12 | 1 | -0/+7 |
| | |||||
* | skips tests that require tktest executable | hershey | 1998-08-12 | 1 | -0/+7 |
| | |||||
* | returns if testwrapper is not defined | hershey | 1998-08-12 | 1 | -0/+6 |
| | |||||
* | returns if testwrapper is not defined | hershey | 1998-08-12 | 1 | -0/+6 |
| | |||||
* | returns if testcbind is not defined | hershey | 1998-08-12 | 1 | -0/+6 |
| |