| Commit message (Expand) | Author | Age | Files | Lines |
* | Use "(char *)NULL" sentinels in more places. Fix some indenting | jan.nijtmans | 2024-06-19 | 1 | -58/+58 |
|
|
* | Remove TK_OPTION_NULL_OK usage in tkPlace.c, doesn't belong there. Some inden... | jan.nijtmans | 2024-06-16 | 1 | -7/+7 |
|
|
* | Another round of int -> Tcl_Size changes | jan.nijtmans | 2024-03-07 | 1 | -3/+0 |
|
|
* | Eliminate a bunch of unneeded type-casts, mainly (char *) | jan.nijtmans | 2024-02-07 | 1 | -4/+4 |
|
|
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED( | jan.nijtmans | 2023-03-12 | 1 | -6/+6 |
|
|
* | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -6/+6 |
|\ |
|
| * | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -6/+6 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-09-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix [006403a25d]: various comment/documentation fixes | jan.nijtmans | 2022-09-10 | 1 | -1/+1 |
|
|
| * | Merge comment fix | jan.nijtmans | 2022-05-08 | 1 | -0/+2 |
| |\ |
|
* | \ | Merge comment fix | jan.nijtmans | 2022-05-08 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix [0ce975c57f]: memcpy() called with pwPtr->panes == NULL. Thanks to Christ... | fvogel | 2022-05-08 | 1 | -2/+6 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2022-05-08 | 1 | -34/+36 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix [0ce975c57]: memcpy() called with pwPtr->panes == NULL | jan.nijtmans | 2022-05-08 | 1 | -4/+6 |
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2022-05-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2022-05-05 | 1 | -51/+51 |
| |\ |
|
| * | | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int) | jan.nijtmans | 2022-05-05 | 1 | -3/+3 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2022-05-05 | 1 | -53/+53 |
|\ \ \
| | |/
| |/| |
|
| * | | Code cleanup, mainly eliminating unnecessary type-casts | jan.nijtmans | 2022-05-05 | 1 | -53/+53 |
| |/ |
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-05 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -43/+42 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -428/+416 |
|\ \
| |/ |
|
| * | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 1 | -407/+407 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option val... | jan.nijtmans | 2020-08-24 | 1 | -1/+1 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-08-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | More consistancy in Tcl_WrongNumArgs() messages and documentation | jan.nijtmans | 2020-08-14 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | Merge trunk | jan.nijtmans | 2020-08-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Use "?-option" in stead of "?option" consistantly in WrongNumArgs error-messa... | jan.nijtmans | 2020-08-14 | 1 | -1/+1 |
|
|
* | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -2/+2 |
|/ / |
|
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -1/+1 |
|
|
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -30/+30 |
|
|
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -23/+23 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -24/+36 |
|
|
* | | merge core-8-6-branch | fvogel | 2019-09-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (minor) Add missing initializer, and two /* FALLTHRU */ markers. | jan.nijtmans | 2019-09-17 | 1 | -1/+1 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove a few unnecessary (size_t) type-casts, and add a "const" | jan.nijtmans | 2019-04-04 | 1 | -1/+1 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -7/+7 |
|\ \ \
| |/ / |
|
| * | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 1 | -7/+7 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -8/+8 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -8/+8 |
| |\ \
| | |/ |
|
| | *-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -3/+3 |
| | |\ \ |
|
| | | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -8/+8 |
| | | | |\ |
|
| | * | | \ | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -8/+8 |
| | |\ \ \ \
| | | | |_|/
| | | |/| | |
|
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -8/+8 |
|
|
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -8/+8 |
| | |\ \ \ \
| | | |/ / /
| | | | / /
| | | |/ /
| | |/| | |
|
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -8/+8 |
| | | |/ |
|
* | | | | Minor tweaks, mostly formatting | jan.nijtmans | 2018-12-01 | 1 | -1/+1 |
|
|