summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: TEK (328)wip/tek-data-syntaxChristian Persch2021-02-055-20/+55
* sixel: Fix omitted data syntax reset when mismatched controlsChristian Persch2021-02-051-6/+5
* lib: Replace deprecated std::is_podChristian Persch2021-02-042-4/+4
* parser: cat: Make linter warn on unsupported RLogin DECGCI extensionChristian Persch2021-02-041-0/+6
* keymap: Use int8_t for the length of the short keymap stringsChristian Persch2021-02-041-1/+4
* Revert "font: pangocairo: Use PangoFontMetrics to measure the font"Christian Persch2021-02-021-1/+2
* lib: Move missing defs to missing.hh and updateChristian Persch2021-02-012-7/+28
* spawn: Use close_range to set CLOEXEC on all FDsChristian Persch2021-02-012-1/+94
* font: pangocairo: Use PangoFontMetrics to measure the fontChristian Persch2021-02-013-29/+49
* parser: modes: Generate modes-*.hh from script and dataChristian Persch2021-01-315-1106/+1354
* emulation: Use the correct enumChristian Persch2021-01-311-3/+3
* parser: Add new sequence from xterm 362Christian Persch2021-01-312-0/+30
* modes: Fix typoChristian Persch2021-01-311-1/+1
* all: Clean up licence headersChristian Persch2021-01-31159-1741/+1180
* emulation: Add some research notesChristian Persch2021-01-311-0/+10
* Update Norwegian Bokmål translationKjartan Maraas2021-01-251-23/+39
* widget: Improve font sanitisationChristian Persch2021-01-241-2/+3
* widget: Improve font sanitisationChristian Persch2021-01-133-11/+40
* parser: Remove unused enumChristian Persch2021-01-131-8/+1
* Update Catalan translationJordi Mas2021-01-061-53/+2
* widget: Limit select-all to the writable region not including the scrollbackChristian Persch2020-12-261-3/+6
* parser: cat: Make linter warn on unsupported DECSIXEL OR-modeChristian Persch2020-12-241-0/+8
* sixel: Ignore DECSIXEL sequence when OR-mode is requestedChristian Persch2020-12-241-6/+28
* widget: Fix idle child-exited signal after disposeChristian Persch2020-12-231-2/+12
* pty: Add support for PTY packet mode on sysv-like systemsJim Mason2020-12-023-3/+79
* app: Fix search next/prev button sensitivityChristian Persch2020-12-021-2/+2
* app: Use smart pointerChristian Persch2020-12-021-14/+17
* clipboard: Use smart pointersChristian Persch2020-12-021-15/+14
* widget: Add gtk glueChristian Persch2020-12-022-1/+35
* widget: Fix clipboard typesChristian Persch2020-12-021-2/+2
* sixel: Fix processing of DECSIXEL sequence when using UTF-8 C1 controlsChristian Persch2020-12-011-1/+1
* sixel: Be extra safe when advancing the scanline positionChristian Persch2020-12-011-3/+5
* ring: Fix image memory leakChristian Persch2020-12-014-114/+129
* docs: Add index for API new in 0.64Christian Persch2020-11-281-0/+4
* Revert "docs: Add index for API new in 0.64"Christian Persch2020-11-281-3/+0
* Update Esperanto translationKristjan SCHMIDT2020-11-281-25/+49
* widget: Add API to disable fallback scrollingChristian Persch2020-11-168-8/+103
* docs: Add index for API new in 0.64Christian Persch2020-11-161-0/+3
* lib: Fix unused variable warning when not using getrlimitChristian Persch2020-11-161-2/+8
* lib: Use sysconf on macos to get the upper limit of number of FDsMatt Rose2020-11-161-1/+1
* lib: Drop wrong use of volatileChristian Persch2020-11-161-5/+5
* Fix buildMichael Catanzaro2020-11-151-1/+1
* all: Use std::swapChristian Persch2020-11-142-16/+17
* all: Use pragma onceChristian Persch2020-11-142-13/+3
* sixel: Use m_defaults to retrieve the SGR coloursChristian Persch2020-11-141-1/+1
* sixel: Use special coulor registers for default foreground and backgroundChristian Persch2020-11-146-49/+93
* Revert "sixel: Use special coulor registers for default foreground and backgr...Christian Persch2020-11-146-93/+49
* lib: Sanitise the passed-in font descriptionChristian Persch2020-11-131-0/+8
* app: Fix background image drawingChristian Persch2020-11-121-1/+12
* sixel: Use special coulor registers for default foreground and backgroundHans Petter Jansson2020-11-126-49/+93