summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* emulation: Do not encode keyboard modifiers in X10 mouse modeEgmont Koblinger2019-02-111-9/+11
* widget: Handle spacing combining marksEgmont Koblinger2019-02-041-3/+29
* vteunistr: Add method to concatenate two unistrsEgmont Koblinger2019-02-042-0/+26
* parser: charset: Mention some more charsetsChristian Persch2018-12-101-0/+5
* widget: Disconnect GtkSettings signals in destructorEgmont Koblinger2018-12-092-4/+5
* 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-254-6/+95
* 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
* 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
* emulation: Treat rapid blink like blinkChristian Persch2018-11-101-0/+1
* parser: Define SGR enum from include filesChristian Persch2018-11-105-36/+133
* parser: Fix licence template sed job mistakeChristian Persch2018-11-101-3/+3
* app: Add new terminal to main menuChristian Persch2018-11-101-0/+6
* widget: Rewrite the tracking of selection endpointsEgmont Koblinger2018-11-076-571/+659
* lib: Fix clang build errorChristian Persch2018-11-031-1/+1
* regex: Check whether PCRE2 was compiled with JIT supportChristian Persch2018-11-021-10/+38
* emulation: Make OSC replies with same terminator as requestChristian Persch2018-10-282-4/+18
* parser: charset: Add a DEC private OCSChristian Persch2018-10-282-1/+2
* emulation: Document two more DECSGR valuesChristian Persch2018-10-281-0/+3
* emulation: Document two DEC private ACS valueChristian Persch2018-10-281-0/+21
* parser: charset: Add a DEC private OCSChristian Persch2018-10-284-11/+36
* parser: charset: Add a DEC private OCSChristian Persch2018-10-194-3/+10
* parser: Add another sequenceChristian Persch2018-10-193-0/+27
* tabstops: Cleanup includesChristian Persch2018-10-191-4/+2
* parser: cat: Restructure options parsingChristian Persch2018-10-191-48/+100
* parser: cat: Code style fixesChristian Persch2018-10-191-5/+7
* parser: glue: Use std::clampChristian Persch2018-10-191-2/+2
* ring: Fix thawing combining accents over a double-wide characterAkira Nakajima2018-10-191-0/+4
* parser: cat: Refactor and implement lint modeChristian Persch2018-10-061-326/+466
* emulation: Make dispatch of SCORC symmetrical to SCOSCChristian Persch2018-10-061-0/+3
* modes: Use parentheses in macroChristian Persch2018-10-061-1/+1
* widget: Convert vte::grid::span to end-exclusiveEgmont Koblinger2018-10-054-21/+23
* widget: Always invalidate entire rowsEgmont Koblinger2018-10-053-338/+106
* widget: Always draw entire rowsEgmont Koblinger2018-10-052-34/+15
* widget: Simplify draw_rows()Egmont Koblinger2018-10-053-276/+140
* emulation: Implement SCOSC/SCORCEgmont Koblinger2018-10-015-19/+66
* stream: test: Silence warningChristian Persch2018-09-281-0/+4