summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
* | 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
* | | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when...jan.nijtmans2020-08-201-0/+1
* | | 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
| | | |/ | | |/|
* | | | 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
* | | | | Fix [4fb812af90]: Build Failure on msys2 with gcc10. Also add more __cplusplu...jan.nijtmans2020-06-111-0/+8
* | | | | Merge trunk. Also (really) fix build against Tcl 8.6 TCL_UTF_MAX=6 nowjan.nijtmans2020-05-241-2/+2
|\ \ \ \ \
| * | | | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-4/+0
* | | | | | More progressjan.nijtmans2020-05-221-4/+9
|/ / / / /
* | | | | Merge 8.6jan.nijtmans2020-05-191-0/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | New (internal) function TkUtfPrev(). This function can handle 4-byte (illegal...jan.nijtmans2020-05-191-0/+2
| | |_|/ | |/| |
* | | | Don't use trans_chars array on MacOSX any more.culler2020-05-171-1/+1
|\ \ \ \ | |/ / /
| * | | Don't use trans_chars array on MacOSX any more.jan.nijtmans2020-05-171-1/+1
| |\ \ \
| | * | | Move platform-specific declarations into platform-specific header files.marc_culler2020-05-151-25/+5
| | * | | Merge 8.6marc_culler2020-05-151-3/+3
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Switch state and delta in TkWheelEvent so they match the layout in XKeyEvent.marc_culler2020-05-141-1/+1
| | * | | Add the macOS support, using the TkWheelEvent but not the TkKeyEvent since ma...culler2020-05-141-14/+14
| | * | | First concept cleanup for [d2a10a14a8] (already merged to core-8-6-branch but...jan.nijtmans2020-05-141-0/+24
| | | |/ | | |/|
* | | | Merge 8.6jan.nijtmans2020-05-151-3/+8
|\ \ \ \ | |/ / /
| * | | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w...jan.nijtmans2020-05-151-0/+6
| |/ /
| * | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-241-0/+10
| |/