summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Document -border and -unit options for ttk layouts.fvogel2020-07-181-1/+0
| | * | | | | | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-185-8/+6
| | * | | | | | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for...fvogel2020-07-185-6/+6
| | * | | | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0fvogel2020-07-081-3/+3
* | | | | | | | merge core-8-6-branchfvogel2020-08-171-6/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Micro-optimization in tkScale.c, following no-op observation provided in [81c...fvogel2020-08-171-6/+4
| |\ \ \ \ \ \
| | * | | | | | Remove rounding of the fromValue to the resolution (which is a no-op).fvogel2020-08-171-2/+5
| | * | | | | | Remove comment relic.fvogel2020-08-171-5/+0
* | | | | | | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-146-94/+92
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
| |\ \ \ \ \ \ \