summaryrefslogtreecommitdiff
path: root/tests/testdnd.c
Commit message (Expand)AuthorAgeFilesLines
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+20
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Use g_setenv() instead of putenv().Matthias Clasen2003-08-021-3/+2
* Lookup all the atoms in the target list at once.Owen Taylor2003-07-051-1/+1
* Use application/x-rootwindow-drop for root window drops. (#108670, AlexOwen Taylor2003-06-091-1/+1
* Replace gtk_timeout_* by their GLib counterparts. (#106532)Matthias Clasen2003-02-191-5/+5
* Deprecation cleanupManish Singh2002-10-131-30/+33
* Improve checks on public entry points, including, among other thingsOwen Taylor2002-10-041-2/+2
* Fixes for uninstalled operation with module suffixes other than .so and inOwen Taylor2002-03-031-2/+2
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-2/+2
* made fil mode GDK_STIPPLED actually work -> check boxes and radio buttonsHans Breuer2001-05-251-0/+1
* Test for window == NULL in a number of cases.Owen Taylor2001-04-251-0/+13
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-151-0/+11
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-3/+3
* X expects longs, not uint32 for XChangeProperty, when format == 32.Owen Taylor1999-01-231-3/+6
* Add a drag_data_received handler for the label.Owen Taylor1999-01-121-1/+23
* use g_snprintf, eliminate need for string.h include string.h, for strlenJeff Garzik1998-12-101-2/+1
* put text after #endif in commentManish Singh1998-12-091-0/+1
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-1/+1
* New function to get the source widget of a drag.Owen Taylor1998-11-271-1/+8
* New test program for new DND. (Old DND tests in testgtk still need to beOwen Taylor1998-10-181-0/+622