summaryrefslogtreecommitdiffstats
path: root/tests/panedwindow.test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug [d95e5d8f16] - Hidden panes in panedwindow incorrectly trigger ↵fvogel2016-03-111-0/+32
| | | | <Map> events (cherrypicked [42c8d8441c])
* TIP #437: Tk panedwindow options for proxy windowjan.nijtmans2015-10-081-34/+61
|\
| * Bring panedwindow proxy behavior in line with TIP #437 description.jan.nijtmans2015-09-301-1/+1
| |
| * Re-ordered tests of the new three options in alphabetical order, following ↵fvogel2015-09-301-5/+5
| | | | | | | | convention in the rest of the code and tests
| * Added -proxyborderwidth optionfvogel2015-09-301-8/+10
| |
| * Added -proxybackground optionfvogel2015-09-291-8/+10
| |
| * Bug [1247115fff] - Added -proxyrelief optionfvogel2015-07-141-8/+11
| |
* | Test panedwindow-25.2 uses tcltest 2 formatfvogel2015-06-011-2/+6
| |
* | Fixed bug [1292219fff] - Propagated MapNotify and UnmapNotify events of a ↵fvogel2015-06-011-0/+17
|\ \ | |/ | | | | panedwindow to its children
| * Completed test for bug [1292219fff], regarding MapNotify event this timebug_1292219ffffvogel2015-05-301-2/+8
| |
| * Added test for bug [1292219fff] regarding UnmapNotify eventfvogel2015-05-301-0/+11
| |
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixeshobbs2005-05-311-2/+58
| | | | | | | | | | | | | | | | | | | | | to panedwindow from Daniel South. Improved auto-size to fit internal windows, fixed sash placement at edge of pane, fixed calculation of stretch amount for internal windows. [Bug 1124198 1161543 1054117 1010941 795869 690169 1192323]
| | * * 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)
| | * 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)
* | | Update to tcltest2aniap2008-08-211-1462/+4159
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-301-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl: * library/msgbox.tcl, library/optMenu.tcl, library/tclIndex: * library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt: * library/demos/tcolor, library/demos/text.tcl: * library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look * library/ttk/fonts.tcl: Update of Tk default look in 8.5 * macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look * unix/tkUnixDefault.h: with minor modifications for Win32/Aqua. * win/tkWinDefault.h: Uses Tk*Font definitions throughout for * win/tkWinFont.c: classic widgets. [Bug #1820344] * library/obsolete.tcl (::tk::classic::restore): This restores changes made to defaults in 8.5 using the 'option' command, segmented into logical groups.
* | * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixeshobbs2005-05-311-84/+215
| | | | | | | | | | | | | | to panedwindow from Daniel South. Improved auto-size to fit internal windows, fixed sash placement at edge of pane, fixed calculation of stretch amount for internal windows. [Bug 1124198 1161543 1054117 1010941 795869 690169 1192323]
* | Split duplicate test names [Bug 1078648]dkf2004-12-041-2/+2
| |
* | Fix incorrect expected error messagedkf2004-10-261-2/+2
| |
* | Fix stupid brokenness inroduced by me. D'oh!dkf2004-10-251-2/+2
| |
* | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179)dkf2004-10-241-55/+156
| | | | | | | | Thanks to Brian Griffin for developing these! [Patch 983886]
* | bulletproof 23.2 result [Bug #1019100]hobbs2004-09-101-3/+3
| |
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-3/+3
| |
* | * 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)
* | Fix for [Bug 702230], and an evil bug it is too!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)
* | The panedwindow widget now sizes right around unmapped windows. [Bug 738143]dkf2003-05-211-1/+11
| |
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-6/+3
|/ | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.
* Use the panedwindow's depth, not the screen's default depth. [Bug #671122]dkf2003-02-211-1/+14
|
* * tests/panedwindow.test:hobbs2003-02-211-32/+51
| | | | | * generic/tkPanedWindow.c (ValidSashIndex): corrected to note that 2 panes must exist before any one sash does. [tcllib Bug #689258]
* Fixed calculation of the last slave'spspjuth2003-02-201-1/+48
| | | | size when increasing the size of the panedwindow. [Bug #689099]
* * tests/panedwindow.test: added panedwindow-28.[12]hobbs2002-09-301-5/+14
| | | | | | | * generic/tkPanedWindow.c (PanedWindowCmdDeletedProc): (Tk_PanedWindowObjCmd): when destroying the panedwindow, destroy the proxy before the parent to avoid dependency conflicts. [Bug #616589]
* * tests/panedwindow.test: added -text foobar to some test buttonshobbs2002-08-081-5/+5
| | | | | to enable correct testing of panedwindow across platforms. [Bug #582370]
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-17/+8
|
* * tests/panedwindow.test:hobbs2002-06-191-1/+22
| | | | | * generic/tkPanedWindow.c: ensure that sash index is lower bounds checked. [Bug #548727]
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-221-0/+2380