summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove selection definesBenjamin Otte2017-12-141-53/+0
* gdk: Remove gdk_window_[gs]et_event_compression()Carlos Garnacho2017-12-141-5/+0
* gdk: Remove gdk_selection_convert()Benjamin Otte2017-12-141-93/+0
* tests: Remove testselectionBenjamin Otte2017-12-132-456/+0
* gdk: Remove gdk_selection_add_targets()Benjamin Otte2017-12-131-12/+0
* Try to make a composite entryMatthias Clasen2017-12-121-1/+50
* dnd: Remove "delete" argument from gtk_drag_finish()Benjamin Otte2017-12-101-4/+4
* Fix a few overlooked castsTimm Bäder2017-12-091-2/+2
* Fix fallout from g_object_ref changeMatthias Clasen2017-12-081-1/+1
* Fix fallout from the show-close-button renameMatthias Clasen2017-12-082-7/+7
* Rename GtkHeaderBar::show-close-buttonMatthias Clasen2017-12-073-4/+4
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-056-13/+0
* testswitch: Remove unnecessary gtk_widget_show callsTimm Bäder2017-12-041-6/+0
* gtk: Remove GtkClipboardBenjamin Otte2017-12-032-141/+0
* 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
* gdkcontentformats: Change the matching APIBenjamin Otte2017-12-031-2/+2
* 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-032-0/+168
* textview: Remove serialization APIBenjamin Otte2017-11-292-191/+0
* Fix the buildMatthias Clasen2017-11-291-1/+1
* testdnd: Stop using gtk_drag_source_set_icon_pixbufMatthias Clasen2017-11-291-2/+5
* Fix the buildMatthias Clasen2017-11-251-9/+0
* gdk: Add GType support to GdkContentFormatsBenjamin Otte2017-11-201-1/+1
* gdk: Sanitize GdkContentFormats APIBenjamin Otte2017-11-201-1/+1
* gdk: Make GdkContentFormats immutableBenjamin Otte2017-11-202-5/+5
* gdkdnd: Make GdkDragContext->formats a GdkContentFormatsBenjamin Otte2017-11-201-12/+10
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-2012-52/+52
* dnd: Remove GtkTargetEntry and GtkTargetFlagsBenjamin Otte2017-11-2010-24/+24
* tests: Test the x11-specific error trap apiMatthias Clasen2017-11-171-41/+43
* selection: Remove the info uintBenjamin Otte2017-11-1613-83/+44
* Drop gtk_icon_size_lookupMatthias Clasen2017-11-151-2/+1
* enums: Change GtkIconSize valuesMatthias Clasen2017-11-1510-33/+15
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-1514-47/+38
* image: Change gettersBenjamin Otte2017-11-151-4/+3
* button: Get rid of icon sizeBenjamin Otte2017-11-153-6/+6
* toolbar: Remove icon sizesBenjamin Otte2017-11-153-54/+0
* tooltips: Remove GtkIconSize usageBenjamin Otte2017-11-151-2/+1
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-152-5/+5
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-1511-50/+70