summaryrefslogtreecommitdiff
path: root/tests/testdnd.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove some testsBenjamin Otte2023-05-171-597/+0
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-3/+3
* make testdnd trashcan work againCaolán McNamara2021-06-231-1/+1
* Stop setting GTK_IM_MODULE_FILEMatthias Clasen2020-06-281-9/+0
* tests: Fix testdnd popupAlexander Mikhaylenko2020-05-111-1/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* tests: Add common_cflags to buildTimm Bäder2020-03-061-27/+11
* droptarget: RedoBenjamin Otte2020-03-021-141/+73
* dragdest: Make gtk_drop_target_new() args be transfer fullBenjamin Otte2020-02-171-6/+2
* contentprovider: Add gdk_content_provider_new_typed()Benjamin Otte2020-02-161-5/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-2/+2
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-2/+15
* Update all callersMatthias Clasen2020-01-111-3/+1
* testdnd: Fix up for current apiMatthias Clasen2020-01-091-16/+40
* Update all usersMatthias Clasen2020-01-081-3/+3
* Update all callersMatthias Clasen2020-01-081-0/+1
* testdnd: Use gtk_widget_add_controller for drag sourceMatthias Clasen2020-01-081-1/+1
* dragsource: Reshuffle api a bitMatthias Clasen2020-01-081-1/+4
* Replace gtk_drop_target_attach/detachMatthias Clasen2020-01-081-4/+4
* droptarget: Drop defaults flagsMatthias Clasen2020-01-081-4/+4
* testdnd: Convert to GtkDropTargetMatthias Clasen2020-01-081-88/+81
* tests: Convert to GtkDragSourceMatthias Clasen2020-01-081-32/+11
* tests: Stop using gtk_window_set_positionMatthias Clasen2019-05-291-1/+0
* 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