summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Minor improvementsdkf2008-10-011-31/+25
|
* Implemented TIP #236 from patch by Neil McKay.dkf2008-09-301-0/+64
|
* Update to tcltest2aniap2008-08-3013-2022/+3817
|
* Fix 2080587dkf2008-08-281-34/+30
|
* Update to tcltest2aniap2008-08-289-2759/+5248
|
* Added a "knownBug"-marked test to show a problempspjuth2008-08-271-17/+37
| | | | identified in the grid implementation.
* typodgp2008-08-271-2/+2
|
* Tidy up the photo image tests a bit more.dkf2008-08-261-239/+233
|
* Update to tcltest2aniap2008-08-215-2746/+6480
|
* Remove id.test that is no longer needed, because of the XID cleanup.georgeps2008-08-191-97/+0
|
* generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-192-4/+4
| | | | | point numbers in -[xy]scrollcommand callbacks or [xy]view methods. Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0".
* Update to tcltest2aniap2008-08-186-624/+1332
|
* Update to tcltest2aniap2008-08-175-1859/+3304
|
* Update to tcltest2aniap2008-08-167-1342/+1854
|
* Update to tcltest2aniap2008-08-154-1652/+3432
|
* Update to tcltest2aniap2008-08-133-1779/+3130
|
* Update to tcltest2aniap2008-08-124-262/+419
|
* Update to tcltest2aniap2008-08-114-684/+1618
|
* Update to tcltest2aniap2008-08-081-136/+394
|
* Update to tcltest2aniap2008-08-072-565/+1612
|
* Update to tcltest2; report: test text-33.11 failsaniap2008-08-031-2636/+5669
|
* Update to tcltest2aniap2008-08-033-88/+175
|
* Check wmPtr is valid in TopLevelReqProc to fix [Bug 2028703]patthoyts2008-08-011-1/+11
|
* -highlightthickness entry's option (fonts constraint)aniap2008-07-291-1/+1
|
* Update to tcltest2aniap2008-07-282-278/+1162
|
* Conform to testing policy and added a nonwin contraint. [Bug 2024753]patthoyts2008-07-262-3/+4
|
* Check that the parent has been mapped before calling RemapWindows. [Bug 2009788]patthoyts2008-07-261-1/+28
|
* Update to tcltest2aniap2008-07-251-29/+3
|
* Update to tcltest2aniap2008-07-251-2293/+5959
|
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-2333-108/+108
|
* remove duplicate testdgp2008-07-221-13/+1
|
* Update to tcltest2aniap2008-07-221-60/+51
|
* Update to tcltest2aniap2008-07-225-2626/+9821
|
* Update to tcltest2aniap2008-07-222-45/+61
|
* Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-041-0/+9
| | | | in case of erroneous style specifications [#2009213].
* Batch of ttk::treeview enhancements:jenglish2008-05-231-8/+108
| | | | | | | | | | | + Added [$tv identify region], [$tv identify element], and [$tv identify item] subcommands. + Simplified bindings. + Added [$tv tag has] subcommand. + Tag-related display improvements: setting a tag -background or -foreground no longer overrides selection feedback. + Don't need separate 'Item', 'Cell', and 'Row' style settings anymore, only the base "Treeview" style is used.
* -activestyle default is underline on windowspatthoyts2008-05-131-2/+7
|
* Fixed a hangup in the tk_chooseColor tests by ensuring the temporary array ↵patthoyts2008-05-131-12/+19
| | | | is unset
* Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after ↵patthoyts2008-04-141-5/+75
| | | | some code cleanup. Added tests for this windows dialog to avoid regression.
* Forgot to add this yesterdaypatthoyts2008-04-091-0/+48
|
* * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-1/+25
| | | | * tests/main.test (main-3.*): error. [Bug 1937135]
* Rewrote so that tests clean up after themselves, not after the preceding test.dkf2008-03-201-885/+945
|
* Arrange to deliver <<ComboboxSelected>> event after listbox is unposted,jenglish2008-02-231-2/+22
| | | | as intended [Bug 1890211]. Clarified documentation.
* * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-011-1/+42
| | | | * tests/imgPhoto.test: Added a test for the above.
* Fix MouseWheel bindings for ttk::treeview widgetjenglish2008-01-061-82/+79
| | | | (Fixes #1442006, #1821939, #1862692)
* merge stable branch onto HEADdgp2007-12-1322-22/+22
|
* * generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag):hobbs2007-12-131-1/+36
| | | | | | | * tests/text.test (text-25.10.1,25.11.[12]): Don't require [update idle] to trigger Modified event [Bug 1809538] Modified virtual event should only fire on state change [Bug 1799782] Make sure we delete chars before triggering <<Modified>> [Bug 1737288]
* Added code to rebuild the from index after the deletion phase so that thedkf2007-12-111-1/+10
| | | | linePtr field is valid for the insertion phase. [Bug 1602537]
* Update for 'unload' as a safe command (tcl 8.5b3+)patthoyts2007-12-101-3/+3
|
* * generic/tkImgPPM.c (StringReadPPM): Corrected a comparisonKevin B Kenny2007-11-261-1/+14
| | | | | | | whose sense was reversed that resulted in reading beyond the end of the input buffer on malformed PPM data. [Bug #1822391] * tests/imgPPM.test (imgPPM-4.1): Added test case that exercises [Bug #1822391].