summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* widget: Translate more pango attributes in the IM stringwip/attrChristian Persch2018-01-121-1/+40
* ring: Store cell attributes together in an uint32_tChristian Persch2018-01-128-241/+453
* all: Rearrange VteCellAttr to store all colours together in one uint64_tChristian Persch2018-01-127-146/+298
* emulation: Use deco colour also for default colour and fill attributesChristian Persch2018-01-122-0/+3
* widget: Return correct underline value in VteCharAttributesChristian Persch2018-01-121-1/+1
* Post release version bumpChristian Persch2018-01-081-1/+1
* build: Fix distcheck0.51.3Christian Persch2018-01-082-123/+122
* widget: Add support for blinking textEgmont Koblinger2017-12-238-6/+231
* widget: Speed up the drawing of curly underline by caching its lookEgmont Koblinger2017-12-194-28/+76
* doc: Fix vte_terminal_get_allow_bold's descriptionEgmont Koblinger2017-12-191-3/+3
* widget: Fix display glitches around hidden underlineEgmont Koblinger2017-12-161-5/+9
* emulation: Revise the extended color escape sequencesEgmont Koblinger2017-12-144-47/+68
* widget,emulation: Add support for overlineEgmont Koblinger2017-12-114-7/+47
* Post release version bumpChristian Persch2017-12-111-1/+1
* 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