summaryrefslogtreecommitdiff
path: root/gdk/quartz
Commit message (Expand)AuthorAgeFilesLines
* gdk: Fix Windows and OS X backend for keyevent.string removalBenjamin Otte2018-07-301-40/+0
* dnd: Remove GdkDragContext.is_sourceBenjamin Otte2018-06-181-1/+0
* surface: Kill event masksBenjamin Otte2018-06-183-31/+0
* dnd: Add gdk_drop_finish()Benjamin Otte2018-06-181-9/+0
* dnd: Move the gdk_drag_status() functionBenjamin Otte2018-06-181-9/+0
* dnd: Make actions a private member variableBenjamin Otte2018-06-181-2/+4
* dnd: Remove GDK_ACTION_DEFAULT and GDK_ACTION_PRIVATEBenjamin Otte2018-06-181-10/+0
* gdk: Get rid of gdk_event_free()Benjamin Otte2018-05-293-7/+7
* dnd: Remove gdk_drop_reply()Benjamin Otte2018-05-031-9/+0
* gdk: Remove gdk_drag_grop_succeeded()Benjamin Otte2018-05-031-8/+0
* dnd: Make GdkDragContext::device a (construct-only) propertyBenjamin Otte2018-04-272-9/+4
* gdk: Add Cairo context implementations for all backendsBenjamin Otte2018-04-244-0/+92
* gdk: Remove GdkSurfaceImpl::shape_combine_region vfuncBenjamin Otte2018-03-211-10/+0
* Continue renaming window to surfaceAlexander Larsson2018-03-215-30/+30
* Fix up indentation after GdkSurface renameAlexander Larsson2018-03-211-19/+19
* Convert all references to GdkEvent->surfaceAlexander Larsson2018-03-202-9/+9
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-5/+5
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-208-141/+141
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-2014-17/+17
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-2017-864/+864
* macos: export gdk_quartz_drag_source_context()Christoph Reiter2018-03-012-1/+4
* macos: Fix gdk_quartz_drag_context_get_dragging_info_libgtk_only symbol exportChristoph Reiter2018-02-273-0/+3
* gdkquartz.h: export pasteboard functionsTom Schoonjans2018-02-161-0/+3
* The big versioning cleanupMatthias Clasen2018-02-062-2/+2
* Drop the last mentions of motion hint eventsEmmanuele Bassi2018-02-051-8/+4
* Drop the Big GDK LockEmmanuele Bassi2018-02-032-14/+0
* Replace gdk_threads_add_idle* with g_idle_add()Emmanuele Bassi2018-02-031-1/+1
* dnd: Remove 2 vfuncs that aren't neededBenjamin Otte2018-01-311-27/+0
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-151-2/+2
* display: Remove leftover old clipboard APIsBenjamin Otte2017-12-141-19/+0
* Drop gdk_atom_internMatthias Clasen2017-12-131-7/+7
* Drop gdk_atom_nameMatthias Clasen2017-12-131-6/+2
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-8/+0
* gdk: Remove ability to request selection notificationsBenjamin Otte2017-12-141-20/+0
* gdk: Remove propertiesBenjamin Otte2017-12-143-188/+0
* gdk: Remove selection definesBenjamin Otte2017-12-141-2/+1
* gdk: Remove gdk_selection_convert()Benjamin Otte2017-12-143-34/+0
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-133-28/+0
* gdk: Remove gdk_selection_add_targets()Benjamin Otte2017-12-131-2/+0
* dnd: Pass dx/dy instead of x_root/y_rootBenjamin Otte2017-12-111-2/+2
* dnd: Add gdk_drag_context_get_display()Benjamin Otte2017-12-101-1/+1
* quartz: Stop deriving from GdkDeviceManagerMatthias Clasen2017-11-252-56/+8
* Drop the GdkDeviceManager::display propertyMatthias Clasen2017-11-252-2/+50
* Drop the get_client_pointer vfuncMatthias Clasen2017-11-251-10/+0
* Drop the list_devices vfuncMatthias Clasen2017-11-251-20/+0
* quartz: Stop using display->device_managerMatthias Clasen2017-11-254-13/+15
* quartz: Remove remaining uses of GdkScreenMatthias Clasen2017-11-176-29/+10
* quartz: Make GdkQuartzScreen a plain objectMatthias Clasen2017-11-173-25/+10
* quartz: Drop an unused includeMatthias Clasen2017-11-171-1/+0
* quartz: Avoid a screen argumentMatthias Clasen2017-11-173-8/+5