summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Adapt documentation saying that the default -fill option for text and line ↵jan.nijtmans2019-10-041-2/+2
| | | | items is not {}.
* Fix [a1d25b487e] (ttk::frame does not honor -borderwidth) by adding ↵fvogel2019-09-291-0/+3
|\ | | | | | | information in the documentation of ttk::frame
| * Fix [a1d25b487e]: ttk::frame does not honor -borderwidthfvogel2019-09-231-0/+3
| |
* | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove ↵Kevin Walzer2019-09-241-4/+3
| | | | | | | | some hard-coded values from canvas, allow canvas to vary apperance in Dark Mode on macOS and also on Windows
* | Fix alphabetical order of documented widget-specific options for ttk::labelframefvogel2019-09-231-10/+10
|/
* Complete cleanup of Apple Event processing after recent updates to window ↵Kevin Walzer2019-09-011-4/+4
| | | | display on app startup
* More refinementsKevin Walzer2019-09-011-2/+1
|
* Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when ↵fvogel2019-08-282-1/+5
|\ | | | | | | -variable is set
| * Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when ↵fvogel2019-08-232-1/+5
| | | | | | | | -variable is set
* | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong ↵fvogel2019-08-282-2/+3
|\ \ | |/ |/| | | assumption about ButtonRelease to match Button presses) is fixed.
| * Fix typo.culler2019-08-011-1/+1
| |
| * Merge 8.6 (and fix merge conflict arising from that)jan.nijtmans2019-08-0110-16/+32
| |\
| * \ merge 8.6 main branchdkf2019-06-161-4/+57
| |\ \
| * \ \ merge core-8-6-branchfvogel2019-06-082-12/+18
| |\ \ \
| * \ \ \ Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0jan.nijtmans2019-05-1514-70/+167
| |\ \ \ \
| * \ \ \ \ Merge 8.6jan.nijtmans2019-03-293-24/+29
| |\ \ \ \ \
| * | | | | | Fix ultra-minor formatting issue in the rules for electing the matching sequencefvogel2019-02-031-2/+2
| | | | | | |
| * | | | | | Reverting change of return type of function Tk_CreateBinding: 'unsigned ↵gcramer2019-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | long' -> 'Mask'. X11 headers are not using type 'Mask', so I will not use either.
| * | | | | | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ↵gcramer2019-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | homogeneous equal sequences. New test cases bind-32.12 and bind-32.13.
| * | | | | | Merge 8.6jan.nijtmans2019-01-102-0/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.6jan.nijtmans2018-12-041-1/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2018-11-294-10/+9
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Bugfix [6e8afe516d]: rework of tkBind.c.gcramer2018-10-211-1/+2
| | | | | | | | | |
* | | | | | | | | | Fix example in grid.n man page: the entry widget has no -variable optionfvogel2019-08-231-1/+1
| | | | | | | | | |
* | | | | | | | | | Document some known issues with Dark Mode and Apple Events in macOSKevin Walzer2019-08-211-1/+2
| | | | | | | | | |
* | | | | | | | | | Merge 8.5jan.nijtmans2019-08-021-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | typojan.nijtmans2019-08-021-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge 8.5jan.nijtmans2019-07-311-4/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fix [eca765ab7c]: Manual page for Tk_NameOfImagejan.nijtmans2019-07-311-4/+4
| | | | | | | | | |
* | | | | | | | | | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script ↵jan.nijtmans2019-07-051-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | substitutions
| * | | | | | | | | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script ↵jan.nijtmans2019-07-051-2/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | substitutions
| | * | | | | | | | | Change for alphabetical order of events concerned by %X,%Yfvogel2019-07-031-2/+2
| | | | | | | | | | |
| | * | | | | | | | | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script ↵fvogel2019-07-021-1/+1
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | substitutions
* | | | | | | | | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-022-2/+2
| | | | | | | | | |
* | | | | | | | | | Update documentation on do script Apple Event commandKevin Walzer2019-06-301-0/+16
| | | | | | | | | |
* | | | | | | | | | Merge 8.5jan.nijtmans2019-06-266-8/+8
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Remove use of/documentation regarding deprecated symbols/macro's, which ↵jan.nijtmans2019-06-265-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moved to Tcl headers long ago.
| * | | | | | | | Merged tip-464 following positive vote by the TCT.fvogel2017-03-261-1/+10
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ TIP 536: Improvements to Mac-specific IPCdkf2019-06-151-4/+57
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Add documentation on testing Mac services to README; remove obsolete detail ↵Kevin Walzer2019-05-201-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from README; remove stub procedure for ::tk::mac::PerformService now that we have verified it works, to be consistent with other Mac-spdecific procedures such as ::tk::mac::OpenDocument
| * | | | | | | | | Merge in core-8-6-branchKevin Walzer2019-05-1215-85/+183
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Update documentation for new commandsKevin Walzer2019-03-271-2/+10
| | | | | | | | | |
| * | | | | | | | | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. ↵Kevin Walzer2019-03-081-22/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-focus on URL and print events, and Services
| * | | | | | | | | Clean up implementation and documentation of ::tk::mac::PrintDocument ↵Kevin Walzer2019-03-071-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command; was mapped internally to ::tk::mac::OpenDocument and print event never fired; changed parameter to a single file path
| * | | | | | | | | Cleanup of code to set default app, fix crashesKevin Walzer2019-03-021-5/+7
| | | | | | | | | |
| * | | | | | | | | Replace some deprecated callsKevin Walzer2019-03-021-0/+3
| | | | | | | | | |
| * | | | | | | | | Clean up implementationKevin Walzer2019-03-011-1/+2
| | | | | | | | | |
| * | | | | | | | | Add launcher code, update docsKevin Walzer2019-02-281-0/+32
| | | | | | | | | |
| * | | | | | | | | Update mac_services branch, intend to submit a TIPKevin Walzer2019-02-271-1/+31
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Implementation and documentation complete, now ready to be submitted as TIPKevin Walzer2018-03-081-1/+31
| | | | | | | | | | |