summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Bindings consistancy: Use "Key" in stead of "KeyPress" and "Button" in stead ↵jan.nijtmans2020-01-201-3/+3
| | | | of "ButtonPress" in all demo's.
* Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ↵fvogel2020-01-183-3/+8
|\ | | | | | | making options of type TK_OPTION_STRING_TABLE support the TK_OPTION_NULL_OK flag.
| * Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ↵fvogel2020-01-183-3/+8
| |\ | | | | | | | | | making options of type TK_OPTION_STRING_TABLE support the TK_OPTION_NULL_OK flag.
| | * Document the change of default value for the -compound widget option.fvogel2020-01-012-2/+5
| | |
| | * Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ↵fvogel2019-12-311-1/+3
| | | | | | | | | | | | making options of type TK_OPTION_STRING_TABLE support the TK_OPTION_NULL_OK flag.
* | | Fix [1660674fff]: arrow reconfig triggers infinite Enter/Leave event ↵fvogel2020-01-181-0/+6
|\ \ \ | |/ / | | | | | | sequence, by better documenting the caveat.
| * | Fix [1660674fff]: arrow reconfig triggers infinite Enter/Leave event ↵fvogel2020-01-181-0/+6
| |\ \ | | | | | | | | | | | | sequence, by better documenting the caveat.
| | * | Fix [1660674fff]: arrow reconfig triggers infinite Enter/Leave event ↵fvogel2019-12-251-0/+6
| | |/ | | | | | | | | | sequence, by better documenting the caveat.
* | | Fix [279b027fd7]: canvas moveto command moves text items to unexpected ↵fvogel2020-01-181-1/+2
|\ \ \ | |/ / | | | | | | location, by documenting the feature more clearly.
| * | Fix [279b027fd7]: canvas moveto command moves text items to unexpected ↵fvogel2019-12-251-1/+2
| |/ | | | | | | location, by documenting the feature more clearly.
* | Documentation update: Use Button in stead of ButtonPress and Key in stead of ↵jan.nijtmans2020-01-168-52/+52
| | | | | | | | KeyPress events (except once, where we indicate that those are synonymes).
* | Update documentation: Add many keysym's which are available now, due to the ↵jan.nijtmans2020-01-062-1/+200
| | | | | | | | upgrade to X11R6 compat layer.
* | Better fix for [b82bd4872b]: ttk::style configure -compound does not workfvogel2019-11-016-0/+12
|\ \ | |/
| * Better fix for [b82bd4872b]: ttk::style configure -compound does not workfvogel2019-11-016-0/+12
| |\
| | * Propagate the previous two commits to the tabs of a ttk::notebook, which can ↵fvogel2019-11-011-0/+2
| | | | | | | | | | | | now style -compound
| | * Document that ttk::label and ttk::*button now support styling -compoundfvogel2019-11-015-0/+10
| | |
* | | Fix [f002bac209]: 'treeview identify column' returns _display_ columns ↵fvogel2019-11-011-1/+1
|\ \ \ | |/ / | | | | | | identifiers whereas the man page tells about data columns identifiers
| * | Fix [f002bac209]: 'treeview identify column' returns _display_ columns ↵fvogel2019-11-011-1/+1
| |/ | | | | | | identifiers whereas the man page tells about data columns identifiers
* | merge core-8-6-branchfvogel2019-10-281-11/+15
|\ \ | |/
* | merge core-8-6-branchfvogel2019-10-271-15/+11
|\ \
| * | Backout [82b1d286] and [0e9cbdba] that fixed [cc6c711c1e] and [ce470f20fd] ↵fvogel2019-10-271-15/+11
| |/ | | | | | | since they created issues reported in [caacf1f082]
* | Merge 8.6jan.nijtmans2019-10-151-1/+1
|\ \ | |/
| * Fix a few typo'sjan.nijtmans2019-10-151-1/+1
| |
* | Merge 8.6jan.nijtmans2019-10-142-2/+2
|\ \ | |/
| * 3 minor doc fixes.jan.nijtmans2019-10-143-3/+3
| |
* | Update documentation with keysyms from X11-R6, now available for all platforms.jan.nijtmans2019-10-141-3/+1087
| |
* | Merge 8.6jan.nijtmans2019-10-141-889/+922
|\ \ | |/
| * Re-generate the keysyms documentation using the real current keysym list as ↵jan.nijtmans2019-10-141-889/+922
| | | | | | | | used on Windows and MacOS. Those keysyms can be thrusted on all platforms.
* | Merge 8.6jan.nijtmans2019-10-052-2/+2
|\ \ | |/
| * Use tcl-lang.org in stead of tcl.tk and https in stead of http where possiblejan.nijtmans2019-10-052-2/+2
| |
* | Merge 8.6jan.nijtmans2019-10-041-2/+2
|\ \ | |/
| * Adapt documentation saying that the default -fill option for text and line ↵jan.nijtmans2019-10-041-2/+2
| | | | | | | | items is not {}.
* | Fix [a1d25b487e] (ttk::frame does not honor -borderwidth) by adding ↵fvogel2019-09-291-0/+3
|\ \ | |/ | | | | information in the documentation of ttk::frame
| * Fix [a1d25b487e] (ttk::frame does not honor -borderwidth) by adding ↵fvogel2019-09-291-0/+3
| |\ | | | | | | | | | information in the documentation of ttk::frame
| | * Fix [a1d25b487e]: ttk::frame does not honor -borderwidthfvogel2019-09-231-0/+3
| | |
* | | Merge chavez-canvas branchKevin Walzer2019-09-291-4/+3
|\ \ \ | |/ /
| * | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove ↵Kevin Walzer2019-09-241-4/+3
| | | | | | | | | | | | some hard-coded values from canvas, allow canvas to vary apperance in Dark Mode on macOS and also on Windows
* | | Fix alphabetical order of documented widget-specific options for ttk::labelframefvogel2019-09-231-10/+10
|\ \ \ | |/ /
| * | Fix alphabetical order of documented widget-specific options for ttk::labelframefvogel2019-09-231-10/+10
| |/
* | end-of-line spacingjan.nijtmans2019-09-091-2/+2
| |
* | Merge in ae_cleanup branch; thanks to Marc Culler for patches to clean up ↵Kevin Walzer2019-09-021-7/+5
|\ \ | |/ | | | | Apple Event processing on app startup
| * Complete cleanup of Apple Event processing after recent updates to window ↵Kevin Walzer2019-09-011-4/+4
| | | | | | | | display on app startup
| * More refinementsKevin Walzer2019-09-011-2/+1
| |
* | Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when ↵fvogel2019-08-282-1/+5
|\ \ | |/ | | | | -variable is set
| * Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when ↵fvogel2019-08-282-1/+5
| |\ | | | | | | | | | -variable is set
| | * Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when ↵fvogel2019-08-232-1/+5
| | | | | | | | | | | | -variable is set
| * | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong ↵fvogel2019-08-282-2/+3
| |\ \ | | |/ | |/| | | | assumption about ButtonRelease to match Button presses) is fixed.
| | * Fix typo.culler2019-08-011-1/+1
| | |
| | * Merge 8.6 (and fix merge conflict arising from that)jan.nijtmans2019-08-0110-16/+32
| | |\
| | * \ merge 8.6 main branchdkf2019-06-161-4/+57
| | |\ \