summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Collapse)AuthorAgeFilesLines
* 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 -> ↵jan.nijtmans2020-09-034-82/+82
| | | | | | | | Container related (internal) changes
* | Merge 8.6jan.nijtmans2020-09-0311-186/+197
|\ \ | |/
| * Another round of TIP #581-related name changes. Now merely concentrated on ↵jan.nijtmans2020-09-0324-334/+342
| | | | | | | | consistancy in the test-cases
* | Merge 8.6jan.nijtmans2020-09-034-89/+89
|\ \ | |/
| * (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-033-34/+34
| | | | | | More Master->Container-related changes
* | 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 ↵jan.nijtmans2020-08-203-31/+26
| | | | | | | | | | | | when compiled against Tcl 9.0 headers.
| * | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The ↵fvogel2020-08-197-12/+9
| |\ \ | | |/ | | | | | | 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 ↵fvogel2020-08-197-12/+9
| | |\ | | | | | | | | | | | | 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.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
| | | | | | | | | | | | | | | | -side (resp. TTK_PACK_*) is not given. Remove such superfluous specifications.
| | | * In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto ↵fvogel2020-07-185-6/+6
| | | | | | | | | | | | | | | | for respectively the TTK_EXPAND and TTK_PACK_* flags. Remove such specs that are anyway ignored.
| | | * 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. ↵jan.nijtmans2020-08-144-8/+8
| | | | | | | | | | | | | | | | | | | | Backported from revised_text. Various minor changes in error-messages, also inspired by revised_text
* | | | Merge trunkjan.nijtmans2020-08-141-1/+1
|\ \ \ \ | |/ / /
| * | | Use "?-option" in stead of "?option" consistantly in WrongNumArgs ↵jan.nijtmans2020-08-141-1/+1
| | | | | | | | | | | | | | | | error-messages (backported from revised_text)
* | | | 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 ↵marc_culler2020-07-151-8/+0
| | | |/ | | | | | | | | | | | | tkMacOSXFlushWindows, make XSync do nothing except process timer events.
* | | | Add documentation. Let ttk use the new Tk_SendVirtualEventjan.nijtmans2020-07-155-32/+5
|/ / /
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from ↵fvogel2020-07-131-9/+30
|\ \ \ | |/ / | | | | | | Christopher Chavez.
| * | 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 ↵jan.nijtmans2020-05-201-9/+9
| | |\ | | | | | | | | | | | | Tcl_UtfAtIndex() only it protects against ending in the middle of a 4-byte UTF-8 sequence. This should fix another part of [a179564826] when handling copy-pasted Emoji in Text/Entry (and other) widgets.
| | | * Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ↵culler2020-05-191-11/+11
| | |/ | | | | | | | | | editing emoji text (without variant selectors) in Entry widgets on macOS.
| * | merge core-8-6-branchfvogel2020-05-012-4/+6
| |\ \ | | |/
| * | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch ↵fvogel2020-04-191-9/+30
| | | | | | | | | | | | from Christopher Chavez, slightly modified, and addresses the bug for Windows, Linux and macOS.
* | | 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 ↵jan.nijtmans2020-05-276-113/+114
|\ \ \ | | | | | | | | | | | | compiled against Tcl 9 headers. No change when compiled against Tcl 8.
| * | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ↵jan.nijtmans2020-05-265-97/+97
| | | | | | | | | | | | | | | | compiled against Tcl 9 headers. Various more fixes in using size_t for Tcl >= 9
| * | | 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
| |\ \ \
| | * | | A few cosmetic changesfvogel2020-05-081-4/+4
| | | | |
| | * | | Fix [1bb2f1d7ab]: ttk::treeview doesn't delete tags. Patch from Emiliano ↵fvogel2020-05-083-0/+45
| | | | | | | | | | | | | | | | | | | | Gavilan.