Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed dependency on default precision | patthoyts@users.sourceforge.net | 2008-10-06 | 1 | -24/+24 | |
* | Removed dependency on default precision | patthoyts@users.sourceforge.net | 2008-10-06 | 2 | -49/+50 | |
* | Fixed some incorrect error string results and removed precision dependencies ... | patthoyts@users.sourceforge.net | 2008-10-06 | 3 | -41/+41 | |
* | Fixed tests for Vista (cannot write to C:\) | patthoyts@users.sourceforge.net | 2008-10-06 | 1 | -5/+7 | |
* | Minor improvements | donal.k.fellows@manchester.ac.uk | 2008-10-01 | 1 | -31/+25 | |
* | Implemented TIP #236 from patch by Neil McKay. | donal.k.fellows@manchester.ac.uk | 2008-09-30 | 1 | -0/+64 | |
* | Update to tcltest2 | aniap | 2008-08-30 | 13 | -2022/+3817 | |
* | Fix 2080587 | donal.k.fellows@manchester.ac.uk | 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 | peter.spjuth@gmail.com | 2008-08-27 | 1 | -17/+37 | |
* | typo | dgp@users.sourceforge.net | 2008-08-27 | 1 | -2/+2 | |
* | Tidy up the photo image tests a bit more. | donal.k.fellows@manchester.ac.uk | 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@flightlab.com | 2008-08-19 | 2 | -4/+4 | |
* | 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@users.sourceforge.net | 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@users.sourceforge.net | 2008-07-26 | 2 | -3/+4 | |
* | Check that the parent has been mapped before calling RemapWindows. [Bug 2009788] | patthoyts@users.sourceforge.net | 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@users.sourceforge.net | 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@flightlab.com | 2008-07-04 | 1 | -0/+9 | |
* | Batch of ttk::treeview enhancements: | jenglish@flightlab.com | 2008-05-23 | 1 | -8/+108 | |
* | -activestyle default is underline on windows | patthoyts@users.sourceforge.net | 2008-05-13 | 1 | -2/+7 | |
* | Fixed a hangup in the tk_chooseColor tests by ensuring the temporary array is... | patthoyts@users.sourceforge.net | 2008-05-13 | 1 | -12/+19 | |
* | Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after s... | patthoyts@users.sourceforge.net | 2008-04-14 | 1 | -5/+75 | |
* | Forgot to add this yesterday | patthoyts@users.sourceforge.net | 2008-04-09 | 1 | -0/+48 | |
* | * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgv | hobbs | 2008-04-07 | 1 | -1/+25 | |
* | Rewrote so that tests clean up after themselves, not after the preceding test. | donal.k.fellows@manchester.ac.uk | 2008-03-20 | 1 | -885/+945 | |
* | Arrange to deliver <<ComboboxSelected>> event after listbox is unposted, | jenglish@flightlab.com | 2008-02-23 | 1 | -2/+22 | |
* | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). | rmax | 2008-02-01 | 1 | -1/+42 | |
* | Fix MouseWheel bindings for ttk::treeview widget | jenglish@flightlab.com | 2008-01-06 | 1 | -82/+79 | |
* | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 22 | -22/+22 | |