summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests: include selected language in detailsChristian Hergert2020-10-011-5/+16
* tests: allow passing filename to test-widgetChristian Hergert2020-09-301-1/+11
* build: install gtksourceview5-testChristian Hergert2020-09-301-0/+11
* tests: add title to test windowChristian Hergert2020-09-301-0/+1
* tests: use C as language for completionChristian Hergert2020-09-211-0/+5
* cmopletion: add snippet completion provider to testsChristian Hergert2020-09-212-0/+37
* completion: track changes to check buttonsChristian Hergert2020-09-211-5/+5
* tests: add a frame around the sourceviewChristian Hergert2020-09-211-13/+17
* This is a straightforward port of Builder's snippet system to GtkSourceView.Christian Hergert2020-09-214-14/+120
* completion: remove show-headers optionChristian Hergert2020-09-212-12/+0
* completion: implement GtkSourceCompletion:remember-info-visibilityChristian Hergert2020-09-211-0/+4
* completion: implement GtkSourceCompletion:show-iconsChristian Hergert2020-09-211-2/+6
* tests: add frame around sourceviewChristian Hergert2020-09-211-12/+16
* tests: make completion test more robustChristian Hergert2020-09-211-40/+48
* tests: set completion info textChristian Hergert2020-09-211-1/+2
* tests: add comment area for completionChristian Hergert2020-09-211-0/+13
* tests: add icons to display rowsChristian Hergert2020-09-211-2/+14
* tests: implement display and activate for test-completionChristian Hergert2020-09-211-1/+50
* completion: remove some unused bits from testChristian Hergert2020-09-212-17/+2
* completion: port to new completion provider interfaceChristian Hergert2020-09-211-58/+115
* tests: fix alignmentChristian Hergert2020-09-211-1/+1
* tests: specify tnum for font featuresChristian Hergert2020-09-211-0/+3
* gtk: track property changes in GTK 4 ABIChristian Hergert2020-09-213-169/+150
* tests: allow closing window with ctrl+wChristian Hergert2020-09-211-0/+2
* track changes in GTKChristian Hergert2020-09-211-1/+1
* gtk: track removal of GtkContainerChristian Hergert2020-09-213-33/+47
* track gtk_widget_destroy() and container changes in GTKChristian Hergert2020-09-212-4/+4
* tests: create buffer from UI fileChristian Hergert2020-09-211-0/+4
* ui: track changes to GTK propertiesChristian Hergert2020-09-211-1/+0
* completion: remove access to completion windowChristian Hergert2020-09-211-8/+0
* tests: disable icons for test-completionChristian Hergert2020-09-211-6/+6
* widget: fix uses of removed and renamed propertiesChristian Hergert2020-09-213-4/+16
* tests: port tests to new GTK APIChristian Hergert2020-09-216-39/+66
* pixbufhelper: track changes to GtkIconThemeChristian Hergert2020-09-211-4/+8
* modeline: remove modelines from sources and headersChristian Hergert2020-09-215-10/+5
* tests: port tests to GTK 4Christian Hergert2020-09-218-720/+415
* undo: remove GtkSourceUndoManagerChristian Hergert2020-09-212-104/+0
* completion: use G_DEFINE_INTERFACEChristian Hergert2020-09-211-2/+2
* erb.lang: add ERB language specificationJeremy Wilkins2020-07-233-0/+43
* typescript.lang: Highlight accessibility modifiers for constructor onlyJeffery To2020-07-072-2/+12
* javascript.lang (and family): Highlight constructor in class bodies onlyJeffery To2020-07-075-0/+142
* sql.lang: fix floating/integer numbers matchingTomisław Kityński2020-06-251-0/+29
* file.sql: Add some more statements to look atTomisław Kityński2020-06-251-0/+14
* tests: add example sql fileChristian Hergert2020-06-221-0/+11
* jsx.lang: Highlight invalid characters as errorsJeffery To2020-06-112-0/+8
* typescript.lang: Add highlighting for @ts-expect-errorJeffery To2020-06-112-22/+53
* typescript.lang: Add highlighting for private fields (stage 3 proposal)Jeffery To2020-06-102-4/+36
* javascript.lang, typescript.lang: Better specify object literals/classesJeffery To2020-06-105-193/+889
* typescript.lang: Add highlighting for type-only imports and exportsJeffery To2020-06-102-0/+14
* javascript.lang: Add highlighting for String.prototype.replaceAllJeffery To2020-06-105-0/+5