summaryrefslogtreecommitdiff
path: root/tests/testclipboard2.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove some testsBenjamin Otte2023-05-171-461/+0
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-11/+11
* Don't use container api on GtkListBoxMatthias Clasen2020-05-111-2/+2
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* contentprovider: Add gdk_content_provider_new_typed()Benjamin Otte2020-02-161-4/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* Merge branch 'mainloop-cleanup' into 'master'Matthias Clasen2020-02-101-2/+15
|\
| * Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-2/+15
* | Replace last users of gtk_icon_paintable_download_texture ()Alexander Larsson2020-02-061-1/+43
* | IconTheme: Never fail a lookup or icon loadAlexander Larsson2020-02-061-1/+1
|/
* Rename GtkIcon to GtkIconPaintableAlexander Larsson2020-02-041-2/+2
* icontheme: Pass fallbacks as optional argument to lookup_icon()Benjamin Otte2020-02-041-0/+1
* icontheme: Make text direction a lookup argumentBenjamin Otte2020-02-041-1/+3
* icontheme: Remove gtk_icon_theme_get_default()Benjamin Otte2020-02-041-1/+1
* icon-theme: Drop the _for_scale() versions and always take scaleAlexander Larsson2020-01-301-1/+1
* icon-theme: Rename GtkIconInfo to GtkIconAlexander Larsson2020-01-301-2/+2
* icons: Convert use of load() to download_texture()Alexander Larsson2020-01-291-3/+9
* tests/: Revert bbb56d8 for non-UNIXChun-wei Fan2019-12-171-0/+25
* clipboard: file transfer portal supportMatthias Clasen2019-12-121-6/+13
* label: Remove "line" from wrap propertiesTimm Bäder2019-09-091-1/+1
* image: Remove gtk_image_set_texture()Benjamin Otte2018-03-161-1/+1
* clipboard: Change image convenience APIsBenjamin Otte2017-12-031-10/+10
* tests: Don't crash if widgets go away before clipboardBenjamin Otte2017-12-031-2/+2
* gdk: Add GDK_TYPE_FILE_LIST with serializersBenjamin Otte2017-12-031-1/+26
* gdk: Add serializers and deserializers for GFileBenjamin Otte2017-12-031-0/+8
* tests: Improve formats list for testclipboard2Benjamin Otte2017-12-031-9/+56
* tests: Open a 2nd display in testclipboard2Benjamin Otte2017-12-031-6/+20
* tests: Add possibility to set invalid UTF-8 and clear clipboardBenjamin Otte2017-12-031-1/+16
* clipboard: Implement local fallback clipboard transfersBenjamin Otte2017-12-031-2/+9
* clipboard: Introduce GdkContentProviderBenjamin Otte2017-12-031-6/+63
* clipboard: Add gdk_clipboard_read_text_async()Benjamin Otte2017-12-031-0/+36
* clipboard: Add gdk_clipboard_read_pixbuf_async()Benjamin Otte2017-12-031-10/+9
* gdk: Im[plement content deserializingBenjamin Otte2017-12-031-36/+11
* clipboard: Refactor gdk_clipboard_read() to be asyncBenjamin Otte2017-12-031-13/+31
* tests: Add a new test app for GdkClipboardBenjamin Otte2017-12-031-0/+167