]> Pileus Git - ~andy/gtk/history - gtk/gtkdnd.c
Deprecate widget flag: GTK_WIDGET_VISIBLE
[~andy/gtk] / gtk / gtkdnd.c
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_SENSITIVE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-02-19 Johan Dahlin[annotations] Add allow-none
2010-01-29 Cody RussellRemove existing signal connections in gtk_drag_dest_uns...
2010-01-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-08 Robin StockerExample for setting default action in gtk_drag_dest_set
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-17 Benjamin Ottefix compile warnings
2009-06-16 Matthias ClasenDon't export a private function
2009-06-15 Davyd MadeleyMerge branch 'button-box-orientable-584598'
2009-06-08 Matthias ClasenDon't grab the keyboard during DND
2008-11-29 Matthias Clasenimprove deprecation annotation
2008-08-12 Sven Neumanngtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c...
2008-08-11 Sven Neumanngtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk...
2008-08-11 Sven Neumanngtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-05-20 Gian Mario TagliarettiFix the docs, the mask param of gtk_drag_set_icon_pixma...
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2007-12-12 Mathias HasselmannAnother attempt to improve gtk_drag_dest_set docs.
2007-12-11 Mathias HasselmannMention impact of GtkDestDefaults on "drag-motion"...
2007-10-05 Hiroyuki IkezoeUse g_object_ref() instead of gtk_widget_ref(). (#483563)
2007-09-10 Matthias ClasenRemove update_idle here. Might fix #383003.
2007-04-28 Matthias ClasenAdd GTK_TARGET_OTHER_{APP,WIDGET} to restrict drags...
2007-01-18 Michael Natterergtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk...
2006-12-28 Carlos GarnachoMake GtkNotebook able to drop detached tabs anywhere...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-11-18 Matthias ClasenFix problems with drag cancellation. (#376535, Michael...
2006-11-06 Alexander LarssonCancel drag when the grab is shadowed. (#122688)
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-07-18 Matthias Clasenfix 347277
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-04-27 Matthias Clasenfix late setting of dnd icons
2006-04-25 Søren SandmannCreate 'composited' label.
2006-04-17 Christian PerschFix UMR in gtk_drag_dest_motion. Bug #338725.
2006-03-30 Matthias ClasenMake sure to get an icon window when constructing the...
2006-03-23 Carlos Garnachomake sure that gdk_drag_event() is called when track_mo...
2006-03-22 Matthias ClasenImproved DND support for GtkNotebook (#332991, Carlos...
2006-03-21 Matthias ClasenRemove an unused variable.
2006-03-07 Federico Mena QuinteroCancel drags when the grabs get broken. Fixes bug ...
2006-02-27 Matthias Clasenslight cleanup
2006-02-27 Matthias ClasenComment out some unused code, and fix the reference...
2006-02-17 Matthias ClasenDND keynav support:
2006-01-03 Matthias ClasenFix the build
2006-01-03 Matthias ClasenRemove pointless cast
2006-01-03 Matthias ClasenCall gtk_drag_update for non-motion events. (#325443...
2005-12-14 Matthias ClasenWarn if the icon cannot be loaded. (#323504, Kjartan...
2005-10-28 Matthias ClasenFix the anchor of the default drag cursors. (#319200...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-13 Matthias ClasenFix a copy-and-paste mistake in the docs. (#315993...
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-01 Matthias ClasenCreate the icon window with the correct dimensions...
2005-07-20 Matthias ClasenDon't fail if we can't get a keyboard grab. (#168351)
2005-07-08 Matthias ClasenPass a GdkDragAction to gtk_drag_get_cursor. (#309784...
2005-06-21 Matthias ClasenConnect to button-release-event as well, to handle...
2005-06-16 Manish Singhremove unused variable.
2005-06-16 Matthias ClasenUpdate the RGBA cursor if an icon is set after the...
2005-06-14 Matthias ClasenUse named cursors for the DND cursors, the names are...
2005-05-18 Matthias ClasenNew functions to support themed drag icons. (#116577...
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-22 Matthias ClasenUse the new file DND api.
2004-10-22 Matthias ClasenDocument how to use info with text/image targets.
2004-10-21 Matthias ClasenAdd convenience api for image dnd (#150165):
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-09 Matthias ClasenRef and sink the column. (gtk_combo_box_menu_destroy...
2004-08-08 Hans Breuertake targets into account again to allow dnd of other...
2004-08-06 Matthias ClasenReally fix the initialization of the target list.
2004-07-23 Matthias ClasenCreate the change to initialize target_list to an empty...
2004-07-18 Soeren SandmannCreate an empty target list if targets is NULL.
2004-07-17 Matthias ClasenSupport text/plain selection target (#55117, Owen Taylor)
2004-03-13 Owen TaylorFor GTK_IS_PLUG toplevels, call gdk_window_get_origin...
2004-03-07 Hans Breuersome more settings from system, also reflect some name...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-02 Owen TaylorAdd gtk_drag_source_set/get_target_list(). (#127499...
2003-12-29 Soeren SandmannAdd GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs aroun...
2003-09-03 Kristian Rietveldbrooooooooken pipe.
2003-07-13 Matthias ClasenRename parameter target_list back to targets, to pacify...
2003-07-06 Owen Taylorgtk/gtkdnd.c (_gtk_drag_source_handle_event) Remove...
2003-07-06 Owen TaylorMove default icon creation here, so that we have an...
2003-07-05 Owen TaylorMove the grabs up earlier, so we don't get a big pile...
2003-06-09 Owen TaylorUse application/x-rootwindow-drop for root window drops...
2003-05-27 Matthias ClasenRemove dubious bitfields of unspecified signedness...
2003-05-11 Anders CarlssonDon't cast a gchar to a GObject. (#112762)
2003-05-05 Matthias ClasenActually set the icon type to the stock icon type....
2003-02-28 Manish Singhdemos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk...
2003-02-05 Matthias ClasenReplace uses of gtk_timeout_* and gtk_idle_* by their...
2002-12-12 Owen TaylorSkip insensitive widgets. (#84061)
2002-10-13 Manish SinghDeprecation cleanup
2002-10-07 Owen TaylorAdd gdk_drag_find_window_for_screen(), so that we can...
2002-10-04 Owen TaylorImprove checks on public entry points, including, among...
next