summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* app: Add options to use theme coloursChristian Persch2020-04-021-2/+29
* docs: Add regex flag requirementsChristian Persch2020-03-291-0/+2
* docs: Add regex flag requirementsChristian Persch2020-03-291-0/+4
* bindings: gir: Add missing file to extract source comments and annotations fromChristian Persch2020-03-291-0/+1
* widget: Emit the ::commit signal even when the terminal has no PTYChristian Persch2020-03-261-6/+7
* app: Fix --no-pty mode thinkoChristian Persch2020-03-241-22/+14
* app: Add mode to test operation without a PTYChristian Persch2020-03-241-2/+33
* app: Add test for vte_terminal_feed_childChristian Persch2020-03-241-0/+79
* build: Keep files list sortedChristian Persch2020-03-221-1/+1
* bindings: gir: Fix VtePtyChristian Persch2020-03-221-1/+1
* vte.csh: Fix the behavior if VTE_VERSION is undefinedEgmont Koblinger2020-03-131-1/+1
* app: Add option to disable scrollbarChristian Persch2020-02-191-0/+7
* lib: Use g_propagate_error hereChristian Persch2020-02-191-1/+1
* emulation: Remove 'separated mosaic' SGRChristian Persch2020-02-176-126/+2
* draw: Enable unicode 13 legacy terminal charactersChristian Persch2020-03-101-24/+2
* draw: Add extra define for separated mosaic drawingChristian Persch2020-02-161-0/+6
* build: systemd: Add option to disable systemd supportChristian Persch2020-02-163-6/+17
* pty: Reduce wait-for-EOS time to 2 secondsChristian Persch2020-02-151-1/+1
* systemd: Put child process into the parent's sliceChristian Persch2020-02-041-1/+12
* systemd: Install config drop-in for vte-spawn-.scopeChristian Persch2020-02-043-1/+16
* systemd: Add systemd supportChristian Persch2020-02-048-17/+253
* pty: Document VTE_SPAWN_NO_PARENT_ENVVChristian Persch2020-02-041-0/+11
* 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
* 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
* 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-211-0/+7
* draw: Improve diagnoals drawingChristian Persch2019-11-211-6/+8
* draw: Make new diagonal characters align better with box drawingsChristian Persch2019-11-211-10/+21