summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* For Aqua, add systemControlAccentColor; simulate the color for older systems.culler2019-04-141-0/+1
|\
| * For Aqua, add systemControlAccentColor; simulate the color for older systems.culler2019-04-141-0/+1
* | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to matchculler2019-04-141-3/+36
|\ \ | |/
| * For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to matchculler2019-04-141-3/+36
* | Implement TIP 507dkf2019-04-141-0/+53
|\ \
| * | Fix rendering of photo.n a bitfvogel2018-12-041-16/+16
| * | Fix syntax in photo.n so that the html help buildsfvogel2018-12-031-1/+1
| * | New files from René Zaumseilfvogel2018-12-031-7/+38
| * | Add some more info about the svgnano format in the photo.n man pagefvogel2018-09-221-2/+6
| * | Make photo.n compile to html again by fixing syntax errors. Also, reword a bi...fvogel2018-09-061-9/+18
| * | merge trunkfvogel2018-08-191-3/+3
| |\ \
| * | | New files provided by René Zaumseil: photo.n man page updated, and tests ref...fvogel2018-06-131-0/+9
* | | | Implement TIP 164dkf2019-04-142-10/+74
|\ \ \ \
| * | | | Make some items have a virtual centre point to move. Much saner behaviour.dkf2019-03-151-5/+8
| * | | | Document. Factor out basic rotation function.dkf2019-03-132-10/+71
* | | | | Doc tweak for frames and toplevelsdkf2019-04-132-3/+13
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Doc tweak for frames and toplevelsdkf2019-04-132-3/+13
* | | | | Added note that ttk::frames aren't interactive by default.dkf2019-04-121-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Added note that ttk::frames aren't interactive by default.dkf2019-04-121-0/+4
* | | | | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-112-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-112-7/+7
| |\ \ \ \
| | * | | | Make -fieldbackground work for ttk::entry and ttk::spinbox, but retain the oldculler2019-04-102-7/+7
* | | | | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-1/+1
* | | | | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o...fvogel2019-03-311-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o...fvogel2019-03-311-2/+2
| |\ \ \ \ \
| | * | | | | Revert previous commit following discussion on tcl-core list.fvogel2019-03-281-3/+1
| | * | | | | Change TICK_VALUES_DISPLAY_ACCURACY for the more correct word TICK_VALUES_DIS...fvogel2019-03-261-1/+3
| | * | | | | Changed scale man page to reflect how tick values are now displayedjaspert2019-03-081-2/+2
| | |/ / / /
* | | | | | Merge 8.6jan.nijtmans2019-03-291-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b...jan.nijtmans2019-03-291-2/+2
* | | | | | Minor typo correction in response to [https://chiselapp.com/user/stevel/repos...tdc76752019-03-191-1/+1
| |_|/ / / |/| | | |
* | | | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an...culler2019-03-041-14/+15
|\ \ \ \ \ | |/ / / /
| * | | | Make it be an error to create a transient/master cycle on Aqua. Otherculler2019-03-011-14/+15
| |/ / /
* | | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-10/+11
|\ \ \ \ | |/ / /
| * | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-10/+11
| |\ \ \
| | * | | Fix related menubutton issues on linux and Windows.culler2019-01-111-10/+11
* | | | | Fix [509cafafae]: ttk::treeview tag options ignored in 8.6.9. Thanks to cjmcd...fvogel2019-01-201-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fix [509cafafae]: ttk::treeview tag options ignored in 8.6.9. Thanks to cjmcd...fvogel2019-01-201-0/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Better fix for [509cafafae]: ttk::treeview tag options ignored in 8.6.9. This...fvogel2019-01-011-3/+2
| | * | | Document precedence between tags and style, and priority order of tags.fvogel2018-11-251-2/+6
* | | | | Merge 8.6jan.nijtmans2019-01-101-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | Implement local grabs on macOS.culler2019-01-091-0/+10
|\ \ \ \ \ | |/ / / /
| * | | | Document the behavior of local and global grabs on macOS.culler2019-01-051-0/+10
* | | | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently acrossculler2019-01-041-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Restore the old behavior with unix title bars and borders, but documentculler2018-12-171-0/+3
| * | | | Add documentation on fullscreen and tabbed window interfaces on macOS to menu...Kevin Walzer2018-12-031-1/+4
* | | | | Add documentation on fullscreen and tabbed window interfaces on macOS to menu...Kevin Walzer2018-12-031-1/+4
* | | | | There's never need to cast NULL to (char *)jan.nijtmans2018-11-272-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Remove unnecessary type-casts from doc examplesjan.nijtmans2018-11-272-6/+6
| |/ / /
* | | | merge core-8-6-branchfvogel2018-11-151-0/+6
|\ \ \ \ | |/ / /