summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-2014-20/+20
* New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when...jan.nijtmans2020-08-206-36/+31
* Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-1916-60/+87
|\
| * Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-1914-51/+69
| |\
| | * Comment out documentation of -border and -unit as layout options.fvogel2020-08-192-8/+11
| | * Remove the focus ring of selected items of ttk::treeview.fvogel2020-07-181-2/+1
| | * Document -border and -unit options for ttk layouts.fvogel2020-07-182-2/+7
| | * Remove documentation of non-implemented TTK_STICK_ALL flag.fvogel2020-07-181-2/+2
| | * In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-1810-31/+29
| | * Two occurrences leftover in previous commit.fvogel2020-07-181-4/+2
| | * In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for...fvogel2020-07-188-11/+11
| | * More detailed documentation of the simplified packing algorithm and options u...fvogel2020-07-181-6/+13
| | * Document -expand for layouts, and order layout options alphabetically.fvogel2020-07-171-5/+11
| | * Better formatting for the ttk Geometry man page.fvogel2020-07-171-7/+9
| | * Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0fvogel2020-07-081-3/+3
| * | Adapt systemSelectedTabTextColor to Big Sur.culler2020-08-192-9/+18
* | | Merge 8.6jan.nijtmans2020-08-181-12/+12
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-08-181-8/+8
| |\ \
| | * | Update Xcode from 11.5 to 11.6.jan.nijtmans2020-08-172-4/+15
* | | | merge core-8-6-branchfvogel2020-08-172-6/+14
|\ \ \ \ | |/ / /
| * | | 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
| * | | | Xcode 9 and 10 builds are failing. Let's see if this helps.jan.nijtmans2020-08-171-0/+10
* | | | | Merge 8.6jan.nijtmans2020-08-171-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | one more "const"jan.nijtmans2020-08-171-1/+1
| * | | | const usagejan.nijtmans2020-08-171-3/+3
* | | | | Merge 8.6jan.nijtmans2020-08-171-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Disable warnings C4146 and C4305 (last one for 32-bit only) on Microsoft comp...jan.nijtmans2020-08-171-0/+4
* | | | | merge core-8-6-branchfvogel2020-08-160-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Backport [7510e5a9b9] and add corresponding documentation in ttk_widget.n so ...fvogel2020-08-162-3/+8
* | | | | Fix [315104a5c1] - corrects and extends the virtual event notifications of ap...culler2020-08-153-40/+109
|\ \ \ \ \ | |/ / / /
| * | | | Fix [315104a5c1] - corrects and extends the virtual event notifications of ap...culler2020-08-153-40/+109
| |\ \ \ \
| | * | | | misplaced #endifculler2020-08-151-2/+2
| | * | | | Adjustments for 10.6culler2020-08-151-3/+5
| | * | | | sync with bug-315104a5c10culler2020-08-153-50/+100
| | * | | | Fix the first event reporting a change in effective appearanceculler2020-08-112-5/+11
| | * | | | Generate a virtual event <<NewAccentColor>> when the accent or highlight colo...culler2020-08-111-8/+9
| | * | | | Fix [315104a5c10] for 8.6: Inappropriate virtual events sent when accent colo...culler2020-08-102-4/+15
* | | | | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-148-97/+95
* | | | | | More consistancy in Tcl_WrongNumArgs() messages and documentationjan.nijtmans2020-08-1439-98/+98
|\ \ \ \ \ \ | |/ / / / /
| * | | | | doc fixesjan.nijtmans2020-08-144-7/+7
* | | | | | Use "?-option" in stead of "?option" consistantly in WrongNumArgs error-messa...jan.nijtmans2020-08-147-15/+15
* | | | | | Aqua - automatically support all colors in Apple's system ColorListculler2020-08-134-26/+72
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Aqua - automatically support all colors in Apple's system ColorListculler2020-08-134-87/+72
| |\ \ \ \ \
| | * | | | | Use the TkMacOSXInDarkMode from bug-315104a5c10culler2020-08-131-4/+5
| | * | | | | Fix an issue with 10.9culler2020-08-121-1/+2
| | * | | | | Fix some issues with 10.6culler2020-08-123-2/+16
| | * | | | | Remove extra whitespace.culler2020-08-121-1/+1
| | * | | | | Aqua - automatically support all NSColors in the System ColorList.culler2020-08-123-83/+52