summaryrefslogtreecommitdiff
path: root/gdk/quartz/gdkdnd-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* dnd: Remove 2 vfuncs that aren't neededBenjamin Otte2018-01-311-27/+0
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-8/+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
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-1/+1
* dnd: Drop GdkScreen from apisMatthias Clasen2017-10-311-1/+0
* gdk/dnd: Don't use default display when getting cursorJonas Ådahl2016-04-261-0/+1
* gdk: Allow passing the start coordinates in drag_beginMatthias Clasen2015-12-131-1/+3
* quartz-dnd: make sure to set source windowJesse van den Kieboom2014-08-271-0/+3
* Quartz: Set the drag context target listJohn Ralls2013-10-101-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Update quartz to reflect deletion of GdkNativeWindow and client_message funct...John Ralls2011-02-011-10/+0
* quartz: fix some more typosKristian Rietveld2010-12-231-4/+2
* quartz: fix typoKristian Rietveld2010-12-231-1/+1
* quartz: Clean up header files, use same arrangement as X11 backendKristian Rietveld2010-12-231-1/+2
* quartz: Make GdkQuartzDisplay compileKristian Rietveld2010-12-221-4/+4
* quartz: fix up GdkDragContext conversionKristian Rietveld2010-12-221-15/+17
* Implement dnd vtables for quartzMatthias Clasen2010-12-221-120/+83
* Convert all gdk_window methods to vtable calls in the quartz backendMatthias Clasen2010-12-221-2/+2
* Add vtables for DNDMatthias Clasen2010-12-211-50/+0
* Do not use deprecated gdk_display_get_core_pointer()Javier Jardón2010-09-221-2/+5
* Update Quartz DnD code to set device on DnD eventsKristian Rietveld2010-06-301-0/+3
* Implement gdk_drag_context_{get,set}_device in Quartz backendKristian Rietveld2010-06-301-0/+50
* Remove deprecated code from GdkDndJavier Jardón2010-05-031-12/+0
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-1/+1
* Bug 588449 - DnD doesn't work on GDK/QuartzKristian Rietveld2009-09-301-0/+6
* Redo the fix for bug #492117, by adding a getter for the private dragRichard Hult2007-11-011-0/+6
* Add more stubs.Richard Hult2006-03-271-0/+7
* Add the GDK part of the DND implementation.Anders Carlsson2006-03-211-5/+32
* Add quartz backend.Anders Carlsson2005-11-221-0/+178