summaryrefslogtreecommitdiff
path: root/src/vteapp.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Add PCRE2 supportChristian Persch2015-09-291-11/+45
* vteapp: Remove glib memory profiler supportChristian Persch2015-09-281-6/+0
* vteapp: Silence useless debug spew by defaultChristian Persch2015-09-281-0/+4
* all: Fix includesChristian Persch2015-04-271-1/+1
* vteapp: Make the bell option consistent between the two test appsEgmont Koblinger2014-09-121-3/+3
* widget: Remove broken visual bell supportEgmont Koblinger2014-09-121-1/+0
* Revert "vteapp: Three-state bell option"Egmont Koblinger2014-09-121-10/+11
* vteapp: Three-state bell optionEgmont Koblinger2014-08-271-11/+10
* widget: Improve API nameChristian Persch2014-08-171-3/+3
* widget: Improve set_encoding APIChristian Persch2014-08-171-1/+3
* vteapp: Add back C test applicationChristian Persch2014-05-221-0/+1161
* vteapp: Reimplement vteapp in valaChristian Persch2014-04-141-1181/+0
* widget: Add window geometry helper functionChristian Persch2014-04-071-50/+9
* all: Rename APIChristian Persch2014-04-071-5/+5
* widget: Rename APIChristian Persch2014-04-061-1/+1
* widget: Add font-scale propertyChristian Persch2014-04-061-19/+12
* vteapp: Remove dead codeChristian Persch2014-04-061-6/+0
* vteapp: Correct error messageChristian Persch2014-04-061-3/+3
* vteapp: Derive from VteTerminalChristian Persch2014-04-061-1/+35
* vteapp: Add option to add new dingusChristian Persch2014-04-061-18/+48
* vteapp: Use gtk API to get the text targetsChristian Persch2014-04-061-7/+9
* all: Rename APIChristian Persch2014-04-061-3/+11
* widget: Rename APIChristian Persch2014-04-061-1/+1
* vteapp: Add options to set highlight colourChristian Persch2014-04-061-15/+46
* vteapp: Plug a mem leakChristian Persch2014-04-061-1/+3
* widget: Remove unused tint colourChristian Persch2014-04-061-4/+2
* widget: Add setting for CJK ambiguous widthChristian Persch2014-04-031-0/+34
* widget: Remove vte_terminal_get_child_exit_statusChristian Persch2014-03-301-19/+11
* widget: Remove 'inner-border' style propertyChristian Persch2014-03-271-27/+27
* widget: Rename 'inner_border' to 'padding'Christian Persch2014-03-271-21/+21
* all: Don't export _vte_debug_* symbolsChristian Persch2014-03-271-0/+2
* vteapp: Implement --border-width optionChristian Persch2014-03-271-0/+13
* widget: Remove background pixbuf settingsChristian Persch2014-03-271-19/+1
* widget: Remove pixmap background saturation settingChristian Persch2014-03-271-1/+1
* widget: Remove faux-transparency supportChristian Persch2014-03-271-6/+7
* vteapp: Use RGBA colour APIsChristian Persch2014-03-271-16/+12
* widget: Make background tint colour use GdkRGBAChristian Persch2014-03-271-5/+5
* widget: Remove sealed adjustment from public structChristian Persch2014-03-241-1/+1
* widget: Remove sealed icon_title from public structChristian Persch2014-03-241-2/+1
* widget: emove sealed window_title from public structChristian Persch2014-03-241-2/+1
* widget: Remove sealed {row,column}_count from public structChristian Persch2014-03-241-4/+4
* widget: Remove sealed char_{width,height} from public structChristian Persch2014-03-241-4/+12
* vteapp: Don't use deprecated vte_terminal_set_font_from_string_fullChristian Persch2014-03-241-4/+3
* vteapp: Remove --antialias optionChristian Persch2014-03-241-7/+2
* widget: Remove deprecated vte_terminal_forkptyChristian Persch2014-03-241-11/+19
* app: Fix compiler warningsChristian Persch2014-03-241-4/+4
* build: Remove gtk2 leftover codeEgmont Koblinger2014-03-161-14/+1
* build: Fix many compiler warningsEgmont Koblinger2014-03-031-5/+0
* license: Update to LGPL 2.1. Update FSF postal address.Egmont Koblinger2014-01-081-10/+10
* widget: Add pref to control rewrapping on resizeEgmont Koblinger2013-12-161-1/+8