inspector: Add a clipboard page
authorBenjamin Otte <otte@redhat.com>
Thu, 19 Aug 2021 16:38:27 +0000 (18:38 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 11 Dec 2021 22:01:42 +0000 (23:01 +0100)
commit600ab5ba5fb2ebcc53b5fba6937e66fd7c8bed2f
tree55230c2ffe61bd48801ce08ecfe015e446107f4f
parent17c903e2466bbc77b9298c0345a978d5e2849342
inspector: Add a clipboard page

Shows all the formats supported by the clipboard (and primary clipboard)
and allows displaying them (by potentially downloading them)
gtk/inspector/clipboard.c [new file with mode: 0644]
gtk/inspector/clipboard.h [new file with mode: 0644]
gtk/inspector/clipboard.ui [new file with mode: 0644]
gtk/inspector/gtkdataviewer.c [new file with mode: 0644]
gtk/inspector/gtkdataviewer.h [new file with mode: 0644]
gtk/inspector/init.c
gtk/inspector/meson.build
gtk/inspector/window.c
gtk/inspector/window.h
gtk/inspector/window.ui