summaryrefslogtreecommitdiffstats
path: root/generic/tkTextImage.c
Commit message (Expand)AuthorAgeFilesLines
* Rebase to trunkjan.nijtmans2025-04-301-10/+0
|\
| * Merge 9.0jan.nijtmans2025-02-211-10/+0
* | Tk 9.1 doesn't run with Tcl 8.7 anymore. This allows a lot of cleanupjan.nijtmans2025-03-121-1/+1
|/
* Merge 9.0jan.nijtmans2025-01-241-6/+2
|\
* | progress in "text" widgetjan.nijtmans2024-12-101-0/+14
|/
* Fix [f91aa24bbe] for "textimage" and "frame": Use of Tcl_Obj vs char * in Wid...jan.nijtmans2024-10-181-11/+11
|\
| * Fix [f91aa24bbe] for "textimage" and "frame": Use of Tcl_Obj vs char * in Wid...jan.nijtmans2024-10-181-14/+14
* | Merge 9.0. Finish for "text"jan.nijtmans2024-10-071-2/+2
|\ \
* | | Almost done in "text" widgetjan.nijtmans2024-10-041-6/+14
* | | More progressjan.nijtmans2024-10-031-11/+16
|/ /
* | Make "entry" work. No test failures any more. Many renamings of fields (*Ptr ...jan.nijtmans2024-07-111-4/+4
* | Fix variable initialization and test-casesjan.nijtmans2024-06-071-0/+1
* | Proposed solution for [29ba539501]: many PIXEL options don't keep their confi...jan.nijtmans2024-06-071-2/+2
|/
* Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-3/+3
* Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* TkTextMakeByteIndex byteIndex int -> Tcl_Sizejan.nijtmans2024-01-301-2/+2
* Improve "-align"jan.nijtmans2024-01-191-11/+7
* Cherry-pick [47bcd4a0] (and a few more of the same)jan.nijtmans2024-01-131-1/+1
* Merge 8.6 (there we go again)jan.nijtmans2024-01-121-32/+11
|\
| * Fix bug in previous commit.fvogel2024-01-111-1/+2
| * Modified implementation inspired by the revised text widget and proposal from...fvogel2024-01-111-20/+12
| * Fix [737abf4523]: text widget has terrible performance with image create.fvogel2024-01-091-22/+8
* | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-6/+6
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+5
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-6/+2
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+9
* | int -> Tcl_Size in Tk_ChunkMeasureProc/Tk_ChunkBboxProcjan.nijtmans2022-10-311-2/+2
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-1/+1
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-3/+3
* | Merge 8.6jan.nijtmans2021-04-231-1/+1
|\ \ | |/
| * Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-2/+2
* | Fix [34db75c0ac]: Text peer widget error on Down arrow key when passed -endli...fvogel2021-04-181-6/+17
|\ \ | |/
| * Trying to get the index of an embedded image or window should trigger an erro...fvogel2021-04-181-6/+17
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Now really fix the build on Windows (MSVC) (warning was: not all control path...fvogel2020-09-281-1/+1
* | Fix the build on Windows (MSVC) (warning was: not all control paths return a ...fvogel2020-09-281-1/+1
* | Fix unused variable; fix typos in test image names command.marc_culler2020-09-281-2/+6
* | Merge 8.6jan.nijtmans2020-09-251-32/+18
|\ \ | |/
| * More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keywordjan.nijtmans2020-09-251-41/+41
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2
* | More progressjan.nijtmans2020-05-241-1/+1
* | More progressjan.nijtmans2020-05-221-8/+8
* | TIP 569 remove lint commentsdgp2020-03-181-2/+0
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-5/+5
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-11/+28
* | Merge trunkjan.nijtmans2018-11-251-3/+3
|\ \
| * | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-3/+3
| * | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-1/+1
| |/
* | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-6/+6
|/
* more places convertedjan.nijtmans2013-01-241-2/+2