| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve image testing on macOS. | culler | 2020-07-21 | 1 | -26/+38 |
|
|
* | Provide better control over how and when [NSView drawRect:] is called. | marc_culler | 2020-07-18 | 3 | -12/+4 |
|\ |
|
| * | Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin. | culler | 2020-07-16 | 1 | -3/+3 |
|
|
| * | macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin... | marc_culler | 2020-07-15 | 1 | -8/+0 |
|
|
| * | Merge 8.6 | jan.nijtmans | 2020-07-12 | 13 | -63/+136 |
| |\ |
|
| * | | Better control over when drawRect runs. Add check for drawing outside of the... | culler | 2020-06-01 | 1 | -1/+1 |
|
|
| * | | Add some methods for managing damage rectangles. | culler | 2020-05-31 | 1 | -3/+0 |
|
|
| * | | Merge 8.6 | culler | 2020-05-31 | 5 | -9/+9 |
| |\ \ |
|
| * | | | A partly but not completely successful attempt to control how drawRect is run. | culler | 2020-05-30 | 1 | -0/+3 |
|
|
* | | | | Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for... | jan.nijtmans | 2020-07-15 | 5 | -41/+35 |
|
|
* | | | | Add yet another comment about the '#if 0' in tkFont.c | fvogel | 2020-07-12 | 1 | -1/+1 |
|
|
* | | | | tkFont.c needs to include tkMacOSXInt.h on macOS, because this is where TK_DR... | fvogel | 2020-07-12 | 1 | -0/+3 |
|
|
* | | | | merge core-8-6-branch | fvogel | 2020-07-12 | 23 | -233/+460 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 7 | -9/+9 |
|
|
| * | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge... | fvogel | 2020-07-06 | 1 | -16/+16 |
| |\ \ \ |
|
| | * | | | Rework test bind-35.1 and simplify it a bit, make it fail in core-8-6-branch ... | fvogel | 2020-06-14 | 1 | -78/+0 |
|
|
| | * | | | Use TkGrabState() in function TestgrabObjCmd() instead of dispPtr->grabWinPtr... | fvogel | 2020-02-18 | 1 | -5/+4 |
|
|
| | * | | | Refine test bind-35.1 once more since [grab current] returns the eventualGrab... | fvogel | 2020-02-17 | 1 | -0/+79 |
|
|
| | * | | | Merge 8.6 | jan.nijtmans | 2020-02-17 | 18 | -97/+94 |
| | |\ \ \ |
|
| | * | | | | Fix [e3888d5820] (Grab on master prevents mouse pointer warp into slave widge... | fvogel | 2020-01-25 | 1 | -11/+11 |
|
|
| | * | | | | Reorder code snippet in HandleEventGenerate to make it easier to understand. ... | fvogel | 2020-01-06 | 1 | -5/+5 |
|
|
| * | | | | | Fix [40e4bf6198]: Entry/spinbox: double free when textvariable set in validat... | fvogel | 2020-07-06 | 1 | -3/+7 |
| |\ \ \ \ \ |
|
| | * | | | | | More complete fix: deal with the case the textvariable is set more than once ... | fvogel | 2020-06-18 | 1 | -0/+3 |
|
|
| | * | | | | | Fix [40e4bf6198]: Entry: double free when textvariable set in validatecommand... | fvogel | 2020-06-14 | 1 | -3/+4 |
|
|
| * | | | | | | Fix [16ef161925]: <Escape><Control-c> binding sequence not working anymore. | fvogel | 2020-06-27 | 1 | -12/+56 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Let tests bind-33.20 and bind-33.21 pass. | fvogel | 2020-06-21 | 1 | -2/+5 |
|
|
| | * | | | | | | Make a bit more use of helper functions. No functional change. | fvogel | 2020-05-03 | 1 | -10/+17 |
|
|
| | * | | | | | | Now a mixture of my fix with Gregor's fix. All tests from bind.test do pass a... | fvogel | 2020-05-03 | 1 | -5/+24 |
|
|
| | * | | | | | | Revert my fix proposal [dfa8bbc5] and commit a fix proposal from Gregor. Test... | fvogel | 2020-05-02 | 1 | -26/+19 |
|
|
| | * | | | | | | Fix proposal for [16ef161925]: <Escape><Control-c> binding sequence not worki... | fvogel | 2020-05-02 | 1 | -0/+20 |
|
|
| | * | | | | | | Add comments | fvogel | 2020-05-02 | 1 | -2/+4 |
|
|
| | * | | | | | | Use of IsSubsetOf function is clearer (no functional change). | fvogel | 2020-04-12 | 1 | -1/+1 |
|
|
| * | | | | | | | Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome... | fvogel | 2020-06-27 | 1 | -8/+32 |
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| | * | | | | | | Let the bug id be correct | fvogel | 2020-05-16 | 1 | -2/+2 |
|
|
| | * | | | | | | Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome... | fvogel | 2020-05-16 | 1 | -8/+32 |
|
|
| * | | | | | | | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 8 | -11/+11 |
|
|
| * | | | | | | | Update leftover comments that didn't follow the changes made in [0deef053f6] | fvogel | 2020-06-06 | 2 | -4/+4 |
|
|
| * | | | | | | | photo read command: memory error on shrink option did not close the channel | oehhar | 2020-06-04 | 1 | -0/+1 |
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 5 | -9/+9 |
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 5 | -23/+88 |
|
|
| * | | | | | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc... | jan.nijtmans | 2020-05-20 | 7 | -27/+61 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix TkUtfAtIndex(), still was not 100% correct. | jan.nijtmans | 2020-05-20 | 1 | -1/+2 |
|
|
| | * | | | | | > ... >= | jan.nijtmans | 2020-05-19 | 1 | -1/+1 |
|
|
| | * | | | | | Little variation on bug-a179564826, in which Character indexing is kept, but ... | jan.nijtmans | 2020-05-19 | 2 | -68/+6 |
|
|
| | * | | | | | Use Glyph indexing in more places (underscoring and canvas text and some more) | jan.nijtmans | 2020-05-19 | 5 | -24/+24 |
|
|
| | * | | | | | Merge 8.6 | jan.nijtmans | 2020-05-19 | 1 | -0/+7 |
| | |\ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | New (internal) function TkUtfPrev(). This function can handle 4-byte (illegal... | jan.nijtmans | 2020-05-19 | 3 | -3/+42 |
|
|
| | * | | | | | Add TkUtfCharComplete(), and use it in TkNumUtfChars() | jan.nijtmans | 2020-05-19 | 2 | -3/+19 |
| | |\ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Eliminate two Tcl_UtfNext() calls, because the UtfToUniChar() variants are mo... | jan.nijtmans | 2020-05-18 | 2 | -3/+4 |
|
|
| | * | | | | | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ... | culler | 2020-05-19 | 5 | -29/+113 |
|
|