summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-10-051-2/+2
|\
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-5/+5
* | Merge 8.6jan.nijtmans2020-09-091-8/+8
|\ \ | |/
| * TIP #581: More progressjan.nijtmans2020-09-091-12/+12
* | Merge 8.6jan.nijtmans2020-09-086-249/+252
|\ \ | |/
| * TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-087-338/+416
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-034-82/+82
* | Merge 8.6jan.nijtmans2020-09-0311-186/+197
|\ \ | |/
| * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-0324-334/+342
* | Merge 8.6jan.nijtmans2020-09-034-89/+89
|\ \ | |/
| * (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-033-34/+34
* | Merge trunkjan.nijtmans2020-08-2417-86/+78
|\ \
| * | Code cleanup (mainly unnecessary casts to (ClientData))jan.nijtmans2020-08-2414-42/+42
| * | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-201-1/+1
| * | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when...jan.nijtmans2020-08-203-31/+26
| * | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-197-12/+9
| |\ \ | | |/
| | * Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-197-12/+9
| | |\
| | | * Comment out documentation of -border and -unit as layout options.fvogel2020-08-191-0/+1
| | | * 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-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 trunkjan.nijtmans2020-08-144-8/+8
|\ \ \ \ | |/ / /
| * | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-144-8/+8
* | | | Merge trunkjan.nijtmans2020-08-141-1/+1
|\ \ \ \ | |/ / /
| * | | Use "?-option" in stead of "?option" consistantly in WrongNumArgs error-messa...jan.nijtmans2020-08-141-1/+1
* | | | Merge 8.7jan.nijtmans2020-08-131-3/+0
|\ \ \ \ | |/ / /
| * | | Merge 8.6marc_culler2020-07-181-3/+0
| |\ \ \ | | |/ /
| | * | Provide better control over how and when [NSView drawRect:] is called.marc_culler2020-07-181-8/+0
| | |\ \
| | | * | macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin...marc_culler2020-07-151-8/+0
| | | |/
* | | | Add documentation. Let ttk use the new Tk_SendVirtualEventjan.nijtmans2020-07-155-32/+5
|/ / /
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-131-9/+30
|\ \ \ | |/ /
| * | merge core-8-6-branchfvogel2020-07-121-10/+10
| |\ \ | | |/
| | * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
| | * Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-201-9/+9
| | |\
| | | * Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-191-11/+11
| | |/
| * | merge core-8-6-branchfvogel2020-05-012-4/+6
| |\ \ | | |/
| * | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f...fvogel2020-04-191-9/+30
* | | TIP 578: Death to TCL_DBGXjan.nijtmans2020-07-031-3/+1
* | | Fix two (minor) warnings, discovered with gcc-10, using Tcl 9 headers)jan.nijtmans2020-06-021-1/+1
* | | A few more tweaks, using size_t in Tcl 9 builds.jan.nijtmans2020-05-272-35/+35
* | | Add Clang++ build to Travis on MacOS. Use more size_t internally, when compi...jan.nijtmans2020-05-276-113/+114
|\ \ \
| * | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-265-97/+97
| * | | Negative "slaveIndex" means out-of-bounds too.jan.nijtmans2020-05-251-1/+1
| * | | Formatting and even more size_t usage.jan.nijtmans2020-05-255-24/+25
|/ / /
* | | Fix 2 (minor) gcc warningsjan.nijtmans2020-05-241-1/+1
* | | More progressjan.nijtmans2020-05-241-7/+7
* | | Merge trunk. Also (really) fix build against Tcl 8.6 TCL_UTF_MAX=6 nowjan.nijtmans2020-05-243-3/+48
|\ \ \
| * \ \ Merge implementation of TIP #574 following acceptation by vote.fvogel2020-05-243-3/+48
| |\ \ \