libs-back/Source
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
..
art * gswindow_device_t structure element screen was renamed to 2020-02-03 01:21:52 +02:00
cairo * gswindow_device_t structure element screen was renamed to 2020-02-03 01:21:52 +02:00
English.lproj Make nfont face name localization work. Add English and Swedish translations. 2003-06-28 13:32:59 +00:00
fontconfig * Source/cairo/CairoFontInfo.m, 2019-05-19 22:56:48 +02:00
gsc * Source/gsc/GSGState.m (-setColor:state:): Don't copy values onto themselves. 2018-12-02 12:36:28 +01:00
opal * Source/opal/OpalGState.m: Add colour handling for all the different 2019-01-03 23:06:51 +01:00
Swedish.lproj Make nfont face name localization work. Add English and Swedish translations. 2003-06-28 13:32:59 +00:00
win32 * Source/win32/WIN32Server.m (process_char): 2015-08-13 21:23:35 +00:00
winlib Remove extraneous semicolon. 2016-04-06 20:43:25 +00:00
x11 * gswindow_device_t structure element screen was renamed to 2020-02-03 01:21:52 +02:00
xdps Replace NSCompositeHighlight with GSCompositeHighlight and map NSCompositeHighlight onto 2012-02-18 21:10:07 +00:00
xlib Add changes to address 16 bit support in Xlib. Need to test 2019-04-20 11:17:57 -04:00
.cvsignore Added missing .cvsignore files. 2004-01-07 12:04:36 +00:00
GNUmakefile Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-back 2008-12-19 13:05:05 +00:00
GNUmakefile.postamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
GNUmakefile.preamble fix order of use of library and header directories 2013-07-04 16:44:28 +00:00
GSBackend.m Added empty 'opal' backend. 2013-06-23 22:41:31 +00:00