| Commit message (Expand) | Author | Age | Files | Lines |
* | 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/tkPanedWindow.c: Cleaned up some code flagged by a | dgp | 2006-10-17 | 1 | -3/+3 |
|
|
| * | 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 |
|
|
| * | * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under X | hobbs | 2004-11-17 | 1 | -1/+6 |
|
|
| * | 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(PanedWindowWorldChanged): | jenglish | 2003-08-19 | 1 | -2/+3 |
|
|
| * | 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 |
|
|
| * | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane | hobbs | 2003-07-17 | 1 | -3/+9 |
|
|
* | | * generic/tkPanedWindow.c (PanedWindowProxyCommand) | dgp | 2008-06-26 | 1 | -4/+13 |
|
|
* | | 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 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 1 | -2/+2 |
|
|
* | | 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 |
|
|
* | | ANSIfy | dkf | 2005-11-15 | 1 | -474/+498 |
|
|
* | | * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes | hobbs | 2005-05-31 | 1 | -377/+297 |
|
|
* | | * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under X | hobbs | 2004-11-17 | 1 | -1/+6 |
|
|
* | | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179) | dkf | 2004-10-24 | 1 | -70/+379 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | Fix for [Bug 702230], and an evil bug it is too! | dkf | 2003-07-18 | 1 | -1/+9 |
|
|
* | | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane | hobbs | 2003-07-17 | 1 | -3/+9 |
|
|
* | | The panedwindow widget now sizes right around unmapped windows. [Bug 738143] | dkf | 2003-05-21 | 1 | -3/+10 |
|/ |
|
* | Use the panedwindow's depth, not the screen's default depth. [Bug #671122] | dkf | 2003-02-21 | 1 | -5/+3 |
|
|
* | * tests/panedwindow.test: | hobbs | 2003-02-21 | 1 | -3/+6 |
|
|
* | Fixed calculation of the last slave's | pspjuth | 2003-02-20 | 1 | -5/+3 |
|
|
* | * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): leave the | hobbs | 2002-10-08 | 1 | -7/+13 |
|
|
* | * tests/panedwindow.test: added panedwindow-28.[12] | hobbs | 2002-09-30 | 1 | -3/+3 |
|
|
* | * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): | hobbs | 2002-08-08 | 1 | -2/+2 |
|
|
* | Made panedwindow tests all work again; I'm fairly sure the current behaviour ... | dkf | 2002-08-06 | 1 | -6/+17 |
|
|
* | Stopped a potential core dump from happening when a idle event outlives its c... | dkf | 2002-08-02 | 1 | -2/+5 |
|
|
* | Postpone paned-window layout arrangement on geometry event until idle, | dkf | 2002-07-31 | 1 | -3/+6 |
|
|
* | * tests/panedwindow.test: | hobbs | 2002-06-19 | 1 | -61/+7 |
|
|
* | * generic/tkPanedWindow.c (DestroyPanedWindow, ConfigureSlaves): | hobbs | 2002-04-12 | 1 | -3/+7 |
|
|
* | * generic/tkPanedWindow.c (PanedWindowWidgetObjCmd): fixed returns | hobbs | 2002-02-22 | 1 | -12/+17 |
|
|
* | TIP #41 implementation, panedwindow [Patch #512503] (melski) | hobbs | 2002-02-22 | 1 | -0/+2780 |
|
|