Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt documentation saying that the default -fill option for text and line ↵ | jan.nijtmans | 2019-10-04 | 1 | -2/+2 |
| | | | | items is not {}. | ||||
* | Fix [a1d25b487e] (ttk::frame does not honor -borderwidth) by adding ↵ | fvogel | 2019-09-29 | 1 | -0/+3 |
|\ | | | | | | | information in the documentation of ttk::frame | ||||
| * | Fix [a1d25b487e]: ttk::frame does not honor -borderwidth | fvogel | 2019-09-23 | 1 | -0/+3 |
| | | |||||
* | | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove ↵ | Kevin Walzer | 2019-09-24 | 1 | -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::labelframe | fvogel | 2019-09-23 | 1 | -10/+10 |
|/ | |||||
* | Complete cleanup of Apple Event processing after recent updates to window ↵ | Kevin Walzer | 2019-09-01 | 1 | -4/+4 |
| | | | | display on app startup | ||||
* | More refinements | Kevin Walzer | 2019-09-01 | 1 | -2/+1 |
| | |||||
* | Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when ↵ | fvogel | 2019-08-28 | 2 | -1/+5 |
|\ | | | | | | | -variable is set | ||||
| * | Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when ↵ | fvogel | 2019-08-23 | 2 | -1/+5 |
| | | | | | | | | -variable is set | ||||
* | | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong ↵ | fvogel | 2019-08-28 | 2 | -2/+3 |
|\ \ | |/ |/| | | | assumption about ButtonRelease to match Button presses) is fixed. | ||||
| * | Fix typo. | culler | 2019-08-01 | 1 | -1/+1 |
| | | |||||
| * | Merge 8.6 (and fix merge conflict arising from that) | jan.nijtmans | 2019-08-01 | 10 | -16/+32 |
| |\ | |||||
| * \ | merge 8.6 main branch | dkf | 2019-06-16 | 1 | -4/+57 |
| |\ \ | |||||
| * \ \ | merge core-8-6-branch | fvogel | 2019-06-08 | 2 | -12/+18 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0 | jan.nijtmans | 2019-05-15 | 14 | -70/+167 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.6 | jan.nijtmans | 2019-03-29 | 3 | -24/+29 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fix ultra-minor formatting issue in the rules for electing the matching sequence | fvogel | 2019-02-03 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Reverting change of return type of function Tk_CreateBinding: 'unsigned ↵ | gcramer | 2019-01-13 | 1 | -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 ↵ | gcramer | 2019-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | homogeneous equal sequences. New test cases bind-32.12 and bind-32.13. | ||||
| * | | | | | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 2 | -0/+13 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2018-12-04 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2018-11-29 | 4 | -10/+9 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Bugfix [6e8afe516d]: rework of tkBind.c. | gcramer | 2018-10-21 | 1 | -1/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Fix example in grid.n man page: the entry widget has no -variable option | fvogel | 2019-08-23 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Document some known issues with Dark Mode and Apple Events in macOS | Kevin Walzer | 2019-08-21 | 1 | -1/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge 8.5 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| * | | | | | | | | | typo | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge 8.5 | jan.nijtmans | 2019-07-31 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | |||||
| * | | | | | | | | | Fix [eca765ab7c]: Manual page for Tk_NameOfImage | jan.nijtmans | 2019-07-31 | 1 | -4/+4 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script ↵ | jan.nijtmans | 2019-07-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | substitutions | ||||
| * | | | | | | | | | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script ↵ | jan.nijtmans | 2019-07-05 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | substitutions | ||||
| | * | | | | | | | | | Change for alphabetical order of events concerned by %X,%Y | fvogel | 2019-07-03 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script ↵ | fvogel | 2019-07-02 | 1 | -1/+1 |
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | substitutions | ||||
* | | | | | | | | | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 2 | -2/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Update documentation on do script Apple Event command | Kevin Walzer | 2019-06-30 | 1 | -0/+16 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge 8.5 | jan.nijtmans | 2019-06-26 | 6 | -8/+8 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | Remove use of/documentation regarding deprecated symbols/macro's, which ↵ | jan.nijtmans | 2019-06-26 | 5 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moved to Tcl headers long ago. | ||||
| * | | | | | | | | Merged tip-464 following positive vote by the TCT. | fvogel | 2017-03-26 | 1 | -1/+10 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | TIP 536: Improvements to Mac-specific IPC | dkf | 2019-06-15 | 1 | -4/+57 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| * | | | | | | | | | Add documentation on testing Mac services to README; remove obsolete detail ↵ | Kevin Walzer | 2019-05-20 | 1 | -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-branch | Kevin Walzer | 2019-05-12 | 15 | -85/+183 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| * | | | | | | | | | Update documentation for new commands | Kevin Walzer | 2019-03-27 | 1 | -2/+10 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. ↵ | Kevin Walzer | 2019-03-08 | 1 | -22/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-focus on URL and print events, and Services | ||||
| * | | | | | | | | | Clean up implementation and documentation of ::tk::mac::PrintDocument ↵ | Kevin Walzer | 2019-03-07 | 1 | -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 crashes | Kevin Walzer | 2019-03-02 | 1 | -5/+7 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Replace some deprecated calls | Kevin Walzer | 2019-03-02 | 1 | -0/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Clean up implementation | Kevin Walzer | 2019-03-01 | 1 | -1/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add launcher code, update docs | Kevin Walzer | 2019-02-28 | 1 | -0/+32 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Update mac_services branch, intend to submit a TIP | Kevin Walzer | 2019-02-27 | 1 | -1/+31 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Implementation and documentation complete, now ready to be submitted as TIP | Kevin Walzer | 2018-03-08 | 1 | -1/+31 |
| | | | | | | | | | | |