summaryrefslogtreecommitdiff
path: root/gdk/quartz
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove attributes_mask from gdk_window_new()Benjamin Otte2016-11-072-7/+3
* gdkwindow: Remove GdkWindowAttr.type_hintBenjamin Otte2016-11-061-3/+0
* Update gdk-quartz functions for the demise of GdkDeviceManager.John Ralls2016-11-054-24/+21
* Remove screen height and width functions from gdk-quartz.John Ralls2016-11-051-41/+0
* Update GdkOSXVersion enum with the last 4 MacOS releases.John Ralls2016-11-051-1/+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-048-158/+0
* gdk: Remove visual APIs from GdkScreenBenjamin Otte2016-11-043-29/+0
* API: screen: Remove gdk_screen_is_composited()Benjamin Otte2016-10-291-7/+0
* API: gdk: Remove visual querying APIsBenjamin Otte2016-10-283-120/+0
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-282-8/+3
* quartz: Stop using gdk_device_manager_list_devicesMatthias Clasen2016-10-262-36/+20
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-254-15/+9
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-161-10/+0
* API: Remove gdk_window_set_composited()Benjamin Otte2016-10-161-9/+0
* screen: Remove unused vfuncBenjamin Otte2016-10-163-10/+0
* API: Remove GDK_WA_CURSORBenjamin Otte2016-10-161-4/+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
* Rename Makefile references from 3.0 to 4.0Matthias Clasen2016-10-071-2/+2
* quartz: Fix typo that broke debug buildsEmmanuele Bassi2016-08-221-1/+1
* Opt in to structured loggingMatthias Clasen2016-07-221-0/+1
* Make gdk_event_get_pointer_emulated publicMatthias Clasen2016-05-101-2/+2
* gdk/dnd: Don't use default display when getting cursorJonas Ã…dahl2016-04-262-0/+3
* Save scancode inside GdkEventPrivateFrediano Ziglio2016-04-211-0/+1
* quartz: zoom/rotate change compile/runtime check from 10.7 to 10.8Friedrich Beckmann2016-04-091-4/+5
* quartz: fix pixelated image surfaces in retina/hidpi modeChristoph Reiter2016-03-231-2/+13
* quartz: fix quartz buildChristian Hergert2016-03-171-1/+4
* added NSEventTypeMagnify and NSEventTypeRotate for ZOOM and ROTATE gesturesFriedrich Beckmann2016-03-111-1/+123
* quartz: Get core pointer from device managerPhilip Chimento2016-03-091-13/+25
* gdk: remove the display->list_devices vfuncPaolo Borelli2016-02-291-51/+0
* gdk: remove the core_pointer field from GdkDisplayPaolo Borelli2016-02-291-2/+1
* quartz: get the core pointer from the device managerPaolo Borelli2016-02-291-17/+1
* quartz: Don't use g_print for debug outputMatthias Clasen2016-02-282-81/+85
* quartz: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* gdk: calculate pixel color shift and precision lazilyPaolo Borelli2016-02-271-10/+0
* gdk: factor out utility shared among backendsPaolo Borelli2016-02-271-21/+0
* Fix Quartz Full Screen Crash.Allin Cottrell2016-02-212-1/+9
* quartz: Use GdkSeatDefault to implement GdkSeatCarlos Garnacho2015-12-153-2/+24
* gdk: Allow passing the start coordinates in drag_beginMatthias Clasen2015-12-132-2/+6
* quartz: Don't use the instancetype keywordMatthias Clasen2015-10-251-1/+1
* Bug 736125 - The default gtk accelerator mod mask does not include all defaul...John Ralls2015-08-251-0/+5
* quartz: Implement CSD drag resize for all edges/cornersChristoph Reiter2015-08-083-33/+67
* quartz: disable system shadows if a GdkWindow shadow is set.Christoph Reiter2015-07-272-2/+20
* quartz: Fix buildingPatrick Griffis2015-07-271-3/+3
* quartz: Check if a drag ends inside a known windowMatthias Clasen2015-07-261-0/+28
* quartz: remove maximized state when the window position/size is changedChristoph Reiter2015-07-232-0/+30
* quartz: implement maximized/unmaximizedChristoph Reiter2015-07-233-16/+49