summaryrefslogtreecommitdiffstats
path: root/generic/tkPanedWindow.c
Commit message (Expand)AuthorAgeFilesLines
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-6/+6
* Rebase to 8.7jan.nijtmans2022-10-121-6/+6
|\
| * TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-6/+6
* | Merge 8.6jan.nijtmans2022-09-101-1/+1
|\ \ | |/ |/|
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-1/+1
| * Merge comment fixjan.nijtmans2022-05-081-0/+2
| |\
* | \ Merge comment fixjan.nijtmans2022-05-081-0/+2
|\ \ \ | | |/ | |/|
| * | Fix [0ce975c57f]: memcpy() called with pwPtr->panes == NULL. Thanks to Christ...fvogel2022-05-081-2/+6
* | | Merge 8.6jan.nijtmans2022-05-081-34/+36
|\ \ \ | | |/ | |/|
| * | Fix [0ce975c57]: memcpy() called with pwPtr->panes == NULLjan.nijtmans2022-05-081-4/+6
| |/
* | Merge 8.6jan.nijtmans2022-05-071-2/+2
|\ \ | |/
| * Merge 8.6jan.nijtmans2022-05-051-51/+51
| |\
| * | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-3/+3
* | | Merge 8.6jan.nijtmans2022-05-051-53/+53
|\ \ \ | | |/ | |/|
| * | Code cleanup, mainly eliminating unnecessary type-castsjan.nijtmans2022-05-051-53/+53
| |/
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6jan.nijtmans2020-10-051-1/+0
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-43/+42
* | 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
|\ \ \ \ | |/ / /