summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* emulation: Fix EL 0 after cursor movementvte-0-56Christian Persch2020-06-041-1/+1
* build: Add no-exceptions sanity checkChristian Persch2019-11-191-0/+17
* Post release version bumpChristian Persch2019-10-111-1/+1
* ring: Fix an incorrect assertion0.56.4Egmont Koblinger2019-10-111-4/+8
* emulation: Ensure the cursor remains onscreen when moving downEgmont Koblinger2019-10-111-2/+3
* Post release version bumpChristian Persch2019-05-061-1/+1
* widget: Avoid double painting of letters0.56.3Egmont Koblinger2019-05-061-0/+10
* app: Plug mem leaksChristian Persch2019-05-061-0/+2
* widget: Throw away remaining incoming data on finalizeChristian Persch2019-05-012-4/+6
* docs: Add index for API new in 0.56Christian Persch2019-04-251-0/+4
* Post release version bumpChristian Persch2019-04-231-1/+1
* parser: glue: Correct parameter collection0.56.2Christian Persch2019-04-201-4/+7
* Revert "parser: glue: Use std::clamp"Christian Persch2019-04-201-2/+2
* Post release version bumpChristian Persch2019-04-081-1/+1
* widget: Cancel autoscroll on ending selecting0.56.1Egmont Koblinger2019-04-081-0/+2
* Post release version bumpChristian Persch2019-03-111-1/+1
* Post release version bump0.56.0Christian Persch2019-03-041-2/+2
* Version 0.55.920.55.92Christian Persch2019-03-041-1/+1
* app: Add fullscreen modeChristian Persch2019-03-042-1/+51
* attr: Typo fixEgmont Koblinger2019-03-041-1/+1
* widget: Prevent clipboard callbacks during destructionChristian Persch2019-03-031-0/+3
* Update Serbian translationМарко Костић2019-02-281-19/+18
* Update Dutch translationNathan Follens2019-02-241-17/+15
* emulation: Do not encode keyboard modifiers in X10 mouse modeEgmont Koblinger2019-02-111-9/+11
* Post release version bumpChristian Persch2019-02-041-1/+1
* Version 0.55.900.55.90Christian Persch2019-02-041-1/+1
* perf: Add files to EXTRA_DISTEgmont Koblinger2019-02-041-0/+3
* devanagari.txt: New test fileEgmont Koblinger2019-02-041-0/+6
* widget: Handle spacing combining marksEgmont Koblinger2019-02-041-3/+29
* vteunistr: Add method to concatenate two unistrsEgmont Koblinger2019-02-042-0/+26
* build: Add -WvlaEgmont Koblinger2019-01-031-0/+1
* Replace Bugzilla by Gitlab URL in DOAP fileAndre Klapper2018-12-151-1/+1
* parser: charset: Mention some more charsetsChristian Persch2018-12-101-0/+5
* widget: Disconnect GtkSettings signals in destructorEgmont Koblinger2018-12-092-4/+5
* vala: Fix build with vala 0.43+ git master due to empty struct definitionRico Tzschichholz2018-12-011-0/+2
* parser: Document some known deviations from VT100Christian Persch2018-11-281-0/+23
* parser: Assert that the parser is not in an unknown stateChristian Persch2018-11-281-2/+2
* parser: Code style fixesChristian Persch2018-11-283-77/+147
* widget: Don't show the cursor occasionally over the scrollback dataEgmont Koblinger2018-11-271-1/+4
* spawn: Fix g_spawn deadlock in a multi-threaded program on linuxPeter Wu2018-11-261-29/+65
* widget: Fix mouse selection to skip trailing unused cellsEgmont Koblinger2018-11-263-8/+22
* widget: Strip off trailing unused cells in get_text()Egmont Koblinger2018-11-261-0/+39
* widget: Fix URL recognition after dragging the scrollbarEgmont Koblinger2018-11-261-0/+1
* regex: Add vte_regex_substituteChristian Persch2018-11-255-6/+96
* build: Use input file as parameter in box drawing scriptIñigo Martínez2018-11-182-2/+2
* parser: cat: Fix clang build errorTing-Wei Lan2018-11-181-1/+1
* Post release version bumpChristian Persch2018-11-121-1/+1
* parser: Complete SCI infrastructure0.55.0Christian Persch2018-11-104-1/+54
* parser: cat: Add linter for SGR sequencesChristian Persch2018-11-101-0/+173
* parser: cat: Use the parser glueChristian Persch2018-11-102-56/+84