summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Post release version bump0.52.0Christian Persch2018-03-051-2/+2
* Version 0.51.920.51.92Christian Persch2018-03-051-1/+1
* widget: Do not scroll to the bottom on soft resetEgmont Koblinger2018-03-051-2/+0
* widget: Preserve the selection on resetEgmont Koblinger2018-03-051-21/+16
* widget: Improve regex and hyperlink highlight trackingEgmont Koblinger2018-03-052-187/+100
* app: Unset env var when not in test modeChristian Persch2018-03-051-0/+2
* emulation: Implement DECRQCRAChristian Persch2018-03-045-0/+126
* all: Add test modeChristian Persch2018-03-044-6/+35
* widget: Update adjustment page size and increments asynchronouslyEgmont Koblinger2018-03-041-48/+38
* widget: Fix bell timestamp updateChristian Persch2018-03-041-2/+3
* widget: Limit bell rateChristian Persch2018-03-034-2/+20
* draw: Do not cache ligatured glyphsEgmont Koblinger2018-03-031-7/+8
* widget: Cleanup integer vs. boolean around faux boldEgmont Koblinger2018-03-031-4/+2
* Update Finnish translationJiri Grönroos2018-03-031-63/+51
* introspection: Fix annotation for vte_terminal_feed_childPhil Clayton2018-03-031-1/+1
* widget: Fix disabling bold effectChristian Persch2018-03-031-4/+10
* app: Add option to disable boldChristian Persch2018-03-031-0/+4
* Update Scottish Gaelic translationGNOME Translation Robot2018-03-011-9/+9
* widget: Initialize the last mouse coordinates to the paddingEgmont Koblinger2018-02-271-1/+4
* widget: Update the last mouse coordinates on enter and leave eventsEgmont Koblinger2018-02-271-0/+4
* widget: Fix the initial belief whether the mouse is over the widgetEgmont Koblinger2018-02-271-1/+1
* widget: Unset hyperlink URI when moving the mouse to a non-hyperlink cellEgmont Koblinger2018-02-271-2/+4
* widget: Protect fudge_pango_colors() against all-inclusive PangoAttributesCarlos Garnacho2018-02-151-1/+1
* doap: Add EgmontChristian Persch2018-02-121-0/+7
* widget: No longer generate bold color automaticallyEgmont Koblinger2018-02-123-47/+4
* Post release version bumpChristian Persch2018-02-051-1/+1
* Version 0.51.900.51.90Christian Persch2018-02-051-1/+1
* widget: Add API to not clear the backgroundChristian Persch2018-02-058-61/+32
* pty: spawn: Set PWD to the working directory to preserve symlinksEgmont Koblinger2018-02-032-1/+17
* widget: Allow regexes to match spacesEgmont Koblinger2018-01-311-5/+3
* widget: Fix scrollbar drawing not to be delayedTimm Bäder2018-01-272-22/+1
* docs: Remove an obsolete commentEgmont Koblinger2018-01-271-1/+0
* widget: Fix mem leak in search_rows()Egmont Koblinger2018-01-221-3/+9
* app: Uppercase initial for menu entryEgmont Koblinger2018-01-201-1/+1
* widget: Respect "bold color" even when "bold is bright" is disabledEgmont Koblinger2018-01-141-3/+5
* all: Remove overzealous use of constexprChristian Persch2018-01-131-4/+4
* all: Remove overzealous use of constexprChristian Persch2018-01-133-18/+18
* widget: Translate more pango attributes in the IM stringChristian Persch2018-01-131-1/+40
* ring: Store cell attributes together in an uint32_tChristian Persch2018-01-138-241/+453
* all: Rearrange VteCellAttr to store all colours together in one uint64_tChristian Persch2018-01-137-146/+298
* emulation: Use deco colour also for default colour and fill attributesChristian Persch2018-01-132-0/+3
* widget: Return correct underline value in VteCharAttributesChristian Persch2018-01-131-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