Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto ↵ | fvogel | 2020-07-18 | 5 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for respectively the TTK_EXPAND and TTK_PACK_* flags. Remove such specs that are anyway ignored. | |||||
| | * | | | | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0 | fvogel | 2020-07-08 | 1 | -3/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | merge core-8-6-branch | fvogel | 2020-08-17 | 1 | -6/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Micro-optimization in tkScale.c, following no-op observation provided in ↵ | fvogel | 2020-08-17 | 1 | -6/+4 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [81c3ef9314]. | |||||
| | * | | | | | | Remove rounding of the fromValue to the resolution (which is a no-op). | fvogel | 2020-08-17 | 1 | -2/+5 | |
| | | | | | | | | ||||||
| | * | | | | | | Remove comment relic. | fvogel | 2020-08-17 | 1 | -5/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. ↵ | jan.nijtmans | 2020-08-14 | 6 | -94/+92 | |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported from revised_text. Various minor changes in error-messages, also inspired by revised_text | |||||
* | | | | | | | 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 ↵ | jan.nijtmans | 2020-08-13 | 3 | -8/+19 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | use of TCL_UNUSED macro | |||||
| | * | | | | | [787adc5ed7] The workaround for Tk 8.5.* was still never quite right, and | dgp | 2020-03-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | was continuing to crash in the Tk test suite. Do not know why it took 4 years to notice. | |||||
* | | | | | | | Use "?-option" in stead of "?option" consistantly in WrongNumArgs ↵ | jan.nijtmans | 2020-08-14 | 4 | -7/+7 | |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | error-messages (backported from revised_text) | |||||
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-12 | 2 | -56/+56 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to ↵ | jan.nijtmans | 2020-08-12 | 2 | -26/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | be sure | |||||
| * | | | | | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: ↵ | jan.nijtmans | 2020-08-11 | 3 | -12/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | XDestroyIC(), XCreatePixmapCursor(), XCreateGlyphCursor() | |||||
| * | | | | | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ↵ | jan.nijtmans | 2020-08-06 | 3 | -4/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | out, windows and X11 already had this) More use of TCL_UNUSED() | |||||
* | | | | | | Remove function TkMacOSXSetUpClippingRgn(), which does nothing. But keep its ↵ | jan.nijtmans | 2020-08-06 | 2 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | stub entry, just in case | |||||
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 2 | -19/+19 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes ↵ | jan.nijtmans | 2020-08-04 | 2 | -18/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | not affecting the API | |||||
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 3 | -36/+36 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | Move TkpRedrawWidget/TkpWillDrawWidget to entries 185/186 of stub table, that's where they were in Tk 8.6 | |||||
| * | | | | | 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 ↵ | culler | 2020-08-01 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Big Sur deprecations. | |||||
* | | | | | | Merge 8.6: fix testing and build issues on the various supported versions of ↵ | culler | 2020-07-27 | 1 | -26/+38 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | macOS. | |||||
| * | | | | | 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 ↵ | marc_culler | 2020-07-15 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | tkMacOSXFlushWindows, make XSync do nothing except process timer events. | |||||
| | * | | | | | Merge 8.6 | jan.nijtmans | 2020-07-12 | 13 | -63/+136 | |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | ||||||
| | * | | | | | Better control over when drawRect runs. Add check for drawing outside of ↵ | culler | 2020-06-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the drawRect clipping rectangle. | |||||
| | * | | | | | 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' ↵ | jan.nijtmans | 2020-07-15 | 5 | -41/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for 'unsigned long', since Tk cannot handle more than 32 bits anyway. Simply use 'unsigned' everywhere. | |||||
* | | | | | | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from ↵ | fvogel | 2020-07-13 | 4 | -34/+112 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | Christopher Chavez. | |||||
| * | | | | | | 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 ↵ | fvogel | 2020-07-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | TK_DRAW_IN_CONTEXT is defined. | |||||
| * | | | | | | 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 ↵ | fvogel | 2020-07-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | not defined are unused. Add comments telling this and pointing to ticket [7655f65ae7]. | |||||
| * | | | | | | 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 ↵ | fvogel | 2020-04-19 | 2 | -0/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aqua when selecting text (see the ticket). There is no functional change on Windows and Linux in this patch. | |||||
| * | | | | | | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch ↵ | fvogel | 2020-04-19 | 2 | -18/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from Christopher Chavez, slightly modified, and addresses the bug for Windows, Linux and macOS. | |||||
* | | | | | | | | 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 ↵ | fvogel | 2020-07-06 | 1 | -16/+16 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | widget. Mouse pointer warping happens at idle time, and the fix does not change this. | |||||
| | * | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that does not have the fix yet. | |||||
* | | | | | | | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave ↵ | fvogel | 2020-07-06 | 4 | -75/+75 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | widget. Mouse pointer warping happens synchronously. |