]> Pileus Git - ~andy/gtk/history - tests/testdnd.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / tests / testdnd.c
2012-02-27 Javier JardónChange FSF Address
2011-09-28 Benjamin Ottetests: Convert testdnd from GtkTable to GtkGrid
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-29 Benjamin Ottetests: Make test_init() not check for gdk-pixbuf anymore
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2010-12-21 Matthias Clasentests: Don't access GdkDragContext fields directly
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Javier Jardóntests: Use accessor functions to access GtkSelectionData
2010-08-10 Benjamin Ottetestdnd: Convert to use pixbufs as icons
2010-05-18 Matthias ClasenSome cleanups after the module cache file change
2010-04-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2010-01-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2008-12-13 Matthias ClasenFix a typo
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-01-14 Michael Nattererfix another call to gtk_selection_data_set().
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2005-07-13 Matthias ClasenAdd Copyright/License information.
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2003-08-02 Matthias ClasenUse g_setenv() instead of putenv().
2003-07-05 Owen TaylorLookup all the atoms in the target list at once.
2003-06-09 Owen TaylorUse application/x-rootwindow-drop for root window drops...
2003-02-19 Matthias ClasenReplace gtk_timeout_* by their GLib counterparts. ...
2002-10-13 Manish SinghDeprecation cleanup
2002-10-04 Owen TaylorImprove checks on public entry points, including, among...
2002-03-03 Owen TaylorFixes for uninstalled operation with module suffixes...
2001-10-22 Owen TaylorFix problem with g_return_if_fail return value.
2001-05-25 Hans Breuermade fil mode GDK_STIPPLED actually work -> check boxes...
2001-04-25 Owen TaylorTest for window == NULL in a number of cases.
2001-03-15 Jonathan BlandfordChanged prototype to allow for getting the location...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
1999-01-23 Owen TaylorX expects longs, not uint32 for XChangeProperty, when...
1999-01-12 Owen TaylorAdd a drag_data_received handler for the label.
1998-12-10 Jeff Garzikuse g_snprintf, eliminate need for string.h include...
1998-12-09 Manish Singhput text after #endif in comment
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-27 Owen TaylorNew function to get the source widget of a drag.
1998-10-18 Owen TaylorNew test program for new DND. (Old DND tests in testgtk...