summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Tk_CreateBinding: Silently ignore empty binding scripts (Fixes [Bug 3006842]).jenglish2010-05-311-1/+12
| | | | | | | | | | | | ttkTreeview.c: [$tv tag bind $tag <...> {}] now removes binding.
| * | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about,dkf2010-03-111-1/+10
| | | | | | | | | | | | | | | | | | there can be unnamed marks present during a dump. Ignore them as they will just be for the peers' insert and current marks, which aren't very important.
| * | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-202-4/+51
| | |
| * | [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-1/+10
| | | | | | | | | | | | tag expressions.
| * | [Bug 2677890]: Fix odd text widget update problem that had scrollbars beingdkf2010-01-071-1/+25
| | | | | | | | | | | | unable to cover the whole widget. Fix is to reify the range to update sooner.
| * | [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdkf2010-01-061-1/+18
| | | | | | | | | | | | correctly.
| * | [Bug 220950]: Don't delete the last menu entry when it is obvious that is notdkf2010-01-051-1/+12
| | | | | | | | | | | | what was intended.
| * | menu tests using 'tkwait visibility' are unix onlypatthoyts2010-01-031-4/+4
| | |
| * | Patch 2879789: Make torn-off menu entrys activate across whole windowpatthoyts2009-12-301-1/+33
| | | | | | | | | | | | backported from HEAD.
| * | Make sure the window is still present when handling delayed activation [Bug ↵patthoyts2009-11-221-1/+46
| | | | | | | | | | | | 2899949]
| * | [Bug 2307837] Backported fix for running dialog tests on non-English localespatthoyts2009-11-131-33/+48
| | |
| * | Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-221-1/+13
| | |
| * | More fixes for [Bug 2824378]dkf2009-07-201-6/+6
| | |
| * | Fix [Bug 2824378] by correcting expected output.dkf2009-07-201-2/+2
| | |
| * | missing constraintdgp2009-06-231-2/+2
| | |
| * | [Bug 2799589] Backported fix for crash on delayed window activation.patthoyts2009-06-021-1/+50
| | |
| * | Backported support for the Vista theme.patthoyts2009-05-141-0/+48
| | | | | | | | | | | | This requires the vsapi element engine, the hover state and the theme script definition.
| * | [Bug 2791352] backported fix and tests for mis-parsing of certain font ↵patthoyts2009-05-131-1/+7
| | | | | | | | | | | | descriptions.
| * | * tests/unixFont.test: only use xlsfonts with X11 windowingsystem.das2009-04-101-10/+16
| | |
| * | window-2.9 deadlocks threaded Tk [Bug 1715716], add constraintdas2008-12-291-3/+6
| | |
| * | fixes for [temporaryDirectory] != [pwd]das2008-12-291-2/+3
| | |
| * | * tests/embed.test: Eliminate duplicate test names.dgp2008-12-221-5/+5
| | |
| * | [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-151-15/+103
| | |
| * | backported listbox test fix from head - the default activestyle on windows ↵patthoyts2008-11-122-2/+8
| | | | | | | | | | | | is 'underline'
| * | backported fixes for running on vista and to avoid a hangup in the color ↵patthoyts2008-11-121-16/+29
| | | | | | | | | | | | dialog test sometimes.
| * | backported fix for bug #1777362 to make events work for windows with hyphens ↵patthoyts2008-11-121-1/+43
| | | | | | | | | | | | in the path
| * | Correct error result generation of [$canvas select clear $bogus].dkf2008-10-111-1/+4
| | |
| * | * tests/canvText.test: Backport test updates in light of thedgp2008-10-102-42/+48
| | | | | | | | | | | | | | | | | | | | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test: * tests/spinbox.test: * tests/textDisp.test:
| * | * tests/canvText.test: Backport test updates in light of thedgp2008-10-101-33/+34
| | | | | | | | | | | | | | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test:
| * | * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-091-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | those generated by Tcl_PrintDouble(). * tests/canvText.test: Backport test updates in light of the * tests/entry.test: 2008-10-05 commit. * tests/listbox.test:
| * | * tests/canvText.test: Backport test updates in light of thedgp2008-10-091-41/+41
| | | | | | | | | | | | * tests/entry.test: 2008-10-05 commit.
| * | * tests/canvText.test: Backport test updates in light of thedgp2008-10-091-6/+6
| | | | | | | | | | | | | | | | | | | | | 2008-10-05 commit. * generic/tkEntry.c: Fix missing space constructing the scroll command.
| * | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-192-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".
| * | Backported fixes for handling unmapped parent toplevels. [Bug 2009788, 2028703]patthoyts2008-08-011-1/+38
| | |
| * | remove duplicate testdgp2008-07-221-13/+1
| | |
| * | Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-041-0/+9
| | | | | | | | | | | | in case of erroneous style specifications [#2009213].
| * | backported tk_chooseColor -title fix from HEADpatthoyts2008-04-141-5/+75
| | |
| * | * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-1/+25
| | | | | | | | | | | | * tests/main.test (main-3.*): error. [Bug 1937135]
* | | Change "Application initialization failed" to "application-specific ↵nijtmans2010-12-131-2/+2
| | | | | | | | | | | | initialization failed", for consistency with Tcl.
* | | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-111-2/+22
| | |
* | | Dup test IDsdgp2010-08-031-4/+4
| | |
* | | [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-191-345/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in win/tkWinScrlbr.c and carbon/tkMacOSXScrlbr.c. Simplifications enabled by previous change: * TkCreateBindingProcedure() and associated machinery no longer needed. * TkBindDeadWindow() no longer needed. * TK_DEFER_MODAL_LOOP and associated machinery no longer needed. * Tests related to C binding procedures no longer needed.
* | | ttk::treeview: [$tv tag bind $tag <...> {}] now removes binding completely.jenglish2010-05-271-1/+12
| | | | | | | | | | | | | | | Fixes [Bug 3006842] (although there's still a problem somewhere in Tk_CreateBinding()).
* | | Fix 3 tests on Ubuntu 10.4, two of them timing dependent, one wm-dependent.nijtmans2010-05-261-7/+9
| | |
* | | * generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overalldkf2010-04-251-6/+1043
| | | | | | | | | | | | | | | | | | termination of the compressed stream until after the final IDAT has been read, so that multi-segment images will work right. Reported by Andy Goth on the Wiki.
* | | * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correctdkf2010-04-121-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flushing semantics when handling the last data from the image. Without this, many PNG readers (notably including Firefox) refuse to show the image and instead complain about errors. (ReadIDAT): Added sanity checks to ensure that when we've got bad data of the sorts of forms we were previously generating, we detect it and error out rather than silently failing. (WriteExtraChunks): New function to write in some basic metadata.
* | | * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the filedkf2010-04-091-1/+40
| | | | | | | | | | | | extension to guess the output format to use if one isn't specified.
* | | ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods.jenglish2010-03-281-22/+168
| | |
* | | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about,dkf2010-03-111-2/+8
| | | | | | | | | | | | | | | | | | there can be unnamed marks present during a dump. Ignore them as they will just be for the peers' insert and current marks, which aren't very important.
* | | tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tkArgv.c make defaultTable const tkScrollbar.c Store default for "-with" in static non-const memory tkWinInt.h make tkWinProcs const, and 5 tkWinX.c procs MODULE_SCOPE tkWinColor.c make sysColors const tkWinKey.c make keymap const tkWinScrlbr.c Simplify copying of "-with" default value. tkUnixWm.c make TkSetTransientFor static tests/textImage.test textImage-1.13 depends on hash-order