summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes related to ttk::notebook in Windows themes, due to limitations of the...csaba2023-11-053-12/+8
* Merge mac_cg_printing branch to correct broken printing on Sonoma; thanks to ...Kevin Walzer2023-10-181-14/+17
|\
| * Additional tweaking to file export with printingKevin Walzer2023-09-281-1/+6
| * Add fixed-width formatting to printed text output on macOS and X11 for improv...Kevin Walzer2023-09-281-4/+8
| * Update canvas printing implmentation on macOS to address Apple's removal of P...Kevin Walzer2023-09-271-10/+4
* | Removed the "-fieldlightcolor" style option of the "clam" theme, added in [bb...csaba2023-10-071-2/+1
* | Visual improvements regarding the focus ring around the ttk::combobox and ttk...csaba2023-10-061-2/+2
* | Made sure that themes missing the "-font" style setting for "Heading" or "Tre...csaba2023-10-031-2/+2
|/
* Small improvement in tkfbox.tcl.csaba2023-09-221-5/+7
* Guarded the library script tkfbox.tcl against icon deletion (like in several ...csaba2023-09-221-5/+10
* Added a thin focus ring to the ttk::combobox and ttk::spinbox widgets of the ...csaba2023-09-215-31/+40
* Made the standard TabElementDraw() function scaling-aware; highlighting the s...csaba2023-09-151-1/+3
* Improved the look of the ttk::combobox and ttk::spinbox widgets in the themes...csaba2023-09-092-3/+2
* Improvements related to the Ttk field element and the Widget Demo.csaba2023-09-063-21/+45
* Fix for [17b7dedf92] and minor improvement in the Widget Demo.csaba2023-09-023-36/+65
* Merge 8.6jan.nijtmans2023-08-311-2/+2
|\
| * Remove use of deprecated [trace] subcommandsjan.nijtmans2023-08-041-5/+5
* | Fix for [97c70c0062] and further improvements in the Widget Demo.csaba2023-08-302-16/+46
* | Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling].csaba2023-08-292-40/+59
* | Merged branch "improved_themes" into trunk.csaba2023-08-263-29/+37
|\ \
| * | Improved the look of the ttk::scrollbar widget in the themes "default" and "a...csaba2023-08-232-2/+3