libs-back/Source/cairo
Sergii Stoian c1ab242c9e * gswindow_device_t structure element screen was renamed to
`screen_id`; `monitor_id` element was added. Made use of
  `screen_id` and `monitor_id` where it's appropriate.

* Removed `screen` parameter from methods which contains it in name.
  Methods were renamed to remove `Screen` and `FromScreen`.

* Source/x11/XGServerWindow.m (screenList): change with assumption
  that Xlib screen is one per application.
  Failback code to RandR-related always creates arrays with one element
  (no enumeration needed). Create `monitor` structure in failback (non-RandR)
  code. Use `screen_id` MonitorDevice structure element to hold	Xlib screen
  ID.
  (windowDepthForScreen:): assume that `screen` parameter is a Xlib screen ID,
  simplify code - `screen` will be used with RandR or not.
  (availableDepthsForScreen:): changed with assumption that `screen` is a index
  of element in `monitors` structure.

* Source/x11/XGServer.m (_initXContext): initialize `monitors` array
  early here before first use (calls to XGServerWindow methods).
2020-02-03 01:21:52 +02:00
..
CairoContext.m Workarounds to re-display windows on MS Windows. 2015-02-28 02:01:28 +00:00
CairoFaceInfo.m * Source/cairo/CairoFaceInfo.m (-fontFace): Warn about the usage 2013-12-23 12:36:09 +00:00
CairoFontEnumerator.m In preparation for reusing this code in the Opal backend, moved fontconfig code to a dedicated set of classes that are now superclasses of Cairo backend's font classes. 2013-09-10 21:07:03 +00:00
CairoFontInfo.m * Source/cairo/CairoFontInfo.m: Revert to the old defaults for 2019-12-24 14:10:02 +01:00
CairoGState.m Get DPSshow: to work on scaled windows. 2017-07-31 23:33:34 +02:00
CairoPDFSurface.m * ChangeLog 2012-11-26 05:39:22 +00:00
CairoPSSurface.m * Source/cairo/CairoPDFSurface.m: 2012-09-26 19:09:19 +00:00
CairoSurface.m * Source/cairo/CairoPDFSurface.m: 2012-09-26 19:09:19 +00:00
GNUmakefile In preparation for reusing this code in the Opal backend, moved fontconfig code to a dedicated set of classes that are now superclasses of Cairo backend's font classes. 2013-09-10 21:07:03 +00:00
GNUmakefile.preamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
Win32CairoGlitzSurface.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
Win32CairoGState.m Implement dealloc/copyWithZone on Win32CairoGState instance. 2016-04-06 20:43:29 +00:00
Win32CairoSurface.m Workarounds to re-display windows on MS Windows. 2015-02-28 02:01:28 +00:00
XGCairoGlitzSurface.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
XGCairoModernSurface.m * Source/cairo/GNUmakefile: 2011-10-13 21:37:44 +00:00
XGCairoSurface.m * gswindow_device_t structure element screen was renamed to 2020-02-03 01:21:52 +02:00
XGCairoXImageSurface.m Silence warnings from clang. 2013-02-10 17:32:47 +00:00