summaryrefslogtreecommitdiff
path: root/gdk/quartz/gdkwindow-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-201-2958/+0
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-520/+520
* gdk: Remove propertiesBenjamin Otte2017-12-141-3/+0
* quartz: Remove remaining uses of GdkScreenMatthias Clasen2017-11-171-2/+1
* quartz: Drop another use of gdk_display_get_toplevel_windowsMatthias Clasen2017-11-051-2/+1
* quartz: Add a function to get all toplevelsMatthias Clasen2017-11-051-1/+8
* quartz: Drop mentions of foreign windowsMatthias Clasen2017-11-051-3/+1
* gdk: Remove GdkWindow.set_device_cursor() vfuncBenjamin Otte2017-11-021-16/+0
* quartz: Stop using gdk_screen_get_defaultMatthias Clasen2017-11-011-1/+1
* Drop gdk_window_get_screenMatthias Clasen2017-10-311-1/+0
* GtkWindow/GdkWindow: Finish converting icons to surfacesAlexander Larsson2017-10-231-1/+1
* quartz: fix build for <10.12Christoph Reiter2017-03-151-1/+1
* quartz: Fix another typoMatthias Clasen2017-03-101-1/+1
* Quartz: Implement gdk_window_set_functionsMatthias Clasen2017-03-051-1/+39
* quartz: Let CSD windows be fullscreenMatthias Clasen2017-03-011-1/+4
* gdk: Remove testing functionsBenjamin Otte2017-01-081-3/+0
* gdk: Drop gdk_window_reparentwip/alexl/simplify-gdkwindowAlexander Larsson2016-12-161-56/+0
* gdk: Drop support for native (and thus foreign) subwindowsAlexander Larsson2016-12-161-16/+0
* gdk: Make GdkDrawingContext not per-backendBenjamin Otte2016-11-301-12/+0
* API: Remove gdk_window_process_all_updates()Benjamin Otte2016-11-231-38/+0
* gdk: Make each backend have a custom GdkDrawingContext subclassBenjamin Otte2016-11-201-0/+12
* gdk: Remove attributes_mask from gdk_window_new()Benjamin Otte2016-11-071-5/+2
* gdkwindow: Remove GdkWindowAttr.type_hintBenjamin Otte2016-11-061-3/+0
* Update gdk-quartz functions for the demise of GdkDeviceManager.John Ralls2016-11-051-6/+5
* API: gdk: Remove title from gdk_window_new()Benjamin Otte2016-11-051-7/+1
* API: gdk: Remove gdk_window_set_override_redirect()Benjamin Otte2016-11-051-8/+0
* quartz: Remove all mentions of visualsBenjamin Otte2016-11-041-1/+0
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-281-5/+2
* quartz: Stop using gdk_device_manager_list_devicesMatthias Clasen2016-10-261-26/+6
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-4/+3
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-161-10/+0
* API: Remove GDK_WA_CURSORBenjamin Otte2016-10-161-4/+0
* quartz: fix pixelated image surfaces in retina/hidpi modeChristoph Reiter2016-03-231-2/+13
* quartz: Implement CSD drag resize for all edges/cornersChristoph Reiter2015-08-081-7/+1
* quartz: disable system shadows if a GdkWindow shadow is set.Christoph Reiter2015-07-271-2/+18
* quartz: implement maximized/unmaximizedChristoph Reiter2015-07-231-16/+8
* gdkwindow-quartz: partial aspect ratio supportTom Schoonjans2015-07-071-1/+11
* quartz: Non-implementation of GdkGLContextPhilip Chimento2015-05-091-0/+2
* gdk/quartz: Fix mixup in attributes usage creating window implementationThibault Saunier2015-02-221-3/+4
* quartz: NSWindow NULL check in get_scale_factorPhilip Chimento2014-12-241-1/+1
* gdkwindow: Don't pass the region to the impl when beginning a paintJasper St. Pierre2014-11-221-3/+2
* quartz: Don't bother storing the paint_clip_regionJasper St. Pierre2014-11-221-55/+0
* quartz: Move the FullscreenSavedGeometry definition earlierMatthias Clasen2014-10-271-6/+6
* gdk: Deprecate static gravitiesBenjamin Otte2014-10-061-13/+0
* gdkwindow-quartz: Support native fullscreen modeJesse van den Kieboom2014-08-251-2/+69
* gdkwidow: Make queue_antiexpose optionalJasper St. Pierre2014-06-211-7/+0
* gdkwindow: Don't bother with a return parameter for queue_antiexposeJasper St. Pierre2014-06-211-2/+1
* gdkwindow: Remove the ability to call begin_paint_region more than onceJasper St. Pierre2014-06-201-44/+3
* gdkwindow: Remove the internal cairo_surface used for out-of-band paintingJasper St. Pierre2014-06-201-11/+0
* Implement get_root_origin generically for all backendsJasper St. Pierre2014-03-171-20/+0