summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Fix a mistake in [181d1cb337] that broke the ixset and rolodex demos.max2024-01-232-2/+2
* Fix [e2f740cc64]: Open Tk choosers and press Alt+Zjan.nijtmans2024-01-221-1/+1
* Merge 8.6. "parenright" -> ")" (simply since we can ....)jan.nijtmans2024-01-081-1/+1
|\
* \ Merge 8.6jan.nijtmans2024-01-031-1/+1
|\ \ | |/
| * unnecessary check for $last >= 0jan.nijtmans2024-01-031-1/+1
* | Merge 8.7jan.nijtmans2024-01-022-19/+33
|\ \ | |/
| * missing ')'jan.nijtmans2024-01-011-1/+1
| * Keep menu.tcl/tearoff.tcl more in sync with 8.7jan.nijtmans2024-01-012-20/+25
| * Fix [fec9e3879d]: Confusion regarding menu indexes "none" and {}. Also add so...jan.nijtmans2023-12-261-1/+1
| * Backport some clean-up from 8.7jan.nijtmans2023-12-122-16/+20
* | Remove unused variable.culler2023-12-131-2/+0
* | (cherry-pick): Made the scrolling by units via <TouchpadScroll> smoother.jan.nijtmans2023-12-126-19/+20
* | Merge 8.6jan.nijtmans2023-12-121-8/+6
* | Fix [438a0a79d8] and [d498db461a], both related to -underline handlingjan.nijtmans2023-12-122-8/+9
* | White-spacingjan.nijtmans2023-12-113-3/+3
* | Merge implementation of TIP #684.marc_culler2023-12-1111-16/+174
|\ \
| * | For X11 only: Minimize the number of artifacts caused by intermixed <MouseWhe...csaba2023-12-016-30/+86
| * | Include changes suggested by Csaba Nemethi.marc_culler2023-11-283-5/+9
| * | Add bindings for listbox and treeview. Some code clean up.marc_culler2023-11-285-16/+30
| * | Adapt Csaba's notebook bindings to the new setup.marc_culler2023-11-271-0/+28
| * | Adapt Csaba's ttk::combobox and ttk::spinbox bindings to this setup.marc_culler2023-11-271-0/+9
| * | Use the serial field of TouchpadScroll events as a counter.marc_culler2023-11-271-2/+11
| * | Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events...marc_culler2023-11-276-8/+6
| * | Switch from Control-MouseWheel to Extended-MouseWheel.marc_culler2023-11-246-6/+6
| * | Add touchpad bindings to the canvas items demo.marc_culler2023-11-241-0/+8
| * | Fix scrollbar <Control-Mousewheel> bindings toto ensure that horizontal gestu...marc_culler2023-11-241-2/+2
| * | Remove the ScaleNum invocations from the listbox MouseWheel bindings.marc_culler2023-11-241-4/+4
| * | Restore the ScaleNum invocations in the Text MouseWheel binding.marc_culler2023-11-241-4/+4
| * | Put ScrollByPixels back in the tk namespace,marc_culler2023-11-241-4/+4
| * | Fix the regression in scrlbar.tclmarc_culler2023-11-241-10/+22
| * | Update the text in the scrollable canvas demomarc_culler2023-11-231-1/+1
| * | Support smooth scrolling of Canvas widgets and demonstrate it in the simple s...marc_culler2023-11-233-26/+32
| * | Fix the low resolution events.marc_culler2023-11-221-4/+4
| * | Add bindings for Scrollbar and Listbox. Fix bindings for Text.marc_culler2023-11-214-24/+74
| * | Add smooth scrolling for Text widgets on macOS.marc_culler2023-11-202-0/+16
| * | Restore low-res scrollwheel behavior; insert a placeholder for sending touchp...marc_culler2023-11-194-113/+58
| * | Add helper functions to avoid multiple occurrences of hard-wired constants.marc_culler2023-11-193-23/+36
| * | Fix the MouseWheel bindings for the Listbox.marc_culler2023-11-191-5/+21
| * | Fix Scrollbar bindingsmarc_culler2023-11-192-9/+56
| * | Update cscroll.tclculler2023-11-131-42/+21
| * | Fix errors in text.tcl. Thanks Csaba!marc_culler2023-11-131-6/+6
| * | Give the new flag a name in text.tcl.marc_culler2023-11-121-5/+5
| * | Implement smooth scrolling for macOS in a way which can be adapted to other p...marc_culler2023-11-111-4/+20
| * | Revert text.tcl, compensate by using the MSteryFactor.culler2023-11-091-9/+2
| * | Remove the delta accumulator; allow a Text to scroll at pixel resolution; use...culler2023-11-091-2/+9
* | | Adapted scrollbar.test to the improvements in scrlbar.tcl; reverted the chang...csaba2023-12-012-14/+9
* | | Fix test-failure in scrollbar testjan.nijtmans2023-12-012-9/+14
* | | Minimize the number of artifacts caused by intermixed <MouseWheel> and <Shift...csaba2023-11-305-8/+76
* | | Merge 8.6jan.nijtmans2023-11-151-2/+2
|\ \ \ | |/ / |/| / | |/
| * Fix [4468ed16d3]: Iconlist: do not use options database for initial foregroun...fvogel2023-09-021-7/+2