summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
Commit message (Expand)AuthorAgeFilesLines
* Merge trunk. Fix spinbox behaviorjan.nijtmans2020-09-161-1/+1
|\
| * Fix [53d03e8f3a]: --disable-shared build against Tcl 9 failsjan.nijtmans2020-09-151-1/+1
| |\
| | * My fixes for build fails against Tcl 9 headers.dgp2020-09-151-1/+3
| |/
* | Make default underline -1 (again) when compiled with Tcl 8 headersjan.nijtmans2020-09-141-4/+3
* | Make all test-cases pass (finally)jan.nijtmans2020-09-141-1/+1
* | Merge trunkjan.nijtmans2020-09-141-2/+5
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-09-111-0/+5
| |\
| | * Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-0/+5
| | |\
| | | * Merge trunk. Introduce TKFLEXARRAY, since this usage is a GNU extension (late...jan.nijtmans2020-09-101-0/+6
| | |/ | |/|
| * | Merge 8.6jan.nijtmans2020-09-081-2/+0
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-09-061-22/+20
|\ \ \ | |/ /
| * | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-2/+2
| * | Merge 8.6jan.nijtmans2020-09-031-7/+9
| |\ \ | | |/
| | * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-7/+9
| * | Merge 8.6jan.nijtmans2020-09-031-3/+3
| |\ \ | | |/
| * | Merge 8.6jan.nijtmans2020-09-031-1/+1
| |\ \ | | |/
| | * Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-1/+1
| * | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-021-9/+0
| |\ \
| | * \ Merge trunkjan.nijtmans2020-08-241-0/+1
| | |\ \
| | * | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-9/+0
| * | | | Merge 8.6jan.nijtmans2020-08-311-0/+5
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Change expectation of safe-5.1 (error-message changed in Tcl)jan.nijtmans2020-08-311-0/+5
| | * | Make TCL_UNUSED() macro usable in Tk 8.6jan.nijtmans2020-08-041-0/+23
* | | | Merge trunkjan.nijtmans2020-08-201-1/+5
|\ \ \ \ | |/ / /
| * | | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when...jan.nijtmans2020-08-201-0/+1
* | | | Merge trunkjan.nijtmans2020-07-171-2/+6
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-07-151-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for...jan.nijtmans2020-07-151-1/+1
| * | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-131-0/+4
| |\ \ | | |/
| | * merge core-8-6-branchfvogel2020-07-121-1/+11
| | |\
| | * | Apply another patch by Christopher Chavez that fixes the jerk of strings on a...fvogel2020-04-191-0/+4
| * | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
| | * | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-201-0/+2
| | |\ \
| | | * | Little variation on bug-a179564826, in which Character indexing is kept, but ...jan.nijtmans2020-05-191-2/+1
| | | * | Add TkUtfCharComplete(), and use it in TkNumUtfChars()jan.nijtmans2020-05-191-0/+3
| | | |\ \
| | | * | | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-191-0/+4
| | | * | | Merge 8.6jan.nijtmans2020-05-181-0/+6
| | | |\ \ \ | | | | |/ /
| | | * | | More improvements handling characters > U+FFFF as surrogates. Add internal Tk...jan.nijtmans2020-05-141-0/+2
| | | | |/ | | | |/|
* | | | | Merge trunkjan.nijtmans2020-07-071-4/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-061-4/+1
| |\ \ \ \
| | * | | | Rename DoWarpWrtWin --> TkDoWarpWrtWinfvogel2020-06-021-1/+1
| | * | | | Rename DoWarp to DoWarWrtScreen, add function DoWarpWrtWin to factorize the c...fvogel2020-06-021-0/+1
| | * | | | Remove the TK_DISPLAY_IN_WARP machinery completely.fvogel2020-06-021-5/+1
* | | | | | Merge trunk. New helper function TkNewIndexObj()jan.nijtmans2020-07-061-0/+1
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Merge trunkjan.nijtmans2020-06-231-0/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [4fb812af90]: Build Failure on msys2 with gcc10. Also add more __cplusplu...jan.nijtmans2020-06-111-0/+8
* | | | | | More progress, implementing enhanced "-underline"jan.nijtmans2020-06-121-0/+3
* | | | | | Make it compile/run with Tcl 8.6 (again), even without strict-index modificat...jan.nijtmans2020-06-091-0/+4
|/ / / / /
* | | | | Merge trunk. Also (really) fix build against Tcl 8.6 TCL_UTF_MAX=6 nowjan.nijtmans2020-05-241-2/+2
|\ \ \ \ \