summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourcestylescheme.c
Commit message (Expand)AuthorAgeFilesLines
* stylescheme: include scheme id with missing colorChristian Hergert2023-01-241-1/+1
* stylescheme: add profiling data for scheme loadingChristian Hergert2022-08-011-0/+5
* scheme: fix get_background_color() helperChristian Hergert2022-01-211-2/+1
* stylescheme: add support for "weight" attributeChristian Hergert2022-01-171-2/+68
* scheme: cleanup naming and caching of current-line stateChristian Hergert2021-12-211-2/+36
* stylescheme: add work around for broken selectionsChristian Hergert2021-12-091-1/+42
* Merge branch 'gi-docgen' of gitlab.gnome.org:bilelmoussaoui/gtksourceviewChristian Hergert2021-12-011-34/+7
|\
| * docs: update links to the new additional docsBilal Elmoussaoui2021-12-011-1/+1
| * misc: drop + from GTKBilal Elmoussaoui2021-12-011-1/+1
| * docs: port links to the gi-docgen wayBilal Elmoussaoui2021-12-011-3/+3
| * docs: port types sections to gi-docgenBilal Elmoussaoui2021-12-011-4/+3
| * g-i: drop uneeded since annotationsBilal Elmoussaoui2021-12-011-26/+0
* | stylescheme: add support for <metadata>Christian Hergert2021-12-011-17/+65
|/
* stylescheme: add helper to get text foreground colorChristian Hergert2021-10-111-0/+14
* stylescheme: allow setting border line on gutterChristian Hergert2021-07-291-0/+19
* stylescheme: remove current-line-number CSSChristian Hergert2021-07-291-7/+0
* stylescheme: color helper for background/current-line-numberChristian Hergert2021-07-201-0/+29
* This is a straightforward port of Builder's snippet system to GtkSourceView.Christian Hergert2020-09-211-0/+9
* stylescheme: simplify CSS selector for stylingChristian Hergert2020-09-211-12/+3
* stylescheme: include comment about scheme for CSSChristian Hergert2020-09-211-0/+4
* stylescheme: fix application of cursor styleChristian Hergert2020-09-211-1/+1
* stylescheme: apply CSS to both "textview" and "textview text"Christian Hergert2020-09-211-0/+1
* stylescheme: remove fallback code for border stylingChristian Hergert2020-09-211-8/+0
* stylescheme: simplify CSS provider usageChristian Hergert2020-09-211-70/+31
* stylescheme: remove use of widget for caret stylingChristian Hergert2020-09-211-47/+20
* style: fix css selector for caretsChristian Hergert2020-09-211-2/+2
* modeline: remove modelines from sources and headersChristian Hergert2020-09-211-1/+0
* stylescheme: port to GTK 4 CSS APIChristian Hergert2020-09-211-19/+3
* scheme: add gtksourcestylescheme-private.hChristian Hergert2020-09-211-0/+1
* scheme: modernize GtkSourceStyleSchemeChristian Hergert2020-09-211-116/+119
* build: remove use of HAVE_CONFIG_HChristian Hergert2020-09-211-3/+1
* copyright: make copyright headers more homogeneousChristian Hergert2020-09-211-1/+1
* stylescheme: add support for fallback style-idsChristian Hergert2019-11-041-26/+60
* stylescheme: raise priority of .current-line-number CSSChristian Hergert2019-04-151-1/+1
* gtksourcestylescheme: re-apply CSS when parent style is setChristian Hergert2019-02-151-0/+9
* StyleScheme: fix compil warning (-Wcast-function-type)Sébastien Wilmet2018-05-101-2/+1
* License headers: remove filenamesSébastien Wilmet2017-09-231-1/+1
* Include: gtksourceview-i18n.h -> glib/gi18n-lib.h where sufficientSébastien Wilmet2017-09-231-3/+3
* StyleScheme: remove dead code (found by Coverity)Sébastien Wilmet2017-01-221-10/+0
* Replace physical FSF address by link to gnu.org in license headersSébastien Wilmet2016-12-251-3/+2
* docs: improve doc of StyleScheme and applying it to a bufferSébastien Wilmet2016-06-191-1/+5
* StyleScheme: use g_clear functionsSébastien Wilmet2016-06-131-13/+12
* Migrate remaining (allow-none) annotationsSébastien Wilmet2016-06-131-1/+1
* style: publicize gtk_source_style_apply()Sébastien Wilmet2016-06-031-0/+1
* StyleScheme: add FIXME comment about corners stylingSébastien Wilmet2016-03-261-0/+3
* StyleScheme: fix bug in secondary cursor colorSébastien Wilmet2016-03-261-5/+5
* StyleScheme: fix bug in CSS generation for cursorsSébastien Wilmet2016-03-261-21/+35
* StyleScheme: add CSS for the left/right/top/bottom classesSébastien Wilmet2016-03-261-0/+10
* StyleScheme: fix secondary cursor colorSébastien Wilmet2016-03-251-0/+1
* Oops, use :focusPaolo Borelli2016-01-101-1/+1