[gtk] (69 commits) Non-fast-forward update to branch wip/otte/paintable



The branch 'wip/otte/paintable' 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:

  d5602b2... css: Introduce the idea of dynamic values
  0b988f4... cssimage: Implement dynamic values
  4ad4c74... css: Implement support for dynamic values
  8284229... gdk: Add GdkPaintable
  bbfa23b... snapshot: "Inherit" from GdkSnapshot
  6b1c205... texture: Implement GdkPaintable
  8fd1bb0... iconhelper: transition to GdkPaintable
  938a3e7... image: Implement support for paintables
  ed31b29... build: Switch order of subdirectories
  c0f42d2... cssimage: Add gtk_css_image_is_invalid()
  9fbb33d... cssimage: Add GtkCssImagePaintable
  92d7ede... css: Implement dynamic values for array values
  2c8021a... cssimage: Implement dynamicity for cross-fades
  e6a22ba... aboutdialog: Make logo a paintable
  79d8c7f... dnd: Make dnd icon API take a paintable
  2714a39... gtk: Add GtkMediaStream
  777ad71... gtk: Add GtkMediaFile
  c433b68... mediafile: Turn into an extension point
  41d8b53... build: Add ffmpeg requirement
  f197255... gtk: Add ffmpeg implementation of GtkMediaFile
  2e744c6... gtk: Add GtkMediaControls
  69cd91a... gtk: Add GtkVideo
  1669009... gtk-demo: Add a video example (with controls) to the images
  188d17d... demos: Add a video benchmark to widgetbowl demo
  d25686a... css: Add initial support for Houdini-style paint() images
  f3905ca... THIS IS EVIL DEMO CODE, DO NOT LOOK AT IT.
  74b2e6c... paintable: Add gdk_paintable_compute_concrete_size()
  bc6908c... iconhelper: Rename function
  409d162... iconhelper: Rework to allow resizing of paintables
  442973e... gtk-demo: Add paintable demo
  9a7311a... demos: Add an animated paintable demo
  eaa045b... demos: Round up the paintable demos with a media stream
  81d84c6... build: Add gstreamer dependency
  700ab92... gtk: Add a GStreamer implementation to GtkMediaFile
  b556227... build: Make GStreamer backend the default
  04b47a2... demos: Unbreak icon for fishbowl demo
  7ac796c... gtk-demo: Add a simple video player example
  04717f0... gdk: Split out GL texture
  9d86f8b... xxx: mediafileprivate extensionpoint

Commits added to the branch:

  d8956ae... Update POTFILES.skip (*)
  ce2b6d9... Update POTFILES.skip (*)
  ec2cdac... Update British English translation (*)
  c2b4da1... a11y: Include gtkstackaccessible.h in gtk-a11y.h (*)
  7ba53de... Include gtk/gtk-a11y.h in introspection file. (*)
  331c4b5... Merge branch 'include-gtkstackaccessible' into 'master' (*)
  235ff25... Merge branch 'gi-a11y' into 'master' (*)
  8c2c748... gtkimcontextxim: fix gtk_im_context_xim_set_client_widget n (*)
  891c37a... label: Simplify ensure_layout() (*)
  1596c61... testsuite: Remove GL text test case (*)
  71ae2fa... container: Remove unused struct member (*)
  8ebec46... entry: Remove priv pointer (*)
  ddcc9b9... overlay: Don't chain up in size_allocate (*)
  cfbac15... overlay: Fix coordinates in child_update_style_classes (*)
  da431b2... glglyphcache: Pass lookup key to g_hash_table_lookup direct (*)
  9beb549... overlay: Remove priv pointer (*)
  f44642c... overlay: Remove child list (*)
  0234e8e... gl renderer: Limit texture node size to clip (*)
  ee8132a... rendernodes: Add missing nullable annotation (*)
  2d50d9e... rendernodes: Add gsk_text_node_new_with_bounds (*)
  8a062f4... gskpango: Don't create text nodes for clipped text (*)
  aa175ec... Merge branch 'set-client-widget-nullable' into 'master' (*)
  31a0739... imcontextxim: Move initialisation into _init function (*)
  53410ba... overlay: Fix remove implementation (*)
  0bb1e1b... overlay: Fix GSlide/g_free mixup (*)
  84b4f85... overlay: Make forall() remove-safe (*)
  4519c66... Update Latvian translation (*)
  564397f... Update Latvian translation (*)
  2245782... expander: Attach the gesture to the title widget (*)
  dcd4395... gdk: Split out GL texture
  5a8ac87... texture: Add GdkMemoryTexture
  ae66f9a... css: Introduce the idea of dynamic values
  237c055... cssimage: Implement dynamic values
  46511c4... css: Implement support for dynamic values
  e4258a7... gdk: Add GdkPaintable
  2c8cc28... snapshot: "Inherit" from GdkSnapshot
  fd8cc65... texture: Implement GdkPaintable
  d16a483... iconhelper: transition to GdkPaintable
  ae71260... image: Implement support for paintables
  3aa8093... build: Switch order of subdirectories
  d4e98eb... cssimage: Add gtk_css_image_is_invalid()
  8f8dcb0... cssimage: Add GtkCssImagePaintable
  c9e4a55... css: Implement dynamic values for array values
  f2d530c... cssimage: Implement dynamicity for cross-fades
  3ae721a... aboutdialog: Make logo a paintable
  002b852... dnd: Make dnd icon API take a paintable
  07cd4d2... gtk: Add GtkMediaStream
  45bb7ad... gtk: Add GtkMediaFile
  8fed4f0... mediafile: Turn into an extension point
  e390dd3... build: Add ffmpeg requirement
  dd61008... gtk: Add ffmpeg implementation of GtkMediaFile
  4f7548f... gtk: Add GtkMediaControls
  ad56cee... gtk: Add GtkVideo
  d779673... gtk-demo: Add a video example (with controls) to the images
  80c12fd... demos: Add a video benchmark to widgetbowl demo
  c8aed9f... paintable: Add gdk_paintable_compute_concrete_size()
  a05b9aa... iconhelper: Rename function
  8455d59... iconhelper: Rework to allow resizing of paintables
  91d9d6e... gtk-demo: Add paintable demo
  2912fcd... demos: Add an animated paintable demo
  b052971... demos: Round up the paintable demos with a media stream
  448f6c3... build: Add gstreamer dependency
  bdc4472... gtk: Add a GStreamer implementation to GtkMediaFile
  b81fa01... demos: Unbreak icon for fishbowl demo
  2bb33ac... css: Add initial support for Houdini-style paint() images
  aa92f73... THIS IS EVIL DEMO CODE, DO NOT LOOK AT IT.
  3827531... gtk-demo: Add a simple video player example
  c9de671... build: Make GStreamer backend the default
  913fa81... Revert "build: Make GStreamer backend the 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]