gtk2/gdk/quartz
John Ralls 36315cbe2b [quartz]Use the absolute value of Scale values for CGContextScaleSCM
In macOS-12.sdk CGContextConverSizeToDeviceSpace returns a negative
height and passing that to CGContextScaleCTM in turn causes the cairo
surface to draw outside the window where it can't be seen. Passing the
absolute values of the scale factors fixes the display on macOS 12 without
affecting earlier macOS versions.
2021-10-14 12:45:48 -07:00
..
gdkcursor-quartz.c gdk quartz: add missing include 2020-02-01 23:56:56 +01:00
gdkdevice-core-quartz.c Support for macOS Pen / Eraser input #1551 2020-05-19 16:10:07 +02:00
gdkdevicemanager-core-quartz.c quartz: mimic source device axes 2020-07-08 15:26:06 +02:00
gdkdevicemanager-core-quartz.h Support for macOS Pen / Eraser input #1551 2020-05-19 16:10:07 +02:00
gdkdisplay-quartz.c Move includes of gdkinternal-quartz.h from headers to impl files. 2021-09-07 11:08:11 -07:00
gdkdisplay-quartz.h Move includes of gdkinternal-quartz.h from headers to impl files. 2021-09-07 11:08:11 -07:00
gdkdisplaymanager-quartz.c Replace the deprecated GdkDisplayManager with GdkSeat. 2018-12-07 16:39:13 -08:00
gdkdnd-quartz.c Ensure gdk_quartz_drag_source freed on all paths. 2021-05-04 08:33:56 -07:00
gdkdnd-quartz.h Hide Objective-C from outside GdkQuartz. 2019-06-22 13:37:46 -07:00
gdkeventloop-quartz.c Hide Objective-C from outside GdkQuartz. 2019-06-22 13:37:46 -07:00
gdkevents-quartz.c [Quartz]Fix some deprecation and unused variable warnings. 2020-06-20 11:16:18 -07:00
gdkglcontext-quartz.c Add a public header for Cocoa access functions. 2021-04-16 16:56:55 -07:00
gdkglcontext-quartz.h quartz: implement GdkGLContext for Quartz backend 2019-03-29 11:25:29 +01:00
gdkglobals-quartz.c Update Quartz version detection for macOS 12. 2021-09-08 18:01:50 -07:00
gdkinternal-quartz.h Move includes of gdkinternal-quartz.h from headers to impl files. 2021-09-07 11:08:11 -07:00
gdkkeys-quartz.c Merge branch 'gtk-3-24-issue-2102' into 'gtk-3-24' 2020-01-10 21:07:46 +00:00
gdkkeys-quartz.h Hide Objective-C from outside GdkQuartz. 2019-06-22 13:37:46 -07:00
gdkmonitor-quartz.c Move includes of gdkinternal-quartz.h from headers to impl files. 2021-09-07 11:08:11 -07:00
gdkmonitor-quartz.h Move includes of gdkinternal-quartz.h from headers to impl files. 2021-09-07 11:08:11 -07:00
gdkprivate-quartz.h Hide Objective-C from outside GdkQuartz. 2019-06-22 13:37:46 -07:00
gdkproperty-quartz.c Remove 2 unused functions. 2018-12-07 16:59:45 -08:00
gdkquartz-cocoa-access.h Let gdkquartz-cocoa-access.h find gdkquartz.h during build. 2021-09-07 10:39:37 -07:00
gdkquartz-gtk-only.h Add a public header for Cocoa access functions. 2021-04-16 16:56:55 -07:00
gdkquartz.h Update Quartz version detection for macOS 12. 2021-09-08 18:01:50 -07:00
gdkquartzcursor.h
gdkquartzdevice-core.h
gdkquartzdevicemanager-core.h
gdkquartzdisplay.h
gdkquartzdisplaymanager.h
gdkquartzdnd.h Ensure gdk_quartz_drag_source freed on all paths. 2021-05-04 08:33:56 -07:00
gdkquartzglcontext.h quartz: implement GdkGLContext for Quartz backend 2019-03-29 11:25:29 +01:00
gdkquartzkeys.h Hide Objective-C from outside GdkQuartz. 2019-06-22 13:37:46 -07:00
gdkquartzmonitor.h quartz: Add a forgotten file 2017-04-01 17:41:00 -04:00
GdkQuartzNSWindow.c Ensure gdk_quartz_drag_source freed on all paths. 2021-05-04 08:33:56 -07:00
GdkQuartzNSWindow.h Refine GdkQuartzNSWindow convertPointToScreen: 2018-12-15 16:28:44 -08:00
gdkquartzscreen.h
gdkquartzutils.h Hide Objective-C from outside GdkQuartz. 2019-06-22 13:37:46 -07:00
GdkQuartzView.c [imquartz] Set the filter key to passthrough regardless of selector. 2020-10-13 14:36:12 -07:00
GdkQuartzView.h macOS: Fix bug that entry cannot press and hold a key to input accented character. 2019-01-30 22:07:23 -08:00
gdkquartzvisual.h
gdkquartzwindow.h Hide Objective-C from outside GdkQuartz. 2019-06-22 13:37:46 -07:00
gdkscreen-quartz.c Move includes of gdkinternal-quartz.h from headers to impl files. 2021-09-07 11:08:11 -07:00
gdkscreen-quartz.h Change computation of coordinates. 2019-03-11 16:26:50 -07:00
gdkselection-quartz.c accepts NSPasteboardTypeFileURL as "text/uri-list". 2021-08-14 09:38:36 +09:00
gdktestutils-quartz.c
gdkutils-quartz.c Add a public header for Cocoa access functions. 2021-04-16 16:56:55 -07:00
gdkvisual-quartz.c gdk: calculate pixel color shift and precision lazily 2016-02-27 12:27:54 +01:00
gdkwindow-quartz.c [quartz]Use the absolute value of Scale values for CGContextScaleSCM 2021-10-14 12:45:48 -07:00
gdkwindow-quartz.h Move includes of gdkinternal-quartz.h from headers to impl files. 2021-09-07 11:08:11 -07:00
Makefile.am Add a public header for Cocoa access functions. 2021-04-16 16:56:55 -07:00
meson.build Add a public header for Cocoa access functions. 2021-04-16 16:56:55 -07:00
xcursors.h