summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMouseEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Further experiment: Bring scalefactor back to 120 (as it was for win32)jan.nijtmans2019-07-261-6/+8
* Experiment: Handle scaling fractors for the ScrollWheel sensibly. Trying "40"...jan.nijtmans2019-07-251-11/+32
|\
* | A few more minor adaptations, and make it compile on X11 (XKeyEvent structure...jan.nijtmans2019-07-241-1/+1
* | Code simplification: Don't bother keeping track of the Button[n]Mask's for Bu...jan.nijtmans2019-07-241-4/+2
* | Merge trunk. Adapt documentationjan.nijtmans2019-07-231-2/+2
|\ \ | |/
| * New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-6/+6
* | mis-counted modifier bitsjan.nijtmans2019-07-231-2/+2
* | Fix [38dc27bd1d]: Tk does not support <Button-6> nor <Button-7> events. Now h...jan.nijtmans2019-07-231-6/+11
|/
* 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
| * typodas2006-04-111-2/+2
| * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): fix returndas2006-04-071-70/+104
| * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-6/+2
| * * library/demos/cscroll.tcl: add MouseWheel bindings for aqua.das2005-12-131-15/+27