]> Pileus Git - ~andy/gtk/history - gtk/gtkdnd.c
Merge libgdk and libgtk
[~andy/gtk] / gtk / gtkdnd.c
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...
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
next