gnome-shell/src/st
Giovanni Campagna 8be3c5ed21 St: fix parsing of transition-duration values
According to css3-transition, transition-duration is expressed
as a time, that is, in seconds or milliseconds. Fix that by
recognizing numbers with units and implicitly converting to
milliseconds after parsing.

https://bugzilla.gnome.org/show_bug.cgi?id=681376
2013-01-03 03:47:58 +01:00
..
st-adjustment.c st-adjustment: Add missing math.h include 2012-12-20 23:01:13 +01:00
st-adjustment.h scroll-view: Add proper smooth scrolling 2012-12-20 08:40:04 -05:00
st-bin.c St: don't focus hidden actors 2012-09-10 21:23:25 +02:00
st-bin.h
st-border-image.c
st-border-image.h
st-box-layout-child.c
st-box-layout-child.h
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
st-clipboard.h
st-drawing-area.c StDrawingArea: fix texture drawing 2012-12-19 15:45:18 +00:00
st-drawing-area.h
st-entry.c st-entry: Change the pointer cursor on enter/leave events 2012-11-06 11:47:49 +00: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
st-enum-types.h.in
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
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
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-private: Don't round-trip through a font-string 2012-12-03 15:56:59 -05:00
st-private.h st: Remove StIconType 2012-08-29 16:41:09 -03:00
st-scroll-bar.c scroll-bar: Add smooth scrolling support 2012-12-20 08:40:04 -05:00
st-scroll-bar.h
st-scroll-view-fade.c scroll-view-fade: Do the offset math in the shader 2012-11-29 16:17:09 -05:00
st-scroll-view-fade.glsl scroll-view-fade: Fade gradients when near edges 2012-11-29 16:17:09 -05:00
st-scroll-view-fade.h StScrollView: Implement real fade effect 2011-01-20 20:53:20 +01:00
st-scroll-view.c st-scroll-view: Fix build with -Werror=maybe-uninitialized 2012-12-20 23:01:13 +01: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
st-scrollable.h
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
st-table-child.h
st-table-private.h
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: Remove st_texture_cache_load_from_raw 2013-01-02 12:32:29 -05:00
st-texture-cache.h st-texture-cache: Remove st_texture_cache_load_from_raw 2013-01-02 12:32:29 -05:00
st-theme-context.c St: recompute all theme nodes when the icon theme changes 2012-12-06 17:42:07 -05:00
st-theme-context.h Keep similar theme nodes so we don't have to recompute CSS so often 2012-11-14 19:24:42 +00:00
st-theme-node-drawing.c st: fix rendering of corners in the box-shadow 2012-12-06 18:42:37 +00:00
st-theme-node-private.h Remove unsplit element classes and pseudo-classes 2012-11-14 19:24:31 +00:00
st-theme-node-transition.c Stop using clutter alpha 2012-11-11 17:13:38 +01: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: fix parsing of transition-duration values 2013-01-03 03:47:58 +01:00
st-theme-node.h St: fix parsing of transition-duration values 2013-01-03 03:47:58 +01: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: fix regression from f7af96dbb2 2012-12-16 20:45:43 +01: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
st-widget.c StWidget: don't dispose the theme node when destroyed 2012-11-26 22:59:22 +01:00
st-widget.h st: Remove unused methods 2012-10-17 23:25:56 +02:00
test-theme.c test-theme: Clean up after ourselves 2012-06-24 19:20:48 -04:00
test-theme.css