summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-1/+1
* | Merge 8.7. jan.nijtmans2020-03-101-3/+22
|\ \
| * | Instroduce TCL_UNUSED() macro, and use to make more -Wextra warnings disappear.jan.nijtmans2020-03-081-0/+15
| * | Merge trunkjan.nijtmans2020-02-261-0/+2
| |\ \
| | * | Add internal function TkGetIntForIndex(), which handles integer indexes and "...jan.nijtmans2020-02-241-0/+2
| * | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-1/+3
| * | | Merge 8.7. More WIP.jan.nijtmans2019-12-161-2/+2
| |/ /
* | | Remove detection of Xkb performed at runtime, which removes the deprecation w...fvogel2020-02-231-1/+0
|/ /
* | Use Tcl_UtfToChar16DString() in stead of Tcl_UtfToUniCharDString(), since the...jan.nijtmans2019-12-041-0/+2
* | more Region-related revamp.jan.nijtmans2019-10-011-0/+12
* | Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-301-4/+4
* | Fix 'implicit declaration of TkPutImage' warning on UNIXjan.nijtmans2019-09-291-0/+10
* | Only use one of XPutImage/TkPutImage, dependant on platform. Both are present...jan.nijtmans2019-09-271-5/+0
|\ \
* | | Make MacOSX aqua and X11 share the same X11 stub table.jan.nijtmans2019-09-251-0/+5
* | | Merge trunkjan.nijtmans2019-09-251-2/+17
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-09-241-0/+4
| |\ \ | | |/
| | * Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-0/+4