[gtk] (77 commits) Non-fast-forward update to branch wip/otte/paintable
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (77 commits) Non-fast-forward update to branch wip/otte/paintable
- Date: Mon, 12 Mar 2018 05:40:40 +0000 (UTC)
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:
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"
1928ddf... media file: Add debug spew
d574091... Look for GtkMediaFile implementations in modules
266291e... Install ffmpeg and gstreamer support as modules
00ea04c... Forgotten file
Commits added to the branch:
7dc4669... viewport: Remove priv pointer (*)
f5e2905... expander: fix sizes in resize_toplevel (*)
49a7bf2... GdkSelectionOutputStreamX11: Plug a memory leak (*)
2f5d5ca... GdkSelectionInputStreamX11: Plug a memory leak (*)
de537a0... entry: Fix invisible cursors (*)
a207ab6... expander: Check for an existing child when adding (*)
122e7b1... Update French translation (*)
5ec41fb... Make debug messages work earlier (*)
cc6d60a... Use gio-querymodules (*)
b49c6cd... imwayland: Fix parent type (*)
160e6ad... gdk: Split out GL texture (*)
8920639... texture: Add GdkMemoryTexture (*)
074e700... eventcontroller: Get rid of constructed vfunc (*)
325f612... eventcontroller: Remove unused evmask member variable (*)
db6fed1... overlay: Add GtkOverlay::measure child property (*)
6cc824a... Merge branch 'expander-add-like-bin' into 'master' (*)
4dfe4a6... expander: Remove label-fill property (*)
0340174... linkbutton: Remove priv pointer (*)
38fa5ab... widget: Add a translate_coordinates version for doubles (*)
faabb80... menubutton: Remove priv pointer (*)
28cda7f... separator: Remove priv pointer (*)
01fda3b... x11: Avoid a division by zero (*)
e0771a5... Avoid warnings (*)
00d37c8... spinbutton: Remove priv pointer (*)
7eb3736... GdkCursor: Add some missing (nullable) annotations (*)
e23f641... GtkSnapshot: Implement the builder pattern (*)
694f1d8... Stop using stack-allocated snapshots (*)
eed279a... GtkSnapshot: Drop init/finish (*)
890cd45... Document new snapshot api (*)
7c18911... GtkSnapshot: Add getters (*)
d55da3f... Use GtkSnapshot getters (*)
527d265... Merge branch 'wip/matthiasc/snapshot' into 'master' (*)
0f533ed... Fixed typo in script name Kjohki -> Khojki (*)
f5c3b2c... Updated Czech translation (*)
9ded44b... Updated Czech translation (*)
da8e83f... Exit cleanly if no display is found (*)
a78e9f2... Consolidate print backends into one directory (*)
3ee4d6f... Merge branch 'module-reorg' into 'master' (*)
be9001f... Update POTFILES.in (*)
75861b3... texture: Export gdk_memory_texture_new() and GdkMemoryForma
8c51ec8... css: Introduce the idea of dynamic values
f009ece... cssimage: Implement dynamic values
0797980... css: Implement support for dynamic values
21ad77a... gdk: Add GdkPaintable
bfdec1b... snapshot: "Inherit" from GdkSnapshot
888dd52... texture: Implement GdkPaintable
fcd5c1a... iconhelper: transition to GdkPaintable
c6a8d17... image: Implement support for paintables
1784112... build: Switch order of subdirectories
b2efedf... cssimage: Add gtk_css_image_is_invalid()
ca3c49a... cssimage: Add GtkCssImagePaintable
d3b7ff2... css: Implement dynamic values for array values
3e82000... cssimage: Implement dynamicity for cross-fades
7017c1f... aboutdialog: Make logo a paintable
92f053a... dnd: Make dnd icon API take a paintable
7500341... gtk: Add GtkMediaStream
df1f722... gtk: Add GtkMediaFile
5517ff6... mediafile: Turn into an extension point
c6fe68a... build: Add ffmpeg requirement
6f13e7f... gtk: Add ffmpeg implementation of GtkMediaFile
5e705cb... gtk: Add GtkMediaControls
8b62bf0... gtk: Add GtkVideo
078095a... gtk-demo: Add a video example (with controls) to the images
c3f1b0d... demos: Add a video benchmark to widgetbowl demo
7aac45f... paintable: Add gdk_paintable_compute_concrete_size()
a40ad2d... iconhelper: Rename function
4878179... iconhelper: Rework to allow resizing of paintables
8a0f050... gtk-demo: Add paintable demo
379971c... demos: Add an animated paintable demo
37cd7c0... demos: Round up the paintable demos with a media stream
1c4fc2a... build: Add gstreamer dependency
9cda456... gtk: Add a GStreamer implementation to GtkMediaFile
e61371d... demos: Unbreak icon for fishbowl demo
9c8ee7f... css: Add initial support for Houdini-style paint() images
8cbe334... gtk-demo: Add a simple video player example
c0569e0... THIS IS EVIL DEMO CODE, DO NOT LOOK AT IT.
0fc48c2... 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]