| Commit message (Expand) | Author | Age | Files | Lines |
* | Arrange to deliver <<ComboboxSelected>> event after listbox is unposted, | jenglish | 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 | 2008-01-06 | 1 | -82/+79 |
|
|
* | 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 |
|
|
* | Added code to rebuild the from index after the deletion phase so that the | dkf | 2007-12-11 | 1 | -1/+10 |
|
|
* | 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 |
|
|
* | * library/tkfbox.tcl (VerifyFileName): Corrected a couple | Kevin B Kenny | 2007-11-26 | 1 | -1/+64 |
|
|
* | Internal Ttk_Manager API updates; Fixed [Bug 1343984]; | jenglish | 2007-11-25 | 2 | -10/+96 |
|
|
* | Improved the tests for ttk::style element create args | patthoyts | 2007-11-25 | 1 | -3/+3 |
|
|
* | Fixed crash bug in style element create | patthoyts | 2007-11-19 | 1 | -0/+13 |
|
|
* | Only check for -displayof if there are sufficient arguments. This permits che... | patthoyts | 2007-11-17 | 1 | -3/+12 |
|
|
* | Swap in core scrollbars for [ttk::scrollbar]s on OSX. | jenglish | 2007-11-17 | 1 | -1/+32 |
|
|
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: | hobbs | 2007-10-30 | 3 | -18/+18 |
|
|
* | * tests/winfo.test: winfo-4.5 raise .t to above . for Windows | hobbs | 2007-10-30 | 1 | -1/+2 |
|
|
* | * tests/unixWm.test: note TIP#142 results and remove unnecessary | hobbs | 2007-10-30 | 1 | -150/+148 |
|
|
* | ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596) | jenglish | 2007-10-25 | 1 | -2/+29 |
|
|
* | * doc/getOpenFile.n: TIP#242 implementation of -typevariable to | hobbs | 2007-10-25 | 2 | -6/+27 |
|
|
* | * tests/cursor.test: Make tests robust against changes in Tcl's | dgp | 2007-10-23 | 1 | -2/+2 |
|
|
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h: | hobbs | 2007-10-15 | 1 | -2/+48 |
|
|
* | Make Ttk_GetImage safe if called with NULL interp. Added some tests | patthoyts | 2007-10-09 | 1 | -1/+34 |
|
|
* | Only call callbacks that are not NULL. [Bug 1791052] | dkf | 2007-09-20 | 1 | -12/+29 |
|
|
* | Made ttk/all.tcl be the same as tk's all.tcl and make use of file normalize | patthoyts | 2007-09-18 | 2 | -12/+20 |
|
|
* | * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by | rmax | 2007-09-11 | 1 | -1/+13 |
|
|
* | Fix the line-endings. | patthoyts | 2007-08-21 | 1 | -22/+22 |
|
|
* | whitespace fix | dkf | 2007-08-18 | 1 | -2/+2 |
|
|
* | Update to reflect the fact that this is the 8.5 test suite | dkf | 2007-08-18 | 1 | -22/+22 |
|
|
* | Fix bug #1692927 (buffer length problems). Added 'testfindwindow' and 'testge... | patthoyts | 2007-08-01 | 1 | -0/+299 |
|
|
* | Added -width and -height options. | jenglish | 2007-06-10 | 1 | -2/+49 |
|
|
* | Ttk_Manager API overhaul: | jenglish | 2007-06-09 | 2 | -4/+48 |
|
|
* | Removed tk/tests/ttk/misc.test -- ttk::dialog tests, not appropriate for core. | jenglish | 2007-05-25 | 1 | -33/+0 |
|
|
* | EntrySetValue: Ensure that widget is in a consistent state before setting | jenglish | 2007-05-18 | 1 | -0/+21 |
|
|
* | * tests/ttk/treetags.test: Another bit of test suite | dgp | 2007-05-18 | 1 | -1/+2 |
|
|
* | * library/choosedir.tcl: Removed uses of obsolete {expand} | dgp | 2007-05-16 | 2 | -5/+5 |
|
|
* | duplicate test names | dgp | 2007-05-16 | 2 | -4/+4 |
|
|
* | * tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316] | dgp | 2007-05-16 | 1 | -1/+3 |
|
|
* | [Tk Bug 1712081] | dgp | 2007-05-14 | 2 | -2/+33 |
|
|
* | specify font to avoid uncertainty in the result on windows xp | patthoyts | 2007-05-11 | 1 | -2/+2 |
|
|
* | Avoid font dependencies in the results | patthoyts | 2007-05-11 | 1 | -5/+5 |
|
|
* | * tests/constraints.tcl: ensure 'nonUnixUserInteraction' constraint is | das | 2007-05-09 | 7 | -23/+24 |
|
|
* | (font-46.[12]): correct listification of result | hobbs | 2007-04-24 | 1 | -5/+5 |
|
|
* | *Correct* fix for #1676770: | jenglish | 2007-03-09 | 1 | -1/+3 |
|
|
* | test grid-21.7: Remove 'pack propagate . 0' call, | jenglish | 2007-03-08 | 1 | -2/+1 |
|
|
* | Fixed grid anchor center problem in labelframes. [Bug 1545765] | pspjuth | 2007-02-25 | 1 | -1/+30 |
|
|
* | * tests/wm.test: Update wm attributes output | mdejong | 2006-12-28 | 1 | -4/+4 |
|
|
* | * doc/cursors.n: Mention "none" in supported | mdejong | 2006-12-17 | 1 | -1/+56 |
|
|
* | Merged duplicate functionality between image element factory, | jenglish | 2006-12-09 | 1 | -25/+2 |
|
|
* | TIP#286 implementation. [Patch 1152376] | dkf | 2006-12-04 | 1 | -2/+19 |
|
|
* | TIP 300 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -4/+34 |
|
|