summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test the shell-precmd signalwip/rishi/precmd-preexecDebarshi Ray2018-06-252-0/+13
* Support precmd notifications from an interactive shellDebarshi Ray2018-06-257-3/+33
* Test the shell-preexec signalDebarshi Ray2018-06-252-0/+15
* Support preexec notifications from an interactive shellDebarshi Ray2018-06-257-3/+53
* widget: Fix race between polling the master & using the PTY in a childDebarshi Ray2018-06-251-4/+4
* Update Indonesian translationKukuh Syafaat2018-06-231-13/+13
* Update Occitan translationCédric Valmary2018-06-221-17/+16
* Update POTFILES.inPiotr Drąg2018-06-201-1/+0
* lib: Make legacy charset support optionalChristian Persch2018-06-203-9/+49
* conv: Remove vteconv.{h,cc}Christian Persch2018-06-205-135/+67
* conv: Remove _vte_conv_resetChristian Persch2018-06-203-12/+4
* conv: Remove _vte_conv_openChristian Persch2018-06-203-17/+3
* conv: Remove extra wrapper structChristian Persch2018-06-204-72/+31
* conv: Remove iso2022.{h,cc}Christian Persch2018-06-207-282/+107
* conv: Remove UTF-8-to-UTF-8 conversionChristian Persch2018-06-202-403/+21
* lib: Remove extraneous UTF-8-to-UTF-8 conversion on outputChristian Persch2018-06-203-129/+141
* conv: Remove conversion to unicharChristian Persch2018-06-202-65/+4
* conv: test: Fix testChristian Persch2018-06-201-140/+0
* lib: Remove double conversion for legacy encodingsChristian Persch2018-06-204-62/+34
* parser: cat: Remove legacy encoding supportChristian Persch2018-06-202-94/+3
* lib: Make legacy encodings work againChristian Persch2018-06-203-2/+77
* conv: Remove unused codeChristian Persch2018-06-201-64/+9
* parser: Fix the build with GCC 8.1.1wip/rishi/gcc-8.1.1Debarshi Ray2018-06-191-3/+3
* Update Romanian translationDaniel Șerbănescu2018-06-171-14/+14
* widget: Deprecate vte_terminal_[sg]et_encoding()Christian Persch2018-06-174-25/+41
* lib: Remove unused definesChristian Persch2018-06-161-8/+0
* lib: Use branchless, streaming UTF-8 converterChristian Persch2018-06-169-413/+601
* conv: Remove unused functionsChristian Persch2018-06-162-26/+0
* doap: CleanupChristian Persch2018-06-161-2/+1
* Update Chinese (Taiwan) translationYi-Jyun Pan2018-06-131-13/+12
* Update French translationCharles Monzat2018-05-311-14/+18
* Update Chinese (China) translationMingcong Bai2018-05-281-13/+14
* Update Polish translationPiotr Drąg2018-05-271-12/+12
* Update Friulian translationFabio Tomat2018-05-261-12/+12
* app: Dim terminal when toplevel has backdropChristian Persch2018-05-231-1/+34
* Update Swedish translationAnders Jonsson2018-05-231-14/+14
* Updated Czech translationMarek Cernocky2018-05-221-52/+12
* Updated Spanish translationDaniel Mustieles2018-05-221-12/+13
* Post release version bumpChristian Persch2018-05-211-1/+1
* all: Fix spelling0.53.0Christian Persch2018-05-212-5/+5
* ring: Proper boundary checking for hyperlink positionEgmont Koblinger2018-05-131-1/+1
* parser: Update copyright noticeChristian Persch2018-04-231-0/+1
* widget: Use RefPtr for the cursorsChristian Persch2018-04-232-17/+14
* lib: Add RefPtr type for holding a GObjectChristian Persch2018-04-235-1/+193
* widget: Deprecate vte_terminal_match_set_cursor_typeChristian Persch2018-04-234-6/+10
* lib: Store preedit string in a stringChristian Persch2018-04-232-33/+26
* lib: Store word char exceptions in a stringChristian Persch2018-04-233-50/+30
* ring: Replace some assertions with static_assertChristian Persch2018-04-232-5/+5
* ring: Split cell and rowdata headersChristian Persch2018-04-234-158/+190
* cxx: ring: Move to C++Christian Persch2018-04-236-636/+726