summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMouseEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-021-2/+2
|\
| * Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-2/+2
* | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-021-1/+1
|\ \
| * | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
* | | Merge 8.6jan.nijtmans2020-09-021-8/+8
|\ \ \ | | |/ | |/|
| * | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-8/+8
* | | Merge 8.6jan.nijtmans2020-08-311-32/+0
|\ \ \ | |/ / | | / | |/ |/|
| * Remove obsolete codejan.nijtmans2020-08-311-32/+0
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-3/+3
|\ \ | |/
| * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-3/+3
| * Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-061-29/+1
| |\
* | \ Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-061-29/+1
|\ \ \ | | |/ | |/|
| * | Remove code from TkpWarpPointer which was only needed to construct the NSEven...marc_culler2020-05-161-11/+1
| * | Remove useless generation of NSMouseMoved event when warping the mouse pointe...fvogel2020-01-251-18/+0
* | | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-1/+1
|\ \ \ | | |/ | |/|
| * | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-1/+1
* | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-161-2/+2
|\ \ \ | |/ /
| * | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-161-2/+2
* | | Apply a patch from Christopher Chavez which correctly deals with the fact tha...culler2020-04-151-28/+10
|\ \ \ | |/ /
| * | Apply a patch from Christopher Chavez which correctly deals with the fact tha...culler2020-04-151-26/+10
* | | Fix [d72abe6b54]: Aqua toplevel receives button events when resizing.culler2020-04-101-0/+15
|\ \ \ | |/ /
| * | Deal with Snow Leopard.culler2020-04-101-3/+5
| * | Fix [d72abe6b54]: Aqua toplevel receives button events when resizing.marc_culler2020-04-091-0/+13
| |/
* | Eliminate many -Wextra warningsjan.nijtmans2020-03-051-0/+3
* | Fix [f7a4f75d1c]: issues with focus -force and Aqua mouse coordinates for emb...culler2019-10-271-7/+25
|\ \ | |/
| * Edit a commentculler2019-10-271-3/+3
| * For Aqua, fix computation of local.x and local.y in the case of an embedded t...culler2019-10-271-4/+22
* | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-6/+6
|\ \ | |/
| * Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-6/+6
* | Fix [ee946e4ebd]: on macOS local grabs only work for toplevels.culler2019-10-201-17/+50
|\ \ | |/
| * Added a regression test, which involved adding a command to tkMacOSXTest.c to...culler2019-10-181-5/+9
| * Restore injection of MouseMoved to avoid unknown trouble.culler2019-10-181-6/+3
| * Minor cleanup; rework TkpWarpPointerculler2019-10-181-16/+36
| * Fix [ee946e4ebd]: on macOS local grabs only work for toplevels.culler2019-10-171-6/+18
* | Use vwait instead of after in canvImg.test. On macOS protect against exceptio...culler2019-10-111-0/+2
|\ \ | |/
| * Use vwait instead of after in canvImg.test. On macOS protect against exceptionsculler2019-10-111-0/+2
* | Add many (mostly MacOS) stub functions, needed for future implementation of X...jan.nijtmans2019-10-021-1/+1
* | Rebase to trunkfvogel2019-08-271-4/+8
|\ \
| * | Handle Mac buttons 6-9 in one place more.jan.nijtmans2019-07-301-2/+4
| * | Follow-up to [38dc27bd1d0ecd682aafde]: Tk does not support <Button-6> nor <Bu...jan.nijtmans2019-07-301-2/+4
| |/
* | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs.fvogel2019-08-271-5/+5
* | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO...jan.nijtmans2019-08-271-7/+7
* | Adapt macOS code to the renaming that just happened in previous commit. Branc...fvogel2019-08-261-7/+7
|/
* New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-6/+6
* Fix compiler warnings on all macOS versions.culler2019-06-291-1/+1
* Remove trailing whitespace that emacs inserts.culler2019-06-051-1/+1
* Fix bug [9ebc6fd168]: Aqua can report incorrect mouse coordinates.culler2019-06-031-39/+33
* Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-2/+1
* Add the formatting changes and conditional code for OSX 10.12 toculler2019-04-111-28/+28
* Fixed a typo that was causing extraneous "tkwin == NULL" debug messages in th...culler2019-03-191-1/+1