summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Run gtk_drag_source_info_destroy in an idle, workaround for bug #501588,Richard Hult2008-05-251-2/+15
* Redo the fix for bug #492117, by adding a getter for the private dragRichard Hult2007-11-011-4/+10
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-2/+1
* Implement get/set_track_motion.Richard Hult2006-08-081-8/+29
* need to disconnect from signals connected in gtk_drag_dest_set() here.Michael Natterer2006-08-071-11/+15
* Reindent.Richard Hult2006-07-191-1/+1
* Set an empty NSImage if there is none, covers the cases where applicationsRichard Hult2006-07-171-5/+22
* Add -xobjective-c to cflags. (#335956, Lllian Angel)Anders Carlsson2006-03-271-0/+19
* Add new files.Anders Carlsson2006-03-211-0/+1769