summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* widget: Update background when opacity is changed0.36.2Debarshi Ray2014-05-121-0/+1
* vteapp: Unbreak transparencyDebarshi Ray2014-05-121-0/+1
* emulation: Change bracketed paste mode to per-terminalEgmont Koblinger2014-05-113-6/+6
* docs: Fix licence headerChristian Persch2014-04-271-6/+13
* Post release version bumpChristian Persch2014-04-261-1/+1
* Version 0.36.10.36.1Christian Persch2014-04-261-0/+5
* ring: Fix compiler warningsChristian Persch2014-04-261-6/+6
* widget: Set style background on realizeChristian Persch2014-04-261-0/+1
* Updated Indonesian translationDirgita2014-04-231-26/+28
* widget: Initialize the color palette when the widget is initializedEgmont Koblinger2014-04-142-15/+13
* Post release version bumpChristian Persch2014-03-241-1/+1
* Version 0.36.00.36.0Christian Persch2014-03-241-0/+5
* doc: Add API index for highlight foreground colorEgmont Koblinger2014-03-181-0/+2
* doc: Minor update to rewrap.txtEgmont Koblinger2014-03-181-17/+18
* build: Do not hardcode /bin/bashEgmont Koblinger2014-03-184-5/+5
* Post release version bumpChristian Persch2014-03-171-2/+2
* Version 0.35.900.35.90Christian Persch2014-03-171-0/+9
* widget: Nicer box drawing charactersEgmont Koblinger2014-03-174-380/+944
* build: Version bumpChristian Persch2014-03-171-1/+1
* build: Fix log domainChristian Persch2014-03-171-1/+1
* widget: Do not intercept Ctrl+F1Egmont Koblinger2014-03-171-0/+4
* perf: Add scripts to EXTRA_DISTEgmont Koblinger2014-03-171-1/+7
* build: Use consistent version check for smooth scrollEgmont Koblinger2014-03-161-1/+1
* build: Remove vte-gtk-compatEgmont Koblinger2014-03-167-76/+33
* build: Clean up legacy signal creation leftoversEgmont Koblinger2014-03-161-264/+232
* build: Clean up gdk keysym namesEgmont Koblinger2014-03-163-359/+353
* build: Remove gtk2 leftover codeEgmont Koblinger2014-03-1610-347/+4
* emulation: Add support for OSC 19/119 (highlight fg color) and corresponding APIEgmont Koblinger2014-03-155-11/+104
* emulation: Use more consistent and verbose names for special purpose colorsEgmont Koblinger2014-03-153-62/+62
* build: Fix many compiler warningsEgmont Koblinger2014-03-037-68/+12
* prompt: Make zsh hook to precmd.Michal Sojka2014-03-031-1/+1
* Post release version bumpChristian Persch2014-02-181-1/+1
* Version 0.35.20.35.2Christian Persch2014-02-181-0/+10
* widget: Maintain selection when rewrapping, take 3Egmont Koblinger2014-02-121-18/+30
* widget: Fix selection's padding adjustmentEgmont Koblinger2014-01-241-3/+2
* widget: Maintain selection when rewrapping, take 2Egmont Koblinger2014-01-241-1/+6
* widget: Maintain selection when rewrappingEgmont Koblinger2014-01-241-18/+28
* emulation: Make OSC response use the same terminator as the queryEgmont Koblinger2014-01-243-53/+113
* debug: Fix segfaultEgmont Koblinger2014-01-221-4/+10
* emulation: Add support for OSC 1?1[017] (fg, bg, highlight colors)Egmont Koblinger2014-01-224-17/+110
* emulation: Add support for OSC 104 (reset colors)Egmont Koblinger2014-01-214-0/+33
* emulation: Add support for OSC 112 (reset cursor color)Kevin Goodsell2014-01-214-0/+11
* emulation: Refactor color palette handlingEgmont Koblinger2014-01-213-113/+87
* widget: Don't try to allocate arbitrary amount of memory.Egmont Koblinger2014-01-171-0/+2
* widget: Fix off-by-one in allowed palette size.Egmont Koblinger2014-01-171-3/+3
* Post release version bumpChristian Persch2014-01-131-1/+1
* Version 0.35.10.35.1Egmont Koblinger2014-01-131-0/+8
* emulation: Fix standout handling (typo introduced by true color support)Egmont Koblinger2014-01-131-1/+1
* Fix performance regression with only one active terminal widget.Egmont Koblinger2014-01-131-1/+1
* Allow ":" as subparameter delimiter in SGR color sequences.Egmont Koblinger2014-01-132-54/+139