| Commit message (Expand) | Author | Age | Files | Lines |
* | Change signature of widget subcommand procedures to match Tcl_ObjCmdProc. | jenglish | 2010-01-31 | 1 | -7/+36 |
|
|
* | [Bug 2931374]: Stop overflow of working buffer during construction of long | dkf | 2010-01-19 | 1 | -1/+10 |
|
|
* | TIP #359: Extended window manager hints support for X11. | patthoyts | 2010-01-19 | 2 | -4/+51 |
|
|
* | [Bug 2677890]: Fix odd text widget update problem that had scrollbars being | dkf | 2010-01-07 | 1 | -1/+25 |
|
|
* | [Bug 1163496]: Allow windows to be set to be transients for withdrawn masters | dkf | 2010-01-06 | 1 | -1/+18 |
|
|
* | Patch 289825: Enable unlimited multiple file selection from the open files di... | patthoyts | 2010-01-05 | 1 | -2/+1 |
|
|
* | [Bug 220950]: Don't delete the last menu entry when it is obvious that is not | dkf | 2010-01-05 | 1 | -1/+12 |
|
|
* | menu tests using 'tkwait visibility' are unix only | patthoyts | 2010-01-03 | 1 | -4/+4 |
|
|
* | Patch 2879789: Make torn-off menu entrys activate across whole window | patthoyts | 2009-12-30 | 1 | -1/+42 |
|
|
* | Apply (slight cleaner, tested) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -2/+13 |
|
|
* | [Bug 2799589] added a test for grab on deleted window which | patthoyts | 2009-09-30 | 1 | -1/+45 |
|
|
* | Bug fix in grid/pack collision detect. | pspjuth | 2009-09-18 | 1 | -1/+31 |
|
|
* | Give an error if grid and pack are used in the same master. [Patch 2475855] | pspjuth | 2009-08-19 | 3 | -4/+227 |
|
|
* | Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better! | dkf | 2009-07-23 | 1 | -157/+234 |
|
|
* | More fixes for [Bug 2824378] | dkf | 2009-07-20 | 1 | -12/+13 |
|
|
* | Fix [Bug 2824378] by correcting expected output. | dkf | 2009-07-20 | 1 | -9/+7 |
|
|
* | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -3/+3 |
|
|
* | Missing constraint on new test winWm-9.0 | dgp | 2009-06-13 | 1 | -3/+3 |
|
|
* | [Bug 2799589] Avoid setting the focus on a deleted window during delayed acti... | patthoyts | 2009-06-02 | 1 | -1/+45 |
|
|
* | [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated fami... | patthoyts | 2009-05-13 | 1 | -1/+7 |
|
|
* | * tests/unixFont.test: only use xlsfonts with X11 windowingsystem. | das | 2009-04-10 | 1 | -10/+16 |
|
|
* | Ensure the pointer begins outside the window for all the tests checking Enter... | patthoyts | 2009-04-02 | 1 | -7/+12 |
|
|
* | Tk tests that create images need to be independent of the interpreter environ... | patthoyts | 2009-01-13 | 16 | -360/+407 |
|
|
* | [Bug 2495740] result needed to exclude any images already present. | patthoyts | 2009-01-11 | 1 | -2/+7 |
|
|
* | [Bug 2336454] fixed keysyms used in bind tests. | patthoyts | 2009-01-11 | 1 | -31/+30 |
|
|
* | tests/ttk/{checkbutton,radiobutton}.test: split out from ttk.test. | jenglish | 2008-12-31 | 3 | -86/+103 |
|
|
* | window-2.9 deadlocks threaded Tk [Bug 1715716], add constraint | das | 2008-12-29 | 1 | -4/+7 |
|
|
* | fixes for [temporaryDirectory] != [pwd] | das | 2008-12-29 | 1 | -2/+3 |
|
|
* | Implementation of TIP #244, PNG image support. | dkf | 2008-12-28 | 1 | -0/+72 |
|
|
* | ttk::treeview: Fix inconsistent use of treeArea / headingArea; | jenglish | 2008-12-27 | 1 | -1/+20 |
|
|
* | * tests/clrpick.test: Eliminate duplicate test names. | dgp | 2008-12-19 | 4 | -12/+12 |
|
|
* | Make error message from Tk_GetRelief the | nijtmans | 2008-12-12 | 3 | -7/+7 |
|
|
* | Fix some problems running the tests on windows. As Tk tests run in -singlepro... | patthoyts | 2008-12-10 | 2 | -12/+13 |
|
|
* | Fixed tk.test to account for tk ensemble changes | patthoyts | 2008-12-10 | 1 | -3/+3 |
|
|
* | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 2 | -1/+321 |
|
|
* | Add native aqua elements for ttk::spinbox [Bug 2219588]. | jenglish | 2008-12-07 | 1 | -49/+90 |
|
|
* | Implementation of TIP #197. | dkf | 2008-12-06 | 1 | -47/+57 |
|
|
* | Remove useless constraint | dkf | 2008-12-06 | 1 | -144/+58 |
|
|
* | Use a styled frame around the popdown listbox so we can adjust the border for... | patthoyts | 2008-11-29 | 1 | -2/+2 |
|
|
* | Added a test that distance units are not confused with pixels (for the millim... | ferrieux | 2008-11-28 | 1 | -1/+8 |
|
|
* | [Bug 1389270] event generate silently ignored focus events. These can now be ... | patthoyts | 2008-11-23 | 1 | -4/+4 |
|
|
* | Fixed some locale dependencies to reduce the noise on non-English systems | patthoyts | 2008-11-23 | 1 | -651/+657 |
|
|
* | Re-fixed QWERTY/AZERTY sensitivity of key event generation test (thx to Pat T... | ferrieux | 2008-11-23 | 1 | -3/+3 |
|
|
* | Fixed QWERTY/AZERTY sensitivity of key event generation test | ferrieux | 2008-11-22 | 1 | -3/+3 |
|
|
* | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 1 | -299/+282 |
|
|
* | Fixed internationalization issues with the winDialog tests | patthoyts | 2008-11-22 | 1 | -3/+4 |
|
|
* | [Bug 2307837] avoid some locale-dependent failures by using id's or an englis... | patthoyts | 2008-11-22 | 1 | -32/+46 |
|
|
* | Widget self-destruction is not necessarily an error [Bug 2298720]. | jenglish | 2008-11-16 | 1 | -1/+9 |
|
|
* | bug 2239034: restrict [wm manage] to Frame type widgets | patthoyts | 2008-11-15 | 1 | -15/+103 |
|
|
* | ttkWidget.c: Reworked widget construction and destruction sequence; | jenglish | 2008-11-13 | 1 | -18/+38 |
|
|