summaryrefslogtreecommitdiff
path: root/tests/testdnd2.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-3/+3
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_popover_set_child throughoutMatthias Clasen2020-05-041-1/+1
* tests: Add common_cflags to buildTimm Bäder2020-03-061-1/+3
* droptarget: RedoBenjamin Otte2020-03-021-14/+12
* Drop the margin propertyMatthias Clasen2020-02-251-1/+4
* popover: Drop ::relative-toMatthias Clasen2020-02-241-3/+4
* tests: Modernize testdnd2Benjamin Otte2020-02-181-78/+18
* dragdest: Make gtk_drop_target_new() args be transfer fullBenjamin Otte2020-02-171-2/+0
* 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-1/+1
* Add a notify function to GdkContentProviderEmmanuele Bassi2020-02-131-1/+1
* Merge branch 'mainloop-cleanup' into 'master'Matthias Clasen2020-02-101-1/+2
|\
| * Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-1/+2
* | Remove stray spaceAlexander Larsson2020-02-071-1/+1
* | Replace last users of gtk_icon_paintable_download_texture ()Alexander Larsson2020-02-061-11/+60
* | IconTheme: Never fail a lookup or icon loadAlexander Larsson2020-02-061-1/+1
|/
* 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