summaryrefslogtreecommitdiffstats
path: root/generic/tkPanedWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-1/+1
* Merge comment fixjan.nijtmans2022-05-081-0/+2
|\
| * Fix [0ce975c57f]: memcpy() called with pwPtr->panes == NULL. Thanks to Christ...fvogel2022-05-081-2/+6
* | Fix [0ce975c57]: memcpy() called with pwPtr->panes == NULLjan.nijtmans2022-05-081-4/+6
|/
* Merge 8.6jan.nijtmans2022-05-051-51/+51
|\
| * Code cleanup, mainly eliminating unnecessary type-castsjan.nijtmans2022-05-051-53/+53
* | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-3/+3
|/
* Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-43/+42
* (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-031-407/+407
* (minor) Add missing initializer, and two /* FALLTHRU */ markers.jan.nijtmans2019-09-171-1/+1
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-3/+3
|\ \
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-8/+8
| | |\
* | | \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-8/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-8/+8
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-8/+8
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-8/+8
| |/
* | Eliminate type-casts, by using size_t type internally in more situations. No ...jan.nijtmans2018-08-101-6/+3
* | Fix [bc43fd20cf]: paneconfigure not working as expectedfvogel2017-05-311-4/+20
* | Fixed bug [d95e5d8f16] - Hidden panes in panedwindow incorrectly trigger <Map...fvogel2016-03-111-2/+6
* | TIP #437: Tk panedwindow options for proxy windowjan.nijtmans2015-10-081-2/+17
|\ \ | |/
| * Hm, better keep the TIP as it is, not making it more difficult than it alread...jan.nijtmans2015-09-301-5/+4
| * One more suggestion: Use the value of -sashwidth as default for -proxyborderw...jan.nijtmans2015-09-301-1/+1
| * Carefull inspection shows that the default for -proxyrelief should be the val...jan.nijtmans2015-09-301-1/+1
| * Bring panedwindow proxy behavior in line with TIP #437 description.jan.nijtmans2015-09-301-10/+13
| * Use correct default value for -proxybackgroundfvogel2015-09-301-1/+1
| * Added -proxyborderwidth optionfvogel2015-09-301-1/+6
| * 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
| |\ \ | | |/