summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-211-1/+1
| * | Propagate the previous two commits to the tabs of a ttk::notebook, which can ...fvogel2019-11-011-2/+2
| * | Better fix for [b82bd4872b]: ttk::style configure -compound does not workfvogel2019-11-011-2/+2
| * | Fix [caacf1f082]: treeview column resizing not possible in some conditions. T...fvogel2019-10-271-22/+2
| * | Fix [b82bd4872b]: tk::style configure -compound does not work.culler2019-10-251-1/+2
|/ /
* | Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam)fvogel2019-09-181-3/+4
* | (minor) Add missing initializer, and two /* FALLTHRU */ markers.jan.nijtmans2019-09-171-0/+2
* | Use "unsigned long" as type for "mask" variables containing X11 button-masks ...jan.nijtmans2019-08-131-1/+1
* | Two times Tcl_Free() -> ckfree()jan.nijtmans2019-07-301-1/+1
* | Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-9/+39
|\ \
| * | Fix bug when dragging a column separator: when columns at the right of the se...fvogel2019-05-091-1/+7
| * | Remove ASSERT: SLACKINVARIANT commentsfvogel2019-05-081-6/+0
| * | When changing the -stretch value for a column, columns size must be recompute...fvogel2019-05-081-1/+2
| * | ttk::treeview: when there is at least one stretchable column then there shoul...fvogel2019-05-041-0/+15
| * | Fix another issue reported in [ce470f20fd]: dragging of separators shall not ...fvogel2019-04-131-3/+17
* | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item deletefvogel2019-05-261-1/+7
|\ \ \
| * | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item deletefvogel2019-05-141-1/+7
* | | | Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-9/+46
|\ \ \ \