summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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 ret...fvogel2017-01-231-5/+9
|\ \ | |/
| * Fix [ed22529c92]: Spinbox validation is turned off when validate function ret...bug_ed22529c92fvogel2017-01-211-5/+9
* | 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 f...fvogel2016-10-091-3/+5
|\ \ \ | |/ /
| * | Fixed typobug_1080198ffffvogel2016-10-091-1/+1
| * | Fixed [1080198fff] by clearly stating in the man page that the -wrap option f...fvogel2016-09-301-3/+5
| |/
* | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back...jan.nijtmans2016-09-271-1/+1
|\ \ | |/
* | Rebased to trunk since TIP #449 was accepted for merging to trunk only, not t...tip_449fvogel2016-08-29118-432/+422
|\ \
| * \ Fixed [e8a111970a] - Misleading documentation for menu accelerator optionfvogel2016-08-131-3/+7
| |\ \ | | |/
| | * Fixed [e8a111970a] - Misleading documentation for menu accelerator optionbug_e8a111970afvogel2016-08-031-3/+7
| * | Change Tk_FreeXId() into a macro.jan.nijtmans2016-08-121-9/+9
| * | End of fix for [5660d11c3f] - text tag -background option overrules -lmarginc...fvogel2016-07-311-5/+7
| |\ \ | | |/
| | * Added missing spacetip_443bug_5660d11c3ffvogel2016-07-311-1/+1
| | * Clarified documentation about precedence of color specifications: -[lr]margin...fvogel2016-07-291-4/+6
| * | Fixed [4cb3dab4eb] - Improvements to the documentation of Tk_FindPhoto et al....fvogel2016-06-271-0/+14
| |\ \ | | |/
| * | Merged TIP #446 accepted by TCT vote. This fixes [1273358] - Ask a text widge...fvogel2016-05-302-0/+17
| |\ \
| * | | Deprecate Tk_FreeXId(), since it doesn't do anything since 2008-08-19: [8356a...jan.nijtmans2016-04-111-19/+1
| * | | Fixed typo in [text] man pagefvogel2016-04-081-1/+1
| |\ \ \
| * \ \ \ Documented the <<WidgetViewSync>> virtual event in the event man pagefvogel2016-04-081-0/+6
| |\ \ \ \
| * \ \ \ \ Fixed [18c08df753] - Change of behaviour for text widget last newlinefvogel2016-03-271-16/+24
| |\ \ \ \ \
| * \ \ \ \ \ Fix test-case bind-27.2 on X11 (it worked on win32)bug_38dc27bd1d0ecd68jan.nijtmans2016-03-221-0/+45
| |\ \ \ \ \ \
| | * | | | | | Merged tip-443 following acceptation of the TIP by TCT vote (cherrypicked [cb...fvogel2016-03-201-0/+45
| * | | | | | | Suggested fix for [38dc27bd1d0ecd68]: Tk does not support <Button-6> nor <But...jan.nijtmans2016-03-141-1/+1
| |/ / / / / /
| * | | | | | Excess spacing in documentationjan.nijtmans2016-03-11116-118/+118
| * | | | | | Remove excess spacing in various library files.jan.nijtmans2016-03-101-275/+275
| * | | | | | Fixed bug [841280] - spinbox -from and -to defaults and behaviourfvogel2016-03-071-2/+4
| |\ \ \ \ \ \
| | * | | | | | Fixed bug [841280] - spinbox -from and -to defaults and behaviourbug_841280fffffvogel2016-02-251-2/+4
* | | | | | | | Merged core-8-6-branchfvogel2016-06-281-0/+14
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Fixed typosbug_4cb3dab4ebfvogel2016-06-261-2/+2
| * | | | | | | Fixed [4cb3dab4eb] - Improvements to the documentation of Tk_FindPhoto et al....fvogel2016-06-111-0/+14
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Updated documentation regarding return values for [.text edit undo/redo]fvogel2016-06-081-5/+7
|/ / / / / /
* | | | | | Removed useless precision regarding the <<UndoStack>> eventfvogel2016-05-121-2/+1
* | | | | | Documented the <<UndoStack>> eventfvogel2016-05-122-0/+8
* | | | | | Documentation for [.t edit canundo/canredo]fvogel2016-05-121-0/+10
| |_|_|_|/ |/| | | |
* | | | | Fixed typo in [text] man pagefvogel2016-04-081-1/+1
| |_|_|/ |/| | |
* | | | Documented the <<WidgetViewSync>> virtual event in the event man pagefvogel2016-04-081-0/+6
| |_|/ |/| |
* | | Fixed [18c08df753] - Change of behaviour for text widget last newlinefvogel2016-03-271-16/+24
|\ \ \