summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix small mistake in the [text] man page: Documentation of -rmargincolor ↵fvogel2017-09-201-1/+1
|\ | | | | | | mentioned -rmargin1 instead of -rmargin. This little error was mentioned in [aadbe6dd95].
| * Fix small mistake in the [text] man page: Documentation of -rmargincolor ↵fvogel2017-09-201-1/+1
| | | | | | | | mentioned -rmargin1 instead of -rmargin. This little error was mentioned in [aadbe6dd95].
* | Fix [d0c55bd78a]: inaccurate documentation for continue/break/ok in binding ↵fvogel2017-09-161-7/+17
|\ \ | |/ | | | | scripts. Thanks to Brad Lanam.
| * Fix [d0c55bd78a]: inaccurate documentation for continue/break/ok in binding ↵fvogel2017-09-161-7/+17
| |\ | | | | | | | | | scripts. Thanks to Brad Lanam.
| | * Fix [d0c55bd78a]: inaccurate documentation for continue/break/ok in binding ↵bug_d0c55bd78afvogel2017-09-031-7/+17
| | | | | | | | | | | | scripts. Thanks to Brad Lanam.
* | | Add missing .RE in canvas.nfvogel2017-09-031-0/+1
|\ \ \ | |/ /
| * | Add missing .RE in canvas.nbug_7c7e8f957efvogel2017-09-031-0/+1
| |/
* | Merge tip-166 branch after positive vote by the TCT. Many thanks to Simon ↵fvogel2017-08-281-88/+233
|\ \ | | | | | | | | | Bachmann.
| * | Changed from #ARGB to #RGBA color formatsimonbachmann2017-06-181-8/+8
| | |
| * | merge trunkfvogel2017-06-051-5/+32
| |\ \
| * | | Several corrections to the manpage photo.nsimonbachmann2017-04-231-44/+38
| | | |
| * | | merge trunkfvogel2017-04-199-24/+45
| |\ \ \
| * \ \ \ merge trunksimonbachmann2017-04-083-3/+14
| |\ \ \ \
| * \ \ \ \ merge trunkfvogel2017-03-265-72/+73
| |\ \ \ \ \
| * | | | | | Added -withalpha option to [imageName get].simonbachmann2017-03-231-128/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The list-of-lists-of-pixel-data format now is a registered format as the others. Thanks to this change, [imageName data] now can return data that includes the alpha channel. Changed the position of the '-alpha' and '-boolean' options to [imageName transparency set]. Updated doc Updated test suite
| * | | | | | Reference implementation of TIP 166, rev. 1.9simonbachmann2017-03-021-13/+88
| | | | | | |
* | | | | | | Fix [7c7e8f957e]: Documentation of canvas coords subcommand updated. This ↵fvogel2017-08-241-0/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | | patch was proposed by Arjen Markus.
| * | | | | Fix [7c7e8f957e]: Documentation of canvas coords subcommand updated. This ↵fvogel2017-08-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | patch was proposed by Arjen Markus.
* | | | | | merge core-8-6-branchjan.nijtmans2017-05-021-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Typo (wehter -> whether) and minor consistancy in code comment (grey -> gray)jan.nijtmans2017-05-021-11/+11
| | | | | |
* | | | | | Partial fix: [22ace0d494] (Tk_PhotoPutBlock does not handle correctly ↵simonbachmann2017-04-301-5/+32
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | unusual image data layouts). Documented the issue. An actual fix would introduce a new feature and potential compatibility issues.
| * | | | merge core-8-6-branchbug_22ace0d494simonbachmann2017-04-299-42/+63
| |\ \ \ \
| * | | | | Proposed fix for 22ace0d494 (documentation only)simonbachmann2017-04-171-5/+32
| | | | | |
* | | | | | Fix [3602901fff]: Documentation of -padding and -border in ttkfvogel2017-04-179-24/+45
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Factorized documentation of -padding as much as possible, and clarified ↵bug_3602901ffffvogel2017-04-078-44/+63
| | | | | | | | | | | | | | | | | | | | documentation of -border in the same way as for -padding
| * | | | Fix [3602901fff]: Documentation of -paddingfvogel2017-04-072-1/+3
| |/ / /
* | | | Fix [d6fd19e4e5]: Documentation of ttk::notebook 'tabs' widget command ↵fvogel2017-04-072-2/+4
|\ \ \ \ | |/ / / | | | | | | | | clarification
| * | | Fix [d6fd19e4e5]: Documentation of ttk::notebook 'tabs' widget command ↵bug_d6fd19e4e5fvogel2017-04-032-2/+4
| | | | | | | | | | | | | | | | clarification
* | | | Merged tip-464 following positive vote by the TCT.fvogel2017-03-261-1/+10
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | merge core-8-6-branchtip_464fvogel2017-03-261-1/+1
| |\ \
| | * | Remove "makefile.bc". Not update for many-many years, most likely it doesn't ↵jan.nijtmans2017-03-071-1/+1
| | | | | | | | | | | | | | | | work any more and it doesn't seem to care anyone.
| * | | added a remark about some keysyms being valid across platforms...avl2017-03-141-1/+3
| | | |
| * | | Added documentation for the new keysymsfvogel2017-03-061-0/+7
| |/ /
* | | Fixed [ddac78bd5e]: Incomplete documentation for ttk::entryfvogel2017-03-211-3/+3
| | |
* | | Document -font for ttk::progressbarfvogel2017-03-133-7/+7
| | |
* | | Document units for -length and -wraplengthfvogel2017-03-132-4/+5
| | |
* | | Remove duplicate documentation of -width in ttk::buttonfvogel2017-03-072-7/+2
| | |
* | | Document the new options for ttk::progressbarfvogel2017-03-073-57/+62
| | |
* | | Document -justify for ttk::buttonfvogel2017-03-073-7/+7
| |/ |/|
* | Fix [ed22529c92]: Spinbox validation is turned off when validate function ↵fvogel2017-01-231-5/+9
|\ \ | |/ | | | | returns false
| * Fix [ed22529c92]: Spinbox validation is turned off when validate function ↵bug_ed22529c92fvogel2017-01-211-5/+9
| | | | | | | | returns false
* | Fixed [3217462fff] - Tri-state buttons not working for non-native themesfvogel2016-10-121-1/+1
|\ \ | |/
| * Fixed [3217462fff] - Tri-state buttons not working for non-native themesfvogel2016-10-121-1/+1
| |\
| | * Fixed typofvogel2016-09-241-1/+1
| | |
* | | Fixed [1080198fff] by clearly stating in the man page that the -wrap option ↵fvogel2016-10-091-3/+5
|\ \ \ | |/ / | | | | | | for tags only applies to a displayline if it applies to the first non-elided character on that display line
| * | Fixed typobug_1080198ffffvogel2016-10-091-1/+1
| | |
| * | Fixed [1080198fff] by clearly stating in the man page that the -wrap option ↵fvogel2016-09-301-3/+5
| |/ | | | | | | for tags only applies to a displayline if it applies to the first non-elided character on that display line
* | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner ↵jan.nijtmans2016-09-271-1/+1
|\ \ | |/ | | | | backported from http://www.androwish.org/index.html/info/a0da5845594cec28
* | Rebased to trunk since TIP #449 was accepted for merging to trunk only, not ↵tip_449fvogel2016-08-29118-432/+422
|\ \ | | | | | | | | | to core-8-6-branch
| * \ Fixed [e8a111970a] - Misleading documentation for menu accelerator optionfvogel2016-08-131-3/+7
| |\ \ | | |/