summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-2/+2
* Fix [c0bf1bda2a]: Aqua: avoid buffer overflows by not passing XVirtualEvent* ...jan.nijtmans2022-04-151-15/+15
* line-endingsjan.nijtmans2021-11-241-1/+1
* Simplify the tracking. Generate Motion events when the pointer is outside th...marc_culler2021-11-211-16/+0
* Trying to receive motion events when the mouse leaves the window.marc_culler2021-11-201-4/+11
* Make Enter and Leave events work on macOS.marc_culler2021-11-191-11/+55
* Remove code left by mistake; add a missing call to orderOut; be consistent wh...culler2021-11-101-1/+1
* Fix [8aebca6f26]: Aqua Tk does not handle the yellow minimize button correctly.culler2021-11-091-0/+1
* Apply a patch from Christian Werner which prevents crashes when non-Tk window...culler2021-10-291-0/+6
* Fix [8ecc3eaf5c]: Activating an app with Mission Control may not raise the ap...culler2021-06-011-1/+3
* If an app has a grab window, ensure that it gets focus if the app is deactiva...culler2021-05-091-0/+17
* Eliminate TkpPutRGBAImage's first 2 parameters, since they are unusedjan.nijtmans2021-05-031-1/+1
* Fix [eafa029f3a]: blurry text on retina screens when using backing CALayer. ...culler2021-05-011-0/+13
* Synchonize the needsDisplay for the NSView and its backing layer.culler2021-04-291-0/+1
* Set the CALayer's contentsGravity property so that programmatic resizes look ...culler2021-04-261-0/+2
* Possibly a genuine fix - use an explicit CALayer for the TKContentView.culler2021-04-241-0/+32
* One TCL_UNUSED and some eol-spacingjan.nijtmans2020-10-201-1/+1
* Fix [27fb5991be]: toplevel is not restored correctly after exiting fullscreen.marc_culler2020-10-111-11/+7
* Fix [1fa8c3ed8d]: Aqua crash when a window is resized in a display procedure.culler2020-10-071-1/+8
* Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-271-1/+2
* More aqua initialization issuesmarc_culler2020-09-151-0/+1
* Adjustments to viewDidChangeEffectiveAppearancemarc_culler2020-09-071-8/+6
* Remove virtual events for changes to the accent color in Mojave, because Appl...marc_culler2020-09-071-7/+16
* Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-1/+1
* Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-11/+11
* Remove obsolete codejan.nijtmans2020-08-311-30/+30
* Add some explicit typecasts, e.g. to (Drawable), and prevent higher-level com...jan.nijtmans2020-08-281-2/+21
* TkContentView -> TKContentView (twice)jan.nijtmans2020-08-271-1/+1
* Eliminate type casts to (TKContentView *)jan.nijtmans2020-08-271-2/+1
* Fix [bc62f78191]: compilation issues on macOS when targeting older OS versions.culler2020-08-241-2/+6
|\
| * Fix [bc62f78191]: compilation issues when targeting older macOS versions.culler2020-08-231-4/+6
|/
* one more "const"jan.nijtmans2020-08-171-1/+1
* const usagejan.nijtmans2020-08-171-3/+3
* misplaced #endifculler2020-08-151-2/+2
* Adjustments for 10.6culler2020-08-151-3/+5
* sync with bug-315104a5c10culler2020-08-151-38/+67
* Fix the first event reporting a change in effective appearanceculler2020-08-111-1/+3
* Generate a virtual event <<NewAccentColor>> when the accent or highlight colo...culler2020-08-111-8/+9
* Fix [315104a5c10] for 8.6: Inappropriate virtual events sent when accent colo...culler2020-08-101-3/+14
* The colormaps do not fix winfo rgb. Handle that directly. And deal with Big...culler2020-08-011-7/+0
* More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed...marc_culler2020-07-151-4/+0
* macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin...marc_culler2020-07-151-30/+6
* Remove duplicate line in tkMacOSXWindowEvent.cmarc_culler2020-07-141-1/+0
* Do not process timer events in drawRect (Thanks to Nicolas Bats) and remove r...marc_culler2020-07-131-22/+15
* Process timer events as well as idle events in some of the inner event loops ...marc_culler2020-07-121-2/+2
* Merge 8.6jan.nijtmans2020-07-121-8/+8
|\
| * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-9/+9
| * Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-1/+1
* | Fix the Redisplay to make new windows complete.culler2020-06-071-4/+2
* | More attempts to make sure new windows are complete.culler2020-06-061-15/+12