gnome-shell/src/st
Florian Müllner 81f0e7de9e texture-cache: Use content size for returned images
Since commit deec0bf255, the texture cache is based on ClutterImage
rather than ClutterTexture. As ClutterImage (like all ClutterContent)
is only concerned with painting, it doesn't influence the size of the
actor it is added to at all, and the returned actor will now stay at
size 0x0 after the image has been loaded.

Set up the actor to follow the content's size instead, to get closer
to the previous behavior.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/402
2019-02-10 19:29:13 +00:00
..
meson.build st: Add StSettings object 2019-01-30 23:18:53 +01:00
st-adjustment.c st-adjustment: Mark all properties as EXPLICIT_NOTIFY 2018-07-13 11:53:46 +00:00
st-adjustment.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-bin.c st: Add StDirectionType enum 2019-01-30 22:50:01 +01:00
st-bin.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-border-image.c st: always use GFile internally 2014-10-14 18:53:39 -07:00
st-border-image.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-box-layout-child.c st: Use G_DEFINE_TYPE_WITH_PRIVATE() and friends 2015-10-15 21:05:22 +02:00
st-box-layout-child.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-box-layout.c st-box-layout: Pass correct allocation box to layout manager 2018-10-08 22:42:24 -03:00
st-box-layout.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-button.c st: Honor button mask on touch events 2019-02-05 16:25:54 +01:00
st-button.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-clipboard.c st: Ignore filtered selection events not meant to our clipboard window 2016-10-09 10:57:47 +02:00
st-clipboard.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-drawing-area.c st: Use ClutterCanvas for StDrawingArea 2015-10-15 23:01:11 +02:00
st-drawing-area.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-entry.c st: Use StSettings for primary-paste setting 2019-01-30 23:18:53 +01:00
st-entry.h st: Make StEntry rely entirely on ClutterInputMethod/Focus 2018-02-05 17:46:57 +01:00
st-focus-manager.c st: Add StDirectionType enum 2019-01-30 22:50:01 +01:00
st-focus-manager.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-generic-accessible.c st: Remove wrong indentation 2015-10-05 12:04:55 +01:00
st-generic-accessible.h a11y: add a generic accessible 2013-08-28 16:05:54 +02:00
st-icon-colors.c
st-icon-colors.h
st-icon.c st-private: Receive a CoglFramebuffer 2019-01-28 12:35:51 -02:00
st-icon.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-label.c st-private: Receive a CoglFramebuffer 2019-01-28 12:35:51 -02:00
st-label.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-private.c st: Check for ClutterImage when creating shadow pipelines 2019-01-29 16:38:04 -02:00
st-private.h st-private: Receive a CoglFramebuffer 2019-01-28 12:35:51 -02:00
st-scroll-bar.c st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-scroll-bar.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-scroll-view-fade.c Remove deprecated CoglHandle 2019-01-16 17:54:29 +00:00
st-scroll-view-fade.glsl St: Fix fade effect 2013-09-18 20:01:49 +02:00
st-scroll-view-fade.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-scroll-view.c st: Add StPolicyType enum 2019-01-30 22:50:01 +01:00
st-scroll-view.h st: Add StPolicyType enum 2019-01-30 22:50:01 +01:00
st-scrollable.c st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-scrollable.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-settings.c st: Init icon theme in StSettings 2019-02-04 17:13:36 +00:00
st-settings.h st: Add StSettings object 2019-01-30 23:18:53 +01:00
st-shadow.c st-shadow: Add a CoglFramebuffer argument 2019-01-28 12:35:54 -02:00
st-shadow.h st-shadow: Add a CoglFramebuffer argument 2019-01-28 12:35:54 -02:00
st-texture-cache.c texture-cache: Use content size for returned images 2019-02-10 19:29:13 +00:00
st-texture-cache.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-theme-context.c st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-theme-context.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-theme-node-drawing.c st-private: Receive a CoglFramebuffer 2019-01-28 12:35:51 -02:00
st-theme-node-private.h st: Fix some more cogl deprecations 2015-11-19 14:07:24 +01:00
st-theme-node-transition.c theme-node-transition: Receive a CoglFramebuffer 2019-01-28 12:35:41 -02:00
st-theme-node-transition.h theme-node-transition: Receive a CoglFramebuffer 2019-01-28 12:35:41 -02:00
st-theme-node.c Remove deprecated CoglHandle 2019-01-16 17:54:29 +00:00
st-theme-node.h Remove deprecated CoglHandle 2019-01-16 17:54:29 +00:00
st-theme-private.h
st-theme.c st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-theme.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-types.h
st-widget-accessible.h
st-widget.c st: Use StSettings for enable-animations check 2019-01-30 23:18:53 +01:00
st-widget.h st: Add StDirectionType enum 2019-01-30 22:50:01 +01:00
st.h.in build: Support the meson build system 2017-07-20 00:20:54 +02:00
test-theme.c st: Add support for font-feature-settings 2018-06-08 18:45:07 +02:00
test-theme.css st: Add support for font-feature-settings 2018-06-08 18:45:07 +02:00