| Commit message (Expand) | Author | Age | Files | Lines |
* | Respect alphabetical order of commands in source code (no functional change). | fvogel | 2020-08-30 | 12 | -31/+31 |
|
|
* | Add new ttk widget command 'style' returning the style used by the widget. | fvogel | 2020-08-30 | 13 | -1/+41 |
|
|
* | Silence compiler warning on macOS | fvogel | 2020-08-24 | 1 | -1/+1 |
|
|
* | Add new subcommand 'ttk::style theme styles' giving the ability to retrieve t... | fvogel | 2020-08-20 | 1 | -0/+26 |
|
|
* | One more use of TkNewIndexObj() macro. More code cleanup | jan.nijtmans | 2020-08-20 | 4 | -6/+5 |
|
|
* | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when... | jan.nijtmans | 2020-08-20 | 6 | -36/+31 |
|
|
* | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc... | fvogel | 2020-08-19 | 7 | -12/+9 |
|\ |
|
| * | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc... | fvogel | 2020-08-19 | 7 | -12/+9 |
| |\ |
|
| | * | Comment out documentation of -border and -unit as layout options. | fvogel | 2020-08-19 | 1 | -0/+1 |
|
|
| | * | Remove the focus ring of selected items of ttk::treeview. | fvogel | 2020-07-18 | 1 | -2/+1 |
|
|
| | * | Document -border and -unit options for ttk layouts. | fvogel | 2020-07-18 | 1 | -1/+0 |
|
|
| | * | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -... | fvogel | 2020-07-18 | 5 | -8/+6 |
|
|
| | * | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for... | fvogel | 2020-07-18 | 5 | -6/+6 |
|
|
| | * | 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 [81c... | fvogel | 2020-08-17 | 1 | -6/+4 |
| |\ \ |
|
| | * | | 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. Backp... | jan.nijtmans | 2020-08-14 | 6 | -94/+92 |
|
|
* | | | | 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 |
|
|