Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug [d95e5d8f16] - Hidden panes in panedwindow incorrectly trigger ↵ | fvogel | 2016-03-11 | 1 | -0/+32 |
| | | | | <Map> events (cherrypicked [42c8d8441c]) | ||||
* | TIP #437: Tk panedwindow options for proxy window | jan.nijtmans | 2015-10-08 | 1 | -34/+61 |
|\ | |||||
| * | Bring panedwindow proxy behavior in line with TIP #437 description. | jan.nijtmans | 2015-09-30 | 1 | -1/+1 |
| | | |||||
| * | Re-ordered tests of the new three options in alphabetical order, following ↵ | fvogel | 2015-09-30 | 1 | -5/+5 |
| | | | | | | | | convention in the rest of the code and tests | ||||
| * | Added -proxyborderwidth option | fvogel | 2015-09-30 | 1 | -8/+10 |
| | | |||||
| * | Added -proxybackground option | fvogel | 2015-09-29 | 1 | -8/+10 |
| | | |||||
| * | Bug [1247115fff] - Added -proxyrelief option | fvogel | 2015-07-14 | 1 | -8/+11 |
| | | |||||
* | | Test panedwindow-25.2 uses tcltest 2 format | fvogel | 2015-06-01 | 1 | -2/+6 |
| | | |||||
* | | Fixed bug [1292219fff] - Propagated MapNotify and UnmapNotify events of a ↵ | fvogel | 2015-06-01 | 1 | -0/+17 |
|\ \ | |/ | | | | | panedwindow to its children | ||||
| * | Completed test for bug [1292219fff], regarding MapNotify event this timebug_1292219fff | fvogel | 2015-05-30 | 1 | -2/+8 |
| | | |||||
| * | Added test for bug [1292219fff] regarding UnmapNotify event | fvogel | 2015-05-30 | 1 | -0/+11 |
| | | |||||
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| | * | * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes | hobbs | 2005-05-31 | 1 | -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.1 | hobbs | 2004-05-03 | 1 | -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! | dkf | 2003-07-18 | 1 | -1/+18 |
| | | | |||||
| | * | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane | hobbs | 2003-07-17 | 1 | -2/+23 |
| | | | | | | | | | | | | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth) | ||||
* | | | Update to tcltest2 | aniap | 2008-08-21 | 1 | -1462/+4159 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: | hobbs | 2007-10-30 | 1 | -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 fixes | hobbs | 2005-05-31 | 1 | -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] | dkf | 2004-12-04 | 1 | -2/+2 |
| | | |||||
* | | Fix incorrect expected error message | dkf | 2004-10-26 | 1 | -2/+2 |
| | | |||||
* | | Fix stupid brokenness inroduced by me. D'oh! | dkf | 2004-10-25 | 1 | -2/+2 |
| | | |||||
* | | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179) | dkf | 2004-10-24 | 1 | -55/+156 |
| | | | | | | | | Thanks to Brian Griffin for developing these! [Patch 983886] | ||||
* | | bulletproof 23.2 result [Bug #1019100] | hobbs | 2004-09-10 | 1 | -3/+3 |
| | | |||||
* | | First step towards improving test style. Also start using Tcl 8.5 features. | dkf | 2004-05-23 | 1 | -3/+3 |
| | | |||||
* | | * tests/panedwindow.test: panedwindow-25.1 | hobbs | 2004-05-03 | 1 | -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! | dkf | 2003-07-18 | 1 | -1/+18 |
| | | |||||
* | | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane | hobbs | 2003-07-17 | 1 | -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] | dkf | 2003-05-21 | 1 | -1/+11 |
| | | |||||
* | | * tests/all.tcl: Made better use of a common | dgp | 2003-04-01 | 1 | -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] | dkf | 2003-02-21 | 1 | -1/+14 |
| | |||||
* | * tests/panedwindow.test: | hobbs | 2003-02-21 | 1 | -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's | pspjuth | 2003-02-20 | 1 | -1/+48 |
| | | | | size when increasing the size of the panedwindow. [Bug #689099] | ||||
* | * tests/panedwindow.test: added panedwindow-28.[12] | hobbs | 2002-09-30 | 1 | -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 buttons | hobbs | 2002-08-08 | 1 | -5/+5 |
| | | | | | to enable correct testing of panedwindow across platforms. [Bug #582370] | ||||
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 1 | -17/+8 |
| | |||||
* | * tests/panedwindow.test: | hobbs | 2002-06-19 | 1 | -1/+22 |
| | | | | | * generic/tkPanedWindow.c: ensure that sash index is lower bounds checked. [Bug #548727] | ||||
* | TIP #41 implementation, panedwindow [Patch #512503] (melski) | hobbs | 2002-02-22 | 1 | -0/+2380 |