summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sgr-test.sh: New script for testing SGR escape sequences0.51.2Egmont Koblinger2017-12-112-0/+139
* widget,emulation: Add support for colored underlinesEgmont Koblinger2017-12-114-53/+103
* widget,emulation: Add support for double and curly underlinesEgmont Koblinger2017-12-116-41/+157
* widget: Add support for not automatically brightening bold colorsEgmont Koblinger2017-12-097-1/+88
* widget: Remove margin bell supportEgmont Koblinger2017-12-083-18/+0
* widget: Add support for increased line and character spacingEgmont Koblinger2017-12-0410-105/+416
* interpret: Add statistics outputChristian Persch2017-11-271-0/+12
* build: Rename header fileChristian Persch2017-11-276-18/+6
* interpret: Bring back the matcher testChristian Persch2017-11-272-1/+296
* build: Manually generate the C source from the vala sourceChristian Persch2017-11-261-13/+16
* emulation: Simplify sequence matchingChristian Persch2017-11-2115-1055/+738
* table: Remove unnecessary null checksChristian Persch2017-11-214-29/+30
* interpret: Fix for non-ASCII characters decodingChristian Persch2017-11-211-0/+3
* interpret: Also print value arraysChristian Persch2017-11-211-21/+32
* table: Move header to table.hhChristian Persch2017-11-215-15/+7
* emulation: Simplify sequence handlers and parameter handlingChristian Persch2017-11-1810-1485/+1086
* widget: Reset might need to start blinking the cursorEgmont Koblinger2017-11-181-1/+1
* app: Fix a mem leakChristian Persch2017-11-181-0/+1
* pty: Fix mem leakChristian Persch2017-11-181-0/+2
* matcher: Fix memory leakChristian Persch2017-11-182-13/+18
* Post release version bumpChristian Persch2017-11-131-1/+1
* Version 0.51.10.51.1Christian Persch2017-11-131-1/+1
* vala: add metadata to make Terminal.spawn_async () appear in the VAPIAlistair Thomas2017-10-311-0/+1
* widget: Rename char_width and char_height to cell_width and cell_heightEgmont Koblinger2017-10-296-125/+125
* widget: Factor out underline and strikethrough position and thicknessEgmont Koblinger2017-10-292-18/+31
* Update Dutch translationNathan Follens2017-10-291-52/+68
* widget: Show the mouse pointer when a popover is presented from outside VTEEgmont Koblinger2017-10-281-1/+2
* caps: Remove redundant entriesEgmont Koblinger2017-10-241-4/+0
* debug: Typo fixEgmont Koblinger2017-10-241-1/+1
* debug: Pass the known string lengthChristian Persch2017-10-241-1/+1
* widget: Queue a redraw if the background operator changesChristian Persch2017-10-242-3/+4
* app: Default to the right operator when showing a background imageChristian Persch2017-10-241-0/+5
* widget: Add API to set the operator used to draw the terminal backgroundChristian Persch2017-10-249-14/+213
* debug: Fix printing the sequence stringChristian Persch2017-10-244-9/+18
* docs: Move deprecated functions to deprecated sectionChristian Persch2017-10-241-2/+2
* all: Silence compiler warning -Wfloat-equalChristian Persch2017-10-241-8/+8
* build: Remove unused source codeChristian Persch2017-10-244-115/+0
* table: Improve debug messageChristian Persch2017-10-241-3/+8
* build: Remove wint_t checksChristian Persch2017-10-242-26/+2
* build: Separate libvte and test app build requirementsChristian Persch2017-10-242-2/+8
* app: Fix a copypaste errorChristian Persch2017-10-231-1/+1
* app: Fix a copypaste errorChristian Persch2017-10-231-1/+1
* widget: Emit title-changed and uri-changed only if the value really changedEgmont Koblinger2017-10-221-16/+29
* widget: Deprecate geometry helpersChristian Persch2017-10-213-10/+16
* build: Fix resource generation with glib < 2.50Christian Persch2017-10-211-1/+1
* app: Add opacity test modeChristian Persch2017-10-211-5/+16
* build: Remove manual define of _GNU_SOURCEEgmont Koblinger2017-10-151-4/+0
* build: Add strchrnul implementation to fix compilation on macOSEgmont Koblinger2017-10-155-11/+22
* [l10n] Updated Catalan (Valencian) translationXavi Ivars2017-10-051-71/+63
* widget: Fix a crash with hyperlinks if the mouse is over the paddingEgmont Koblinger2017-10-021-8/+12