summaryrefslogtreecommitdiffstats
path: root/generic/tkOldConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Something wrong with previous commitjan.nijtmans2024-06-161-1/+1
* Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-161-11/+15
* Fix [c2b8a44bb9]: compiler warnings about ckfree()jan.nijtmans2024-03-291-2/+2
* Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs wit...jan.nijtmans2024-03-271-10/+10
* Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-2/+2
* TIP #647 (partial, only the 100% upwards compatible part)jan.nijtmans2023-11-281-5/+5
* Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-2/+2
|\
| * Fix [9675dd5916]: tkOldConfig.c incorrectly uses ckfree() when freeProc == fr...jan.nijtmans2023-10-111-2/+2
* | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-4/+4
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-5/+5
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-2/+6
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-6/+2
| * Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-121-2/+2
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-2/+10
* | Merge 8.6jan.nijtmans2022-11-251-1/+1
|\ \ | |/
| * Slightly better: Check for specPtr->offset < 0 before doing calculations with itjan.nijtmans2022-11-251-1/+1
* | Merge 8.6jan.nijtmans2022-11-251-1/+1
|\ \ | |/
| * Fix [56e7e25369]: Commit [2f2bccfc22d]: enless loop ?jan.nijtmans2022-11-251-1/+1
| * Handle the TCL_NULL_OK flag, if running with Tcl 8.7, as synonym for TK_CONFI...jan.nijtmans2022-11-231-1/+1
| * Protect specPtr->offset against begin < 0, so it doesn't lead to a crash any ...jan.nijtmans2022-11-231-20/+30
* | If compiled with -DTK_NO_DEPRECATED, make TK_CONFIG_OBJS mandatory. So, we co...jan.nijtmans2022-11-031-0/+8
* | Allow specPtr->offset to have the value TCL_INDEX_NONE. Use this in tkImgPhot...jan.nijtmans2022-11-031-1/+10
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-1/+1
* | TCL_INDEX_NULL_OK -> TCL_NULL_OK (following TIP #618)jan.nijtmans2022-10-071-1/+1
* | Sync TCL_INDEX_NULL_OK changes from Tcljan.nijtmans2022-04-151-1/+7
* | Merge 8.6jan.nijtmans2022-04-141-11/+0
|\ \ | |/
| * Remove unused #definejan.nijtmans2022-04-141-11/+0
| * Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS...jan.nijtmans2020-10-011-2/+0
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6jan.nijtmans2020-09-291-20/+18
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-09-151-2/+1
|\ \ | |/
| * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-15/+14
* | Merge 8.6jan.nijtmans2020-09-041-1/+1
|\ \ | |/
| * TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-1/+1
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-1/+1
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-16/+17
* | Merge 8.6jan.nijtmans2019-01-101-6/+6
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-5/+5
| |\ \
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-6/+6
| | | |\
| | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-19/+19
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-19/+19
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-20/+20
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-20/+20
| | |/
* | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-10/+11
* | | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier ...jan.nijtmans2018-08-081-0/+4
|/ /
* | minor spacing, no functional change.jan.nijtmans2015-08-181-1/+1
* | Fix for [805cffb017fde5ba]: segfault via Tk_ConfigureWidgetjan.nijtmans2015-07-071-2/+4
|\ \ | |/
| * Fix for [805cffb017fde5ba]: segfault via Tk_ConfigureWidgetjan.nijtmans2015-07-071-2/+4