gnome-shell/src/st
Adel Gadllah cba5bca842 st-scroll-view: Unconditionally allocate scrollbars
Commit cfecd063c9 changed the allocation logic to not allocate
scrollbars when the *_visible booleans are false. This breaks the
fade effect as well as the NEVER policy. We do not paint scrollbars
when they are not supposed to be visible, so not allocating them
and thus leaving them in a "needs allocation" state just causes problems.

I am not convinced that it solved any problem to begin with (we don't paint
them anyway).

As the previous condition has basically always been true, just do it
unconditionally.

https://bugzilla.gnome.org/show_bug.cgi?id=705664
2013-08-11 18:18:54 +02: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 popupMenu: Simplify allocation code 2013-07-15 12:34:22 -04: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 popupMenu: Simplify allocation code 2013-07-15 12:34:22 -04:00
st-box-layout.h
st-button.c
st-button.h
st-clipboard.c st-clipboard: Use GDK for the event filters instead of Clutter 2013-02-11 09:48:45 +00:00
st-clipboard.h st-clipboard: Add the ability to choose the clipboard type 2013-02-07 04:51:30 -05:00
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: add input purpose and hints 2013-05-10 13:28:23 +09:00
st-entry.h st-entry: add input purpose and hints 2013-05-10 13:28:23 +09:00
st-enum-types.c.in
st-enum-types.h.in
st-focus-manager.c focus-manager: Add navigate_from_event method 2013-05-03 23:20:02 -04:00
st-focus-manager.h focus-manager: Add navigate_from_event method 2013-05-03 23:20:02 -04:00
st-icon-colors.c
st-icon-colors.h
st-icon.c st-shadow: Fix offset shadow offscreen rendering 2013-05-08 16:17:02 +01:00
st-icon.h
st-im-text.c st-im-text: add input purpose and hints 2013-05-10 13:25:06 +09:00
st-im-text.h st-im-text: add input purpose and hints 2013-05-10 13:25:06 +09:00
st-label.c st-shadow: Fix offset shadow offscreen rendering 2013-05-08 16:17:02 +01:00
st-label.h
st-private.c popupMenu: Simplify allocation code 2013-07-15 12:34:22 -04:00
st-private.h popupMenu: Simplify allocation code 2013-07-15 12:34:22 -04: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: Fix [vh]fade_offset property getters 2013-02-18 22:44:23 +01:00
st-scroll-view-fade.glsl st-scroll-view-fade: Don't fade out gradient 2013-03-22 19:56:13 +01:00
st-scroll-view-fade.h
st-scroll-view.c st-scroll-view: Unconditionally allocate scrollbars 2013-08-11 18:18:54 +02:00
st-scroll-view.h st-scroll-view: Add :overlay-scrollbars property 2013-02-22 10:57:50 +01:00
st-scrollable.c
st-scrollable.h
st-shadow.c st-shadow: Fix offset shadow offscreen rendering 2013-05-08 16:17:02 +01:00
st-shadow.h
st-table-child.c
st-table-child.h
st-table-private.h
st-table.c popupMenu: Simplify allocation code 2013-07-15 12:34:22 -04:00
st-table.h
st-texture-cache.c st-texture-cache: Use async variants of the icon loading API 2013-02-14 16:16:00 -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
st-theme-node-drawing.c st-theme-node: reset paint state when theme node changes 2013-07-18 01:12:44 +01:00
st-theme-node-private.h st-theme-node: reuse box-shadow materials between paint states when possible 2013-07-09 11:25:24 +01:00
st-theme-node-transition.c st-theme-node-transition: fix paint state corruption 2013-07-17 19:38:44 +01:00
st-theme-node-transition.h st: Move the theme node drawing state to StWidget 2013-05-03 10:50:30 -04:00
st-theme-node.c st-theme-node: init cached state properly 2013-07-09 11:25:28 +01:00
st-theme-node.h st-theme-node: let paint states take weak ref on theme nodes 2013-07-10 20:27:38 +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-theme: Add "custom-stylesheets-changed" signal 2013-02-01 17:28:39 +01:00
st-theme.h
st-types.h
st-widget-accessible.h
st-widget.c popupMenu: Simplify allocation code 2013-07-15 12:34:22 -04:00
st-widget.h popupMenu: Simplify allocation code 2013-07-15 12:34:22 -04:00
test-theme.c
test-theme.css