[gtk] (81 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:

  f911d8b... css: Parse hex colors with alpha value
  8972888... entry: Remove cursor adjustment APIs
  a0d8ce3... gtk: Remove unused header files in gtk/ui/
  3ff68dc... css: Introduce the idea of dynamic values
  f13b4e1... cssimage: Implement dynamic values
  e9a12a2... css: Implement support for dynamic values
  3dfaa07... gdk: Add GdkPaintable
  eefc4bd... snapshot: "Inherit" from GdkSnapshot
  a6713ac... texture: Implement GdkPaintable
  45cecf9... iconhelper: transition to GdkPaintable
  b60d3b5... image: Implement support for paintables
  7e34b14... build: Switch order of subdirectories
  bfc9c24... cssimage: Add gtk_css_image_is_invalid()
  47325dc... cssimage: Add GtkCssImagePaintable
  74fea9a... css: Implement dynamic values for array values
  d3c7885... cssimage: Implement dynamicity for cross-fades
  c997f4a... aboutdialog: Make logo a paintable
  f701978... dnd: Make dnd icon API take a paintable
  a59ac74... gtk: Add GtkMediaStream
  56e108c... gtk: Add GtkMediaFile
  d6d6927... build: Add ffmpeg requirement
  13a6d94... gtk: Add ffmpeg implementation of GtkMediaFile
  b7b19cd... gtk: Add GtkMediaControls
  c70d6fc... gtk: Add GtkVideo
  585afed... gtk-demo: Add a video example (with controls) to the images
  9093178... demos: Add a video benchmark to widgetbowl demo
  44c9425... css: Add initial support for Houdini-style paint() images
  ec2dbc4... THIS IS EVIL DEMO CODE, DO NOT LOOK AT IT.
  773c45d... paintable: Add gdk_paintable_compute_concrete_size()
  09b5eb4... iconhelper: Rename function
  fed312d... iconhelper: Rework to allow resizing of paintables
  32d6dd0... gtk-demo: Add paintable demo
  a937e20... demos: Add an animated paintable demo
  64bf490... demos: Round up the paintable demos with a media stream

Commits added to the branch:

  1828c6b... text-view: make measure() use the layout height (*)
  a302fd3... Merge branch 'text-view-measure' into 'master' (*)
  21e3a8d... Update Scottish Gaelic translation (*)
  7835385... Update Scottish Gaelic translation (*)
  8720b2d... widget: Correct translate_coordinate documentation (*)
  f5afc17... button: Remove ::event handler (*)
  eb66d6b... widget: Simplify _set_name (*)
  4e23daa... widget: Don't export propagate_hierarchy_changed (*)
  ab322e3... README.md: Minor updates (*)
  79bd123... Add some debug output to print backend loading (*)
  e6bf832... Don't mention papi in options docs (*)
  29bcc38... Convert immodules to use an extension point (*)
  15cc20e... Always include platform immodules (*)
  ca794f9... Update docs for immodules (*)
  ef55668... Update docs for changed options (*)
  04cc589... fix the build (*)
  7d7045b... widget: Remove some unneeded prototypes (*)
  dc1612b... contentsformat: Avoid a GPtrArray (*)
  fef4f07... textview: Use content size when validating contents (*)
  9449341... filechooserwidget: Make the location entry hexpand (*)
  c7294ab... button: Remove priv pointer (*)
  a9cd2d8... widget: Simplify set_style_context (*)
  354eab7... entry: Allocate icons at full height (*)
  9db76ce... entry: Check gdk_event_get_coords return value (*)
  67258c6... checkbutton: Don't reorder non-existent indicator widget (*)
  7c59ac2... spinbutton: Remove unused macro (*)
  83c74ff... spinbutton: Fold function into only caller (*)
  3c33e54... entry: Add motion controller (*)
  813ccb6... emojichooser: Only measure reference emoji once (*)
  1355c9a... scale: Remove priv pointer (*)
  c02090b... tests: Add testblur (*)
  cac3e77... gsk: Increase blur node bounds by blur radius (*)
  d2b5436... gl: Make blur nodes with radius ∈ ]0; 1[ (*)
  971f46e... build: Error if no backends enabled (*)
  94d6d56... macos: Fix gdk_quartz_drag_context_get_dragging_info_libgtk (*)
  881046b... entry: Simplify cursor management (*)
  32873cc... Merge branch 'wip/matthiasc/immodule-cleanup' into 'master' (*)
  6fa2c7e... xim: Use NULL-safe string comparison (*)
  4b33cc5... ci: Update the configuration options (*)
  78c1305... ci: Store the logs on build failure (*)
  26e2af2... macos: export gdk_quartz_drag_source_context() (*)
  48f68bb... Merge branch 'quartz-missing-config-include-gtk4' into 'mas (*)
  67b959f... Update POTFILES.in (*)
  4ac3f91... css: Parse hex colors with alpha value (*)
  88de098... entry: Remove cursor adjustment APIs (*)
  634717d... gtk: Remove unused header files in gtk/ui/ (*)
  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
  ebe5973... cssimage: Add gtk_css_image_is_invalid()
  03e7169... cssimage: Add GtkCssImagePaintable
  fedd4e9... css: Implement dynamic values for array values
  c64cddf... cssimage: Implement dynamicity for cross-fades
  5136bc1... aboutdialog: Make logo a paintable
  7ec5977... dnd: Make dnd icon API take a paintable
  cec54d6... gtk: Add GtkMediaStream
  1bd5295... gtk: Add GtkMediaFile
  864ed9d... mediafile: Turn into an extension point
  75c4ffd... build: Add ffmpeg requirement
  4037d75... gtk: Add ffmpeg implementation of GtkMediaFile
  efce607... gtk: Add GtkMediaControls
  41c5f96... gtk: Add GtkVideo
  064d1de... gtk-demo: Add a video example (with controls) to the images
  14374e1... demos: Add a video benchmark to widgetbowl demo
  3db64ca... css: Add initial support for Houdini-style paint() images
  d20dd46... THIS IS EVIL DEMO CODE, DO NOT LOOK AT IT.
  efbe2aa... paintable: Add gdk_paintable_compute_concrete_size()
  dcbc29a... iconhelper: Rename function
  8448e60... iconhelper: Rework to allow resizing of paintables
  9755cbe... gtk-demo: Add paintable demo
  a882eda... demos: Add an animated paintable demo
  87259db... demos: Round up the paintable demos with a media stream
  f1a8074... build: Add gstreamer dependency
  024d733... gtk: Add a GStreamer implementation to GtkMediaFile
  3a807df... 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]