summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * unix/tkUnixWm.c: Sync with CVS HEAD (r1.47):jenglish2005-01-142-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #959973 "wm title bug" (support Unicode titles) Fixes: #742882 "Potential division by zero in gridded wm geometry" Use Tcl_GetTime instead of TclpGetTime [#874745] Use Tcl_Panic() instead of "panic" [#865264] Fixes: #632816 "cannot remove transient" Fixes: #568861 "Fix for wm minsize and maxsize commands" tests/unixWm.test, tests/wm.test: Updated test suite for #632816 (unixWm-37.3, unixWm-37.4, wm-grid-1.11, wm-grid-1.12) and #742882 (unixWm-20.9, unixWm-20.11).
| * * tests/wm.test: Add Win32 test cases for attributesmdejong2004-10-291-2/+17
| | | | | | | | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand.
| * * library/tk.tcl (::tk::PlaceWindow): Backported the fix frompatthoyts2004-10-291-13/+1
| | | | | | | | #533519 to handle window placement on multi-monitor Windows.
| * * tests/safe.test (safe-1.3): Made test less sensitve to thedgp2004-10-261-3/+3
| | | | | | | | | | | | | | | | | | full set of existing aliases in an interp, so the it only tests whether the tested ones are present. * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from `make shell` target to other similar targets so that just built libraries are tested, rather than previous installations.
| * Backport of 8.5 wm iconphoto that added support for Tk photohobbs2004-10-053-6/+49
| | | | | | | | | | | | | | | | * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 * win/tkWinWm.c (WmIconphotoCmd): wm iconphoto ?-default? image1 ... * macosx/tkMacOSXWm.c (WmIconphotoCmd): Implemented for Win/Unix, * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. * tests/wm.test, tests/unixWm.test, tests/winWm.test: [Bug 815751]
| * missed wm attr testhobbs2004-09-191-2/+2
| |
| * patch 892194 TIP#222 changeshobbs2004-09-171-6/+49
| |
| * * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z orderhobbs2004-09-171-5/+26
| | | | | | | | | | | | | | * tests/winWm.test: and focus of preexisting window when replacing the wrapper window. * win/tkWinWm.c (WmIconwindowCmd): Replace bogus call to XWithdrawWindow with proper code. (mdejong)
| * Fixed a memory leak when a placed widget was forgotten. [Bug 1028888]pspjuth2004-09-161-1/+45
| |
| * * tests/canvText.test:mdejong2004-08-091-1/+56
| | | | | | | | | | | | | | | | | | * win/tkWinFont.c (Tk_MeasureChars): Fix for text wrapping problem that appeared using canvas text under Win32. A long wrapping string that had leading spaces was being incorrectly wrapped. This change makes the Win32 implementation behave the same as the Unix implementation. [Patch 100628
| * * tests/panedwindow.test: panedwindow-25.1hobbs2004-05-031-7/+26
| | | | | | | | | | * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin)
| * Fixed a bug in grid geometry calculations forpspjuth2004-02-181-2/+26
| | | | | | | | a shrinking grid. [Bug 899246]
| * * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrectdgp2004-02-171-2/+2
| | | | | | | | variable name [Bug 899010].
| * * win/tkWinFont.c (Tk_MeasureChars): backport fixes to bold/italichobbs2004-02-141-1/+25
| | | | | | | | | | | | font handling. [Patch 852669] [Bug 478568] * tests/textDisp.test: added test for the font measurement problem.
| * simple code cleanuphobbs2004-02-131-45/+12
| |
| * Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]dkf2004-02-091-1/+9
| |
| * Backported fix for bug #776646 which makes hand2 and fleur native on windows.patthoyts2004-01-281-1/+152
| |
| * * tests/focusTcl.test (setup1): expand frame size to allow forhobbs2003-10-291-2/+2
| | | | | | | | correct visibility of windows that use larger default fonts.
| * * unix/mkLinks:hobbs2003-10-131-3/+3
| | | | | | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
| * * generic/tkImage.c: Stopped [image create] from generating andgp2003-09-171-1/+13
| | | | | | | | | | * tests/image.test: image command name that would overwrite an existing command name. Thanks to Michael Schlenker. [Bug 808039].
| * * library/scale.tcl: Fix for bug #787065 for Button-2 press.patthoyts2003-08-131-1/+51
| | | | | | | | * tests/scale.test: Added test for this bug.
| * Fix for [Bug 702230], and what an evil bug that is!dkf2003-07-181-1/+18
| |
| * * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last panehobbs2003-07-171-2/+23
| | | | | | | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth)
| * Make sure all options can be setpspjuth2003-07-161-4/+29
| | | | | | | | to their default value. [Bug #697652]
| * menu clone cleanup bug fixvincentdarley2003-07-151-2/+2
| |
| * Stop xhost smash by the test suite; that can render a machine unusable.dkf2003-07-091-4/+4
| |
| * * generic/tkCanvPoly.c (PolygonToPostscript):hobbs2003-05-111-14/+8
| | | | | | | | | | * tests/canvPs.test: correct crash when generating postscript for a single-line polygon (point) with no color. [Bug #734498] (wilm)
| * * tests/unixWm.test (unixWm-41.2): Corrected typo in 2003-03-13dgp2003-03-181-2/+2
| | | | | | | | commit. Thanks Larry Virden. [Bug 705567]
| * * tests/unixWm.test: Constrained all tests older than revision 1.21dgp2003-03-132-171/+172
| | | | | | | | | | | | to run only on Unix. Alternative approach did not match maintainer habits. * tests/spinbox.test (spinbox-17.4): Avoid long failure message.
* | [Bug 723765]: When a slave was removed from grid,pspjuth2011-04-041-0/+60
| | | | | | the -in option was not remembered.
* | [Bug 3223850] - button remains stuck when disabled as depressed on XPpatthoyts2011-03-191-0/+17
| | | | | | | | | | | | | | | | | | If a button is disabled while the state is pressed, then the release event handler did not remove the pressed state. Modified the handler to always remove the pressed state while only calling invoke if !disabled. Reported-by: Thomas MENEZ <thomasmenez@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | [Bug 3205464] - handle [wm forget] when the parent is unmapped on windowspatthoyts2011-03-191-0/+30
| | | | | | | | | | | | | | | | | | | | The fix for [Bug 2009788] prevented a crash but causes windows to be lost if their parent is unmapped when [wm forget] is called. Added a test for this case and ensure that the parent window exists when we remap the child to its parent. Reported-by: Koen Danckaert <danckaert@users.sourceforge.net> Reported-by: Eric Boudaillier <beric@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-111-2/+22
| |
* | Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-268-147/+761
| | | | | | | | | | | | | | | | | | | | | | | | | | | | committed to head (8.6), although they could apply for 8.5 as well. This re-sync makes future work easier to maintain and adds some useful work for 8.5 users. Notable changes: - Lots of code cleanup - Some bug fixes never backported - Addition of ttk::spinbox - minor color changes - Improved Vista/7 styling - Move to tile version 0.8.6 (pseudo-package) - ABI and API compatible (even $w identify) - minor new features (extended $w identify)
* | Dup test IDsdgp2010-08-031-4/+4
| |
* | 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
| |