summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-087-9/+9
* Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-061-16/+16
|\
| * Rework test bind-35.1 and simplify it a bit, make it fail in core-8-6-branch ...fvogel2020-06-141-78/+0
| * Use TkGrabState() in function TestgrabObjCmd() instead of dispPtr->grabWinPtr...fvogel2020-02-181-5/+4
| * Refine test bind-35.1 once more since [grab current] returns the eventualGrab...fvogel2020-02-171-0/+79
| * Merge 8.6jan.nijtmans2020-02-1718-97/+94
| |\
| * | Fix [e3888d5820] (Grab on master prevents mouse pointer warp into slave widge...fvogel2020-01-251-11/+11
| * | Reorder code snippet in HandleEventGenerate to make it easier to understand. ...fvogel2020-01-061-5/+5
* | | Fix [40e4bf6198]: Entry/spinbox: double free when textvariable set in validat...fvogel2020-07-061-3/+7
|\ \ \
| * | | More complete fix: deal with the case the textvariable is set more than once ...fvogel2020-06-181-0/+3
| * | | Fix [40e4bf6198]: Entry: double free when textvariable set in validatecommand...fvogel2020-06-141-3/+4
* | | | Fix [16ef161925]: <Escape><Control-c> binding sequence not working anymore.fvogel2020-06-271-12/+56
|\ \ \ \
| * | | | Let tests bind-33.20 and bind-33.21 pass.fvogel2020-06-211-2/+5
| * | | | Make a bit more use of helper functions. No functional change.fvogel2020-05-031-10/+17
| * | | | Now a mixture of my fix with Gregor's fix. All tests from bind.test do pass a...fvogel2020-05-031-5/+24
| * | | | Revert my fix proposal [dfa8bbc5] and commit a fix proposal from Gregor. Test...fvogel2020-05-021-26/+19
| * | | | Fix proposal for [16ef161925]: <Escape><Control-c> binding sequence not worki...fvogel2020-05-021-0/+20
| * | | | Add commentsfvogel2020-05-021-2/+4
| * | | | Use of IsSubsetOf function is clearer (no functional change).fvogel2020-04-121-1/+1
* | | | | Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome...fvogel2020-06-271-8/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Let the bug id be correctfvogel2020-05-161-2/+2
| * | | | Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome...fvogel2020-05-161-8/+32
* | | | | Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-088-11/+11
* | | | | Update leftover comments that didn't follow the changes made in [0deef053f6]fvogel2020-06-062-4/+4
* | | | | photo read command: memory error on shrink option did not close the channeloehhar2020-06-041-0/+1
* | | | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-315-9/+9
* | | | | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-295-23/+88
* | | | | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-207-27/+61
|\ \ \ \ \
| * | | | | Fix TkUtfAtIndex(), still was not 100% correct.jan.nijtmans2020-05-201-1/+2
| * | | | | > ... >=jan.nijtmans2020-05-191-1/+1
| * | | | | Little variation on bug-a179564826, in which Character indexing is kept, but ...jan.nijtmans2020-05-192-68/+6
| * | | | | Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-195-24/+24
| * | | | | Merge 8.6jan.nijtmans2020-05-191-0/+7
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | New (internal) function TkUtfPrev(). This function can handle 4-byte (illegal...jan.nijtmans2020-05-193-3/+42
| * | | | | Add TkUtfCharComplete(), and use it in TkNumUtfChars()jan.nijtmans2020-05-192-3/+19
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Eliminate two Tcl_UtfNext() calls, because the UtfToUniChar() variants are mo...jan.nijtmans2020-05-182-3/+4
| * | | | | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-195-29/+113
| * | | | | Merge 8.6jan.nijtmans2020-05-183-3/+11
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Add support for setting InputLanguage encoding to "utf-8". I don't know if it...jan.nijtmans2020-05-181-2/+2
* | | | | | Don't use trans_chars array on MacOSX any more.jan.nijtmans2020-05-171-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Incorporate the changes which make unix use trans_chars.culler2020-05-161-14/+0
| |\ \ \ \ \
| | * | | | | Experiment: What if we would use the trans_chars array on all platforms, X11 ...jan.nijtmans2020-05-152-23/+9
| |/ / / / / |/| | | | |
| * | | | | Make sure unix includes its platform-specific header in files that use TkKeyE...culler2020-05-151-0/+10
| * | | | | 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-142-17/+17
| * | | | | First concept cleanup for [d2a10a14a8] (already merged to core-8-6-branch but...jan.nijtmans2020-05-142-1/+27
* | | | | | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w...jan.nijtmans2020-05-152-1/+9
|/ / / / /
| * | | | More improvements handling characters > U+FFFF as surrogates. Add internal Tk...jan.nijtmans2020-05-1410-132/+177
| |\ \ \ \ | |/ / / / |/| / / / | |/ / /