summaryrefslogtreecommitdiffstats
path: root/generic/tkPanedWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-031-428/+416
|\
| * (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-031-407/+407
* | Merge trunkjan.nijtmans2020-08-241-1/+1
|\ \
| * | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option val...jan.nijtmans2020-08-241-1/+1
* | | Merge trunkjan.nijtmans2020-08-141-1/+1
|\ \ \ | |/ /
| * | More consistancy in Tcl_WrongNumArgs() messages and documentationjan.nijtmans2020-08-141-1/+1
| |\ \ | | |/
* | | Merge trunkjan.nijtmans2020-08-141-1/+1
|\ \ \ | |/ /
| * | Use "?-option" in stead of "?option" consistantly in WrongNumArgs error-messa...jan.nijtmans2020-08-141-1/+1
* | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-2/+2
|/ /
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-1/+1
* | More progressjan.nijtmans2020-05-221-30/+30
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-23/+23
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-24/+36
* | merge core-8-6-branchfvogel2019-09-181-1/+1
|\ \ | |/
| * (minor) Add missing initializer, and two /* FALLTHRU */ markers.jan.nijtmans2019-09-171-1/+1
* | Merge trunkjan.nijtmans2019-05-101-1/+1
|\ \
| * | Remove a few unnecessary (size_t) type-casts, and add a "const"jan.nijtmans2019-04-041-1/+1
* | | Merge trunkjan.nijtmans2019-04-021-7/+7
|\ \ \ | |/ /
| * | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-7/+7
* | | Merge 8.7jan.nijtmans2019-01-131-8/+8
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-01-101-8/+8
| |\ \ | | |/
| | *-. 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
| | | |/
* | | | Minor tweaks, mostly formattingjan.nijtmans2018-12-011-1/+1
* | | | Merge trunkjan.nijtmans2018-11-251-12/+12
|\ \ \ \ | |/ / /
| * | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-191-5/+6
| * | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-10/+10
* | | | Merge trunk. More internal improvementsjan.nijtmans2018-10-151-7/+8
|\ \ \ \ | |/ / /
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-35/+35
|/ / /
* | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+1
* | | Merge 8.6jan.nijtmans2018-08-101-6/+3
|\ \ \ | |/ /
| * | 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-06-021-4/+20
|\ \ \ | |/ /
| * | 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
* | | If Tk is compiled with -DTK_NO_DEPRECATED=1, remove some deprecated code (pac...jan.nijtmans2017-01-231-11/+11
* | | Fixed bug [d95e5d8f16] - Hidden panes in panedwindow incorrectly trigger <Map...fvogel2016-03-101-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