summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMouseEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [eb26d4ec8e]: Aqua combobox beeps if the mouse button is clicked outside ...marc_culler2021-12-261-31/+39
* Add cast to silence compiler warningmarc_culler2021-12-241-1/+1
* Fix [9153164bf7]: drag events should go to the widget that initiated the drag...marc_culler2021-12-231-20/+22
* 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
* Remove the isDead property from TKWindow since it is no longer needed.marc_culler2021-12-201-8/+0
* Remove one more static variable. Now TkWmDeadWindow can clear the drag target...marc_culler2021-12-201-19/+14
* Make target not be static in processMouseEvent.marc_culler2021-12-201-4/+4
* Add a property to TKWindow which indicates that the associated Tk window is b...marc_culler2021-12-191-12/+20
* Fix[6be8b0b48c]: Aqua can crash if a toplevel is destroyed with Cmd-W during ...marc_culler2021-12-181-1/+13
* Add new non-regression test config-4.29a. Formattingjan.nijtmans2021-12-121-1/+1
* 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
* Add TkUnusedStubEntry to tkInt stub interfacejan.nijtmans2021-12-081-1/+1
* 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
* Better don't make "xEvent" static, could be problematic with multiple Tk threadsjan.nijtmans2021-11-241-2/+2
* 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
* 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
* Fix [7bda9882cb]: Aqua generates duplicate double-click actions when the doub...culler2021-05-221-0/+11
* Oops. None is not NULL.fvogel2020-12-061-1/+1
* Refine previous fix (prevent segfault when calling 'even generate {} <...> -...fvogel2020-12-061-1/+6
* On macOS, a mouse event shall be generated when warping the pointer. Add the ...fvogel2020-12-061-0/+1
* Fix the button state for drags.marc_culler2020-09-181-3/+0
* Fix [4f4f03f5eb]: in Aqua allow mouse drags across the titlebar while ignorin...marc_culler2020-09-181-1/+4
* Deal with the deprecation of the context property of mouse NSEvents.marc_culler2020-09-161-2/+2
* Fix [71e18c5c0a]: Aqua invalid selector crash when switching between normal a...marc_culler2020-09-141-10/+14
* Kill off the last extraneous button event, produced by NSMouseDragged.marc_culler2020-09-081-1/+1