Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hm, better keep the TIP as it is, not making it more difficult than it ↵ | jan.nijtmans | 2015-09-30 | 1 | -5/+4 |
| | | | | already is. | ||||
* | One more suggestion: Use the value of -sashwidth as default for ↵ | jan.nijtmans | 2015-09-30 | 1 | -1/+1 |
| | | | | -proxyborderwidth. It's one pixel different from the current behavior (2 -> 3 pixels), but would be consistant with -proxyrelief vs -sashrelief. | ||||
* | Carefull inspection shows that the default for -proxyrelief should be the ↵ | jan.nijtmans | 2015-09-30 | 1 | -1/+1 |
| | | | | value of -sashrelief, in order to be 100% compatible with how it behaved before. | ||||
* | Bring panedwindow proxy behavior in line with TIP #437 description. | jan.nijtmans | 2015-09-30 | 1 | -10/+13 |
| | |||||
* | Use correct default value for -proxybackground | fvogel | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Added -proxyborderwidth option | fvogel | 2015-09-30 | 1 | -1/+6 |
| | |||||
* | Added -proxybackground option | fvogel | 2015-09-29 | 1 | -1/+5 |
| | |||||
* | Bug [1247115fff] - Added -proxyrelief option | fvogel | 2015-07-14 | 1 | -1/+5 |
| | |||||
* | Complementary fix for bug [3592454fff] - Don't identify the sash associated ↵ | fvogel | 2015-06-01 | 1 | -1/+3 |
| | | | | to the last visible pane | ||||
* | Fixed bug [1292219fff] - Propagated MapNotify and UnmapNotify events of a ↵ | fvogel | 2015-06-01 | 1 | -0/+9 |
|\ | | | | | | | panedwindow to its children | ||||
| * | Propagated MapNotify events of a panedwindow to its children | fvogel | 2015-05-30 | 1 | -0/+4 |
| | | |||||
| * | Propagated UnmapNotify events of a panedwindow to its children | fvogel | 2015-05-30 | 1 | -0/+5 |
| | | |||||
* | | Fixed bug [3592454fff] - Don't draw the sash associated to the last visible pane | fvogel | 2015-06-01 | 1 | -10/+42 |
|\ \ | |||||
| * | | Don't draw the sash associated to the last visible pane | fvogel | 2015-05-26 | 1 | -10/+42 |
| |/ | |||||
* | | Fixed bug [2368195fff] - More correct error handling when calling ↵ | fvogel | 2015-06-01 | 1 | -0/+9 |
|\ \ | | | | | | | | | | paneconfigure with a non existing window | ||||
| * | | More correct error handling when calling paneconfigure with a non existing ↵bug_2368195fff | fvogel | 2015-05-24 | 1 | -0/+9 |
| |/ | | | | | | | window | ||||
* | | Limit sash proxy maximum coordinates to the size of the panedwindow it ↵bug_d7bad57c43 | fvogel | 2015-05-24 | 1 | -1/+11 |
|/ | | | | belongs to | ||||
* | Fixed bug [53f8fc9c2f] - geometry management of panedwindow panes is ↵ | fvogel | 2015-05-24 | 1 | -1/+1 |
| | | | | incorrect with -stretch | ||||
* | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -18/+18 |
|\ | | | | | | | make various other tables const (all backported from Tk 8.6) | ||||
| * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -7/+7 |
| | | | | | | | | make various other tables CONST (All backported from Tk 8.6) | ||||
* | | make some internal tables const | jan.nijtmans | 2012-04-18 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -1/+1 |
| | | |||||
* | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | |||||
| * | * generic/tkCanvas.c: allow -selectforeground option to be None; add | das | 2007-04-29 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkCanvText.c: fallback to fgColor when selFgColor is None * generic/tkEntry.c: (new default on aqua to match native L&F). * generic/tkListbox.c: * generic/tkText.c: * generic/tkCanvas.c: add support for bypassing all of Tk's double * generic/tkEntry.c: buffered drawing into intermediate pixmaps * generic/tkFrame.c: (via TK_NO_DOUBLE_BUFFERING #define), it is * generic/tkListbox.c: unnecessary & wasteful on aqua where all * generic/tkPanedWindow.c: drawing is already double-buffered by the * generic/tkTextDisp.c: window server. (Use of this on other * unix/tkUnixScale.c: platforms would only require implementation of TkpClipDrawableToRect()). | ||||
| * | * generic/tkPanedWindow.c: Cleaned up some code flagged by a | dgp | 2006-10-17 | 1 | -3/+3 |
| | | | | | | | | | | | | * generic/tkText.c: `make checkexports` test. * generic/tkText.h * generic/tkTextTag.c: | ||||
| * | Fix [Bug 1252702] | dkf | 2005-08-11 | 1 | -2/+2 |
| | | |||||
| * | * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes | hobbs | 2005-05-31 | 1 | -208/+347 |
| | | | | | | | | | | | | | | 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] | ||||
| * | * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under X | hobbs | 2004-11-17 | 1 | -1/+6 |
| | | | | | | | | attr to prevent expose events when moving sash. [Bug 1036963] | ||||
| * | Add missing GEOMETRY flag to -handlepad option. [Bug 1010938] | dkf | 2004-08-18 | 1 | -2/+2 |
| | | |||||
| * | * tests/panedwindow.test: panedwindow-25.1 | hobbs | 2004-05-03 | 1 | -1/+13 |
| | | | | | | | | | | * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin) | ||||
| * | * generic/tkPanedWindow.c(PanedWindowWorldChanged): | jenglish | 2003-08-19 | 1 | -2/+3 |
| | | | | | | | | | | Set window background from the -background resource. Fixes [BUG #791500 "PanedWindow refresh glitches on X"] | ||||
| * | Fix for [Bug 702230], and what an evil bug that is! | dkf | 2003-07-18 | 1 | -1/+9 |
| | | |||||
| * | Panedwindow fixes that make things behave right in complex geometry cases. | dkf | 2003-07-17 | 1 | -3/+10 |
| | | | | | | | | [Bugs 738143+747814] | ||||
| * | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane | hobbs | 2003-07-17 | 1 | -3/+9 |
| | | | | | | | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth) | ||||
* | | * generic/tkPanedWindow.c (PanedWindowProxyCommand) | dgp | 2008-06-26 | 1 | -4/+13 |
| | | | | | | | | | | (DisplayPanedWindow): Ensure that a zero width never gets fed to the underlying window system. [Bug 1639824] (Backport fix from dkf). | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
| | | |||||
* | | * generic/tkCanvas.c: allow -selectforeground option to be None; add | das | 2007-04-23 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkCanvText.c: fallback to fgColor when selFgColor is None * generic/tkEntry.c: (new default on aqua to match native L&F). * generic/tkListbox.c: * generic/tkText.c: * generic/tkCanvas.c: add support for bypassing all of Tk's double * generic/tkEntry.c: buffered drawing into intermediate pixmaps * generic/tkFrame.c: (via TK_NO_DOUBLE_BUFFERING #define), it is * generic/tkListbox.c: unnecessary & wasteful on aqua where all * generic/tkPanedWindow.c: drawing is already double-buffered by the * generic/tkTextDisp.c: window server. (Use of this on other * generic/ttk/ttkWidget.c: platforms would only require implementation * unix/tkUnixScale.c: of TkpClipDrawableToRect()). | ||||
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 1 | -2/+2 |
| | | | | | | | | fix bug #1627732 | ||||
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -3/+3 |
| | | |||||
* | | Lots of ANSIfying of function decls. | dkf | 2005-11-17 | 1 | -10/+10 |
| | | | | | | | | Also a few spots where code has been cleaned up more completely. | ||||
* | | ANSIfy | dkf | 2005-11-15 | 1 | -474/+498 |
| | | |||||
* | | * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes | hobbs | 2005-05-31 | 1 | -377/+297 |
| | | | | | | | | | | | | | | 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] | ||||
* | | * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under X | hobbs | 2004-11-17 | 1 | -1/+6 |
| | | | | | | | | attr to prevent expose events when moving sash. [Bug 1036963] | ||||
* | | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179) | dkf | 2004-10-24 | 1 | -70/+379 |
| | | | | | | | | Thanks to Brian Griffin for developing these! [Patch 983886] | ||||
* | | Add missing GEOMETRY flag to -handlepad option. [Bug 1010938] | dkf | 2004-08-18 | 1 | -434/+424 |
| | | |||||
* | | * tests/panedwindow.test: panedwindow-25.1 | hobbs | 2004-05-03 | 1 | -1/+13 |
| | | | | | | | | | | * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin) | ||||
* | | Private functions should be either static or prefixed with 'Tk' (thanks GPS!) | dkf | 2003-09-29 | 1 | -3/+3 |
| | | |||||
* | | * generic/tkPanedWindow.c(PanedWindowWorldChanged): | jenglish | 2003-08-19 | 1 | -2/+3 |
| | | | | | | | | | | Set window background from the -background resource. Fixes [BUG #791500 "PanedWindow refresh glitches on X"] |