Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | Edit comments, make some stylistic changes, remove an unused function parameter. | culler | 2020-08-21 | 10 | -132/+132 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-21 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Fix [291699a5]: ttk::scrollbar : graphical grip does not have mouse bindings. | jan.nijtmans | 2020-08-21 | 10 | -27/+29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove some eol-spacing. | |||||
| | * | | | | | | | | | | | | Fix mouse bindings for scrollbars with graphical grip elements. | bll | 2020-08-20 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Create new branch named "bug-291699a5" | bll | 2020-08-20 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-21 | 8 | -93/+91 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Fix [b505e5f6a9]: Aqua: possible to implement XSetClipRectangles()? | jan.nijtmans | 2020-08-21 | 9 | -81/+106 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | More cleanup in TkMacOSXSetupDrawingContext - thanks to Christopher Chavez. | culler | 2020-08-19 | 1 | -7/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code ↵ | culler | 2020-08-19 | 5 | -24/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from xgc.c; remove call to XSetClipMask; add debug logging | |||||
| | * | | | | | | | | | | | | Move stub entry for XSetClipRectangles to 106, since 92 is already filled in ↵ | jan.nijtmans | 2020-08-19 | 3 | -13/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tk 8.7 | |||||
| | * | | | | | | | | | | | | Yet another cleanup of TkMacOSXSetupDrawingContext | culler | 2020-08-18 | 1 | -50/+46 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Test using XSetClipRectangles on macOS. | culler | 2020-08-18 | 4 | -4/+38 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Fix [bb85d249dd]: valgrind complaints on 'canvas image' command (TIP 489) | jan.nijtmans | 2020-08-21 | 2 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Fix 2 places where using "unsigned long" is overkill on 64-bit platforms | jan.nijtmans | 2020-08-21 | 1 | -3/+3 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Improve formatting of ttk::style man page, and respect alphabetical order of ↵ | fvogel | 2020-08-20 | 1 | -25/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | commands. | |||||
| * | | | | | | | | | | | | Improve formatting of ttk::style man page, and respect alphabetical order of ↵ | fvogel | 2020-08-20 | 1 | -25/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commands. | |||||
* | | | | | | | | | | | | | One more use of TkNewIndexObj() macro. More code cleanup | jan.nijtmans | 2020-08-20 | 14 | -20/+20 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly ↵ | jan.nijtmans | 2020-08-20 | 6 | -36/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when compiled against Tcl 9.0 headers. | |||||
* | | | | | | | | | | | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The ↵ | fvogel | 2020-08-19 | 16 | -60/+87 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | focus ring of selected items of ttk::treeview disappears in the process. Also, clarify the layout (pack-like) algorithm, and simplify the code by not specifying option values that are anyway the default. Finally, remove documentation of the non-implemented TTK_STICK_ALL flag. | |||||
| * | | | | | | | | | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The ↵ | fvogel | 2020-08-19 | 14 | -51/+69 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | focus ring of selected items of ttk::treeview disappears in the process. Also, clarify the layout (pack-like) algorithm, and simplify the code by not specifying option values that are anyway the default. Finally, remove documentation of the non-implemented TTK_STICK_ALL flag. | |||||
| | * | | | | | | | | | | | Comment out documentation of -border and -unit as layout options. | fvogel | 2020-08-19 | 2 | -8/+11 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | 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 | 2 | -2/+7 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Remove documentation of non-implemented TTK_STICK_ALL flag. | fvogel | 2020-07-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when ↵ | fvogel | 2020-07-18 | 10 | -31/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -side (resp. TTK_PACK_*) is not given. Remove such superfluous specifications. | |||||
| | * | | | | | | | | | | | Two occurrences leftover in previous commit. | fvogel | 2020-07-18 | 1 | -4/+2 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto ↵ | fvogel | 2020-07-18 | 8 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for respectively the TTK_EXPAND and TTK_PACK_* flags. Remove such specs that are anyway ignored. | |||||
| | * | | | | | | | | | | | More detailed documentation of the simplified packing algorithm and options ↵ | fvogel | 2020-07-18 | 1 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used by ttk for layouts. | |||||
| | * | | | | | | | | | | | Document -expand for layouts, and order layout options alphabetically. | fvogel | 2020-07-17 | 1 | -5/+11 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Better formatting for the ttk Geometry man page. | fvogel | 2020-07-17 | 1 | -7/+9 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0 | fvogel | 2020-07-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Adapt systemSelectedTabTextColor to Big Sur. | culler | 2020-08-19 | 2 | -9/+18 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-18 | 1 | -12/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge 8.5 | jan.nijtmans | 2020-08-18 | 1 | -8/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Update Xcode from 11.5 to 11.6. | jan.nijtmans | 2020-08-17 | 2 | -4/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make "make install" and "make dist" part of the Travis build. | |||||
* | | | | | | | | | | | | merge core-8-6-branch | fvogel | 2020-08-17 | 2 | -6/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | 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 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Xcode 9 and 10 builds are failing. Let's see if this helps. | jan.nijtmans | 2020-08-17 | 1 | -0/+10 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-17 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | one more "const" | jan.nijtmans | 2020-08-17 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | const usage | jan.nijtmans | 2020-08-17 | 1 | -3/+3 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-17 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Disable warnings C4146 and C4305 (last one for 32-bit only) on Microsoft ↵ | jan.nijtmans | 2020-08-17 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compilers. Tcl already does this, but this was never taken over by Tk | |||||
* | | | | | | | | | | | merge core-8-6-branch | fvogel | 2020-08-16 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Backport [7510e5a9b9] and add corresponding documentation in ttk_widget.n so ↵ | fvogel | 2020-08-16 | 2 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that -font and -foreground are now documented in 8.6 in addition to 8.7. See request in [ddac78bd5e]. | |||||
* | | | | | | | | | | | Fix [315104a5c1] - corrects and extends the virtual event notifications of ↵ | culler | 2020-08-15 | 3 | -40/+109 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | appearance changes. | |||||
| * | | | | | | | | | Fix [315104a5c1] - corrects and extends the virtual event notifications of ↵ | culler | 2020-08-15 | 3 | -40/+109 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appearance changes. | |||||
| | * | | | | | | | | | misplaced #endif | culler | 2020-08-15 | 1 | -2/+2 | |
| | | | | | | | | | | |