summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | A different attempt to make sure new windows are completely drawn.culler2020-06-061-3/+3
* | Fixed a bug in TkpDrawAllViews and added a mechanism to prevent Tcl_WaitForEv...culler2020-06-051-4/+5
* | Do not draw in the setup proc. Fix the heartbeat so it can wake up Tcl_WaitF...marc_culler2020-06-031-5/+16
* | Better control over when drawRect runs. Add check for drawing outside of the...culler2020-06-011-35/+5
* | Add some methods for managing damage rectangles.culler2020-05-311-6/+17
* | Merge 8.6culler2020-05-311-2/+2
|\ \ | |/
| * Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-2/+2
* | A partly but not completely successful attempt to control how drawRect is run.culler2020-05-301-71/+62
|/
* Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-10/+25
* Better way to handle closed key windows on deactivation.culler2020-05-121-4/+6
* Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to preve...culler2020-05-111-0/+12