Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 2080587 | dkf | 2008-08-28 | 1 | -34/+30 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-28 | 9 | -2759/+5248 |
| | |||||
* | Added a "knownBug"-marked test to show a problem | pspjuth | 2008-08-27 | 1 | -17/+37 |
| | | | | identified in the grid implementation. | ||||
* | typo | dgp | 2008-08-27 | 1 | -2/+2 |
| | |||||
* | Tidy up the photo image tests a bit more. | dkf | 2008-08-26 | 1 | -239/+233 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-21 | 5 | -2746/+6480 |
| | |||||
* | Remove id.test that is no longer needed, because of the XID cleanup. | georgeps | 2008-08-19 | 1 | -97/+0 |
| | |||||
* | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floating | jenglish | 2008-08-19 | 2 | -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 tcltest2 | aniap | 2008-08-18 | 6 | -624/+1332 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-17 | 5 | -1859/+3304 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-16 | 7 | -1342/+1854 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-15 | 4 | -1652/+3432 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-13 | 3 | -1779/+3130 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-12 | 4 | -262/+419 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-11 | 4 | -684/+1618 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-08 | 1 | -136/+394 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-07 | 2 | -565/+1612 |
| | |||||
* | Update to tcltest2; report: test text-33.11 fails | aniap | 2008-08-03 | 1 | -2636/+5669 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-03 | 3 | -88/+175 |
| | |||||
* | Check wmPtr is valid in TopLevelReqProc to fix [Bug 2028703] | patthoyts | 2008-08-01 | 1 | -1/+11 |
| | |||||
* | -highlightthickness entry's option (fonts constraint) | aniap | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-28 | 2 | -278/+1162 |
| | |||||
* | Conform to testing policy and added a nonwin contraint. [Bug 2024753] | patthoyts | 2008-07-26 | 2 | -3/+4 |
| | |||||
* | Check that the parent has been mapped before calling RemapWindows. [Bug 2009788] | patthoyts | 2008-07-26 | 1 | -1/+28 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-25 | 1 | -29/+3 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-25 | 1 | -2293/+5959 |
| | |||||
* | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 33 | -108/+108 |
| | |||||
* | remove duplicate test | dgp | 2008-07-22 | 1 | -13/+1 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-22 | 1 | -60/+51 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-22 | 5 | -2626/+9821 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-22 | 2 | -45/+61 |
| | |||||
* | Audit: ensure that output arguments to Tk_Get*FromObj() are initialized, | jenglish | 2008-07-04 | 1 | -0/+9 |
| | | | | in case of erroneous style specifications [#2009213]. | ||||
* | Batch of ttk::treeview enhancements: | jenglish | 2008-05-23 | 1 | -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 windows | patthoyts | 2008-05-13 | 1 | -2/+7 |
| | |||||
* | Fixed a hangup in the tk_chooseColor tests by ensuring the temporary array ↵ | patthoyts | 2008-05-13 | 1 | -12/+19 |
| | | | | is unset | ||||
* | Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after ↵ | patthoyts | 2008-04-14 | 1 | -5/+75 |
| | | | | some code cleanup. Added tests for this windows dialog to avoid regression. | ||||
* | Forgot to add this yesterday | patthoyts | 2008-04-09 | 1 | -0/+48 |
| | |||||
* | * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgv | hobbs | 2008-04-07 | 1 | -1/+25 |
| | | | | * tests/main.test (main-3.*): error. [Bug 1937135] | ||||
* | Rewrote so that tests clean up after themselves, not after the preceding test. | dkf | 2008-03-20 | 1 | -885/+945 |
| | |||||
* | Arrange to deliver <<ComboboxSelected>> event after listbox is unposted, | jenglish | 2008-02-23 | 1 | -2/+22 |
| | | | | as intended [Bug 1890211]. Clarified documentation. | ||||
* | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). | rmax | 2008-02-01 | 1 | -1/+42 |
| | | | | * tests/imgPhoto.test: Added a test for the above. | ||||
* | Fix MouseWheel bindings for ttk::treeview widget | jenglish | 2008-01-06 | 1 | -82/+79 |
| | | | | (Fixes #1442006, #1821939, #1862692) | ||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 22 | -22/+22 |
| | |||||
* | * generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag): | hobbs | 2007-12-13 | 1 | -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 the | dkf | 2007-12-11 | 1 | -1/+10 |
| | | | | linePtr field is valid for the insertion phase. [Bug 1602537] | ||||
* | Update for 'unload' as a safe command (tcl 8.5b3+) | patthoyts | 2007-12-10 | 1 | -3/+3 |
| | |||||
* | * generic/tkImgPPM.c (StringReadPPM): Corrected a comparison | Kevin B Kenny | 2007-11-26 | 1 | -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]. | ||||
* | * library/tkfbox.tcl (VerifyFileName): Corrected a couple | Kevin B Kenny | 2007-11-26 | 1 | -1/+64 |
| | | | | | | | | of typos in handling of bad file names. [Bug #1822076] * tests/filebox.test (filebox-7.1, filebox-7.2): Added test cases that exercise the above bug. Thanks to Christoph Bauer (fridolin@users.sf.net) for the patch. | ||||
* | Internal Ttk_Manager API updates; Fixed [Bug 1343984]; | jenglish | 2007-11-25 | 2 | -10/+96 |
| | | | | | | Added [$nb hide] method; [$nb add] on already-managed windows no longer throws an error, can be used to re-add a hidden tab. Updated docs and test suite. | ||||
* | Improved the tests for ttk::style element create args | patthoyts | 2007-11-25 | 1 | -3/+3 |
| |