| Commit message (Expand) | Author | Age | Files | Lines |
* | More consistancy in Tcl_WrongNumArgs() messages and documentation | jan.nijtmans | 2020-08-14 | 4 | -4/+4 |
|\ |
|
| * | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u... | jan.nijtmans | 2020-08-13 | 3 | -8/+19 |
| |\ |
|
| | * | [787adc5ed7] The workaround for Tk 8.5.* was still never quite right, and | dgp | 2020-03-16 | 1 | -0/+1 |
|
|
* | | | Use "?-option" in stead of "?option" consistantly in WrongNumArgs error-messa... | jan.nijtmans | 2020-08-14 | 4 | -7/+7 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-08-12 | 2 | -56/+56 |
|\ \ \
| |/ / |
|
| * | | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to b... | jan.nijtmans | 2020-08-12 | 2 | -26/+27 |
|
|
| * | | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XD... | jan.nijtmans | 2020-08-11 | 3 | -12/+34 |
|
|
| * | | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou... | jan.nijtmans | 2020-08-06 | 3 | -4/+9 |
|
|
* | | | Remove function TkMacOSXSetUpClippingRgn(), which does nothing. But keep its ... | jan.nijtmans | 2020-08-06 | 2 | -1/+9 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 2 | -19/+19 |
|\ \ \
| |/ / |
|
| * | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n... | jan.nijtmans | 2020-08-04 | 2 | -18/+18 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 3 | -36/+36 |
|\ \ \
| |/ / |
|
| * | | Make TCL_UNUSED() macro usable in Tk 8.6 | jan.nijtmans | 2020-08-04 | 1 | -0/+23 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 2 | -1/+17 |
|\ \ \
| |/ / |
|
| * | | end-of-line spacing cleanup | jan.nijtmans | 2020-08-03 | 2 | -2/+2 |
|
|
| * | | The colormaps do not fix winfo rgb. Handle that directly. And deal with Big... | culler | 2020-08-01 | 1 | -0/+16 |
|
|
* | | | Merge 8.6: fix testing and build issues on the various supported versions of ... | culler | 2020-07-27 | 1 | -26/+38 |
|\ \ \
| |/ / |
|
| * | | Improve image testing on macOS. | culler | 2020-07-21 | 1 | -26/+38 |
|
|
* | | | Merge 8.6 | marc_culler | 2020-07-18 | 3 | -7/+4 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-07-15 | 5 | -41/+35 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for... | jan.nijtmans | 2020-07-15 | 5 | -41/+35 |
|
|
* | | | | | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ... | fvogel | 2020-07-13 | 4 | -34/+112 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | 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 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no... | fvogel | 2020-07-12 | 1 | -2/+2 |
|
|
| * | | | | | Fix regression introduced by [f7f8ba2e3e]. Patch by Christopher Chavez. | fvogel | 2020-07-12 | 1 | -4/+5 |
|
|
| * | | | | | merge core-8-6-branch | fvogel | 2020-05-01 | 3 | -11/+17 |
| |\ \ \ \ \ |
|
| * | | | | | | Apply another patch by Christopher Chavez that fixes the jerk of strings on a... | fvogel | 2020-04-19 | 2 | -0/+31 |
|
|
| * | | | | | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f... | fvogel | 2020-04-19 | 2 | -18/+54 |
|
|
* | | | | | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 5 | -6/+6 |
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | 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 |
|
|
* | | | | | | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge... | fvogel | 2020-07-06 | 4 | -75/+75 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Remove excess spacing. | fvogel | 2020-06-03 | 1 | -1/+1 |
|
|
| * | | | | | | | | Remove now useless command and test constraint testgrab | fvogel | 2020-06-02 | 1 | -78/+0 |
|
|
| * | | | | | | | | Rename DoWarpWrtWin --> TkDoWarpWrtWin | fvogel | 2020-06-02 | 3 | -5/+5 |
|
|
| * | | | | | | | | Remove function DoWarpWrtScreen which was called from only one place, and add... | fvogel | 2020-06-02 | 2 | -38/+23 |
|
|
| * | | | | | | | | Rename DoWarp to DoWarWrtScreen, add function DoWarpWrtWin to factorize the c... | fvogel | 2020-06-02 | 3 | -34/+53 |
|
|
| * | | | | | | | | Remove the TK_DISPLAY_IN_WARP machinery completely. | fvogel | 2020-06-02 | 4 | -52/+10 |
|
|
| * | | | | | | | | Warping with respect to the whole screen is now synchronous as well (it is no... | fvogel | 2020-06-02 | 1 | -10/+7 |
|
|