summaryrefslogtreecommitdiff
path: root/gdk/quartz/gdkscreen-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* 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