| Commit message (Expand) | Author | Age | Files | Lines |
* | Change "Application initialization failed" to "application-specific initializ... | nijtmans | 2010-12-13 | 1 | -2/+2 |
|
|
* | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489]. | jenglish | 2010-10-11 | 1 | -2/+22 |
|
|
* | Dup test IDs | dgp | 2010-08-03 | 1 | -4/+4 |
|
|
* | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 1 | -345/+10 |
|
|
* | ttk::treeview: [$tv tag bind $tag <...> {}] now removes binding completely. | jenglish | 2010-05-27 | 1 | -1/+12 |
|
|
* | Fix 3 tests on Ubuntu 10.4, two of them timing dependent, one wm-dependent. | nijtmans | 2010-05-26 | 1 | -7/+9 |
|
|
* | * generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overall | dkf | 2010-04-25 | 1 | -6/+1043 |
|
|
* | * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correct | dkf | 2010-04-12 | 1 | -6/+14 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the file | dkf | 2010-04-09 | 1 | -1/+40 |
|
|
* | ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods. | jenglish | 2010-03-28 | 1 | -22/+168 |
|
|
* | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, | dkf | 2010-03-11 | 1 | -2/+8 |
|
|
* | tkWindow.c/tkStubInit.c adapted from stub changes in Tcl | nijtmans | 2010-02-16 | 1 | -4/+4 |
|
|
* | 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 |
|
|