summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* New utility function ::tk::MouseWheeljan.nijtmans2020-09-2510-39/+43
* Merge trunkjan.nijtmans2020-09-252-12/+7
|\
| * Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled (macO...fvogel2020-09-211-6/+1
| |\
| | * Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled (macO...fvogel2020-09-211-6/+1
| | |\
| | | * Fix [d91e05bf20]: text widget will not process a <<copy>> when disabledfvogel2020-09-201-6/+1
| * | | Merge 8.6jan.nijtmans2020-09-214-14/+38
| |\ \ \ | | |/ /
| | * | Make demo's like floor/items/ctext behave the same on MacOS as other platform...jan.nijtmans2020-09-2115-52/+90
| | |/
* | | Now (really) swap Buttons 2|3 on MacOS. Adapt all bindings not depending on a...jan.nijtmans2020-09-2011-106/+60
* | | Merge 8.7.jan.nijtmans2020-09-201-3/+0
|\ \ \ | |/ /
* | | scrollbar and iconlist bindings can be simplified toojan.nijtmans2020-09-162-18/+3
* | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-1562-761/+986
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-154-4/+4
| |\ \ | | |/
| | * Require Tcltest 2.2 as a miminum.jan.nijtmans2020-09-154-4/+4
| | |\
| | | * Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use itjan.nijtmans2020-09-101-2/+0
| * | | Merge 8.6jan.nijtmans2020-09-141-1/+1
| |\ \ \ | | |/ /
| | * | Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-1/+1
| * | | Merge 8.6jan.nijtmans2020-09-148-13/+13
| |\ \ \ | | |/ /
| | * | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning 'no...jan.nijtmans2020-09-149-15/+15
| | |/
| * | Merge 8.6jan.nijtmans2020-09-084-7/+7
| |\ \ | | |/
| | * Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it bec...jan.nijtmans2020-09-0819-126/+126
| * | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-032-9/+9
| * | Merge doscript_goof branch; thanks to Lars Hellstrom for patchesKevin Walzer2020-08-281-0/+2
| |\ \ | | |/
| | * Test branch for AppleScript bugs with patch from Lars HelstromKevin Walzer2020-08-241-0/+2
| * | Merge 8.6jan.nijtmans2020-08-211-1/+3
| |\ \ | | |/
| | * Fix [291699a5]: ttk::scrollbar : graphical grip does not have mouse bindings. jan.nijtmans2020-08-2110-27/+29
| | |\
| | | * Fix mouse bindings for scrollbars with graphical grip elements.bll2020-08-201-1/+3
| | |/
| * | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-7/+7
| |\ \ | | |/
| | * Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-7/+7
| | |\
| | | * In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-181-7/+7
| * | | Merge 8.6jan.nijtmans2020-08-042-47/+47
| |\ \ \ | | |/ /
| | * | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n...jan.nijtmans2020-08-042-47/+47
| * | | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-4/+2
| |\ \ \ | | |/ /
| | * | Merge mac_testing: fix testing and build issues on the various supported vers...culler2020-07-271-4/+2
| | |\ \
| | | * | Fix the fontchooser demo correctly.culler2020-07-251-4/+2
| | | * | Fix the build for Snow Leopard. Fix the fontchooser demo.culler2020-07-241-1/+1
| * | | | Fix namespace error in console.tcl - Thanks to Adam Kapos for the patch.culler2020-07-251-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Fix namespace error in console.tcl - Thanks to Adam Kapos for the patch.culler2020-07-251-2/+2
| | |/ /
| * | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-131-1/+1
| |\ \ \ | | |/ /
| | * | Spurious additional ::jan.nijtmans2020-07-121-1/+1
| * | | Merge 8.6jan.nijtmans2020-07-121-19/+22
| |\ \ \ | | |/ /
| | * | Fix [2442314]: Fontchooser - use message catalog for font style.jan.nijtmans2020-07-121-19/+22
| * | | Merge 8.6jan.nijtmans2020-07-103-14/+14
| |\ \ \ | | |/ /
| | * | Minor bindings cleanup. Some removal of "expr" when we can do without it. Som...jan.nijtmans2020-07-104-54/+45
| | |/
| * | Fix [cd051b586a]: MouseWheel documentation in bind.nfvogel2020-07-051-3/+0
| |\ \ | | |/
| | * Fix [cd051b586a]: MouseWheel documentation in bind.nfvogel2020-07-051-3/+0
| | |\
| | | * Remove obsolete mention of MouseWheel events being directed to the windos hav...fvogel2020-06-221-3/+0
| * | | Simplify various Tk bindings, where 'expr' is not necessary because the calle...jan.nijtmans2020-07-055-22/+13
| * | | Merge 8.6jan.nijtmans2020-07-031-1/+1
| |\ \ \ | | |/ /
| | * | Fix bug in previous commitjan.nijtmans2020-07-031-1/+1
| * | | Merge 8.6jan.nijtmans2020-07-031-5/+5
| |\ \ \ | | |/ /