summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dnd-quartz: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-1/+2
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* dnd-quartz: Connect to draw func for dnd hilightBenjamin Otte2010-09-261-48/+23
* gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-1/+1
* API: Remove the ability to set the dnd icon from a pixmapBenjamin Otte2010-09-261-107/+0
* Use accessor functions to access GtkWidgetKristian Rietveld2010-09-131-16/+27
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Remove deprecated gtk_drag_set_default_iconChristian Dywan2010-05-031-10/+0
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-2/+2
* Small memory fixPaul Davis2010-01-221-2/+2
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-3/+3
* Plug leaks in quartz implementation of gtk_drag_begin_idle()Kristian Rietveld2010-01-011-1/+6
* Rework a previous commit to not crash in addition to fixing leaksKristian Rietveld2010-01-011-3/+8
* Fix memory management of types arrayKristian Rietveld2009-12-301-1/+6
* Bug 588449 - DnD doesn't work on GDK/QuartzKristian Rietveld2009-09-301-38/+96
* Implement, patch from Paul Davis.Richard Hult2008-11-121-1/+14
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-4/+4
* gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.cSven Neumann2008-08-111-8/+8
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-5/+5
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Don't use deprecated function gtk_widget_ref, replace with g_object_ref.Richard Hult2008-06-261-1/+1