summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMouseEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0. Streamline some indentingjan.nijtmans2024-06-301-2/+2
|\
* \ New branch: merges the crossing events fix (sans processevents) with cgimage ...culler2024-06-101-2/+3
|\ \ | |/ |/|
| * Remove debugging print statements.culler2024-05-191-15/+0
| * Attempt to fix [22349fc78a] for macOS. Currently only event-9.16 fails unles...culler2024-05-191-2/+18
| * Add more type-casts, code cleanup (all backported from 8.7)jan.nijtmans2023-06-081-2/+2
* | Make scrollCounter "unsigned long"jan.nijtmans2023-12-111-1/+1
* | Use the serial field of TouchpadScroll events as a counter.marc_culler2023-11-271-1/+2
* | Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events...marc_culler2023-11-271-2/+2
* | Switch from Control-MouseWheel to Extended-MouseWheel.marc_culler2023-11-241-1/+1
* | Fix the low resolution events.marc_culler2023-11-221-7/+12
* | Add bindings for Scrollbar and Listbox. Fix bindings for Text.marc_culler2023-11-211-1/+2
* | Add smooth scrolling for Text widgets on macOS.marc_culler2023-11-201-8/+16
* | Restore low-res scrollwheel behavior; insert a placeholder for sending touchp...marc_culler2023-11-191-29/+19
* | Clean up.marcc2023-11-111-1/+1
* | Implement smooth scrolling for macOS in a way which can be adapted to other p...marc_culler2023-11-111-17/+10
* | 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-091-2/+18
* | Remove the delta accumulator; allow a Text to scroll at pixel resolution; use...culler2023-11-091-46/+14
* | Some small adjustments.culler2023-11-071-7/+3
* | Implement touchpad events. See [de3bbbcb68]: macOS NSScrollWheel events not ...culler2023-11-071-2/+10
* | Fix [4666f21a95]: Avoid a non-evident crash (and resolve conflict in tkMacOSX...fvogel2023-05-311-4/+11
|\ \ | |/
| * Fourth patch from Christopher Chavez.fvogel2023-05-291-4/+11
* | Merge 8.7jan.nijtmans2023-03-301-1/+1
|\ \
| * \ Fix [ee0847f633]: Aqua: compiler warning in debug builds. And Fix [2ed289cae0...fvogel2023-03-301-1/+1
| |\ \ | | |/
| | * Fix [ee0847f633]: Aqua: compiler warning in debug builds.fvogel2023-03-281-1/+1
* | | Implementation of TIP 655culler2023-01-281-5/+6
|/ /
* | Fix MacOSX compilationjan.nijtmans2022-09-151-1/+1
* | Merge 8.6marc_culler2022-09-141-3/+2
|\ \ | |/
| * Fix [d412a99152]: unexpected <Enter> and <Button1-Release> events.marc_culler2022-09-121-3/+2
* | Merge 8.6jan.nijtmans2022-09-101-1/+1
|\ \ | |/
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-1/+1
* | Merge 8.7jan.nijtmans2022-03-021-3/+0
|\ \
| * | Fix [e049e2a7b8]: macOS : error on compilation with tkMacOSXMouseEvent.c, due...jan.nijtmans2022-03-021-3/+0
* | | Merge 8.7jan.nijtmans2022-03-021-4/+30
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-03-021-6/+6
| |\ \ | | |/
| | * Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-021-8/+8
| * | Fix for [141a119635]Kevin Walzer2022-02-241-1/+27
| |\ \ | | |/
| | * Possible fix for 141a119635, global grab now functions as expected on macOSKevin Walzer2022-02-141-1/+27
* | | Merge 8.7jan.nijtmans2022-01-091-56/+85
|\ \ \ | |/ /
| * | Merge 8.6marc_culler2021-12-271-31/+39
| |\ \ | | |/
| | * Fix [eb26d4ec8e]: Aqua combobox beeps if the mouse button is clicked outside ...marc_culler2021-12-261-31/+39
| * | Merge 8.6marc_culler2021-12-241-1/+1
| |\ \ | | |/
| | * Add cast to silence compiler warningmarc_culler2021-12-241-1/+1
| * | Merge 8.6marc_culler2021-12-241-20/+22
| |\ \ | | |/
| | * Fix [9153164bf7]: drag events should go to the widget that initiated the drag...marc_culler2021-12-231-20/+22
| * | Merge 8.6marc_culler2021-12-221-5/+24
| |\ \ | | |/
| | * Remove redundant line of code.marc_culler2021-12-221-1/+0
| | * Fix [a132b5507e]: missing NSLeftButtonDown events cause strange menubutton be...marc_culler2021-12-221-5/+25
* | | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-1/+1
|/ /
* | Merge 8.6culler2021-12-201-16/+23
|\ \ | |/