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]) FossilOrigin-Name: a97a2f58e029079672f6c0f8e8f9524938bae294
* TIP #437: Tk panedwindow options for proxy windowjan.nijtmans2015-10-081-34/+61
|\ | | | | FossilOrigin-Name: 9d54525a4e6a09a1a495275974a663b8c538fd04
| * Bring panedwindow proxy behavior in line with TIP #437 description.jan.nijtmans2015-09-301-1/+1
| | | | | | FossilOrigin-Name: d4a8fac493d2b9c0968d2d6c8508d15303c76484
| * 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 FossilOrigin-Name: 403519230ee39c4ebf270cc40318aa01117e78ed
| * Added -proxyborderwidth optionfvogel2015-09-301-8/+10
| | | | | | FossilOrigin-Name: d45cc282ff99e6ddedf882d0cd926601379c833b
| * Added -proxybackground optionfvogel2015-09-291-8/+10
| | | | | | FossilOrigin-Name: b676aff8e41fc37e354a262163cc085056f2965e
| * Bug [1247115fff] - Added -proxyrelief optionfvogel2015-07-141-8/+11
| | | | | | FossilOrigin-Name: d72e88b7de787ca9b42bf48a518546b06cecc597
* | Test panedwindow-25.2 uses tcltest 2 formatfvogel2015-06-011-2/+6
| | | | | | FossilOrigin-Name: c47c754e94197bd60e0a54d694637e6521a8c239
* | Fixed bug [1292219fff] - Propagated MapNotify and UnmapNotify events of a ↵fvogel2015-06-011-0/+17
|\ \ | |/ | | | | | | panedwindow to its children FossilOrigin-Name: 0e074ecc90b6a136443774f8709714b5dcb60652
| * Completed test for bug [1292219fff], regarding MapNotify event this timefvogel2015-05-301-2/+8
| | | | | | FossilOrigin-Name: bc8c027d2b766715cf95327f6664f34c980016c8
| * Added test for bug [1292219fff]fvogel2015-05-301-0/+11
| | | | | | FossilOrigin-Name: d8b8f97caf6e25b2ce8082eea27449e03d58f185
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/ | | FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ | | | | | | FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | | | | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
| | * * 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] FossilOrigin-Name: ebd6886598e540166872d6bd0971a31b1f40565e
| | * * 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) FossilOrigin-Name: 635744de0f688ff85ee98dd9396bfe5714b4a442
| | * Fix for [Bug 702230], and what an evil bug that is!dkf2003-07-181-1/+18
| | | | | | | | | FossilOrigin-Name: 410f521dcbda30d9626c8826775b2dfba0f92e84
| | * * 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) FossilOrigin-Name: 8a738d4ca5e69d7fec5ee2977a61b446bef0c9d0
* | | Update to tcltest2aniap2008-08-211-1462/+4159
|/ / | | | | FossilOrigin-Name: 9f8d6958aedf588ef63fdc103ccfd3b06d10c8d1
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| | | | | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* | * 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. FossilOrigin-Name: f108de53ea5bbca88ddb0d911bbc8a30fd9a894f
* | * 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] FossilOrigin-Name: 42953d6c41f9d1dc6f063503b5ddc2c7f005573a
* | Split duplicate test names [Bug 1078648]dkf2004-12-041-2/+2
| | | | | | FossilOrigin-Name: b6ab93bceb2b3997b5406becf947ca5c3948ac0d
* | Fix incorrect expected error messagedkf2004-10-261-2/+2
| | | | | | FossilOrigin-Name: 57cb527871aceeb0116665987b23b0b9e9747f0e
* | Fix stupid brokenness inroduced by me. D'oh!dkf2004-10-251-2/+2
| | | | | | FossilOrigin-Name: 59c874f0baf30d646819f23900245b061256d028
* | 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] FossilOrigin-Name: 97c9d47da3062a552dd97a52e7e3e09d0c2a6c5b
* | bulletproof 23.2 result [Bug #1019100]hobbs2004-09-101-3/+3
| | | | | | FossilOrigin-Name: 1633180265b4f228533a52efc0ecceec018809cc
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-3/+3
| | | | | | FossilOrigin-Name: 8e6c4d129ce99dffc495e03b82bb2f284e6c1ffb
* | * 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) FossilOrigin-Name: d26260baa27502b90881bddf57386a3ec865c473
* | Fix for [Bug 702230], and an evil bug it is too!dkf2003-07-181-1/+18
| | | | | | FossilOrigin-Name: d0bbbe465b3fd96c29fc4e67bf1a9cf5e77f7579
* | * 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) FossilOrigin-Name: dc037cf80d0580277689dbc82f85a58f84db818c
* | The panedwindow widget now sizes right around unmapped windows. [Bug 738143]dkf2003-05-211-1/+11
| | | | | | FossilOrigin-Name: a856e667ed65bf5953014870d648bd94a1633207
* | * 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. FossilOrigin-Name: 01af81ecf20f3111d08ac51117da1c5ca09c567d
* Use the panedwindow's depth, not the screen's default depth. [Bug #671122]dkf2003-02-211-1/+14
| | | FossilOrigin-Name: 6b665877b0fa70a42b20356194073bc3a7aa1468
* * 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] FossilOrigin-Name: 76083b776ae3357c7f183ff66c53220372d361f5
* Fixed calculation of the last slave'spspjuth2003-02-201-1/+48
| | | | | | size when increasing the size of the panedwindow. [Bug #689099] FossilOrigin-Name: ba573e9cc7b99fee2e14ad4ff0c8789208ce707e
* * 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] FossilOrigin-Name: 1f35b3bda5bd7a747bdcfd174ec645ff8431b43d
* * tests/panedwindow.test: added -text foobar to some test buttonshobbs2002-08-081-5/+5
| | | | | | | to enable correct testing of panedwindow across platforms. [Bug #582370] FossilOrigin-Name: b96bae21b33ed199de4ceed0d91b36135365a4fa
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-17/+8
| | | FossilOrigin-Name: d5cee69da5b97ba8cb9ce46fc2770f0605d39e2a
* * tests/panedwindow.test:hobbs2002-06-191-1/+22
| | | | | | | * generic/tkPanedWindow.c: ensure that sash index is lower bounds checked. [Bug #548727] FossilOrigin-Name: 6a6b8b235eeb6348f4db128dffe7a0fdf1103098
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-221-0/+2380
FossilOrigin-Name: 7314a88b0f4af54da1dbbef59b183da7dd715071