summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update the description of the menu entry index of the form @index to reflectsbron2023-03-161-6/+5
| | | how it actually works.
* Document -indent treeview styling option, and correct documentation of ↵fvogel2022-12-051-1/+6
| | | | -rowheight.
* Fix [f6c106285d]: Aqua: can set -title for tk_messageBoxjan.nijtmans2022-09-061-3/+2
|
* Document that image elements used as background images should use -width 0 ↵fvogel2022-08-291-0/+3
| | | | and -height 0.
* Fix typo within example code in ttk_image.n man page.fvogel2022-08-251-1/+1
|
* Document the use of the even-odd rule when filling canvas items.fvogel2022-08-211-1/+2
|
* one too muchjan.nijtmans2022-07-291-1/+0
|
* Update keysym table (for Windows/MacOS) to the latest one from X11R6. Also ↵jan.nijtmans2022-07-291-0/+506
| | | | update documentation accordingly.
* Fix database class error for -direction in menubutton man page.fvogel2022-07-171-1/+1
|
* Fix issue with <<TreeviewSelect>> event as described in [2a6c62afd9] in the ↵fvogel2022-03-072-0/+6
| | | | comment dated 2022-05-07. This commit is for 8.6 and was backported from pspjuth's patch [040f5aa0].
* Fix [b54a9193f6]: broken HTTPS URL in ttk::style manual pagejan.nijtmans2022-02-071-1/+1
|
* Slightly better description for TK_OPTION_RELIEF (regarding TK_RELIEF_NULL)jan.nijtmans2022-01-261-2/+2
|
* Add one more detail in the wm protocol documentation.fvogel2021-12-051-7/+8
|
* Edit the wm protocol manual entry.marc_culler2021-12-041-29/+37
|
* Merge 8.6jan.nijtmans2021-12-045-8/+23
|\
| * Fix [631a0b2d95]: text tag bind of tag covering 1.0 to end stops working ↵fvogel2021-12-041-4/+6
| |\ | | | | | | | | | after clearing all text and entering new text.
| | * Document the improvement in the text man page.fvogel2021-11-131-4/+6
| | |
| * | "wm protocol" documentation: add information, that WM_SAVE_YOURSELF is ↵oehhar2021-11-301-0/+4
| |/ | | | | | | called on the windows platform on user logout or system shutdown.
| * Fix [d6a1bc30cd]: Order of bindings in man bind doesn't reflect the default ↵fvogel2021-11-121-3/+3
| | | | | | | | bindtags
| * Fix [46c2f088a2]: ttk::radiobutton -compound accepts empty string. Only a ↵fvogel2021-11-061-1/+1
| |\ | | | | | | | | | very minor documentation wording changed.
| | * Minor change of the documentation following discussion in [46c2f088a2] ↵bug-46c2f088a2fvogel2021-11-061-1/+1
| | | | | | | | | | | | (ttk::radiobutton -compound accepts empty string)
| * | Correct documentation for this new virtual event.griffin2021-08-051-6/+6
| | |
| * | Possible fix for tkticket 3049518 - Generate <<TkWorldChanged>> event.griffin2021-08-041-0/+9
| | |
* | | Fix typo in canvas man page.fvogel2021-09-201-1/+1
|/ /
* | Fix [037113a38b]: man tk_library refers erroneously to tcl_library (+ link)jan.nijtmans2021-07-161-1/+1
|\ \
| * | Fix [037113a38b]: man tk_library refers erroneously to tcl_library (+ link)jan.nijtmans2021-07-161-1/+1
| | |
* | | Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-211-1/+1
| | | | | | | | | Change many url's from http:// to https://
* | | Fix copy/paste error in ttk::scale man page.fvogel2021-06-211-1/+1
| | |
* | | Fix [26d4c8a0b4]: Typos in the man pages for grid, pack, and placefvogel2021-06-103-3/+3
| | |
* | | Fix [0ca1768080]: @x,y index and insert mark placementfvogel2021-04-161-1/+1
| | |
* | | Eliminate unnecessary spacingjan.nijtmans2021-03-08110-120/+120
| | |
* | | Make 3 keysyms, "OE", "oe" and "Ydiaeresis" available on Windows and MacOS. ↵jan.nijtmans2021-01-181-9/+197
| | | | | | | | | | | | | | | Already available on X11R6. Update "keysyms.n" documentation: Was not in sync with real keysym list.
* | | Fix [00c94e7d85]: A typo in 'text/images' manual.fvogel2021-01-091-1/+1
| | |
* | | Merge 8.5jan.nijtmans2021-01-081-2/+4
|\ \ \ | |/ /
| * | [e57dbff619]: Ubuntu / Gnome desktop incorrect window mouseover labels in ↵jan.nijtmans2021-01-081-2/+4
| |\ \ | | | | | | | | | | | | dock (doc update only)
| | * | Fix [e57dbff619]: Ubuntu / Gnome desktop incorrect window mouseover labels ↵fvogel2021-01-031-1/+3
| |/ / |/| | | | | | | | in dock, by better documenting differences between window managers.
* | | Implement option 3 - ignore menu colors on macOS.culler2020-11-191-8/+10
| | |
* | | Update the man page for tk::mac::standardAboutPanelmarc_culler2020-11-061-5/+11
| | |
* | | Document the TK_CONSOLE environment variable for macOSmarc_culler2020-10-251-3/+6
| | |
* | | Merge bug-d3adbd93 to core-8-6-branch.bll2020-10-073-0/+8
|\ \ \
| * | | Add missing -insertcolor, -insertwidth styling options.bll2020-10-073-0/+8
| | | |
* | | | Words matter.fvogel2020-10-071-2/+2
| | | |
* | | | Backout code changes, improve documentation.fvogel2020-10-021-1/+2
|/ / /
* | | Doc format warningsjan.nijtmans2020-09-213-5/+5
| | |
* | | Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-1/+1
| | |
* | | TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-083-49/+48
| | |
* | | TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-048-275/+293
| | |
* | | Another round of TIP #581-related name changes. Now merely concentrated on ↵jan.nijtmans2020-09-033-32/+32
| | | | | | | | | | | | consistancy in the test-cases
* | | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-033-9/+9
| | | | | | | | | More Master->Container-related changes
* | | Implement part of TIP #581: Master/Slave. Not complete yet, and also the ↵jan.nijtmans2020-09-033-1/+22
| | | | | | | | | | | | change to TkGetGeomContainer/TkGetTransientContainer is left out for now.