| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issue with <<TreeviewSelect>> event as described in [2a6c62afd9] in the c... | fvogel | 2022-03-07 | 1 | -18/+4 |
|
|
* | Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing) | jan.nijtmans | 2022-03-02 | 1 | -84/+95 |
|
|
* | Tune error message slightly again. | fvogel | 2022-02-03 | 1 | -1/+1 |
|
|
* | Change slightly the error message to match what 8.7 returns ([3fefb364e2] is ... | fvogel | 2022-02-03 | 1 | -1/+1 |
|
|
* | Fix [3fefb364e2]: crash in ttk::combobox current. Test combobox-2.8 now passes. | fvogel | 2022-02-01 | 1 | -1/+11 |
|
|
* | Adjust style | marc_culler | 2021-12-28 | 1 | -6/+5 |
|
|
* | Fix typo. (Oops.) | marc_culler | 2021-12-28 | 1 | -1/+1 |
|
|
* | Fix [822450d6e4]: Crash at exit in Aqua, caused
| marc_culler | 2021-12-28 | 1 | -4/+6 |
|
|
* | Change default initialization for ttk:label -anchor to "w" | jan.nijtmans | 2021-12-20 | 2 | -2/+2 |
|
|
* | Proposed fix for [6178610b1b]: Ttk uses TK_OPTION_NULL_OK in -justify/-anchor... | jan.nijtmans | 2021-12-17 | 3 | -7/+7 |
|
|
* | Name variables consistently. | fvogel | 2021-11-21 | 1 | -3/+3 |
|
|
* | ttk::treeview selection command: Generate <<TreeviewSelect>> only when the se... | fvogel | 2021-11-21 | 1 | -5/+36 |
|
|
* | Remove comment which is not true any more. Some more formatting | jan.nijtmans | 2021-05-31 | 1 | -1/+1 |
|
|
* | Apply patch from Christopher Chavez - removes extraneous definition of TK_NO_... | culler | 2021-05-20 | 1 | -4/+0 |
|
|
* | Sync genStubs.tcl changes from Tcl 8.6. Finish "make genstubs" for Ttk in mak... | jan.nijtmans | 2021-01-27 | 1 | -3/+4 |
|
|
* | Tidy up with a patch from Christopher Chavez. Removes redundant include direc... | marc_culler | 2020-12-16 | 14 | -18/+0 |
|
|
* | Fix [80e4c6f695]: progress bars are weird on macOS 11.0. | marc_culler | 2020-12-14 | 1 | -4/+5 |
|
|
* | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -5/+5 |
|
|
* | TIP #581: More progress | jan.nijtmans | 2020-09-09 | 1 | -12/+12 |
|
|
* | TIP #581: master -> container and slave -> content in ttk (mainly) | jan.nijtmans | 2020-09-08 | 7 | -338/+416 |
|
|
* | Another round of TIP #581-related name changes. Now merely concentrated on co... | jan.nijtmans | 2020-09-03 | 24 | -334/+342 |
|
|
* | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 3 | -34/+34 |
|
|
* | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc... | fvogel | 2020-08-19 | 7 | -12/+9 |
|\ |
|
| * | Comment out documentation of -border and -unit as layout options. | fvogel | 2020-08-19 | 1 | -0/+1 |
|
|
| * | Remove the focus ring of selected items of ttk::treeview. | fvogel | 2020-07-18 | 1 | -2/+1 |
|
|
| * | Document -border and -unit options for ttk layouts. | fvogel | 2020-07-18 | 1 | -1/+0 |
|
|
| * | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -... | fvogel | 2020-07-18 | 5 | -8/+6 |
|
|
| * | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for... | fvogel | 2020-07-18 | 5 | -6/+6 |
|
|
| * | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0 | fvogel | 2020-07-08 | 1 | -3/+3 |
|
|
* | | Provide better control over how and when [NSView drawRect:] is called. | marc_culler | 2020-07-18 | 1 | -8/+0 |
|\ \ |
|
| * | | macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin... | marc_culler | 2020-07-15 | 1 | -8/+0 |
| |/ |
|
* | | merge core-8-6-branch | fvogel | 2020-07-12 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|
|
| * | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc... | jan.nijtmans | 2020-05-20 | 1 | -9/+9 |
| |\ |
|
| | * | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ... | culler | 2020-05-19 | 1 | -11/+11 |
| |/ |
|
* | | merge core-8-6-branch | fvogel | 2020-05-01 | 2 | -4/+6 |
|\ \
| |/ |
|
| * | Fix [14188104c3]: ttk::treeview scrollbar not updating. Thanks to cjmcdonald ... | fvogel | 2020-04-25 | 1 | -1/+0 |
| |\ |
|
| | * | Remove superfluous call to TtkScrolled. Analysis (see the ticket) shows it is... | fvogel | 2020-04-19 | 1 | -4/+0 |
|
|
| | * | Fix [14188104c3]: ttk::treeview scrollbar not updating. Add test treeview-9.2... | fvogel | 2020-04-18 | 1 | -1/+4 |
|
|
| * | | Refine comment and revert useless tab->spaces change | fvogel | 2020-04-15 | 1 | -3/+3 |
|
|
| * | | Fix [3519111fff]: Problem with scroll in ttk | fvogel | 2020-04-15 | 1 | -4/+7 |
| |/ |
|
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f... | fvogel | 2020-04-19 | 1 | -9/+30 |
|/ |
|
* | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati... | jan.nijtmans | 2020-04-06 | 20 | -270/+379 |
|\ |
|
| * | Some code cleanup, backported from 8.7 (mainly usage of exact types and type-... | jan.nijtmans | 2020-03-30 | 12 | -232/+353 |
|
|
| * | Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c... | jan.nijtmans | 2020-03-11 | 2 | -3/+3 |
|
|
| * | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes. | jan.nijtmans | 2020-02-24 | 1 | -1/+1 |
| |\ |
|
| | * | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som... | jan.nijtmans | 2020-02-24 | 1 | -1/+1 |
|
|
| * | | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl... | jan.nijtmans | 2020-02-12 | 1 | -1/+1 |
|
|
| * | | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve... | jan.nijtmans | 2020-02-05 | 2 | -5/+8 |
|
|
| * | | Fix [2830360fff]: ttk::entry looses state invalid at focus events | fvogel | 2020-01-02 | 1 | -2/+6 |
|
|