summaryrefslogtreecommitdiff
path: root/gdk/gdkcontentproviderimpl.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gdkintl.hMatthias Clasen2022-09-231-1/+1
* Rename gdk-private.h to gdkprivate.hMatthias Clasen2022-09-231-1/+1
* contentprovider: Switch wrong order in type checkBenjamin Otte2021-08-191-1/+1
* gdk: Clean up docs syntaxMatthias Clasen2021-05-221-1/+1
* Documentation fixesMatthias Clasen2021-05-201-1/+1
* clipboard: Fix a crash when GdkContentProviderUnion doesn't support the given...carlosgc/clipboard-crashCarlos Garcia Campos2021-03-251-1/+1
* contentprovider: Convert some more markupMatthias Clasen2021-03-111-13/+12
* gdk: Move from g_memdup() to g_memdup2()Emmanuele Bassi2021-02-111-1/+3
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* clipboard: GdkContentProviderUnion should return after writing the first matc...Carlos Garcia Campos2020-05-071-0/+1
* Small documentation fixesMatthias Clasen2020-03-141-1/+1
* Fix introspection annotation syntaxEmmanuele Bassi2020-02-261-1/+1
* Remove gdk_content_provider_new_with_formats()Benjamin Otte2020-02-181-164/+0
* contentprovider: Add a union content providerBenjamin Otte2020-02-171-2/+276
* dnd: Remove gdk_content_provider_new_with_callback()Benjamin Otte2020-02-161-112/+0
* contentprovider: Add gdk_content_provider_new_typed()Benjamin Otte2020-02-161-0/+40
* Add a notify function to GdkContentProviderEmmanuele Bassi2020-02-131-5/+53
* Add missing (closure) GIR annotationsRobert Ancell2020-01-131-1/+1
* content provider impl: Take mime types into accountMatthias Clasen2020-01-081-2/+2
* Add another callback-based providerMatthias Clasen2020-01-081-0/+143
* Add a generic callback content providerMatthias Clasen2020-01-081-0/+87
* Allow binding GdkContentFormatsBuilderEmmanuele Bassi2018-02-031-1/+1
* Use Unicode quotation marks in new stringsPiotr Drąg2017-12-031-1/+1
* gdk: Add gdk_content_formats_new_for_gtype()Benjamin Otte2017-12-031-4/+1
* clipboard: Introduce GdkContentProviderBenjamin Otte2017-12-031-0/+285