summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Change signature of widget subcommand procedures to match Tcl_ObjCmdProc.jenglish2010-01-311-7/+36
| | | | Merge now-redundant ensemble dispatch code.
* [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-1/+10
| | | | tag expressions.
* TIP #359: Extended window manager hints support for X11.patthoyts2010-01-192-4/+51
| | | | | | | | | | | | | Modern unix window managers use a set of window properties to give hints as to the purpose of a toplevel window. They then use these hints to apply various animation and decoration options based on the type (dialog, menu, tooltip and more). This patch adds a [wm attributes $w -type] option to control and read the type hint and makes use of this for the ttk::combobox and the dialogs raised from the Tk library scripts. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* [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.
* Patch 289825: Enable unlimited multiple file selection from the open files ↵patthoyts2010-01-051-2/+1
| | | | dialog
* [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/+42
| | | | | | | | The torn-off menu entries do not activate except immediately over the label or icon. If the window containing the torn-off menu is expanded then a lot of dead space may be created, including the cascade arrow. This patch fixes this making the whole width for any menu entry capable of activation when the pointer hovers over the item.
* Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-221-2/+13
|
* [Bug 2799589] added a test for grab on deleted window whichpatthoyts2009-09-301-1/+45
| | | | causes crashes on windows (fixed already).
* Bug fix in grid/pack collision detect.pspjuth2009-09-181-1/+31
| | | | Faulty slave was not properly blocked from slave list. [Bug 2859912]
* Give an error if grid and pack are used in the same master. [Patch 2475855]pspjuth2009-08-193-4/+227
|
* Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better!dkf2009-07-231-157/+234
|
* More fixes for [Bug 2824378]dkf2009-07-201-12/+13
|
* Fix [Bug 2824378] by correcting expected output.dkf2009-07-201-9/+7
|
* Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-3/+3
|
* Missing constraint on new test winWm-9.0dgp2009-06-131-3/+3
|
* [Bug 2799589] Avoid setting the focus on a deleted window during delayed ↵patthoyts2009-06-021-1/+45
| | | | activation.
* [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated ↵patthoyts2009-05-131-1/+7
| | | | family name.
* * tests/unixFont.test: only use xlsfonts with X11 windowingsystem.das2009-04-101-10/+16
|
* Ensure the pointer begins outside the window for all the tests checking ↵patthoyts2009-04-021-7/+12
| | | | Enter/Leave motion events.
* Tk tests that create images need to be independent of the interpreter ↵patthoyts2009-01-1316-360/+407
| | | | environment.
* [Bug 2495740] result needed to exclude any images already present.patthoyts2009-01-111-2/+7
|
* [Bug 2336454] fixed keysyms used in bind tests.patthoyts2009-01-111-31/+30
|
* tests/ttk/{checkbutton,radiobutton}.test: split out from ttk.test.jenglish2008-12-313-86/+103
|
* window-2.9 deadlocks threaded Tk [Bug 1715716], add constraintdas2008-12-291-4/+7
|
* fixes for [temporaryDirectory] != [pwd]das2008-12-291-2/+3
|
* Implementation of TIP #244, PNG image support.dkf2008-12-281-0/+72
|
* ttk::treeview: Fix inconsistent use of treeArea / headingArea;jenglish2008-12-271-1/+20
| | | | fixes [#2381555] ([$tv identify] didn't work when horizontally scrolled).
* * tests/clrpick.test: Eliminate duplicate test names.dgp2008-12-194-12/+12
| | | | | | * tests/embed.test: * tests/text.test: * tests/textMark.test:
* Make error message from Tk_GetRelief thenijtmans2008-12-123-7/+7
| | | | | same as for Tk_GetReliefFromObj Adapt test cases for changed error message
* Fix some problems running the tests on windows. As Tk tests run in ↵patthoyts2008-12-102-12/+13
| | | | -singleproc 1 we cannot do the script testing without damaging the later native tests.
* Fixed tk.test to account for tk ensemble changespatthoyts2008-12-101-3/+3
|
* TIP #324 IMPLEMENTATIONdas2008-12-102-1/+321
|
* Add native aqua elements for ttk::spinbox [Bug 2219588].jenglish2008-12-071-49/+90
| | | | | Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings. Minor spinbox appearance improvements in clam theme.
* Implementation of TIP #197.dkf2008-12-061-47/+57
|
* Remove useless constraintdkf2008-12-061-144/+58
|
* Use a styled frame around the popdown listbox so we can adjust the border ↵patthoyts2008-11-291-2/+2
| | | | for each theme as needed.
* Added a test that distance units are not confused with pixels (for the ↵ferrieux2008-11-281-1/+8
| | | | millimeter patch)