summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "emulation: Support XTVERSION sequence"Christian Persch2022-08-053-33/+2
* widget: Correct some Since annotationsChristian Persch2022-08-051-15/+15
* widget: Only avoid reentrant queue_resize() in GTK4Alexander Mikhaylenko2022-08-041-3/+2
* widget: Listen for toplevel focus changeChristian Persch2022-08-033-11/+4
* widget: Listen for toplevel focus changeChristian Persch2022-08-034-0/+135
* widget: Don't queue_resize() during allocationAlexander Mikhaylenko2022-07-273-8/+13
* widget: gtk4: Don't invalidate endlesslyAlexander Mikhaylenko2022-07-251-1/+4
* widget: gtk4: Lower the priority of the style providerChristian Persch2022-07-251-1/+10
* widget: gtk: Make new API naming self-consistentChristian Persch2022-07-242-13/+13
* widget: gtk4: Add API to check event contextChristian Persch2022-07-245-8/+288
* widget: gtk4: Make background API available on gtk4Christian Persch2022-07-222-8/+0
* widget: Add format arg to new API to get selected textChristian Persch2022-07-222-4/+11
* widget: Add API to get selected textJamie Murphy2022-07-032-0/+35
* all: Include <termios.h> directlyChristian Persch2022-06-244-19/+3
* glib: glue: Include stringZander Brown2022-06-231-0/+1
* glib: glue: Include string_viewZander Brown2022-06-221-0/+1
* lib: Fix reserved size calculationChristian Persch2022-06-211-1/+1
* build: Use an explict python interpreterZander Brown2022-06-211-0/+2
* widget: gtk4: Simplify invalidation trackingChristian Persch2022-05-092-5/+27
* widget: Ignore synthetic scroll eventsChristian Persch2022-05-032-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
* 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
* 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
* 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
* 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
* widget: Fix measure baseline to return -1Christian Persch2022-01-141-1/+1
* app: Fix context menu stylingChristian Persch2021-12-221-0/+3
* widget: Split alignment and fill propertiesChristian Persch2021-12-229-25/+217
* 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-256-5/+31
* lib: Check for close_range function and use it when availableChristian Persch2021-11-073-20/+32