summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Improve formatting of ttk::style man page, and respect alphabetical order of ↵fvogel2020-08-201-25/+33
| | | | | | | | commands.
* | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The ↵fvogel2020-08-193-15/+38
|\ \ | | | | | | | | | focus ring of selected items of ttk::treeview disappears in the process. Also, clarify the layout (pack-like) algorithm, and simplify the code by not specifying option values that are anyway the default. Finally, remove documentation of the non-implemented TTK_STICK_ALL flag.
| * | Comment out documentation of -border and -unit as layout options.fvogel2020-08-191-8/+10
| | |
| * | Document -border and -unit options for ttk layouts.fvogel2020-07-181-1/+7
| | |
| * | Remove documentation of non-implemented TTK_STICK_ALL flag.fvogel2020-07-181-2/+2
| | |
| * | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when ↵fvogel2020-07-181-1/+1
| | | | | | | | | | | | -side (resp. TTK_PACK_*) is not given. Remove such superfluous specifications.
| * | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto ↵fvogel2020-07-181-1/+1
| | | | | | | | | | | | for respectively the TTK_EXPAND and TTK_PACK_* flags. Remove such specs that are anyway ignored.
| * | More detailed documentation of the simplified packing algorithm and options ↵fvogel2020-07-181-6/+13
| | | | | | | | | | | | used by ttk for layouts.
| * | Document -expand for layouts, and order layout options alphabetically.fvogel2020-07-171-5/+11
| | |
| * | Better formatting for the ttk Geometry man page.fvogel2020-07-171-7/+9
| | |
* | | Backport [7510e5a9b9] and add corresponding documentation in ttk_widget.n so ↵fvogel2020-08-162-3/+8
| | | | | | | | | | | | that -font and -foreground are now documented in 8.6 in addition to 8.7. See request in [ddac78bd5e].
* | | doc fixesjan.nijtmans2020-08-144-7/+7
| | |
* | | Remove extra whitespace.culler2020-08-121-1/+1
| | |
* | | Aqua - automatically support all NSColors in the System ColorList.culler2020-08-121-69/+20
| | |
* | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes ↵jan.nijtmans2020-08-042-8/+8
| | | | | | | | | | | | not affecting the API
* | | Update color documentation.culler2020-08-041-17/+16
| | |
* | | Minor doc fixesjan.nijtmans2020-08-042-3/+3
|/ /
* | Document platform differences in vertical scrolling events. Add ↵fvogel2020-06-221-2/+15
| | | | | | | | documentation of horizontal scrolling events, also with platform specificities.
* | Fix [cd051b586a]: MouseWheel documentation in bind.nfvogel2020-06-211-2/+2
| |
* | Put back comment about "tcl_wordchars" variable: it is still correctjan.nijtmans2020-05-231-0/+4
|\ \ | |/
| * Put back comment, which shouldn't have been removed in the previous commit.jan.nijtmans2020-05-231-0/+4
| |
| * Update MacOSX build from xcode11.4 to xcode11.5jan.nijtmans2020-05-221-4/+0
| |
* | Remove incorrect reference to tcl_wordchars, it isn't used any more.jan.nijtmans2020-05-221-4/+1
| |
* | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-121-0/+1
| |
* | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for ↵culler2020-05-121-0/+3
| | | | | | | | generated events. Key event handling was completely reworked.
* | Apply a patch from Christopher Chavez which correctly deals with the fact ↵culler2020-04-154-13/+17
| | | | | | | | that Apple uses the middle mouse button for Button 3.
* | Be more exact in the bind.n man pagefvogel2020-02-161-2/+2
| |
* | Document that the %A substitution is not valid on Linux, making the manual ↵fvogel2020-02-111-2/+3
| | | | | | | | match the code.
* | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ↵fvogel2020-01-183-3/+8
|\ \ | | | | | | | | | making options of type TK_OPTION_STRING_TABLE support the TK_OPTION_NULL_OK flag.
| * | Document the change of default value for the -compound widget option.fvogel2020-01-012-2/+5
| | |
| * | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ↵fvogel2019-12-311-1/+3
| | | | | | | | | | | | making options of type TK_OPTION_STRING_TABLE support the TK_OPTION_NULL_OK flag.