summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* systemd: Add systemd supportChristian Persch2020-02-0410-21/+266
* pty: Document VTE_SPAWN_NO_PARENT_ENVVChristian Persch2020-02-042-0/+12
* lib: Add smart pointer for g_free()able thingsChristian Persch2020-02-041-0/+18
* emulation: Remove support for obsolete charsetChristian Persch2020-01-313-12/+1
* Update Malay translationUmarzuki Bin Mochlis Moktar2020-01-271-99/+70
* vte.sh: Add vte.csh, a tcsh counterpart of vte.shCarlos Santos2020-01-222-0/+34
* vte.sh: Use the vte-urlencode utilityCarlos Santos2020-01-223-120/+11
* prompt: Add a test for the vte-urlencode-cwd utilityCarlos Santos2020-01-222-0/+92
* prompt: Add a vte-urlencode-cwd utilityCarlos Santos2020-01-222-0/+70
* widget: Set terminal input purposeZander Brown2020-01-201-0/+5
* Update Slovak translationDuĊĦan Kazik2020-01-201-30/+19
* lib: Add missing noexceptChristian Persch2019-12-011-1/+1
* pty: Fix indefinite wait for EOS after child-exitedChristian Persch2019-12-013-2/+35
* lib: Use Timer class for mouse autoscroll timerChristian Persch2019-12-012-39/+14
* lib: Use Timer class for text blink timerChristian Persch2019-12-012-31/+19
* lib: Use Timer class for cursor blink timerChristian Persch2019-12-012-30/+17
* lib: Add convenience class for timeoutsChristian Persch2019-12-011-0/+125
* lib: Add GError convenience classChristian Persch2019-12-018-80/+130
* regex: Use string_view and optionalChristian Persch2019-11-273-36/+39
* regex: Use string_viewChristian Persch2019-11-273-12/+11
* pty: Add debug output for when EOS happensChristian Persch2019-11-261-0/+3
* widget: Finish deprecation of GRegex taking APIsChristian Persch2019-11-265-187/+28
* parser: Small documentation additionChristian Persch2019-11-261-0/+2
* emulation: Remove support for window control sequencesChristian Persch2019-11-244-125/+37
* emulation: Report fixed origin for CSI 13 tChristian Persch2019-11-221-11/+2
* draw: Fix unused function warningChristian Persch2019-11-211-0/+4
* draw: Use functions instead of macrosChristian Persch2019-11-211-112/+132
* draw: Make some data static and shrink itChristian Persch2019-11-211-24/+22
* draw: Narrow the range of characters in the U+1FBxx blockChristian Persch2019-11-211-1/+1
* draw: Implement U+1FBAFChristian Persch2019-11-212-0/+12
* draw: Improve diagnoals drawingChristian Persch2019-11-211-6/+8
* draw: Make new diagonal characters align better with box drawingsChristian Persch2019-11-211-10/+21
* draw: Use binary notation for some constantsChristian Persch2019-11-211-1/+2
* draw: Change checkboard patternChristian Persch2019-11-212-15/+24
* draw: Implement hatching pattern characters U+1FB98 and U+1FB99Christian Persch2019-11-212-2/+65
* draw: Implement separated mosaic graphicsChristian Persch2019-11-217-8/+147
* draw: Add manual drawing for new legacy terminal unicode charactersEgmont Koblinger2019-11-215-84/+820
* widget: Add missing (nullable) annotationsChristian Persch2019-11-211-4/+5
* terminal: Don't append data to sealed chunksChristian Persch2019-11-211-1/+1
* terminal: Use smart pointerChristian Persch2019-11-213-24/+18
* terminal: Use string_viewChristian Persch2019-11-213-2/+5
* terminal: Skip commit signal emission when there are no handlersChristian Persch2019-11-213-0/+14
* terminal: Remove some incorrect doc commentsChristian Persch2019-11-212-8/+3
* terminal: Use string_viewChristian Persch2019-11-216-65/+34
* terminal: Use string_viewChristian Persch2019-11-214-74/+66
* terminal: Use string_viewChristian Persch2019-11-213-5/+19
* terminal: Remove redundant functionChristian Persch2019-11-212-16/+3
* widget: Emit EOF signal from idle handlerChristian Persch2019-11-192-1/+22
* widget: Fix crash using nullptr for word char exceptionsChristian Persch2019-11-195-14/+13
* build: Suppress warnings about ignored returned valueEgmont Koblinger2019-11-192-0/+6