summaryrefslogtreecommitdiffstats
path: root/generic/tkPanedWindow.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Added -proxybackground optionfvogel2015-09-291-1/+5
| * Bug [1247115fff] - Added -proxyrelief optionfvogel2015-07-141-1/+5
* | Complementary fix for bug [3592454fff] - Don't identify the sash associated t...fvogel2015-06-011-1/+3
|\ \ | |/
| * Complementary fix for bug [3592454fff] - Don't identify the sash associated t...fvogel2015-06-011-1/+3
* | Fixed bug [1292219fff] - Propagated MapNotify and UnmapNotify events of a pan...fvogel2015-06-011-0/+9
|\ \ | |/
| * Fixed bug [1292219fff] - Propagated MapNotify and UnmapNotify events of a pan...fvogel2015-06-011-0/+9
| |\
| | * Propagated MapNotify events of a panedwindow to its childrenfvogel2015-05-301-0/+4
| | * Propagated UnmapNotify events of a panedwindow to its childrenfvogel2015-05-301-0/+5
* | | Fixed bug [3592454fff] - Don't draw the sash associated to the last visible panefvogel2015-06-011-10/+42
|\ \ \ | |/ /
| * | Fixed bug [3592454fff] - Don't draw the sash associated to the last visible panefvogel2015-06-011-10/+42
| |\ \
| | * | Don't draw the sash associated to the last visible panefvogel2015-05-261-10/+42
| | |/
* | | Fixed bug [2368195fff] - More correct error handling when calling paneconfigu...fvogel2015-06-011-0/+9
|\ \ \ | |/ /
| * | Fixed bug [2368195fff] - More correct error handling when calling paneconfigu...fvogel2015-06-011-0/+9
| |\ \
| | * | More correct error handling when calling paneconfigure with a non existing wi...fvogel2015-05-241-0/+9
| | |/
* | | Fixed bug [d7bad57c43] - Limited sash proxy maximum coordinates to the size o...fvogel2015-06-011-1/+11
|\ \ \ | |/ /
| * | Limit sash proxy maximum coordinates to the size of the panedwindow it belong...fvogel2015-05-241-1/+11
| |/
* | Fixed bug [53f8fc9c2f] - geometry management of panedwindow panes is incorrec...fvogel2015-05-241-1/+1
|\ \ | |/
| * Fixed bug [53f8fc9c2f] - geometry management of panedwindow panes is incorrec...fvogel2015-05-241-1/+1
* | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-6/+6
* | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-6/+6
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-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
* | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-281-1/+1
* | | more auditing of error codesdkf2012-07-301-4/+5
* | | Much more cleaning up of result handling.dkf2012-07-231-41/+45
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans2012-06-201-5/+5
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | 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
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-14/+13
* | | Use @EXEEXT@ in stead of @EXT_SUFFIX@nijtmans2010-02-221-2/+2
* | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-8/+8
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-6/+6
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-2/+3
* | | - eliminate some unnessary type castsnijtmans2009-02-031-3/+4