summaryrefslogtreecommitdiff
path: root/tests/testdnd.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-3/+3
* widget: Remove time argument from drag_data_get() vfuncBenjamin Otte2018-06-181-1/+0
* dnd: Make drag-motion and drag-drop signals use GdkDropBenjamin Otte2018-06-181-46/+58
* dnd: Get rid of gtk_drag_finish()Benjamin Otte2018-06-181-4/+4
* dragsource: Replace gtk_drag_source_set_icon_surface()Benjamin Otte2018-03-161-4/+4
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-3/+3
* Drop gdk_atom_internMatthias Clasen2017-12-131-1/+1
* dnd: Remove "delete" argument from gtk_drag_finish()Benjamin Otte2017-12-101-4/+4
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-051-4/+0
* gdkcontentformats: Change the matching APIBenjamin Otte2017-12-031-2/+2
* Fix the buildMatthias Clasen2017-11-291-1/+1
* testdnd: Stop using gtk_drag_source_set_icon_pixbufMatthias Clasen2017-11-291-2/+5
* gdk: Add GType support to GdkContentFormatsBenjamin Otte2017-11-201-1/+1
* gdk: Sanitize GdkContentFormats APIBenjamin Otte2017-11-201-1/+1
* gdkdnd: Make GdkDragContext->formats a GdkContentFormatsBenjamin Otte2017-11-201-12/+10
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-8/+8
* dnd: Remove GtkTargetEntry and GtkTargetFlagsBenjamin Otte2017-11-201-4/+4
* selection: Remove the info uintBenjamin Otte2017-11-161-10/+4
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-5/+13
* Remove gtk_widget_show_allTimm Bäder2017-01-201-3/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* 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