summaryrefslogtreecommitdiff
path: root/tests/testdnd.c
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* tests: Convert testdnd from GtkTable to GtkGridBenjamin Otte2011-09-281-22/+22
* tests: Make test_init() not check for gdk-pixbuf anymoreBenjamin Otte2011-03-291-6/+2
* tests: Don't access GdkDragContext fields directlyMatthias Clasen2010-12-211-5/+6
* tests: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-7/+9
* testdnd: Convert to use pixbufs as iconsBenjamin Otte2010-08-101-33/+14
* Some cleanups after the module cache file changeMatthias Clasen2010-05-181-2/+2
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Fix a typoMatthias Clasen2008-12-131-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* fix another call to gtk_selection_data_set().Michael Natterer2008-01-141-1/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-4/+4
* 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