gnome-shell/src/st
Carlos Garnacho 8702d6647b st-adjustment: Mark all properties as EXPLICIT_NOTIFY
All adjustment setter functions take good care of avoiding emission of
notify:: when it's not needed. The set_property() implementation already
calls into the setter functions, so mark the properties as EXPLICITY_NOTIFY
in order to optimize notify:: emission away through g_object_set (rather
common from JS code).

(cherry picked from commit b1b455ff1a)

Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1270
2019-05-08 15:29:54 +08:00
..
meson.build build: Include Cally in St introspection 2018-05-08 22:02:11 +02:00
st-adjustment.c st-adjustment: Mark all properties as EXPLICIT_NOTIFY 2019-05-08 15:29:54 +08:00
st-adjustment.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-bin.c st-bin: Destroy child in ClutterActor:destroy vfunc 2019-01-16 00:05:59 +00: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: Queue relayout on adjustment changes 2018-08-31 14:11:58 +00:00
st-box-layout.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-button.c st-button: Ignore pointer emulated touch events 2018-11-26 21:22:10 +00: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: Clip StEntry to allocation 2018-08-31 14:11:05 +00: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: Use G_DEFINE_TYPE_WITH_PRIVATE() and friends 2015-10-15 21:05:22 +02: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: Use non-deprecated GAtomic API 2011-06-02 16:22:28 -04:00
st-icon-colors.h Add StIconColors object, compute in StThemeNode 2010-11-12 17:36:26 -05:00
st-icon.c st-icon: Remove some dead code 2017-09-22 17:43:54 +02:00
st-icon.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-label.c st-label: Unset clutter text instance on disposal 2018-05-29 09:57:50 +00:00
st-label.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-private.c st: Do not force allocation updates during shadow creation 2018-04-11 19:29:25 +00:00
st-private.h st-private: Update shadow APIs for Cogl deprecations 2015-02-20 17:40:46 -08: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 st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02: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: Make StScrollables' paint volume reflect the unconstrained view 2018-08-31 14:08:57 +00:00
st-scroll-view.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02: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-shadow.c st: Fix doc comment 2017-05-24 23:39:51 +02:00
st-shadow.h ScreenShield: add a drop shadow to the animated arrows 2012-09-01 16:38:51 +02:00
st-texture-cache.c StTextureCache: use right event to detect file changes 2019-01-11 11:30:26 +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 StWidget: don't forget to invalidate the paint state if not on stage 2019-01-11 11:30:26 +00: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 st: Init framebuffer early to fix gnome-shell crash on NVIDIA drivers 2016-05-17 15:00:04 +02:00
st-theme-node-transition.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st-theme-node.c theme-node: Fix font family formatting 2017-09-04 17:47:35 +08:00
st-theme-node.h StWidget: don't forget to invalidate the paint state if not on stage 2019-01-11 11:30:26 +00:00
st-theme-private.h St: avoid blocking IO to resolve relative urls 2012-12-15 03:40:13 +01:00
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: Remove StIconType 2012-08-29 16:41:09 -03:00
st-widget-accessible.h StWidgetAccessible: accessibility support for StWidget 2011-01-20 12:56:46 +01:00
st-widget.c StWidget: don't forget to invalidate the paint state if not on stage 2019-01-11 11:30:26 +00:00
st-widget.h st: Use G_DECLARE_*_TYPE 2015-10-15 22:02:35 +02:00
st.h.in build: Support the meson build system 2017-07-20 00:20:54 +02:00
test-theme.c st: Add default case to switch statements 2015-09-23 21:32:50 +02:00
test-theme.css St: support css margin property 2014-11-19 16:42:25 +01:00