summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMouseEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Apply a patch from Christopher Chavez which correctly deals with the fact tha...culler2020-04-151-26/+10
* Deal with Snow Leopard.culler2020-04-101-3/+5
* Fix [d72abe6b54]: Aqua toplevel receives button events when resizing.marc_culler2020-04-091-0/+13
* 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
* 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 exceptionsculler2019-10-111-0/+2
* 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
* Fix typofvogel2019-03-141-5/+5
* Fix bug [609e0045f5]: Aqua scrollwheel events have incorrect mouse coordinates.culler2019-03-041-30/+85
* Increase the size of the ring buffer for Aqua, and modify bgerror so itculler2019-03-031-0/+51
* Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-101-2/+2
|\
* | Implement local grabs for Aqua.culler2019-01-051-9/+18
|/
* Deal with a compiler warning about a category implementing methods of the mai...culler2018-10-281-4/+4
* Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-0/+1
* Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-81/+35
* clean-up end-of-line spacingjan.nijtmans2015-11-091-1/+1
|\
| * clean-up end-of-line spacingjan.nijtmans2015-11-091-1/+1
| * Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-20/+53
| * Fix for issues with bitmap rendering and mouse events in Tk-Cocoa; thanks to ...Kevin Walzer2015-11-071-8/+42
| * Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-6/+0
| * Cleanup and improvement of tracking of native windows in Cocoa; thanks to Mar...Kevin Walzer2015-03-211-10/+5
| * remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-3/+1
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-853/+251
* | Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-31/+63
* | Fix for issues with bitmap rendering and mouse events in Tk-Cocoa; thanks to ...Kevin Walzer2015-11-071-16/+42
* | Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-6/+0
* | Cleanup and improvement of tracking of native windows in Cocoa; thanks to Mar...Kevin Walzer2015-03-211-13/+8
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26das2007-12-181-1/+24
| * * macosx/tkMacOSXWindowEvent.c (Tk_MacOSXIsAppInFront): use process mgrdas2007-07-091-91/+133
| * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-8/+6
| * * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enabledas2007-06-061-12/+7
| * * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-091-24/+57
| * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-320/+340
| * * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-2/+9
| * * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-4/+4
| * * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add supportdas2006-07-201-3/+2
| * * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use ofdas2006-04-281-16/+99