gnome-shell/src/st
Florian Müllner 9c8b75206c st-texture-cache: Add texture-file-changed signal
For textures loaded from files, the cache might hide image changes
by keeping the data of a previous version around indefinitely. For
instance AccountsService will notify of avatar changes, but as new
image is copied over the old one, we will continue to use the old
image data.
Install a file monitor for each file resource we load and clear
the corresponding data from the cache on changes, emitting the
new StTextureCache::texture-file-changed signal.

https://bugzilla.gnome.org/show_bug.cgi?id=679268
2012-10-17 23:25:56 +02:00
..
st-adjustment.c st: Use generic marshaller 2012-01-25 19:03:01 -05:00
st-adjustment.h Fix documentation warnings 2012-04-09 19:57:51 +02:00
st-bin.c St: don't focus hidden actors 2012-09-10 21:23:25 +02:00
st-bin.h Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-border-image.c Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-border-image.h Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-box-layout-child.c Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-box-layout-child.h Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-box-layout.c st: Remove _st_allocate_fill 2012-02-28 08:14:06 -05:00
st-box-layout.h st: Remove st-container 2012-02-28 08:14:06 -05:00
st-button.c a11y: exposing the proper button role while using toggle_mode on St.Button 2012-08-27 10:43:35 +02:00
st-button.h St: drop StClickable, add some functionality to StButton 2011-02-07 12:45:48 -05:00
st-clipboard.c Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-clipboard.h Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-drawing-area.c st: Use generic marshaller 2012-01-25 19:03:01 -05:00
st-drawing-area.h Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-entry.c st-entry: Force a relayout if necessary 2012-10-15 23:01:42 +02:00
st-entry.h st-entry: Remove unused set_icon_from_file methods 2012-03-18 06:42:03 -04:00
st-enum-types.c.in Import Mx core as ST 2009-10-01 14:41:16 -04:00
st-enum-types.h.in Import Mx core as ST 2009-10-01 14:41:16 -04:00
st-focus-manager.c focus-manager: Make groups "refcounted" 2012-09-15 00:17:44 +02:00
st-focus-manager.h popupMenu, panelMenu: split up panel and non-panel keynav 2011-03-07 10:57:45 -05: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: Remove StIconType 2012-08-29 16:41:09 -03:00
st-icon.h st: Remove StIconType 2012-08-29 16:41:09 -03:00
st-im-text.c st-im-text: Chain up to parent first in dispose() 2012-10-12 14:56:34 +02:00
st-im-text.h Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-label.c a11y: do not expose a label text if 'hidden' style class is used 2012-06-05 18:12:41 +02:00
st-label.h Remove use of G_CONST_RETURN macro. 2011-03-13 22:03:47 +01:00
st-private.c st: Remove StIconType 2012-08-29 16:41:09 -03:00
st-private.h st: Remove StIconType 2012-08-29 16:41:09 -03:00
st-scroll-bar.c st-scroll-bar: use clutter_grab_pointer() 2012-08-19 18:41:51 -04:00
st-scroll-bar.h Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-scroll-view-fade.c st-scroll-view-fade: Add horizontal fade support 2012-02-28 14:57:58 +01:00
st-scroll-view-fade.h StScrollView: Implement real fade effect 2011-01-20 20:53:20 +01:00
st-scroll-view.c st: Clean up scroll event code 2012-04-24 20:45:01 +02:00
st-scroll-view.h st-scroll-view: Make the fade effect and offset themable 2011-06-04 15:43:49 -04:00
st-scrollable.c Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-scrollable.h Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-shadow.c ScreenShield: add a drop shadow to the animated arrows 2012-09-01 16:38:51 +02:00
st-shadow.h ScreenShield: add a drop shadow to the animated arrows 2012-09-01 16:38:51 +02:00
st-table-child.c Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-table-child.h Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-table-private.h Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-table.c st-table: Fix copy/paste error in st_table_remove 2012-02-29 15:10:49 -05:00
st-table.h st: Remove st-container 2012-02-28 08:14:06 -05:00
st-texture-cache.c st-texture-cache: Add texture-file-changed signal 2012-10-17 23:25:56 +02:00
st-texture-cache.h st-texture-cache: Remove load_icon_name 2012-10-16 11:01:25 -04:00
st-theme-context.c st: Trigger theme updates on resolution changes 2012-06-12 22:40:59 +02:00
st-theme-context.h st: Remove our own font DPI resolution implementation 2012-05-18 13:57:12 -04:00
st-theme-node-drawing.c st-theme-node: Add method to invalidate drawing state 2012-09-24 22:03:05 +02:00
st-theme-node-private.h st-theme-node: Add repeating backgrounds 2012-08-03 12:27:20 -03:00
st-theme-node-transition.c st: Use generic marshaller 2012-01-25 19:03:01 -05:00
st-theme-node-transition.h st: Report correct paint volumes during transitions 2011-01-20 23:24:41 +01:00
st-theme-node.c st-theme-node: Add repeating backgrounds 2012-08-03 12:27:20 -03:00
st-theme-node.h st-theme-node: Add method to invalidate drawing state 2012-09-24 22:03:05 +02:00
st-theme-private.h Fix up copyright and license notices for St 2010-11-12 15:23:28 -05:00
st-theme.c st: Canonicalize URLs in stylesheets 2012-10-17 23:25:56 +02:00
st-theme.h Doc fixes 2011-11-07 15:24:59 -05: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 st-widget: Add method to clear background-image 2012-09-24 22:03:05 +02:00
st-widget.h st-widget: Add method to clear background-image 2012-09-24 22:03:05 +02:00
test-theme.c test-theme: Clean up after ourselves 2012-06-24 19:20:48 -04:00
test-theme.css [StWidget] add list-like methods for style_class and pseudo_class 2010-03-24 09:40:37 -04:00