summaryrefslogtreecommitdiff
path: root/gdk/quartz/gdkscreen-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* Remove screen height and width functions from gdk-quartz.John Ralls2016-11-051-41/+0
* gdk: Remove visual APIs from GdkScreenBenjamin Otte2016-11-041-3/+0
* API: screen: Remove gdk_screen_is_composited()Benjamin Otte2016-10-291-7/+0
* API: gdk: Remove visual querying APIsBenjamin Otte2016-10-281-8/+0
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-5/+1
* screen: Remove unused vfuncBenjamin Otte2016-10-161-1/+0
* API: screen: Remove gdk_screen_make_display_name()Benjamin Otte2016-10-161-7/+0
* API: screen: Remove gdk_screen_get_active_window()Benjamin Otte2016-10-161-14/+0
* API: gdk: Remove gdk_screen_get_number()Benjamin Otte2016-10-161-7/+0
* Remove redundant checks for NULLMarek Kasik2014-10-021-6/+1
* Handle resolution changes in the GDK backend codeOwen W. Taylor2014-07-131-2/+2
* all: Name more idles and timeoutsBastien Nocera2014-03-261-2/+5
* Bug 709939 - monitor reconfiguration while GtkOffscreenWindowsCharles Reiss2013-10-111-1/+5
* quartz: Implement get_scale_factor() on screen and windowMichael Natterer2013-07-031-0/+30
* gdk: Remove unused functionBenjamin Otte2013-04-151-10/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* quartz: implement GdkScreen::get_monitor_workarea()Michael Natterer2012-02-231-1/+25
* GdkScreen: fix precondition checks in the public APIMichael Natterer2012-02-211-2/+1
* Add gdk_screen_get_monitor_workareaMatthias Clasen2011-12-181-0/+1
* quartz: reorder gdkprivate-quartz.h and related clean upKristian Rietveld2010-12-231-1/+31
* quartz: _gdk_quartz_screen -> gdk_quartz_screenKristian Rietveld2010-12-231-4/+4
* quartz: Clean up header files, use same arrangement as X11 backendKristian Rietveld2010-12-231-8/+3
* quartz: Fix screen implementation, rename to GdkQuartzScreenKristian Rietveld2010-12-221-23/+23
* Convert a bunch of visual related calls to use the screen vtable, quartzMatthias Clasen2010-12-221-42/+52
* Convert all GdkScreen methods to vtable calls, quartz backendMatthias Clasen2010-12-221-84/+70
* API: Remove colormap handling from GdkScreenBenjamin Otte2010-09-261-34/+0
* Implement gdk_screen_get_primary_monitor in all GDK backendsMatthias Clasen2009-12-131-1/+9
* Document how Cocoa coordinate and monitor layout transforms to GDK workKristian Rietveld2009-11-151-0/+34
* Update copyrightKristian Rietveld2009-10-261-0/+1
* Update position of toplevels after display reconfigurationKristian Rietveld2009-10-261-1/+1
* Update size of root window after display reconfigurationKristian Rietveld2009-10-261-0/+2
* Support arbitrary screen layoutsKristian Rietveld2009-10-261-27/+14
* Rework coordinate transformation to be based on root windowKristian Rietveld2009-10-261-1/+5
* Be consistent with X11: emit monitors-changed first, then size-changedKristian Rietveld2009-10-261-4/+4
* Use screen when emitting signal, not _gdk_screenKristian Rietveld2009-10-261-1/+1
* Emit monitors-changed signal when appropriateKristian Rietveld2009-10-261-5/+20
* Move screen resolution setup to GdkScreenQuartz initializerKristian Rietveld2009-10-261-0/+5
* Create a proper subclass of GdkScreen: GdkScreenQuartzKristian Rietveld2009-10-261-148/+154
* Register and handle a display reconfiguration callbackKristian Rietveld2009-10-261-0/+63
* Setup monitor rects during screen initialization and re-use dataKristian Rietveld2009-10-261-64/+80
* Move screen initialization to gdkscreen-quartz.cKristian Rietveld2009-10-261-0/+7
* Bug 596012 - popup menu position is horribly off on gdk quartz with ...Kristian Rietveld2009-09-271-1/+31
* Implement those, fixes loading python bindings.Richard Hult2008-08-071-9/+59
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Set the resolution.Richard Hult2007-05-211-15/+11
* Import AppKit.h instead of Quartz.h. Don't use userSpaceScaleFactor forRichard Hult2007-02-181-1/+7
* Create 'composited' label.Søren Sandmann2006-04-251-0/+8
* gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c addedMichael Natterer2006-03-081-0/+16
* Implement these functions. (#327228, Thomas Broyer).Anders Carlsson2006-01-181-4/+49
* Add quartz backend.Anders Carlsson2005-11-221-0/+196