| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| * | | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 1 | -1/+1 |
|
|
| * | | Propagate the previous two commits to the tabs of a ttk::notebook, which can ... | fvogel | 2019-11-01 | 1 | -2/+2 |
|
|
| * | | Better fix for [b82bd4872b]: ttk::style configure -compound does not work | fvogel | 2019-11-01 | 1 | -2/+2 |
|
|
| * | | Fix [caacf1f082]: treeview column resizing not possible in some conditions. T... | fvogel | 2019-10-27 | 1 | -22/+2 |
|
|
| * | | Fix [b82bd4872b]: tk::style configure -compound does not work. | culler | 2019-10-25 | 1 | -1/+2 |
|/ / |
|
* | | Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam) | fvogel | 2019-09-18 | 1 | -3/+4 |
|
|
* | | (minor) Add missing initializer, and two /* FALLTHRU */ markers. | jan.nijtmans | 2019-09-17 | 1 | -0/+2 |
|
|
* | | Use "unsigned long" as type for "mask" variables containing X11 button-masks ... | jan.nijtmans | 2019-08-13 | 1 | -1/+1 |
|
|
* | | Two times Tcl_Free() -> ckfree() | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
|
|
* | | Fix [ce470f20fd]: ttk::treeview has column dragging issues | fvogel | 2019-05-26 | 1 | -9/+39 |
|\ \ |
|
| * | | Fix bug when dragging a column separator: when columns at the right of the se... | fvogel | 2019-05-09 | 1 | -1/+7 |
|
|
| * | | Remove ASSERT: SLACKINVARIANT comments | fvogel | 2019-05-08 | 1 | -6/+0 |
|
|
| * | | When changing the -stretch value for a column, columns size must be recompute... | fvogel | 2019-05-08 | 1 | -1/+2 |
|
|
| * | | ttk::treeview: when there is at least one stretchable column then there shoul... | fvogel | 2019-05-04 | 1 | -0/+15 |
|
|