summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* widget: Ignore synthetic scroll eventswip/issue-2561Christian Persch2022-04-292-10/+19
* fonts: gtk4: Create a new pango contextChristian Persch2022-04-201-3/+1
* fonts: Pass nullptr for languageChristian Persch2022-04-201-5/+4
* fonts: Only set language if different to the current languageChristian Persch2022-04-201-1/+3
* widget: Fix padding bordersChristian Persch2022-04-186-135/+207
* build: Try to fix pwrite detection on non-glibc systemsChristian Persch2022-04-181-1/+2
* app: Don't override widget's CSS namesChristian Persch2022-04-121-5/+0
* widget: Queue a resize on CSS changesChristian Persch2022-04-111-2/+7
* widget: Remove errneous gtk_widget_allocate callChristian Persch2022-04-111-2/+0
* bindings: vala: Add vapi for vte/gtk4Christian Persch2022-04-082-63/+24
* bindings: vala: Remove the test appChristian Persch2022-04-085-1528/+0
* bindings: gir: Change vte/gtk4 gir nsversionChristian Persch2022-04-081-2/+2
* build: Fix debug buildChristian Persch2022-03-031-1/+1
* build: Fix debug buildChristian Persch2022-03-011-1/+1
* lib: Move glib glue code to glib-glue.ccChristian Persch2022-03-013-145/+181
* spawn: Fix build without CLOSE_RANGE_CLOEXECChristian Persch2022-02-281-0/+2
* build: Post branch version bumpChristian Persch2022-02-121-1/+1
* widget: Fix some API version tagsChristian Persch2022-02-111-12/+12
* sixel: Remove stray semicolonChristian Persch2022-02-111-1/+1
* sixel: Fix DECGRI for parameter value 0Christian Persch2022-02-102-1/+12
* build: Change gtk4 GIR version hackChristian Persch2022-02-081-1/+1
* widget: Deprecate VteCharAttributes structChristian Persch2022-02-084-11/+17
* widget: Deprecate the attributes out-param for vte_terminal_get_textChristian Persch2022-02-081-5/+33
* lib: Remove misplaced inline from function declarationChristian Persch2022-02-081-1/+1
* emulation: Support XTVERSION sequenceChristian Persch2022-02-033-2/+33
* parser: Fix commentsChristian Persch2022-02-031-12/+12
* fonts: Fix height checkChristian Persch2022-02-031-1/+1
* Add Abkhazian translationNaala Nanba2022-02-012-0/+59
* Update Icelandic translationSveinn í Felli2022-01-291-24/+47
* widget: Fix measure baseline to return -1Christian Persch2022-01-141-1/+1
* build: Fix check for -fstack-protector* compiler supportChristian Persch2021-12-271-2/+4
* app: Fix context menu stylingChristian Persch2021-12-221-0/+3
* widget: Split alignment and fill propertiesChristian Persch2021-12-2210-25/+221
* vala: Reference of [GtkChild] field is handled by GtkBuilder, type must be un...Rico Tzschichholz2021-12-011-18/+18
* vala: Fix accessibility of constant intializer expressionRico Tzschichholz2021-12-011-7/+7
* terminal: Make CRLF pastification smarterChristian Persch2021-11-272-10/+25
* terminal: Make pastification not replace something with nothingChristian Persch2021-11-273-12/+101
* terminal: Add tests for text paste transformationChristian Persch2021-11-278-63/+364
* parser: Fix some control codesChristian Persch2021-11-271-2/+22
* widget: Fix Since version for new APIChristian Persch2021-11-272-4/+6
* widget: add vte_terminal_pasteZander Brown2021-11-257-5/+32
* lib: Check for close_range function and use it when availableChristian Persch2021-11-074-20/+39
* build: Rework function checksChristian Persch2021-11-071-36/+143
* emulation: ECMA modes should not be saved by DECSCLuis Javier Merino Morán2021-11-042-5/+0
* emulation: use correct range for DECRQCRALuis Javier Merino Morán2021-11-041-1/+1
* widget: Add more precondition checks for vte_pty_spawn_async_with_fdsChristian Persch2021-10-231-8/+7
* spawn: FD reassignment code tweaksChristian Persch2021-10-231-11/+16
* parser: Recognise more commandsChristian Persch2021-10-231-0/+5
* app: Improve option value descriptionChristian Persch2021-10-231-1/+1
* emulation: Docs improvementsChristian Persch2021-10-231-2/+8