summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-124-11/+11
* Fix [20a54ffdd5]: treeview tag delete doesn't clear binding table. Thanks to ...fvogel2022-05-081-0/+1
|\
| * Fix [20a54ffdd5]: treeview tag delete doesn't clear binding table. Thanks to ...fvogel2022-05-011-0/+1
* | Merge 8.6jan.nijtmans2022-05-072-2/+2
|\ \
| * \ Merge 8.6jan.nijtmans2022-05-057-11/+11
| |\ \
| * | | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-052-3/+3
* | | | Merge 8.6jan.nijtmans2022-05-059-15/+15
|\ \ \ \ | | |/ / | |/| |
| * | | Code cleanup, mainly eliminating unnecessary type-castsjan.nijtmans2022-05-059-14/+14
| |/ /
| * | Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which...jan.nijtmans2022-05-0310-21/+21
| * | Fix issue with <<TreeviewSelect>> event as described in [2a6c62afd9] in the c...fvogel2022-03-071-18/+4
| * | Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-021-84/+95
| * | Tune error message slightly again.fvogel2022-02-031-1/+1
| * | Change slightly the error message to match what 8.7 returns ([3fefb364e2] is ...fvogel2022-02-031-1/+1
| * | Fix [3fefb364e2]: crash in ttk::combobox current. Test combobox-2.8 now passes.fvogel2022-02-011-1/+11
* | | Alphabetize some string tablesjan.nijtmans2022-05-042-17/+17
| |/ |/|
* | Don't use TkSizeT type for tree.nTitleColumns (since it doesn't work in the o...jan.nijtmans2022-04-041-16/+16
* | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-1/+1
* | Fix bugs in treeview's "tag cell has" command.pspjuth2022-03-241-3/+6
* | Correct character counting bug in tkTextIndex.c, when TCL_UTF_MAX=3jan.nijtmans2022-03-221-1/+1
* | Eliminate some compiler warningsjan.nijtmans2022-03-221-2/+2
* | Rework <<TreeviewSelect>>. Patch by pspjuth.fvogel2022-03-031-44/+47
* | Merge 8.7jan.nijtmans2022-02-223-10/+11
|\ \
* | | Cosmeticfvogel2022-02-162-3/+3
* | | Cell Imagespspjuth2022-02-131-4/+25
* | | Correct center anchoring in treeview.pspjuth2022-02-131-1/+2
* | | Control separators per columnpspjuth2022-02-071-10/+30
* | | Fix remaining compiler warningsjan.nijtmans2022-01-231-24/+31
* | | Fix more warnings when compiling Tk with Tcl 9.fvogel2022-01-221-2/+2
* | | Fix warnings when building with gcc.fvogel2022-01-201-6/+8
* | | Fix build error on Linux with gcc (seen at Github actions). There are quite a...fvogel2022-01-191-1/+1
* | | Adapt to font changepspjuth2022-01-181-0/+1
* | | Use TCL_INDEX_NONE in new code. Like [1c6ef075]pspjuth2022-01-171-15/+18
* | | Merge mainpspjuth2022-01-173-46/+48
|\ \ \ | |/ /
| * | Fix testscases with -DTK_NO_DEPRECATED=1jan.nijtmans2022-01-071-1/+1
| * | Implement TIP #577 for ttk Treeview too.jan.nijtmans2022-01-072-38/+39
| * | Fix [822450d6e4] for use withTcl 9.0 as well (index >= 0 would be always true...jan.nijtmans2022-01-071-3/+3
| * | Merge 8.6marc_culler2021-12-301-6/+7
| |\ \ | | |/
| | * Adjust stylemarc_culler2021-12-281-6/+5
| | * Fix typo. (Oops.)marc_culler2021-12-281-1/+1
| | * Fix [822450d6e4]: Crash at exit in Aqua, caused marc_culler2021-12-281-4/+6
* | | Merge mainpspjuth2022-01-176-24/+23
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-12-204-8/+8
| |\ \ | | |/
| | * Change default initialization for ttk:label -anchor to "w"jan.nijtmans2021-12-202-2/+2
| | * Proposed fix for [6178610b1b]: Ttk uses TK_OPTION_NULL_OK in -justify/-anchor...jan.nijtmans2021-12-173-7/+7
| * | In case-statements, use "default:" in stead of "case TK_ANCHOR_CENTER:". So u...jan.nijtmans2021-12-172-9/+8
| * | Merge 8.6. Make anchorStrings, reliefString and justifyString MODULE_SCOPEjan.nijtmans2021-12-141-4/+4
| |\ \ | | |/
| * | Fix [924835c36d]: ttk::combobox current 0 crashes in trunk (only). With regre...jan.nijtmans2021-12-141-2/+2
* | | Merge mainpspjuth2022-01-178-39/+83
|\ \ \ | |/ /
| * | Fix [2a6c62afd9]: <<TreeviewSelect>> firing. (And fix conflicts).fvogel2021-12-041-8/+39
| |\ \ | | |/
| | * Name variables consistently.fvogel2021-11-211-3/+3