summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* ring: Add some static assertionsChristian Persch2018-04-231-0/+10
* ring: Move some types to ring.ccChristian Persch2018-04-233-6/+6
* cxx: Move some headers to .hhChristian Persch2018-04-238-18/+11
* parser: glue: StringTokeniser must not be used with a temporaryChristian Persch2018-04-142-3/+4
* lib: Filter out BS and DEL from pasteChristian Persch2018-04-091-3/+4
* parser: Fix warning with GCC < 7Christian Persch2018-04-061-0/+2
* parser: Ignore -Wimplicit-fallthroughDebarshi Ray2018-04-041-0/+3
* widget: Remove GdkVisibilityState handlingDebarshi Ray2018-04-033-65/+1
* ring: Silence -Wunsafe-loop-optimizationsDebarshi Ray2018-04-031-1/+2
* all: Cleanup some cruftChristian Persch2018-03-3114-135/+3
* build: Update macros from autoconf-archiveChristian Persch2018-03-271-3/+1
* parser: Remove excessive clearing of sequence fieldsChristian Persch2018-03-271-6/+6
* parser: Only clear the intermediates and params when necessaryChristian Persch2018-03-272-26/+51
* parser: No need to clear the charsetChristian Persch2018-03-271-6/+0
* parser: No need to clear for GRAPHIC sequenceChristian Persch2018-03-271-2/+0
* parser: No need to clear for IGNORE sequenceChristian Persch2018-03-271-2/+0
* docs: Update list of ignored filesChristian Persch2018-03-271-6/+14
* parser: Increase maximum number of parametersChristian Persch2018-03-271-1/+1
* parser: Clear only used parametersChristian Persch2018-03-271-6/+15
* parser: Remove redundant assignmentChristian Persch2018-03-271-3/+0
* parser: Ignore sequence with too many parametersChristian Persch2018-03-272-4/+9
* parser: Ignore sequence with too many parametersChristian Persch2018-03-272-72/+159