Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | fvogel | 2022-05-08 | 1 | -2/+6 |
| | | | | | | | | | | | | Christopher Chavez. | ||||
* | | | 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 |
| | | | | | | More Master->Container-related changes | ||||
* | | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option ↵ | jan.nijtmans | 2020-08-24 | 1 | -1/+1 |
| | | | | | | | | | | | | value ...? arguments | ||||
* | | | 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 ↵ | jan.nijtmans | 2020-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | error-messages (backported from revised_text) | ||||
* | | | 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 ↵ | jan.nijtmans | 2019-04-02 | 1 | -7/+7 |
| | | | | | | | | | | | | bigger ranges. | ||||
* | | | 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 ↵ | jan.nijtmans | 2019-01-08 | 1 | -8/+8 |
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows.h have conflicting symbols. *** POTENTIAL INCOMPATIBILITY *** on Windows only: gcc/clang/MSVC will generate new warnings in extensions when the "None" symbol is used incorrectly. Those warnings are all fixed in the core, that's what most of this commit is doing. | ||||
| | * | | \ | As requested by Christian Werner/François Vogel and others: Undo many None ↵ | jan.nijtmans | 2018-12-31 | 1 | -8/+8 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | | -> 0 changes, in order to reduce the probability of merge conflicts with other branches. Remark: Many usages of "None" in Tk are wrong, "NULL" should be used in many places where pointers are referenced in stead of XID's. Those places are corrected. | ||||
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None ↵ | jan.nijtmans | 2018-12-31 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 0 changes, in order to reduce the probability of merge conflicts with other branches. Remark: Many usages of "None" in Tk are wrong, "NULL" should be used in many places where pointers are referenced in stead of XID's. Those places are corrected. | ||||
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols | jan.nijtmans | 2018-12-20 | 1 | -8/+8 |
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| | | *** POTENTIAL INCOMPATIBILITY *** for Win32 only: On X11 and Mac, "None" can still be used as before | ||||
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵ | jan.nijtmans | 2018-12-20 | 1 | -8/+8 |
| | | |/ | | | | | | | | | | | | | | | | | Windows.h have conflicting symbols. Also fix a few newer (harmless) gcc warnings. | ||||
* | | | | Minor tweaks, mostly formatting | jan.nijtmans | 2018-12-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge trunk | jan.nijtmans | 2018-11-25 | 1 | -12/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we ↵ | jan.nijtmans | 2018-10-19 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | just can use "const" everywhere. typo's: occured -> occurred | ||||
| * | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. ↵ | jan.nijtmans | 2018-10-16 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | This is 100% upwards compatible, and equivalent to TIP #494 done in Tcl. With this, a ton of (char *) type casts can be eliminated | ||||
* | | | | Merge trunk. More internal improvements | jan.nijtmans | 2018-10-15 | 1 | -7/+8 |
|\ \ \ \ | |/ / / |