summaryrefslogtreecommitdiff
path: root/tests/testdnd2.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master.msvc' into 'master'Matthias Clasen2020-02-051-1/+6
|\
| * tests/testdnd2.c: Don't include unistd.h unconditionallyChun-wei Fan2020-02-031-1/+6
* | Rename GtkIcon to GtkIconPaintableAlexander Larsson2020-02-041-3/+3
* | icontheme: Remove GENERIC_FALLBACKSBenjamin Otte2020-02-041-1/+1
* | icontheme: Pass fallbacks as optional argument to lookup_icon()Benjamin Otte2020-02-041-0/+2
* | icontheme: Make text direction a lookup argumentBenjamin Otte2020-02-041-5/+11
* | icontheme: Remove gtk_icon_theme_get_default()Benjamin Otte2020-02-041-1/+3
|/
* Remove final references to "icon info" with just "icon"Alexander Larsson2020-01-301-5/+5
* icon-theme: Drop the _for_scale() versions and always take scaleAlexander Larsson2020-01-301-2/+2
* icon-theme: Rename GtkIconInfo to GtkIconAlexander Larsson2020-01-301-3/+3
* icons: Convert use of load() to download_texture()Alexander Larsson2020-01-291-24/+29
* Update all callersMatthias Clasen2020-01-111-2/+0
* Update all usersMatthias Clasen2020-01-081-0/+34
* testdnd2: Fix the text caseMatthias Clasen2020-01-081-0/+1
* Update all callersMatthias Clasen2020-01-081-1/+1
* testdnd2: Use GDK content formats apiMatthias Clasen2020-01-081-5/+6
* testdnd2: Update to the api change in the previous commitMatthias Clasen2020-01-081-2/+2
* testdnd2: Use gtk_widget_add_controller for drag sourceMatthias Clasen2020-01-081-2/+2
* dragsource: Reshuffle api a bitMatthias Clasen2020-01-081-2/+5
* dragsource: Tweak api, update all callersMatthias Clasen2020-01-081-2/+5
* Replace gtk_drop_target_attach/detachMatthias Clasen2020-01-081-1/+1
* droptarget: Drop defaults flagsMatthias Clasen2020-01-081-1/+1
* testdnd2: Add a test for ASK handlingMatthias Clasen2020-01-081-11/+79
* testdnd2: Port to GtkDropTargetMatthias Clasen2020-01-081-36/+39
* tests: Convert to GtkDragSourceMatthias Clasen2020-01-081-193/+133
* icontheme: Remove gtk_icon_info_load_textureTimm Bäder2019-09-091-1/+1
* icontheme: Add error argument to _load_textureTimm Bäder2019-09-091-1/+1
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-13/+15
* widget: Remove time argument from drag_data_get() vfuncBenjamin Otte2018-06-181-2/+0
* dnd: Make drag-data-received use a GdkDropBenjamin Otte2018-06-181-2/+1
* image: Remove gtk_image_set_texture()Benjamin Otte2018-03-161-19/+21
* tests: Port from surface to textureBenjamin Otte2018-03-161-24/+30
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-051-2/+0
* gdk: Make GdkContentFormats immutableBenjamin Otte2017-11-201-4/+4
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-10/+10
* selection: Remove the info uintBenjamin Otte2017-11-161-24/+18
* Drop gtk_icon_size_lookupMatthias Clasen2017-11-151-2/+1
* enums: Change GtkIconSize valuesMatthias Clasen2017-11-151-3/+3
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-4/+6
* image: Change gettersBenjamin Otte2017-11-151-4/+3
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-5/+5
* icontheme: Use GdkDisplay instead of GdkScreenBenjamin Otte2017-10-311-1/+1
* tests: Convert dnd test to surface apisMatthias Clasen2017-10-231-29/+33
* tests: Get rid of GtkEventBoxBenjamin Otte2017-08-021-41/+32
* testdnd2: Don't pass a toplevel to gtk_drag_set_icon_widgetTimm Bäder2017-04-251-14/+10
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* testdnd2: Actually test gtk_drag_set_icon_widgetMatthias Clasen2016-04-261-6/+20
* Expand the drag widget testcaseMatthias Clasen2016-04-261-5/+17
* Add a dnd test using a window as iconMatthias Clasen2016-04-211-1/+61