summaryrefslogtreecommitdiffstats
path: root/generic/tkPanedWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Limit sash proxy maximum coordinates to the size of the panedwindow it belong...bug_d7bad57c43fvogel2015-05-241-1/+11
* Fixed bug [53f8fc9c2f] - geometry management of panedwindow panes is incorrec...fvogel2015-05-241-1/+1
* SetOptions.3: minor doc fixjan.nijtmans2012-06-191-18/+18
|\
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-7/+7
* | make some internal tables constjan.nijtmans2012-04-181-2/+2
|\ \ | |/
| * make some more internal tables CONSTjan.nijtmans2012-04-181-1/+1
* | Purge RCS Keywords.dgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-291-1/+13
| * * generic/tkPanedWindow.c: Cleaned up some code flagged by adgp2006-10-171-3/+3
| * Fix [Bug 1252702]dkf2005-08-111-2/+2
| * * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixeshobbs2005-05-311-208/+347
| * * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under Xhobbs2004-11-171-1/+6
| * Add missing GEOMETRY flag to -handlepad option. [Bug 1010938]dkf2004-08-181-2/+2
| * * tests/panedwindow.test: panedwindow-25.1hobbs2004-05-031-1/+13
| * * generic/tkPanedWindow.c(PanedWindowWorldChanged):jenglish2003-08-191-2/+3
| * Fix for [Bug 702230], and what an evil bug that is!dkf2003-07-181-1/+9
| * Panedwindow fixes that make things behave right in complex geometry cases.dkf2003-07-171-3/+10
| * * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last panehobbs2003-07-171-3/+9
* | * generic/tkPanedWindow.c (PanedWindowProxyCommand)dgp2008-06-261-4/+13
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-231-1/+13
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-2/+2
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-3/+3
* | Lots of ANSIfying of function decls.dkf2005-11-171-10/+10
* | ANSIfydkf2005-11-151-474/+498
* | * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixeshobbs2005-05-311-377/+297
* | * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under Xhobbs2004-11-171-1/+6
* | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179)dkf2004-10-241-70/+379
* | Add missing GEOMETRY flag to -handlepad option. [Bug 1010938]dkf2004-08-181-434/+424
* | * tests/panedwindow.test: panedwindow-25.1hobbs2004-05-031-1/+13
* | Private functions should be either static or prefixed with 'Tk' (thanks GPS!)dkf2003-09-291-3/+3
* | * generic/tkPanedWindow.c(PanedWindowWorldChanged):jenglish2003-08-191-2/+3
* | Fix for [Bug 702230], and an evil bug it is too!dkf2003-07-181-1/+9
* | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last panehobbs2003-07-171-3/+9
* | The panedwindow widget now sizes right around unmapped windows. [Bug 738143]dkf2003-05-211-3/+10
|/
* Use the panedwindow's depth, not the screen's default depth. [Bug #671122]dkf2003-02-211-5/+3
* * tests/panedwindow.test:hobbs2003-02-211-3/+6
* Fixed calculation of the last slave'spspjuth2003-02-201-5/+3
* * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): leave thehobbs2002-10-081-7/+13
* * tests/panedwindow.test: added panedwindow-28.[12]hobbs2002-09-301-3/+3
* * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd):hobbs2002-08-081-2/+2
* Made panedwindow tests all work again; I'm fairly sure the current behaviour ...dkf2002-08-061-6/+17
* Stopped a potential core dump from happening when a idle event outlives its c...dkf2002-08-021-2/+5
* Postpone paned-window layout arrangement on geometry event until idle,dkf2002-07-311-3/+6
* * tests/panedwindow.test:hobbs2002-06-191-61/+7
* * generic/tkPanedWindow.c (DestroyPanedWindow, ConfigureSlaves):hobbs2002-04-121-3/+7
* * generic/tkPanedWindow.c (PanedWindowWidgetObjCmd): fixed returnshobbs2002-02-221-12/+17
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-221-0/+2780