summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
Commit message (Expand)AuthorAgeFilesLines
* Allow TkTextSegToOffset to return a Tcl_Size. Make undoMarkId last field of T...jan.nijtmans2022-11-011-4/+5
* int -> Tcl_Size in Tk_ChunkMeasureProc/Tk_ChunkBboxProcjan.nijtmans2022-10-311-3/+3
* Merge 8.6. Use Tcl_Size in (undocumented) Tk_GetStyledElement functionjan.nijtmans2022-10-311-1/+1
|\
| * Enhance TKFLEXARRAY macro, in case we have a C99 compiler. But ... it cannot...jan.nijtmans2022-10-311-1/+1
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-7/+7
* | Tcl_Size usage warning fixes, more ClientData -> void *jan.nijtmans2022-10-211-4/+4
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-19/+11
* | Merge 8.7jan.nijtmans2022-03-021-20/+22
|\ \
| * \ Merge 8.7jan.nijtmans2022-02-181-9/+6
| |\ \
| * | | Get rid of underlineObj/overstrikgObj/elideObj int text tagsjan.nijtmans2022-02-021-6/+9
| * | | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u...jan.nijtmans2022-02-021-11/+9
| |/ /
| * | Use TIP #613 to improve error-messages in Tkjan.nijtmans2021-12-101-9/+13
* | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-1/+1
|/ /
* | Fix [34db75c0ac]: Text peer widget error on Down arrow key when passed -endli...fvogel2021-04-181-0/+2
|\ \ | |/
| * Fix stylefvogel2021-04-131-1/+1
| * Fix stylefvogel2021-04-131-1/+1
| * Factor out two places where the -startline/-endline range is checked.fvogel2021-04-131-0/+2
* | Merge 8.6jan.nijtmans2020-09-111-2/+2
|\ \ | |/
| * Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-2/+2
| |\
| | * More usages for TKFLEXARRAYjan.nijtmans2020-09-101-1/+1
| | * Merge trunk. Introduce TKFLEXARRAY, since this usage is a GNU extension (late...jan.nijtmans2020-09-101-1/+1
| | |\ | |_|/ |/| |
| | * Attempt to fix [3bc0f44ef3]: UBSan complains about body.chars[] usage. jan.nijtmans2020-09-091-1/+1
| |/ |/|
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-1/+1
* | Fix 2 (minor) gcc warningsjan.nijtmans2020-05-241-1/+1
* | More progressjan.nijtmans2020-05-241-1/+1
* | More progressjan.nijtmans2020-05-221-3/+3
|\ \
* | | More progressjan.nijtmans2020-05-211-1/+1
|/ /
* | Merge 8.6jan.nijtmans2019-01-101-1/+1
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-1/+1
| |\ \
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
| | * | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-031-2/+2
| * | | Make AsyncUpdateLineMetrics cancel any idle tasks for the afterSyncCmd before culler2019-01-021-2/+2
| * | | Use a flag bit instead of an int to store the sync state. Avoid running idleculler2019-01-021-2/+1
| * | | Make GenerateWidgetSyncEvent save the sync state whenever it sends an event,culler2018-12-311-1/+2
| |/ /
* | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-031-2/+2
* | | One more round of int -> size_t improvements (inspired by TIP #494, but then ...jan.nijtmans2018-10-171-4/+6
* | | Another round of (internal) int|long -> size_t replacements, at least when co...jan.nijtmans2018-10-161-4/+10
* | | The undo marks identifier is now a member of textPtr->sharedTextPtr. This mak...fvogel2016-07-061-0/+2
|/ /
* | Backed out anything dealing with stippling, in accordance with discussion abo...fvogel2016-03-081-5/+0
* | Fixed typo in comment (introduced by error in [6a21622c7e])fvogel2016-02-111-1/+1
* | -rmargincolor tag configuration option: implementationfvogel2016-02-101-0/+2
* | -lmargincolor tag configuration option: implementationfvogel2016-02-101-0/+3
* | -overstrikefg tag configuration option: implementationfvogel2016-02-091-0/+2
* | -underlinefg tag configuration option: implementationfvogel2016-02-091-1/+3
* | -selectfgstipple tag configuration option: implementationfvogel2016-02-091-0/+3
* | -selectbgstipple tag configuration option: implementationfvogel2016-02-091-0/+2
* | -selectforeground tag configuration option: implementationfvogel2016-02-091-0/+2
* | -selectbackground tag configuration option: implementationfvogel2016-02-091-0/+2
* | rebase "tip-438" branch to latest trunk.jan.nijtmans2016-01-071-0/+3
|\ \
| * | [.text sync -command $cmd] schedules execution of $cmd by the event loop at i...fvogel2015-12-261-1/+2