summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix backwards horizontal scrolling on Windows.culler2023-11-251-1/+1
| * | | Switch from Control-MouseWheel to Extended-MouseWheel.marc_culler2023-11-248-12/+12
| * | | 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-222-11/+16
| * | | Add bindings for Scrollbar and Listbox. Fix bindings for Text.marc_culler2023-11-215-25/+76
| * | | Make touchpad scrolling work for Text widgets on Windows.culler2023-11-211-23/+30
| * | | Add smooth scrolling for Text widgets on macOS.marc_culler2023-11-203-8/+32
| * | | Restore low-res scrollwheel behavior; insert a placeholder for sending touchp...marc_culler2023-11-196-180/+109
| * | | 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
| * | | Use a more robust heuristic for deciding whether a WM_MOUSEWHEEL message is h...marc_culler2023-11-121-2/+18
| * | | Clean up.marcc2023-11-112-3/+18
| * | | Implement smooth scrolling for Windows.marcc2023-11-111-46/+10
| * | | Implement smooth scrolling for macOS in a way which can be adapted to other p...marc_culler2023-11-112-21/+30
| * | | Avoid casting a negative float as an unsigned int.marc_culler2023-11-111-2/+2
| * | | Revert text.tcl, compensate by using the MSteryFactor.culler2023-11-092-11/+20
| * | | Remove the delta accumulator; allow a Text to scroll at pixel resolution; use...culler2023-11-092-48/+23
| * | | Some small adjustments.culler2023-11-071-7/+3
| * | | Implement touchpad events. See [de3bbbcb68]: macOS NSScrollWheel events not ...culler2023-11-071-2/+10
* | | | Merge core-8-6-branchculler2023-12-062-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Increase delays so tests pass on macOS Sonoma.culler2023-12-062-1/+2
* | | | Merge 8.6jan.nijtmans2023-12-041-15/+12
|\ \ \ \ | |/ / /
| * | | On UNIX, winPtr->window == 0 is as valid as any other windows IDjan.nijtmans2023-12-041-15/+12
* | | | Merge 8.6jan.nijtmans2023-12-031-5/+3
|\ \ \ \ | |/ / /
| * | | Fix [fe942372aa]: Aqua: XPutImage() swaps red and blue channels. Patch from C...fvogel2023-12-031-5/+3
| |\ \ \
| | * | | Let this bugfix branch build and test at Github Actions for the macOS platform.fvogel2023-11-251-0/+1
| | * | | Fix [fe942372aa]: Aqua: XPutImage() swaps red and blue channels. Patch from C...fvogel2023-11-251-5/+3
* | | | | Merge 8.6jan.nijtmans2023-12-034-28/+41
|\ \ \ \ \ | |/ / / /
| * | | | Clean up handling of Apple FourCC Creator Codes - many thanks to Christopher ...marc_culler2023-12-032-173/+25
| * | | | Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-034-28/+41
* | | | | Clean up handling of Apple FourCC Creator Codes - many thanks to Christopher ...marc_culler2023-12-032-173/+25
* | | | | Fixed the test failure in ttk/scrollbar test.csaba2023-12-021-0/+3
* | | | | Fix [5fde07b1d5]: tkCanvas.c: use WORDS_BIGENDIANjan.nijtmans2023-12-011-2/+5
* | | | | Cover ICU4C version 0.60 up to 0.79: That's from 2017 up to around 2026, almo...jan.nijtmans2023-12-011-3/+3
* | | | | Adapted scrollbar.test to the improvements in scrlbar.tcl; reverted the chang...csaba2023-12-013-14/+12
* | | | | Merge 8.6jan.nijtmans2023-12-011-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | http -> https (see [b54a9193f6])jan.nijtmans2023-12-011-1/+1
* | | | | Fix [53fdb87e49]: Glyph indexing is still unperfectjan.nijtmans2023-12-011-2/+1
* | | | | Fix test-failure in scrollbar testjan.nijtmans2023-12-012-9/+14