]> Pileus Git - ~andy/gtk/history - gtk/gtkdnd.c
New functions to support themed drag icons. (#116577, Christian Neumair)
[~andy/gtk] / gtk / gtkdnd.c
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...
2002-10-03 Owen TaylorAdd a 'type' parameter, make public.
2002-08-05 Owen TaylorAdd a note that yes, we do know what () means and we...
2002-06-18 Owen TaylorMake the core pointer object per-display. (#85698)
2002-06-18 Owen TaylorReplace gdk_cursor_new_for_screen() with gdk_cursor_new...
2002-06-13 Owen TaylorSave the initial grab time, use that when changing...
2002-05-29 Dave CampDisconnect from keypress events.
2002-05-17 Owen TaylorProtect against reentrancy problems by emitting ::preed...
2002-05-17 Owen TaylorFix a missing unref in the local/passive case. (#82067...
2002-05-15 Owen TaylorDon't call gdk_pointer_grab() to change the cursor...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-01-08 Owen TaylorFix coordinate translations, once and for all.
2002-01-08 Matthias ClasenDoc typo fix. (#68172)
2002-01-07 Tim Janikdon't forget to offset the pointer by x/y_offset into...
2002-01-04 Owen TaylorAt least don't infinite loop if the widget and window...
2002-01-03 Anders CarlssonFree dash list if necessary.
2001-12-26 Owen TaylorConnect gtk_drag_hightlight_expose _after_, so it works...
2001-12-09 Anders CarlssonUpdate xsettings name.
2001-11-21 Owen TaylorVersion 1.3.11, interface, binary age 0.
2001-10-26 Sven Neumanngtk/gtkbutton.[ch] fixed inline comments
2001-10-22 Owen TaylorFix problem with g_return_if_fail return value.
2001-10-17 Matthias ClasenDocumentation updates. Updates.
2001-10-03 Owen TaylorAllow NUOL for @target_list to mean, use gtk_drag_dest_...
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-08-29 Havoc Penningtonadd default icon
2001-07-05 Owen TaylorMake compile.
2001-07-05 Owen TaylorCheck GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel ...
2001-06-25 Owen TaylorAdd a special size for drag-and-drop GTK_ICON_SIZE_DND...
2001-05-07 Alexander LarssonNew function for getting toplevel window at position.
2001-04-17 Owen TaylorDon't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
2001-04-03 Owen TaylorUpdated.
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-01-19 Havoc Penningtonsync to tree changes
2001-01-17 Owen TaylorRemove unused variable.
2001-01-17 7Doh! Mixed up x and y.
2000-12-04 Havoc PenningtonFix bugs Alex found:
2000-11-14 Owen Taylorremoved accidentally committed debugging message
2000-11-14 Owen TaylorFix srcdir != builddir
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-03 Owen TaylorIgnore calls with <= width or height.
2000-07-02 Owen TaylorAdd gdk_rgb_find_color() to get a pixel value using...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-20 Elliot Lee(follow-on from previous commit)
2000-06-11 Owen TaylorFix cut and paste typo where wrong pixmap was being...
2000-05-15 Owen TaylorA bit of editing.
2000-05-06 Paolo MolaroSat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus...
2000-03-14 Owen TaylorMerges from gtk-1-2
2000-02-01 Owen TaylorAdd some sanity checks if the widget passed to gtk_drag...
1999-12-11 Tor LillqvistMust mark also gdk_error_warnings and gdk_error_code...
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-09-29 Owen TaylorChanged from #if GDK_WINDOWING == GDK_WINDOWING_X11...
1999-03-17 Tor LillqvistMerge in Win32 version: Define macro GDKVAR for declari...
1999-03-15 George Leblswap the gtk_drag_highlight_expose and gtk_drag_highlig...
1999-03-15 Tor LillqvistThis might seem like a large patch, but it isn't that...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-23 Owen TaylorWhen sending events to windows with a proxy, set the...
1999-02-16 Owen TaylorSome coding style fixups.
1999-02-10 Owen TaylorReverted coding style "fixups"
1999-02-10 Tim Janikasure that ->value_buf always points to an allocated...
1999-02-05 Owen TaylorAdjust saved positions of children when resizing a...
1999-02-02 Owen TaylorMake sure we set the icon window position before it...
1999-01-28 Owen TaylorChange signatures for gdk_drag_begin() and gdk_drag_mot...
1999-01-23 Owen TaylorX expects longs, not uint32 for XChangeProperty, when...
1999-01-21 Owen TaylorDefault handling for drops should be keyed on GTK_DRAG_...
1999-01-21 Owen TaylorStart off with the cursor for "no drop" since if we...
1999-01-20 Federico Mena QuinteroAllow button 2 to act as GDK_ACTION_ASK. Also, allow...
next