summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* parser: test: Check parameter clearingChristian Persch2018-03-272-1/+37
* parser: Annotate unlikely conditionalsChristian Persch2018-03-271-2/+2
* emulation: Limit window title lengthChristian Persch2018-03-272-1/+5
* widget: Remove extraneous refresh-window emissionsChristian Persch2018-03-272-33/+4
* emulation: Implement OSC 5Christian Persch2018-03-273-50/+127
* emulation: Implement SUBChristian Persch2018-03-271-8/+1
* emulation: Implement DECSRChristian Persch2018-03-271-6/+7
* parser: Add more functionsChristian Persch2018-03-2716-653/+4200
* emulation: Update DA1 responseChristian Persch2018-03-271-1/+1
* parser: Reject mixed-control OSC and DCS sequencesChristian Persch2018-03-273-13/+74
* parser: test: Use SequenceBuilderChristian Persch2018-03-272-346/+174
* lib: Use an enum for the SGR codesChristian Persch2018-03-272-33/+74
* parser: test: Test DCS sequences without intermediatesChristian Persch2018-03-271-0/+4
* parser: Ignore overflowing OSC and DCS sequencesChristian Persch2018-03-272-15/+35
* emulation: Implement DECRQSSChristian Persch2018-03-275-32/+174
* parser: glue: Add wrapper class for struct vte_parserChristian Persch2018-03-277-102/+95
* parser: Remove leftover from initial importChristian Persch2018-03-271-33/+0