summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* typojan.nijtmans2019-08-021-1/+1
* Fix [eca765ab7c]: Manual page for Tk_NameOfImagejan.nijtmans2019-07-311-4/+4
* Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script su...jan.nijtmans2019-07-051-2/+2
|\
| * 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 su...fvogel2019-07-021-1/+1
| * 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 moved...jan.nijtmans2019-06-265-7/+7
* | 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 f...Kevin Walzer2019-05-201-3/+2
| | | * 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. Re-focus...Kevin Walzer2019-03-081-22/+1
| | | * | Clean up implementation and documentation of ::tk::mac::PrintDocument command...Kevin Walzer2019-03-071-3/+2
| | | * | 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
| | * | | | Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-11/+15
| | |\ \ \ \
| | | * | | | Improve clarity and completeness of ttk::treeview man page for columns optionsfvogel2019-05-091-11/+15
| | * | | | | Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-1/+3
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Fix [2858503fff]: 'end' index for ttk::combobox currentfvogel2019-05-031-1/+3
| | * | | | | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview c...fvogel2019-05-084-48/+88
| | |\ \ \ \ \
| | | * | | | | Fix inconsistency in the Tk_GetScrollInfoObj man page. Apparently this was a ...fvogel2019-04-281-2/+2
| | | * | | | | Fix typo in man pagefvogel2019-04-281-1/+1
| | | * | | | | Fix documentation for xview/yview: make it generic and available for ttk::ent...fvogel2019-04-283-46/+86
| | * | | | | | Fix [1ff193f1e3]: improve documentation for ttk::scrollbarfvogel2019-05-052-5/+13
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | Remove wrong info from ttk::scrollbar man pagefvogel2019-05-031-4/+2
| | | * | | | | ttk::scrollbar documentation: marked -sliderlength as depreciated as it has n...oehhar2019-05-031-1/+1
| | | * | | | | Homogenize with existing doc for -gripcount in the man page for ttk::panedwindowfvogel2019-05-021-1/+1
| | | * | | | | ttk::scrollbar documentation: added styling options -gripcound and -sliderlen...oehhar2019-05-021-2/+6
| | | * | | | | Refine documentation in ttk::scrollbarfvogel2019-04-301-2/+3
| | | * | | | | Add missing documentation for -arrowsize in ttk::scrollbar and ttk::combobox ...fvogel2019-04-302-0/+4
| | | * | | | | Fix [1ff193f1e3]: style name is Horizontal.TScrollbar or Vertical.TScrollbar ...fvogel2019-04-291-3/+4
| | | |/ / / /
| | * | | | | Fix class name in ttk::scale man page (this copy/paste error was introduced i...fvogel2019-05-031-1/+1
| | |/ / / /
| | * | | | On macOS, edit comments and documentation; fix compiler warnings.culler2019-04-201-0/+1
| | * | | | For Aqua, add systemControlAccentColor; simulate the color for older systems.culler2019-04-141-0/+1
| | * | | | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to matchculler2019-04-141-3/+36
| | * | | | Doc tweak for frames and toplevelsdkf2019-04-132-3/+13
| | * | | | Added note that ttk::frames aren't interactive by default.dkf2019-04-121-0/+4
| | |/ / /
| | * | | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-112-7/+7
| | |\ \ \
| | | * | | Make -fieldbackground work for ttk::entry and ttk::spinbox, but retain the oldculler2019-04-102-7/+7
| | | |/ /
| | * | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o...fvogel2019-03-311-2/+2
| | |\ \ \
| | | * | | Revert previous commit following discussion on tcl-core list.fvogel2019-03-281-3/+1
| | | * | | Change TICK_VALUES_DISPLAY_ACCURACY for the more correct word TICK_VALUES_DIS...fvogel2019-03-261-1/+3
| | | * | | Changed scale man page to reflect how tick values are now displayedjaspert2019-03-081-2/+2
| | | |/ /