summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pcre2: use JIT for PCRE2 matchingwip/chergert/pcre2Christian Hergert2020-09-301-7/+20
* pcre2: port GtkSourceRegex to PCRE2Christian Hergert2020-09-303-99/+425
* gtksourceregex: wrap GRegex through a shimChristian Hergert2020-09-305-41/+386
* tests: allow passing filename to test-widgetChristian Hergert2020-09-301-1/+11
* build: allow using Builder for developmentChristian Hergert2020-09-301-0/+75
* build: install gtksourceview5-testChristian Hergert2020-09-301-0/+11
* tests: add title to test windowChristian Hergert2020-09-301-0/+1
* git: add .gitignoreChristian Hergert2020-09-301-0/+4
* Update POTFILES.in and POTFILES.skipPiotr Drąg2020-09-262-4/+5
* build: fix pagination timer when not profilingChristian Hergert2020-09-241-0/+2
* build: update gtk-doc buildChristian Hergert2020-09-221-7/+20
* sysprof: use Sysprof collector interface for profilingChristian Hergert2020-09-226-215/+136
* build: add DEVELOPMENT_BUILD define for pre-release buildsChristian Hergert2020-09-221-0/+4
* build: add plumbing for sysprof-capture profilingChristian Hergert2020-09-224-1/+89
* buffer: remove dead codeChristian Hergert2020-09-221-19/+0
* styles: add Adwaita style schemesChristian Hergert2020-09-223-1/+313
* completion: remove use of g_autoptr()Christian Hergert2020-09-222-12/+24
* doc: start on migration guide for 5.xChristian Hergert2020-09-213-2/+95
* Merge branch 'wip/chergert/gsv-gtk4' into 'master'Christian Hergert2020-09-21286-24642/+28555
|\
| * snippets: highlight snippet textwip/chergert/gsv-gtk4Christian Hergert2020-09-211-2/+8
| * snippets: implement refilter for completion resultsChristian Hergert2020-09-212-2/+57
| * completion: speed up some no-change scenariosChristian Hergert2020-09-212-11/+14
| * snippets: resize tooltips when moving snippetsChristian Hergert2020-09-211-1/+9
| * assistant: move resize/reposition to base classChristian Hergert2020-09-215-46/+47
| * tests: use C as language for completionChristian Hergert2020-09-211-0/+5
| * snippets: handle empty language_idChristian Hergert2020-09-213-8/+15
| * cmopletion: add snippet completion provider to testsChristian Hergert2020-09-212-0/+37
| * completion: track changes to check buttonsChristian Hergert2020-09-211-5/+5
| * completion: handle error cases betterChristian Hergert2020-09-212-1/+14
| * snippets: wrap snippet model with proposal modelChristian Hergert2020-09-211-2/+96
| * snippets: port to new completion engineChristian Hergert2020-09-214-249/+102
| * snippets: use completion iconChristian Hergert2020-09-211-1/+1
| * informative: use "other" for success color stylingChristian Hergert2020-09-212-2/+6
| * snippets: remove hard tabChristian Hergert2020-09-211-3/+3
| * snippets: add support for snippet tooltipsChristian Hergert2020-09-214-28/+136
| * snippets: remove unused macrosChristian Hergert2020-09-211-7/+0
| * informative: adjust position to icon boundaryChristian Hergert2020-09-211-3/+29
| * assistant: tweak positioningChristian Hergert2020-09-212-2/+4
| * view: check :enable-snippets when processing inputChristian Hergert2020-09-211-1/+2
| * snippets: use informative to display snippet chunk tooltipChristian Hergert2020-09-212-2/+119
| * snippets: whitespace cleanupChristian Hergert2020-09-211-8/+8
| * snippets: move definition to private headerChristian Hergert2020-09-212-45/+37
| * assistants: handle GTK_POS_TOP separately from other casesChristian Hergert2020-09-211-1/+12
| * snippets: use "focus-position" for property nameChristian Hergert2020-09-211-6/+8
| * snippets: add missing GParamSpec for tooltip-textChristian Hergert2020-09-211-0/+9
| * view: init assistants before snippetsChristian Hergert2020-09-211-1/+1
| * tests: add a frame around the sourceviewChristian Hergert2020-09-211-13/+17
| * informative: add informative tooltip classChristian Hergert2020-09-216-0/+442
| * snippet: add GtkSourceSnippetChunk:tooltip-text propertyChristian Hergert2020-09-213-2/+32
| * This is a straightforward port of Builder's snippet system to GtkSourceView.Christian Hergert2020-09-2153-16/+7525