summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMouseEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-12-121-1/+1
|\
| * Add new non-regression test config-4.29a. Formattingjan.nijtmans2021-12-121-1/+1
* | Merge 8.6marc_culler2021-12-111-1/+20
|\ \ | |/
| * Add comment with history of scroll wheel event handling.marc_culler2021-12-091-2/+5
| * Fix regression with <B1-Motion> events.marc_culler2021-12-091-1/+9
| * Fix [733dae27a1]: send ScrollWheel events to the pointer window, not the focu...marc_culler2021-12-091-3/+11
* | Merge 8.6jan.nijtmans2021-12-081-1/+1
|\ \ | |/
| * Add TkUnusedStubEntry to tkInt stub interfacejan.nijtmans2021-12-081-1/+1
* | Merge 8.6marc_culler2021-12-061-37/+102
|\ \ | |/
| * Edit commentsmarc_culler2021-12-061-4/+9
| * Add a guard against remaining in the ignoreUpDown state forever; edit comments.marc_culler2021-12-061-1/+9
| * Edit comments.marc_culler2021-12-051-2/+2
| * Fix miscomputation of mouse coordinates when a drag leaves the window.marc_culler2021-12-051-1/+11
| * Fix wrong event target for drags that focus a window, which requires a new fi...marc_culler2021-12-041-43/+48
| * Fix bad B1-Motion coordinates in a certain strange situation.marc_culler2021-12-031-3/+5
| * Restore sending B1-Motion events when the mouse leaves the window.marc_culler2021-12-031-2/+1
| * Prevent spurious B1-motion events when dragging a window by its titlebar.marc_culler2021-12-031-29/+33
| * Try to avoid <B1-Motion> events when dragging a window by its title bar.marc_culler2021-12-031-5/+16
| * Edit commentmarc_culler2021-12-021-3/+4
| * Fix [b164efb546]: MacOS - when <Button-1> changes focus the event is sent to ...marc_culler2021-12-021-0/+20
* | Merge 8.6jan.nijtmans2021-11-241-4/+4
|\ \ | |/
| * Better don't make "xEvent" static, could be problematic with multiple Tk threadsjan.nijtmans2021-11-241-2/+2
* | Merge 8.6jan.nijtmans2021-11-241-176/+193
|\ \ | |/
| * line-endingsjan.nijtmans2021-11-241-4/+4
| * Fix NULL/None mixup.culler2021-11-241-7/+7
| * Edit comments. Ignore B1 events in the titlebar (as before).culler2021-11-231-9/+8
| * edit commentsmarc_culler2021-11-231-29/+17
| * Fix the computation of motion.x and motion.y in the MotionNotify events, so *...marc_culler2021-11-221-16/+41
| * Add commentsmarc_culler2021-11-221-0/+27
| * Simplify the tracking. Generate Motion events when the pointer is outside th...marc_culler2021-11-211-55/+100
| * Trying to receive motion events when the mouse leaves the window.marc_culler2021-11-201-2/+6
| * clean upmarc_culler2021-11-201-5/+1
| * Make the pressbutton test command work again.marc_culler2021-11-201-19/+24
| * Make Enter and Leave events work on macOS.marc_culler2021-11-191-128/+65
* | Merge 8.6jan.nijtmans2021-10-311-9/+7
|\ \ | |/
| * Start all over, now that I understand the issue.culler2021-10-291-31/+21
| * Fix the fix so grab-6.1 still passes.culler2021-10-291-5/+8
| * Fix [6ea0b3df60]: MacOS - grab from menu command produces dead windowculler2021-10-291-13/+18
* | Merge 8.6culler2021-05-251-0/+11
|\ \ | |/
| * Fix [7bda9882cb]: Aqua generates duplicate double-click actions when the doub...culler2021-05-221-0/+11
* | Fix mouswheel handling when mouse doesn't have horizontal movement, but this ...jan.nijtmans2021-03-211-1/+1
* | Fix [c2be406526]: Bug in scroll wheel event handling in Tk 8.7a4 on the Macjan.nijtmans2021-03-191-10/+43
|\ \
| * | Incorporate Csaba's suggestion: Timeout to 300ms (was 1.5s). And after timeou...jan.nijtmans2021-03-171-2/+9
| * | Remove useless lines: xEvent.xkey.keycode == 0 cannot happen herejan.nijtmans2021-03-161-2/+0
| * | improve smooth behavior on Aquajan.nijtmans2021-03-161-8/+10
| * | Fix correct accumulation of deltajan.nijtmans2021-03-161-4/+4
| * | Make WHEEL_DELAY 1.5 s not 1.5 ms. Fix indentingjan.nijtmans2021-03-161-3/+3
| * | Better fix: accumulate mousewheel data until 'tick' is reached. About same al...jan.nijtmans2021-03-161-12/+30
| * | Possible fix for [c2be406526], for now just an experiment.jan.nijtmans2021-03-151-2/+8
|/ /
* | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2021-02-071-0/+6
|\ \ | |/