summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Name variables consistently.fvogel2021-11-211-3/+3
* ttk::treeview selection command: Generate <<TreeviewSelect>> only when the se...fvogel2021-11-211-5/+36
* Remove comment which is not true any more. Some more formattingjan.nijtmans2021-05-311-1/+1
* Apply patch from Christopher Chavez - removes extraneous definition of TK_NO_...culler2021-05-201-4/+0
* Sync genStubs.tcl changes from Tcl 8.6. Finish "make genstubs" for Ttk in mak...jan.nijtmans2021-01-271-3/+4
* Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-1614-18/+0
* Fix [80e4c6f695]: progress bars are weird on macOS 11.0.marc_culler2020-12-141-4/+5
* Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-5/+5
* TIP #581: More progressjan.nijtmans2020-09-091-12/+12
* TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-087-338/+416
* Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-0324-334/+342
* (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-033-34/+34
* 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
* | 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
| |/
* | 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 [14188104c3]: ttk::treeview scrollbar not updating. Thanks to cjmcdonald ...fvogel2020-04-251-1/+0
| |\
| | * Remove superfluous call to TtkScrolled. Analysis (see the ticket) shows it is...fvogel2020-04-191-4/+0
| | * Fix [14188104c3]: ttk::treeview scrollbar not updating. Add test treeview-9.2...fvogel2020-04-181-1/+4
| * | Refine comment and revert useless tab->spaces changefvogel2020-04-151-3/+3
| * | Fix [3519111fff]: Problem with scroll in ttkfvogel2020-04-151-4/+7
| |/
* | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f...fvogel2020-04-191-9/+30
|/
* Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-0620-270/+379
|\
| * Some code cleanup, backported from 8.7 (mainly usage of exact types and type-...jan.nijtmans2020-03-3012-232/+353
| * Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-112-3/+3
| * Add -Wpointer-arith to C-flags. Fix some ANSI prototypes.jan.nijtmans2020-02-241-1/+1
| |\
| | * Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som...jan.nijtmans2020-02-241-1/+1
| * | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl...jan.nijtmans2020-02-121-1/+1
| * | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve...jan.nijtmans2020-02-052-5/+8
| * | Fix [2830360fff]: ttk::entry looses state invalid at focus eventsfvogel2020-01-021-2/+6