summaryrefslogtreecommitdiffstats
path: root/generic/tkPanedWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Hm, better keep the TIP as it is, not making it more difficult than it alread...nijtmans@users.sourceforge.net2015-09-301-5/+4
* One more suggestion: Use the value of -sashwidth as default for -proxyborderw...nijtmans@users.sourceforge.net2015-09-301-1/+1
* Carefull inspection shows that the default for -proxyrelief should be the val...nijtmans@users.sourceforge.net2015-09-301-1/+1
* Bring panedwindow proxy behavior in line with TIP #437 description.nijtmans@users.sourceforge.net2015-09-301-10/+13
* Use correct default value for -proxybackgroundfvogelnew1@free.fr2015-09-301-1/+1
* Added -proxyborderwidth optionfvogelnew1@free.fr2015-09-301-1/+6
* Added -proxybackground optionfvogelnew1@free.fr2015-09-291-1/+5
* Bug [1247115fff] - Added -proxyrelief optionfvogelnew1@free.fr2015-07-141-1/+5
* Complementary fix for bug [3592454fff] - Don't identify the sash associated t...fvogelnew1@free.fr2015-06-011-1/+3
* Fixed bug [1292219fff] - Propagated MapNotify and UnmapNotify events of a pan...fvogelnew1@free.fr2015-06-011-0/+9
|\
| * Propagated MapNotify events of a panedwindow to its childrenfvogelnew1@free.fr2015-05-301-0/+4
| * Propagated UnmapNotify events of a panedwindow to its childrenfvogelnew1@free.fr2015-05-301-0/+5
* | Fixed bug [3592454fff] - Don't draw the sash associated to the last visible panefvogelnew1@free.fr2015-06-011-10/+42
|\ \
| * | Don't draw the sash associated to the last visible panefvogelnew1@free.fr2015-05-261-10/+42
| |/
* | Fixed bug [2368195fff] - More correct error handling when calling paneconfigu...fvogelnew1@free.fr2015-06-011-0/+9
|\ \
| * | More correct error handling when calling paneconfigure with a non existing wi...fvogelnew1@free.fr2015-05-241-0/+9
| |/
* | Limit sash proxy maximum coordinates to the size of the panedwindow it belong...fvogelnew1@free.fr2015-05-241-1/+11
|/
* Fixed bug [53f8fc9c2f] - geometry management of panedwindow panes is incorrec...fvogelnew1@free.fr2015-05-241-1/+1
* SetOptions.3: minor doc fixnijtmans@users.sourceforge.net2012-06-191-18/+18
|\
| * SetOptions.3: minor doc fixnijtmans@users.sourceforge.net2012-06-191-7/+7
* | make some internal tables constnijtmans@users.sourceforge.net2012-04-181-2/+2
|\ \ | |/
| * make some more internal tables CONSTnijtmans@users.sourceforge.net2012-04-181-1/+1
* | Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp@users.sourceforge.net2011-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 adgp@users.sourceforge.net2006-10-171-3/+3
| * Fix [Bug 1252702]donal.k.fellows@manchester.ac.uk2005-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]donal.k.fellows@manchester.ac.uk2004-08-181-2/+2
| * * tests/panedwindow.test: panedwindow-25.1hobbs2004-05-031-1/+13
| * * generic/tkPanedWindow.c(PanedWindowWorldChanged):jenglish@flightlab.com2003-08-191-2/+3
| * Fix for [Bug 702230], and what an evil bug that is!donal.k.fellows@manchester.ac.uk2003-07-181-1/+9
| * Panedwindow fixes that make things behave right in complex geometry cases.donal.k.fellows@manchester.ac.uk2003-07-171-3/+10
| * * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last panehobbs2003-07-171-3/+9
* | * generic/tkPanedWindow.c (PanedWindowProxyCommand)dgp@users.sourceforge.net2008-06-261-4/+13
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | header cleanupdgp@users.sourceforge.net2007-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.donal.k.fellows@manchester.ac.uk2005-11-171-10/+10
* | ANSIfydonal.k.fellows@manchester.ac.uk2005-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)donal.k.fellows@manchester.ac.uk2004-10-241-70/+379
* | Add missing GEOMETRY flag to -handlepad option. [Bug 1010938]donal.k.fellows@manchester.ac.uk2004-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!)donal.k.fellows@manchester.ac.uk2003-09-291-3/+3
* | * generic/tkPanedWindow.c(PanedWindowWorldChanged):jenglish@flightlab.com2003-08-191-2/+3