summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* TIP #590 follow-up: When to use Tk/Ttk resp. tk/ttkjan.nijtmans2020-12-083-9/+15
* Provide "ttk" as lower case packagename too (as well as "Ttk")jan.nijtmans2020-12-032-0/+7
* Merge trunk, and fix conflict in tests/ttk/scrollbar.test (due to [33556bc9]).fvogel2020-10-3124-600/+600
|\
| * Merge 8.6. More usage of TCL_UNUSED macrojan.nijtmans2020-10-156-38/+51
| |\
| * | Make everything compile warning-free using -Wundefjan.nijtmans2020-10-081-5/+5
| * | 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
| * | | Merge trunkjan.nijtmans2020-08-144-8/+8
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2020-08-141-1/+1
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2020-08-131-3/+0
| |\ \ \ \ \
| * | | | | | Add documentation. Let ttk use the new Tk_SendVirtualEventjan.nijtmans2020-07-155-32/+5
* | | | | | | Remove dead code (Ttk_GetStyle creates the style if it doesn't already exist,...fvogel2020-09-201-3/+1
* | | | | | | Fix typos in comments in generic/ttk/ttkTheme.cfvogel2020-09-201-3/+3
* | | | | | | Respect alphabetical order of commands in source code (no functional change).fvogel2020-08-3012-31/+31
* | | | | | | Add new ttk widget command 'style' returning the style used by the widget.fvogel2020-08-3013-1/+41
* | | | | | | Silence compiler warning on macOSfvogel2020-08-241-1/+1
* | | | | | | Add new subcommand 'ttk::style theme styles' giving the ability to retrieve t...fvogel2020-08-201-0/+26
| |_|_|_|/ / |/| | | | |
* | | | | | 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
* | | | | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-144-8/+8
| |_|_|_|/ |/| | | |
* | | | | Use "?-option" in stead of "?option" consistantly in WrongNumArgs error-messa...jan.nijtmans2020-08-141-1/+1
| |_|_|/ |/| | |
* | | | 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
| | |/
* | | 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