summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* quartz: Fix up dnd codeMatthias Clasen2016-03-211-46/+2
* gtkdnd-quartz: fix gtk_drag_begin_internalChristoph Reiter2016-01-011-30/+27
* Stop using gtk_icon_size_lookup_for_settings()Benjamin Otte2015-12-021-8/+2
* dnd: Add gtk_drag_set_icon_definition()Benjamin Otte2015-12-021-0/+37
* dnd: Split GtkDragSourceSite into its own fileBenjamin Otte2015-11-251-388/+1
* dnd-quartz: fix missing icon helper includeChristoph Reiter2015-11-251-0/+1
* dnd: Just pass iconhelper instead of whole DragSourceSiteBenjamin Otte2015-11-251-7/+7
* quartz dnd: add hidpi support for gtk_drag_set_icon_surface()Christoph Reiter2015-07-271-56/+30
* quartz dnd: fix drag icon position relative to cursor positionChristoph Reiter2015-07-271-1/+1
* quartz: Fix buildingPatrick Griffis2015-07-271-3/+4
* quartz: Implement NO_TARGET drag resultMatthias Clasen2015-07-261-4/+15
* Bug 745957 - GTK+/Quartz >= 3.14.8: Symbol not found: _gtk_drag_cancelJohn Ralls2015-05-311-0/+19
* quartz: Copy annotationsMatthias Clasen2014-11-301-5/+25
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: use proper apostropheWilliam Jon McCann2014-02-071-10/+10
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* Fix double-free introduced in f86dc163John Ralls2013-10-111-1/+1
* Implement gtk_drag_begin_with_coordinates () for quartz.John Ralls2013-10-101-29/+59
* Quartz: Set the drag context target listJohn Ralls2013-10-101-1/+1
* Fix broken quartz build due to deprecation of gtkstock.hJohn Ralls2013-07-271-1/+1
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-1/+1
* quartz: move atom/pasteboard type conversions functions to GDKKristian Rietveld2013-03-281-1/+1
* Fix compilation on MacOSX TigerJohn Ralls2012-12-101-0/+1
* Copy in annotations missing from gtkdnd-quartz and gtkclipboard-quartzJohn Ralls2012-08-221-25/+145
* Don't include gtkplug.h in gtkdnd-quartz.cJohn Ralls2012-05-181-1/+0
* quartz: fix coordinates for synthesized eventKristian Rietveld2012-04-221-2/+19
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-4/+4
* quartz: fix coding style in quartz-version of gtk_drag_begin_internalKristian Rietveld2011-11-201-34/+37
* quartz: do not call gdk_drag_begin() twiceKristian Rietveld2011-11-201-2/+1
* [Quartz Bug 663182] NSImage throws an exception from _gtk_quartz_create_image...John Ralls2011-11-071-0/+5
* Revert "[Quartz Bug 663182] NSImage throws an exception from _gtk_quartz_crea...John Ralls2011-11-071-5/+0
* Fix accidental paste error in 8216324John Ralls2011-11-071-1/+1
* [Quartz Bug 663182] NSImage throws an exception from _gtk_quartz_create_image...John Ralls2011-11-071-1/+6
* Bug 658767 - Drag and Drop NSEvent capture is racyJohn Ralls2011-10-091-10/+46
* Bug 657770 - Write to released memory in gtkdnd-quartz.cKristian Rietveld2011-10-091-0/+14
* Quartz: gtk_drag_highlight_draw(): Set the GtkStyleContext to the widget.John Ralls2011-09-111-1/+1
* quartz: Remove call to deprecated gdk_pointer_ungrabKristian Rietveld2011-07-141-1/+3
* Bug 653450 - gtkfilechooser crashes when added favoriteJohn Ralls2011-07-141-0/+1
* API: image: Move private struct definitions into private headerBenjamin Otte2011-02-081-1/+1
* Make DnD code use GtkStyleContext for the highlight rectangle.Carlos Garnacho2011-01-041-4/+7
* quartz: we must provide a window on drag begin nowKristian Rietveld2010-12-231-1/+1
* gtkdnd-quartz: use accessors and add missing includeKristian Rietveld2010-12-221-13/+6
* Merge libgdk and libgtkMatthias Clasen2010-12-211-3/+1
* dnd-quartz: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()Benjamin Otte2010-12-151-2/+2
* dnd-quartz: get hot spot from device offset for surface and use thisKristian Rietveld2010-10-191-1/+3
* dnd-quartz: take hot spot into account when setting up dragKristian Rietveld2010-10-191-0/+3
* Implement gtk_drag_set_icon_surface in gtkdnd-quartzKristian Rietveld2010-10-171-0/+73