]> Pileus Git - ~andy/gtk/history - tests/testdnd.c
Replace a lot of idle and timeout calls by the new gdk_threads api.
[~andy/gtk] / tests / testdnd.c
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...