summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6dgp2019-09-161-2/+2
|\
| * Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-161-2/+2
* | merge 8.6dgp2019-09-131-0/+2
|\ \ | |/
| * Fix [2834776fff]: ttk::spinbox spins up/down when disabledfvogel2019-09-081-0/+2
* | Merge recent fixes for macOS into release branch from core-8-6-branchKevin Walzer2019-09-021-4/+15
|\ \ | |/
| * Remove dummy procedures for testingKevin Walzer2019-09-011-25/+0
| * Complete cleanup of Apple Event processing after recent updates to window dis...Kevin Walzer2019-09-011-1/+2
| * More refinementsKevin Walzer2019-09-011-5/+16
| * Clean up Apple Event processing after recent changes in window mapping on MojaveKevin Walzer2019-09-011-0/+24
* | merge 8.6dgp2019-08-261-9/+8
|\ \ | |/
| * Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] doe...fvogel2019-08-211-9/+8
| |\
| | * Reset ::tk::Priv(textPosOrig) when hitting the start or end of displayed text...fvogel2019-05-111-0/+4
| | * Remove the guard code in proc ::tk::TextUpDownLine in order to get the behavi...fvogel2019-04-141-9/+4
| | * Ticket [c8ccd1899c]. Make the guard code in proc ::tk::TextUpDownLine work as...fvogel2019-04-141-1/+1
* | | Merge core-8-6-branchKevin Walzer2019-08-217-76/+122
|\ \ \ | |/ /
| * | Test fix for 0e6930dfe7Kevin Walzer2019-08-191-2/+3
| * | Refactor all MouseWheel bindings, doing it the same way everywhere. So <Mo...jan.nijtmans2019-08-186-74/+119
| |\ \
| | * | Refactor all MouseWheel bindings, doing it the same way everywhere. So <Mouse...jan.nijtmans2019-08-166-74/+119
* | | | Merge 8.6culler2019-08-182-3/+7
|\ \ \ \ | |/ / /
| * | | Fix appearance anomalies with -default active buttons in aqua.culler2019-08-181-1/+5
| |\ \ \
| | * | | Fix [d6a12763e6] and [a9b78a8718]: buttons with -default active have incorrectculler2019-08-161-1/+5
| | |/ /
| * | | Apply patch from Christopher Chavez to make the horizontal paned window democuller2019-08-161-2/+2
| |/ /
* | | Merge in core-8-6-branch including updates for macOS 10.15 CatalinaKevin Walzer2019-08-163-9/+2
|\ \ \ | |/ /
| * | Fix some dark mode legibility issues with dialogs and message boxes on macOS.culler2019-08-143-9/+2
* | | Merge in core-8-6-branchKevin Walzer2019-08-101-1/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-07-311-1/+1
| |\ \
* | \ \ Merge 8.6culler2019-07-132-18/+42
|\ \ \ \ | |/ / /
| * | | Make the twind demo buttons look OK when the background changes in Aqua.culler2019-07-131-4/+15
| * | | fix [4566e2b83d]: Aqua toplevels and Tk frames use the wrong background colorculler2019-07-121-14/+27
| * | | Fix [e6d58de4b6]: ctext.tcl: remove duplicate wordfvogel2019-07-071-1/+1
* | | | merge 8.6dgp2019-06-271-1/+1
|\ \ \ \ | |/ / /
| * | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
* | | | Bump version numbers for Tk 8.6.10 release.dgp2019-06-171-1/+1
|/ / /
* | | Fix merge conflict in tk.tcl from services branch mergeKevin Walzer2019-06-161-2/+1
* | | TIP 536: Improvements to Mac-specific IPCdkf2019-06-154-1/+40
|\ \ \
| * | | Add documentation on testing Mac services to README; remove obsolete detail f...Kevin Walzer2019-05-201-9/+0
| * | | Merge in core-8-6-branchKevin Walzer2019-05-1212-109/+213
| |\ \ \
| * | | | Remove unnecessary call to Button1-Release in text widgetKevin Walzer2019-05-011-3/+0
| * | | | Automatically bind text, entry, ttk::entry widgets to Services API at widget ...Kevin Walzer2019-04-303-50/+23
| * | | | Tweak text widget bindings to fire Services menu more consistently; formattin...Kevin Walzer2019-04-241-6/+7
| * | | | Cleanup of library code, removal of unneeded functionKevin Walzer2019-02-271-10/+0
| * | | | Update mac_services branch, intend to submit a TIPKevin Walzer2019-02-274-0/+87
| |\ \ \ \
| | * | | | Implementation and documentation complete, now ready to be submitted as TIPKevin Walzer2018-03-083-5/+8
| | * | | | Flesh out implementationKevin Walzer2018-03-071-1/+1
| | * | | | Flesh out implementationKevin Walzer2018-03-074-3/+29
| | * | | | Implement script level bindingsKevin Walzer2018-03-073-0/+46
* | | | | | Use single-argument "expr" as much as possible. Not complete yet, but most tr...jan.nijtmans2019-06-052-9/+9
* | | | | | Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Revert [d70ef6ed] and [fa9b6483]. ttk::treeview again allows dragging the rig...fvogel2019-05-041-21/+2
| * | | | | ttk::treeview: when there is at least one stretchable column then there shoul...fvogel2019-05-041-1/+1