summaryrefslogtreecommitdiff
path: root/gtksourceview
Commit message (Expand)AuthorAgeFilesLines
* vim: plug leak of copied text from bufferHEADmasterChristian Hergert2023-05-171-1/+3
* vim: use -1 for string lengthChristian Hergert2023-05-171-1/+1
* vim: Visual replace textMateus Melchiades2023-05-171-0/+61
* completioncontext: add more checks for proper GTaskChristian Hergert2023-05-011-0/+2
* bufferoutputstream: be defensive about dereferencing nul byteChristian Hergert2023-04-261-1/+2
* completion: remove obsolete documentationChristian Hergert2023-03-201-6/+0
* mark: fix nullable introspection for category parametergwillems2023-03-201-1/+1
* vim: avoid small deletions in filter commandChristian Hergert2023-03-071-20/+116
* vim: janitorial cleanupChristian Hergert2023-03-071-3/+3
* completion: use css for row separationChristian Hergert2023-02-213-14/+12
* assistant: update popover positioning immediatelyChristian Hergert2023-02-214-66/+5
* completion: requery upon user-activationChristian Hergert2023-02-171-8/+8
* snippets: include top-margin in focus-positionChristian Hergert2023-02-171-1/+6
* snippets: dismiss completion when switching focus locationsChristian Hergert2023-02-023-0/+18
* build: include version functions in girChristian Hergert2023-01-261-0/+1
* stylescheme: include scheme id with missing colorChristian Hergert2023-01-241-1/+1
* Docs: Fix RegexError referenceFeRD (Frank Dana)2023-01-101-1/+1
* completionprovider: fix documentation for get_priority()Christian Hergert2023-01-091-1/+1
* Revert "init: call gtk_source_init() from library static constructor"Christian Hergert2022-12-222-176/+3
* init: call gtk_source_init() from library static constructorChristian Hergert2022-12-222-3/+176
* snippets: fix :enable-snippets without completion providerChristian Hergert2022-12-021-2/+2
* gutterrenderermarks: avoid infinite loopAlberto Fanjul2022-11-181-11/+9
* Revert "listsnapshot: add snapshotting listmodel"Christian Hergert2022-11-183-447/+0
* Revert "completionlistbox: lock listmodel items during snapshot"Christian Hergert2022-11-181-103/+29
* Revert "listsnapshot: allow mismatched hold()/release()"Christian Hergert2022-11-181-9/+1
* vim: ignore gtk_text_view_im_context_filter_keypressChristian Hergert2022-11-181-9/+22
* Bump version for developmentChristian Hergert2022-11-171-0/+18
* completion: fix typo in documentationFred2022-11-171-1/+1
* map: defer adjustment changes to next frameChristian Hergert2022-11-171-3/+38
* listsnapshot: allow mismatched hold()/release()Christian Hergert2022-11-161-1/+9
* completionlistbox: lock listmodel items during snapshotwip/chergert/fix-completion-snapshotsChristian Hergert2022-11-161-29/+103
* listsnapshot: add snapshotting listmodelChristian Hergert2022-11-163-0/+447
* completion: add note about what when is_trigger can activateChristian Hergert2022-10-311-2/+6
* vim: implement rudimentary search through previous commandsChristian Hergert2022-10-051-12/+45
* regex: Fix incorrect bitflag operationsMoody2022-09-291-1/+7
* vim: allow applications to handle gd/gDChristian Hergert2022-09-211-0/+14
* hover: disable context menus from hover assistantChristian Hergert2022-09-211-0/+42
* hover: don't dismiss hover request from click movementChristian Hergert2022-09-211-1/+47
* assistants: refuse to show assistants unless parent is mappedChristian Hergert2022-09-213-4/+13
* view: hide all assistants when unmappingChristian Hergert2022-09-211-0/+12
* completion: fix activation with empty bounds from triggerChristian Hergert2022-09-211-11/+19
* completioncell: fix splicing of PangoAttrListsChristian Hergert2022-09-141-1/+6
* completion: use PANGO_UNDERLINE_SINGLE_LINEChristian Hergert2022-09-141-1/+1
* hoverassistant: adjust target location by child left marginChristian Hergert2022-09-061-0/+9
* hoverdisplay: give GtkSourceHoverDisplay a CSS nameChristian Hergert2022-09-061-0/+1
* signalgroup: port to GSignalGroupChristian Hergert2022-09-068-992/+76
* build: remove unused GtkSourceBindingGroupChristian Hergert2022-09-064-684/+0
* vapi: mark CompletionProvider methods as virtualChristian Hergert2022-09-051-0/+6
* searchcontext: remove nonesense codeChristian Hergert2022-09-051-1/+0
* languagemanager: allow setting path to default RNG schemaChristian Hergert2022-09-052-4/+27