gnome-shell/src/st
Colin Walters 8ac97fe1a0 [StThemeNode] Re-add erroneously deleted (out) annotations
An earlier commit was overzealous in removing (out) annotations;
introspection supports (out) for integral types just fine, we
only need to remove them for (out) types where the caller needs
to allocate a boxed type.

https://bugzilla.gnome.org/show_bug.cgi?id=602131
2009-11-17 18:43:34 -05:00
..
st-adjustment.c Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-adjustment.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-bin.c Add missing allow-none for st_bin_set_child 2009-11-04 16:47:17 -05:00
st-bin.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-border-image.c Rename StThemeImage to StBorderImage 2009-10-01 14:41:19 -04:00
st-border-image.h Rename StThemeImage to StBorderImage 2009-10-01 14:41:19 -04:00
st-box-layout-child.c Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-box-layout-child.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-box-layout.c [StBoxLayout] now RTL aware 2009-11-16 11:46:22 -05:00
st-box-layout.h [StBoxLayout] Add st_box_layout_get_n_children 2009-11-12 11:42:00 -05:00
st-button.c Replace "round(x)" with "(int)(0.5 + x)" 2009-10-01 22:39:04 +02:00
st-button.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-clipboard.c Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-clipboard.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-entry.c Use clutter_actor_destroy in dispose, add _dispose where needed 2009-10-09 16:19:33 -04:00
st-entry.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -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-im-text.c Use GtkIMContext instead of ClutterIMContext 2009-10-06 14:48:32 -04:00
st-im-text.h Use GtkIMContext instead of ClutterIMContext 2009-10-06 14:48:32 -04:00
st-label.c Use clutter_actor_destroy in dispose, add _dispose where needed 2009-10-09 16:19:33 -04:00
st-label.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-marshal.list Import Mx core as ST 2009-10-01 14:41:16 -04:00
st-private.c Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-private.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-scroll-bar.c Centralize computations of border and padding into StThemeNode 2009-10-01 14:41:19 -04:00
st-scroll-bar.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-scroll-view.c Use clutter_actor_destroy in dispose, add _dispose where needed 2009-10-09 16:19:33 -04:00
st-scroll-view.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-scrollable.c Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-scrollable.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-subtexture.c Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-subtexture.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-table-child.c Import MxTable as StTable 2009-10-01 14:46:33 -04:00
st-table-child.h Import MxTable as StTable 2009-10-01 14:46:33 -04:00
st-table-private.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
st-table.c [StTable] now RTL aware 2009-11-16 11:46:29 -05:00
st-table.h Port StTable to StThemeNode 2009-10-01 14:46:33 -04:00
st-texture-cache.c Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-texture-cache.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-texture-frame.c Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-texture-frame.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-theme-context.c Add support for inline styles 2009-10-01 14:41:18 -04:00
st-theme-context.h Import stylesheet code from hippo-canvas 2009-10-01 14:41:18 -04:00
st-theme-node.c [StThemeNode] Re-add erroneously deleted (out) annotations 2009-11-17 18:43:34 -05:00
st-theme-node.h [StThemeNode] Add support for 'width' and 'height' CSS properties. 2009-10-21 20:18:32 +02:00
st-theme-private.h Work around libcroco < 0.6.2 parsing bug for 'rgba' 2009-10-05 16:25:38 -04:00
st-theme.c Work around libcroco < 0.6.2 parsing bug for 'rgba' 2009-10-05 16:25:38 -04:00
st-theme.h Import stylesheet code from hippo-canvas 2009-10-01 14:41:18 -04:00
st-tooltip.c [StTooltip] Fix _get_preferred_width 2009-11-12 11:42:00 -05:00
st-tooltip.h Add emacs mode-lines to ST sources 2009-10-01 14:41:18 -04:00
st-types.h Centralize computations of border and padding into StThemeNode 2009-10-01 14:41:19 -04:00
st-widget.c [StWidget] add API support for right-to-left UI 2009-11-16 11:46:09 -05:00
st-widget.h [StWidget] add API support for right-to-left UI 2009-11-16 11:46:09 -05:00
test-theme.c StThemeNode: Add border-radius support 2009-10-01 14:41:18 -04:00
test-theme.css StThemeNode: Add border-radius support 2009-10-01 14:41:18 -04:00