summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* More consistancy in Tcl_WrongNumArgs() messages and documentationjan.nijtmans2020-08-144-4/+4
|\
| * Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u...jan.nijtmans2020-08-133-8/+19
| |\
| | * [787adc5ed7] The workaround for Tk 8.5.* was still never quite right, anddgp2020-03-161-0/+1
* | | Use "?-option" in stead of "?option" consistantly in WrongNumArgs error-messa...jan.nijtmans2020-08-144-7/+7
* | | Merge 8.6jan.nijtmans2020-08-122-56/+56
|\ \ \ | |/ /
| * | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to b...jan.nijtmans2020-08-122-26/+27
| * | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XD...jan.nijtmans2020-08-113-12/+34
| * | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-063-4/+9
* | | Remove function TkMacOSXSetUpClippingRgn(), which does nothing. But keep its ...jan.nijtmans2020-08-062-1/+9
* | | Merge 8.6jan.nijtmans2020-08-042-19/+19
|\ \ \ | |/ /
| * | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n...jan.nijtmans2020-08-042-18/+18
* | | Merge 8.6jan.nijtmans2020-08-043-36/+36
|\ \ \ | |/ /
| * | Make TCL_UNUSED() macro usable in Tk 8.6jan.nijtmans2020-08-041-0/+23
* | | Merge 8.6jan.nijtmans2020-08-042-1/+17
|\ \ \ | |/ /
| * | end-of-line spacing cleanupjan.nijtmans2020-08-032-2/+2
| * | The colormaps do not fix winfo rgb. Handle that directly. And deal with Big...culler2020-08-011-0/+16
* | | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-26/+38
|\ \ \ | |/ /
| * | Improve image testing on macOS.culler2020-07-211-26/+38
* | | Merge 8.6marc_culler2020-07-183-7/+4
|\ \ \ | |/ /
| * | Provide better control over how and when [NSView drawRect:] is called.marc_culler2020-07-183-12/+4
| |\ \
| | * | Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin.culler2020-07-161-3/+3
| | * | macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin...marc_culler2020-07-151-8/+0
| | * | Merge 8.6jan.nijtmans2020-07-1213-63/+136
| | |\ \
| | * | | Better control over when drawRect runs. Add check for drawing outside of the...culler2020-06-011-1/+1
| | * | | Add some methods for managing damage rectangles.culler2020-05-311-3/+0
| | * | | Merge 8.6culler2020-05-315-9/+9
| | |\ \ \
| | * | | | A partly but not completely successful attempt to control how drawRect is run.culler2020-05-301-0/+3
* | | | | | Merge 8.6jan.nijtmans2020-07-155-41/+35
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for...jan.nijtmans2020-07-155-41/+35
* | | | | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-134-34/+112
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add yet another comment about the '#if 0' in tkFont.cfvogel2020-07-121-1/+1
| * | | | | tkFont.c needs to include tkMacOSXInt.h on macOS, because this is where TK_DR...fvogel2020-07-121-0/+3
| * | | | | merge core-8-6-branchfvogel2020-07-1223-233/+460
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no...fvogel2020-07-121-2/+2
| * | | | | Fix regression introduced by [f7f8ba2e3e]. Patch by Christopher Chavez.fvogel2020-07-121-4/+5
| * | | | | merge core-8-6-branchfvogel2020-05-013-11/+17
| |\ \ \ \ \
| * | | | | | Apply another patch by Christopher Chavez that fixes the jerk of strings on a...fvogel2020-04-192-0/+31
| * | | | | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f...fvogel2020-04-192-18/+54
* | | | | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-085-6/+6
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | 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
* | | | | | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-064-75/+75
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove excess spacing.fvogel2020-06-031-1/+1
| * | | | | | | | Remove now useless command and test constraint testgrabfvogel2020-06-021-78/+0
| * | | | | | | | Rename DoWarpWrtWin --> TkDoWarpWrtWinfvogel2020-06-023-5/+5
| * | | | | | | | Remove function DoWarpWrtScreen which was called from only one place, and add...fvogel2020-06-022-38/+23
| * | | | | | | | Rename DoWarp to DoWarWrtScreen, add function DoWarpWrtWin to factorize the c...fvogel2020-06-023-34/+53
| * | | | | | | | Remove the TK_DISPLAY_IN_WARP machinery completely.fvogel2020-06-024-52/+10
| * | | | | | | | Warping with respect to the whole screen is now synchronous as well (it is no...fvogel2020-06-021-10/+7