[gtk+] (64 commits) Non-fast-forward update to branch wip/otte/clipboard



The branch 'wip/otte/clipboard' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  452a863... gdk: A GdkClipboard API draft
  331bffd... x11: Add an initial clipboard implementation
  ae4d948... clipboard: Add gdk_clipboard_claim_remote()
  4d4ab97... x11: Various clipboard cleanups
  bafa757... x11: Implement INCR reads
  bc1afc7... clipboard: Implement gdk_clipboard_read()
  7b8239c... tests: Add a new test app for GdkClipboard
  891564c... x11: Use async queue and implement sync reads on selections
  d552d1d... clipboard: Refactor gdk_clipboard_read() to be async
  7f3f5fe... x11: Improve debugging output for selection input stream
  89696d5... gdk: Im[plement content deserializing
  97cde51... clipboard: Add gdk_clipboard_read_pixbuf_async()
  66af9b0... clipboard: Add gdk_clipboard_read_text_async()
  225be51... x11: Improve fallbacks for text
  4bd509c... clipboard: Make value getters set the passed in value
  f8a9c04... clipboard: Introduce GdkContentProvider
  a2556c8... clipboard: Implement local fallback clipboard transfers
  86adf5e... clipboard: Add serialization
  46cf800... gdkcontentformats: Change the matching API
  2f63938... clipboard: Allow claiming the clipboard to fail
  ba60823... x11: Add gdk_x11_display_get_max_request_size()
  6d0d55c... tests: Add possibility to set invalid UTF-8 and clear clipb
  8cd6876... x11: Implement claiming the X Selection with the clipboard
  d0b2c58... tests: Open a 2nd display in testclipboard2
  f465275... widget: gtk_widget_get_clipboard => gtk_widget_get_old_clip
  c9209a5... widget: Add gtk_widget_get_clipboard()
  2aa4f3f... a11y: Port to GdkClipboard
  e4fd311... linkbutton: Port to GdkClipboard
  90cdb9a... recentchooser: Port to GdkClipboard
  e08b9fd... gtk-demo: Port clipboards example to new clipboard
  984db55... a11y: Remove AtkStreamableContent implementation
  33f5354... textview: Remove serialization API
  63c964f... gdk: Allow setting task data on (de)serializers
  bd04c2c... gdk: Add gdk_content_formats_new_for_gtype()
  dff4f64... textview: Redo clipboard handling
  fd8a526... label: Port to new clipboard

Commits added to the branch:

  7ef5858... GtkWindow: Fix the down-scaling in icon_from_list() (*)
  b8c58f4... wayland: Don't provide gsetting if dconf is not available (*)
  bce9155... gtkgesturemultipress: Add ::unpaired-release signal (*)
  0567b41... gtkflowbox: Activate items on ::unpaired-release (*)
  268ebb3... listbox: Handle unpaired releases as well (*)
  2b14a82... Update Serbian translation (*)
  8747c7a... Fix a typo (*)
  43e5925... Fix up _gtk_widget_list_devices (*)
  7decad1... gdk/wayland: Emit GdkSeat::device-added/removed (*)
  cabfdd5... gdkseatdefault: Use TABLET_STYLUS capability for styli/eras (*)
  2d797dd... Fix some parameter name mismatches to make g-ir-scanner hap (*)
  0dfe12f... gdk: Add some missing autocleanups (*)
  c60df96... inspector: remove visible=TRUE properties (*)
  4ebbb19... inspector: Reorganize stack (*)
  072cb96... gdk: A GdkClipboard API draft
  3095c9f... x11: Add an initial clipboard implementation
  defed1d... clipboard: Add gdk_clipboard_claim_remote()
  1300f4c... x11: Various clipboard cleanups
  48e8c92... x11: Implement INCR reads
  60dee19... clipboard: Implement gdk_clipboard_read()
  a115601... tests: Add a new test app for GdkClipboard
  48c434f... x11: Use async queue and implement sync reads on selections
  bedc81f... clipboard: Refactor gdk_clipboard_read() to be async
  154d18f... x11: Improve debugging output for selection input stream
  4da0417... gdk: Im[plement content deserializing
  d9a35ed... clipboard: Add gdk_clipboard_read_pixbuf_async()
  32b60c5... clipboard: Add gdk_clipboard_read_text_async()
  9812c0a... x11: Improve fallbacks for text
  9cb1d69... clipboard: Make value getters set the passed in value
  f7641a7... clipboard: Introduce GdkContentProvider
  a2ce11e... clipboard: Implement local fallback clipboard transfers
  688d05c... clipboard: Add serialization
  8a49a80... gdkcontentformats: Change the matching API
  8957254... clipboard: Allow claiming the clipboard to fail
  f0f08f4... x11: Add gdk_x11_display_get_max_request_size()
  7d4b429... tests: Add possibility to set invalid UTF-8 and clear clipb
  37a3f5d... x11: Implement claiming the X Selection with the clipboard
  b91b07e... tests: Open a 2nd display in testclipboard2
  d8a5df1... widget: gtk_widget_get_clipboard => gtk_widget_get_old_clip
  a738e32... widget: Add gtk_widget_get_clipboard()
  bd35c2b... a11y: Port to GdkClipboard
  114374e... linkbutton: Port to GdkClipboard
  6116792... recentchooser: Port to GdkClipboard
  a40f45e... gtk-demo: Port clipboards example to new clipboard
  de98208... a11y: Remove AtkStreamableContent implementation
  2680348... textview: Remove serialization API
  38a3d95... gdk: Allow setting task data on (de)serializers
  6317e76... gdk: Add gdk_content_formats_new_for_gtype()
  877785a... textview: Redo clipboard handling
  5ce6c48... label: Port to new clipboard
  586fd5a... tests: Improve formats list for testclipboard2
  61303da... gdk: Add serializers and deserializers for GFile
  4e07858... gdk: Add GDK_TYPE_FILE_LIST with serializers
  041af13... filechooserwidget: Port to new clipboard
  662f40c... contentprovider: Add ref_storable_formats()
  34cb793... clipboard: Add infrastructure to store clipboards
  53d4855... application: Put shared code into a common function
  98ed00c... main: Implement storing all clipboards
  5b690e5... cssstylefuncs: This is unused
  ef6b45c... x11: Split out a function
  1d6c288... x11: Introduce GdkX11PendingSelectionNotify
  dd61299... tests: Don't crash if widgets go away before clipboard
  b772bb5... x11: Implement MULTIPLE requests
  993a70e... x11: Implement storing the clipboard

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]