summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Document that ttk::label and ttk::*button now support styling -compoundfvogel2019-11-015-0/+10
* | | Fix [f002bac209]: 'treeview identify column' returns _display_ columns ident...fvogel2019-11-011-1/+1
|\ \ \ | |/ /
| * | Fix [f002bac209]: 'treeview identify column' returns _display_ columns ident...fvogel2019-11-011-1/+1
| |/
* | 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] si...fvogel2019-10-271-15/+11
| |/
* | 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 u...jan.nijtmans2019-10-141-889/+922
* | 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 it...jan.nijtmans2019-10-041-2/+2
* | Fix [a1d25b487e] (ttk::frame does not honor -borderwidth) by adding informati...fvogel2019-09-291-0/+3
|\ \ | |/
| * Fix [a1d25b487e] (ttk::frame does not honor -borderwidth) by adding informati...fvogel2019-09-291-0/+3
| |\
| | * 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 some...Kevin Walzer2019-09-241-4/+3
* | | 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 App...Kevin Walzer2019-09-021-7/+5
|\ \ | |/
| * Complete cleanup of Apple Event processing after recent updates to window dis...Kevin Walzer2019-09-011-4/+4
| * More refinementsKevin Walzer2019-09-011-2/+1
* | Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when -varia...fvogel2019-08-282-1/+5
|\ \ | |/
| * Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when -varia...fvogel2019-08-282-1/+5
| |\
| | * Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when -varia...fvogel2019-08-232-1/+5
| * | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong as...fvogel2019-08-282-2/+3
| |\ \ | | |/ | |/|
| | * 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
| | |\ \
| | * \ \ merge core-8-6-branchfvogel2019-06-082-12/+18
| | |\ \ \
| | * \ \ \ Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0jan.nijtmans2019-05-1514-70/+167
| | |\ \ \ \
| | * \ \ \ \ Merge 8.6jan.nijtmans2019-03-293-24/+29
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge TIP #532 implementation for 8.7 now that [c1c842ef7792] (new tkBind.c: ...fvogel2019-08-282-3/+5
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunk (after fixing conflicts)fvogel2019-08-0424-117/+173
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkfvogel2019-06-0818-108/+368
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ rebase to trunkfvogel2019-02-03128-606/+844
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Create a derivated version of TIP #532 targeting trunk (8.7), with PREFER_MOS...fvogel2019-02-031-2/+3
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Fix ultra-minor formatting issue in the rules for electing the matching sequencefvogel2019-02-031-2/+2
| * | | | | | | | | | Reverting change of return type of function Tk_CreateBinding: 'unsigned long'...gcramer2019-01-131-1/+1
| * | | | | | | | | | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ...gcramer2019-01-131-1/+1
| * | | | | | | | | | Merge 8.6jan.nijtmans2019-01-102-0/+13
| |\ \ \ \ \ \ \ \ \ \