..
croco
croco: Use g_string_free() return value
2023-02-03 14:54:59 +00:00
meson.build
st/test-theme: Don't initialize GTK
2023-06-07 11:12:40 +00:00
st-adjustment.c
st: Specify G_PARAM_EXPLICIT_NOTIFY where appropriate
2022-02-10 13:09:37 +00:00
st-adjustment.h
st/adjustment: Add ::actor property
2020-07-02 20:50:03 +00:00
st-bin.c
st: Specify G_PARAM_EXPLICIT_NOTIFY where appropriate
2022-02-10 13:09:37 +00:00
st-bin.h
st: Remove deprecated Bin properties
2020-05-21 14:36:59 +02:00
st-border-image.c
St Documentation: add and improve documentation for public classes
2020-08-08 11:26:41 +00:00
st-border-image.h
st-box-layout.c
st: Specify G_PARAM_EXPLICIT_NOTIFY where appropriate
2022-02-10 13:09:37 +00:00
st-box-layout.h
st/box-layout: Reimplement as a StViewport subclass
2020-01-20 16:15:32 -03:00
st-button.c
st: Only notify on property changes
2022-06-08 14:16:28 +00:00
st-button.h
st/button: Add :icon-name property
2022-05-06 13:39:40 +00:00
st-clipboard.c
*: Fix spelling mistakes found by codespell
2020-08-21 18:25:09 +00:00
st-clipboard.h
st: Add st_clipboard_get_content()
2020-06-19 13:44:15 +02:00
st-drawing-area.c
*: Fix spelling mistakes found by codespell
2020-08-21 18:25:09 +00:00
st-drawing-area.h
st-entry.c
st: Only notify on property changes
2022-06-08 14:16:28 +00:00
st-entry.h
st-focus-manager.c
St Documentation: add and improve documentation for public classes
2020-08-08 11:26:41 +00:00
st-focus-manager.h
st-generic-accessible.c
St Documentation: add and improve documentation for public classes
2020-08-08 11:26:41 +00:00
st-generic-accessible.h
st-icon-cache.c
st: Stop implementing custom refcounting
2023-03-19 11:51:01 +00:00
st-icon-cache.h
st/icon-theme: Change namespace to ST
2023-02-02 20:45:06 +00:00
st-icon-colors.c
st: Stop implementing custom refcounting
2023-03-19 11:51:01 +00:00
st-icon-colors.h
st: Stop implementing custom refcounting
2023-03-19 11:51:01 +00:00
st-icon-theme.c
st/icon-theme: Fix small memory leak when checking fallback theme path
2023-04-17 10:38:33 +02:00
st-icon-theme.h
st/icon-theme: Stop using GdkRGBA for coloring symbolics
2023-02-02 20:45:06 +00:00
st-icon.c
st: Only notify on property changes
2022-06-08 14:16:28 +00:00
st-icon.h
st/icon: Add API to set the fallback GIcon
2020-01-13 14:44:08 +01:00
st-image-content.c
st: Drop usage of gdk_cairo_set_source_pixbuf()
2023-03-03 20:38:03 +00:00
st-image-content.h
st-label.c
st/label: Don't guard against NULL text
2022-09-02 18:59:07 +02:00
st-label.h
st-password-entry.c
st: Specify G_PARAM_EXPLICIT_NOTIFY where appropriate
2022-02-10 13:09:37 +00:00
st-password-entry.h
StPasswordEntry: Add the peek-password-icon for show/hide passwords
2019-12-17 23:08:43 +01:00
st-private.c
st: Generate shadows from the silhouette of the source texture
2022-03-05 13:55:37 +00:00
st-private.h
st: Cleanup ST_PARAM_* and add WRITABLE version
2019-07-30 13:58:44 +00:00
st-scroll-bar.c
st: Specify G_PARAM_EXPLICIT_NOTIFY where appropriate
2022-02-10 13:09:37 +00:00
st-scroll-bar.h
st-scroll-view-fade.c
Revert "st/scrollview: Add ::content-padding property to StScrollView"
2022-08-10 15:16:36 +00:00
st-scroll-view-fade.glsl
st/scroll-view-fade: Simplify shader a bit
2021-12-21 15:04:01 +00:00
st-scroll-view-fade.h
st-scroll-view.c
Revert "st/scrollview: Add ::content-padding property to StScrollView"
2022-08-10 15:16:36 +00:00
st-scroll-view.h
st/scroll-view: Make fade effect take ClutterMargin
2021-03-02 22:02:56 +00:00
st-scrollable.c
st: Specify G_PARAM_EXPLICIT_NOTIFY where appropriate
2022-02-10 13:09:37 +00:00
st-scrollable.h
st-settings.c
st/settings: Expose system color scheme
2023-05-25 17:10:53 +02:00
st-settings.h
st/settings: Expose system color scheme
2023-05-25 17:10:53 +02:00
st-shadow.c
st: Stop implementing custom refcounting
2023-03-19 11:51:01 +00:00
st-shadow.h
st: Stop implementing custom refcounting
2023-03-19 11:51:01 +00:00
st-texture-cache.c
st/texture-cache: Set up sliced images to fill parent
2023-07-05 10:36:14 +00:00
st-texture-cache.h
st: Drop unnecessary gtk header includes
2023-03-03 20:38:03 +00:00
st-theme-context.c
st: Specify G_PARAM_EXPLICIT_NOTIFY where appropriate
2022-02-10 13:09:37 +00:00
st-theme-context.h
st/theme-context: Add a getter for the scale-factor property
2020-04-06 11:24:30 -03:00
st-theme-node-drawing.c
st/theme-node-drawing: Conditionally paint the center shadow rectangle
2022-08-09 07:11:44 +00:00
st-theme-node-private.h
st: Drop unnecessary gtk header includes
2023-03-03 20:38:03 +00:00
st-theme-node-transition.c
st/theme-node-transition: Guard against 0-sized offscreen box
2022-08-04 18:12:31 +00:00
st-theme-node-transition.h
st/theme-node-transition: Pass actor when constructing timeline
2020-07-02 20:50:03 +00:00
st-theme-node.c
st/theme-node: Only try to parse non-empty inline styles
2022-04-29 21:50:55 +00:00
st-theme-node.h
St Documentation: add and improve documentation for public classes
2020-08-08 11:26:41 +00:00
st-theme-private.h
Include the libcroco sources directly under src/st/croco
2019-11-29 17:50:03 +00:00
st-theme.c
*: Fix spelling mistakes found by codespell
2020-08-21 18:25:09 +00:00
st-theme.h
st: Drop StWidget theme overriding API
2019-11-05 12:36:28 +00:00
st-types.h
st: Drop unnecessary gtk header includes
2023-03-03 20:38:03 +00:00
st-viewport.c
st: Use g_object_notify_by_pspec() where possible
2022-02-10 13:09:37 +00:00
st-viewport.h
Introduce StViewport
2020-01-20 16:15:22 -03:00
st-widget-accessible.h
st-widget.c
st/widget: Remove transitions when unmapped
2022-11-25 22:09:37 +01:00
st-widget.h
St Documentation: add and improve documentation for public classes
2020-08-08 11:26:41 +00:00
st.h.in
test-theme.c
st/test-theme: Don't initialize GTK
2023-06-07 11:12:40 +00:00
test-theme.css