[gtk+] (96 commits) Non-fast-forward update to branch wip/alexl/broadway4



The branch 'wip/alexl/broadway4' 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:

  ca34358... broadway: Add GskBroadwayRenderer
  92788c9... broadway: Only support (non-abstract) sockets
  84ac4ae... broadwayd: Read using socket API
  97d5d69... broadway: Support fd passing in protocol
  e973ee2... broadway: Add support for uploading textures to daemon
  a96b303... broadway: Introduce global ids for the textures
  7b48b2d... broadway: Actually upload textures to client
  82fa945... broadway: Use textures to configure window contents
  7ba466d... broadway: Initial version of using actual render nodes
  63ac78c... broadway: Remove remaining unused window_update code
  b9e12e1... broadway: Rewrite textures in nodes to global
  bcb0189... broadway: Don't swap node trees until all images are loaded
  bc0a4bb... broadway: Fix input events
  203f9dd... broadway: Add color nodes
  92d4a22... broadway: Clean up node parser
  27ef01c... broadway: Add border node
  efee117... broadway: Fix border node positioning
  6562120... broadway: Add outset shadow node
  6d27b73... broadway: Add inset shadow
  456cc7c... broadway: Add RoundedClip node
  8425231... broadway: Add linear gradient node
  da1e8e0... broadway: Remove inflate code
  9c550f7... broadway: Add node cache for text
  f5b01d5... broadway: Add shadow node
  c062524... broadway: Add opacity node
  17b37c9... broadway: Cache color translated textures
  288a0f2... broadway: Don't log cache hits
  0b4eae5... broadway: Add clip node
  f33b7e3... broadway: Handle texture gsd nodes
  37bc0e3... broadway: Handle cairo nodes
  392b653... broadway: Roundtrip each update to rate limit redraw
  3e2d0ba... broadway: Disable fallback spew by default

Commits added to the branch:

  bd89ff4... broadway: Add missing dependency to build (*)
  a5e1276... Stop including gdkscreen.h (*)
  abb1d59... Stop calling _gdk_screen_close (*)
  2daa7d1... x11: Stop using GdkScreen in api (*)
  8ced2c6... x11: Stop using GdkScreen altogether (*)
  71c463a... x11: Drop GdkX11Visual as public api (*)
  34fa61e... Fix the build (*)
  e8353ea... win32: Remove an unused include (*)
  211d72e... win32: Avoid a screen argument (*)
  d24ae9c... win32: Make GdkWin32Screen a plain object (*)
  0f2d7d4... win32: Remove remaining uses of GdkScreen (*)
  c7b5cb8... quartz: Avoid a screen argument (*)
  77f921f... quartz: Drop an unused include (*)
  a62e759... quartz: Make GdkQuartzScreen a plain object (*)
  0b8c88f... quartz: Remove remaining uses of GdkScreen (*)
  6263286... Drop gdkscreen.h (*)
  fc579b1... Update POTFILES.in (*)
  dbb18ad... gdk: Add a private method to get a server timestamp (*)
  4865c32... clipboard: Use gdk_display_get_last_seen_time (*)
  1ec93bd... gdk: Move code around (*)
  2d591cd... Include gdk-private.h (*)
  c2f6208... Add private api for setting cursor theme (*)
  dd7163a... settings: Use gdk_display_set_cursor_theme (*)
  a129053... gdk: Use G_PARAM_SPEC_STATIC_STRINGS throughout (*)
  3b06ae5... gdk: Intern signal names (*)
  4dc4db5... wayland: Intern settings keys (*)
  ffd6bae... gtk: Intern css names (*)
  8c06cd5... styleproperty: Use G_PARAM_STATIC_STRINGS (*)
  7c4a1a5... icon helper: Avoid a few string copies (*)
  315db6d... wayland: Intern signal names (*)
  7dded55... cell area: Use GTK_PARAM_READWRITE consistently (*)
  997f0de... a11y: Intern a string (*)
  a853160... Some more interning (*)
  1f8debb... emoji chooser: Don't leak gestures (*)
  2f9d980... Trivial cleanup (*)
  4d0a57f... listbox: Listen to ::stopped on the press gesture (*)
  5e748ce... emoji chooser: handle right-click (*)
  d3a358b... Adwaita: Bring fix focus in flowbox (*)
  1cd5df9... emoji chooser: Make menu key work as expected (*)
  4d9b7b2... entry: Add a key binding for the emoji chooser (*)
  24ed997... Update POTFILES.in (*)
  5a6c607... remove debug spew (*)
  49d02ef... emoji chooser: break out a helper function (*)
  c863ac0... dnd: Remove GtkTargetEntry and GtkTargetFlags (*)
  0b40ad3... selection: Make GtkTargetList members private (*)
  0638bbb... gdk: Move GtkTargetList to GDK (*)
  9a6ec4e... contentformats: Rename GtkTargetList (*)
  d6a2098... gdkdnd: Make GdkDragContext->formats a GdkContentFormats (*)
  1a482ad... gdk: Add GdkContentFormatsBuilder (*)
  fc2ce5a... gdk: Make GdkContentFormats immutable (*)
  1a70ca7... gdk: Sanitize GdkContentFormats API (*)
  c82378e... gdk: Add GType support to GdkContentFormats (*)
  8248374... gtkimcontextime.c: Fix call to gtk_style_context_get() (*)
  8059975... gtk/gtkseclection.c: Don't build X11 items unconditionally (*)
  a687fd9... gtk/gskpango.c: Use g_snprintf() (*)
  e076cc7... GDK/Win32: Fix build after GDK Root Window and DND changes (*)
  ef031d8... frame-clock: Fix typo in API documentation (*)
  7c2e28c... doc: TextLayout: Add missing (out) annotations (*)
  23f7208... CellRendererPixbuf: Link stock-size doc → IconSize (*)
  98c1f16... doc: Replace uses of #NULL with %NULL (*)
  fecce75... SpinButton: Explain meaning of nullable Adjustment (*)
  462a77f... Fix indentation mishap (*)
  5674474... text view: Support the Emoji chooser (*)
  9fef90b... Add Since to ::insert-emoji, and some trivialities (*)
  23845a5... broadway: Add GskBroadwayRenderer
  620d3cf... broadway: Only support (non-abstract) sockets
  43a02da... broadwayd: Read using socket API
  f31d7e1... broadway: Support fd passing in protocol
  48d587d... broadway: Add support for uploading textures to daemon
  ef79621... broadway: Introduce global ids for the textures
  a4636a0... broadway: Actually upload textures to client
  cc74238... broadway: Use textures to configure window contents
  f7d8ee0... broadway: Initial version of using actual render nodes
  54e7a8f... broadway: Remove remaining unused window_update code
  fd0285d... broadway: Rewrite textures in nodes to global
  97c0d11... broadway: Don't swap node trees until all images are loaded
  cfdb395... broadway: Fix input events
  0b38ab3... broadway: Add color nodes
  5a8d204... broadway: Clean up node parser
  cf03229... broadway: Add border node
  0ad5230... broadway: Fix border node positioning
  35ceb8e... broadway: Add outset shadow node
  0083c08... broadway: Add inset shadow
  f7ff6db... broadway: Add RoundedClip node
  278370c... broadway: Add linear gradient node
  6cc9631... broadway: Remove inflate code
  cbbbf49... broadway: Add node cache for text
  9b1f6ac... broadway: Add shadow node
  9e5a22b... broadway: Add opacity node
  0d4a26f... broadway: Cache color translated textures
  7a180f5... broadway: Don't log cache hits
  b74959a... broadway: Add clip node
  4d1eca0... broadway: Handle texture gsd nodes
  12d3cd8... broadway: Handle cairo nodes
  cfb76fe... broadway: Roundtrip each update to rate limit redraw
  820f999... broadway: Disable fallback spew by default

(*) 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]