summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu...jan.nijtmans2022-10-271-2/+2
* Revert [d507fe93] since it is not a correct fix.fvogel2022-08-291-4/+2
* Use already defined constants instead of hardcoded values for column default ...fvogel2022-08-281-2/+2
* Cosmetic (alignment of comments).fvogel2022-08-251-3/+3
* Factorize code instead of repeating WidgetWorldChanged() contents.fvogel2022-08-251-17/+15
* Fix error in comment in ttkImage.c.fvogel2022-08-251-1/+1
* Fix [bc602049ab]: Treeview with custom background expands when switching themes.fvogel2022-08-251-2/+4
* Alternative fix for [91ca777b4d]: ttk::notebook loose control over content of...fvogel2022-07-171-1/+0
* Restore the fix from chw.fvogel2022-07-161-1/+1
* Remove debug output (leftover in previous commit).fvogel2022-07-161-3/+0
* Fix typos in the description of TkMacOSXHandleMapOrUnmap in macosx/tkMacOSXWm.c.fvogel2022-07-161-1/+4
* Add a precision in the comment describing TtkSendVirtualEventfvogel2022-07-161-1/+1
* Fix [91ca777b4d]: ttk::notebook loose control over content of tabs on MacOS. ...fvogel2022-06-181-2/+3
* Merge 8.6jan.nijtmans2022-05-057-11/+11
|\
| * Code cleanup, mainly eliminating unnecessary type-castsjan.nijtmans2022-05-059-14/+14
* | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-052-3/+3
|/
* 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
* 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