summaryrefslogtreecommitdiff
path: root/src/vte.cc
Commit message (Expand)AuthorAgeFilesLines
* regex: Add some more debug outputChristian Persch2015-10-071-7/+33
* regex: Simplify codeChristian Persch2015-10-071-7/+8
* regex: Simplify codeChristian Persch2015-10-071-59/+59
* regex: Pass more data to regex matchingChristian Persch2015-10-071-20/+22
* regex: Fix a -Wformat warningChristian Persch2015-10-041-1/+1
* regex: Move some shared code to vte_terminal_match_check_internalChristian Persch2015-10-041-18/+10
* regex: Fix the build without PCRE2Christian Persch2015-10-041-15/+15
* regex: Factor out getting the offset in the match attributesChristian Persch2015-10-041-124/+75
* widget: Report correct mouse coordinates if viewport is scrolled backEgmont Koblinger2015-10-031-2/+10
* emulation: Disregard bce when a new line appears at the bottomEgmont Koblinger2015-10-021-0/+2
* widget: Deprecate vte_terminal_match_checkChristian Persch2015-10-021-0/+2
* widget: Fix painting the preedit text near the right marginEgmont Koblinger2015-10-021-3/+3
* search: Fix crashing typoChristian Persch2015-09-301-2/+2
* lib: Silence some -Wfloat-equal warningsChristian Persch2015-09-301-2/+2
* Fix build with -Werror=formatMichael Catanzaro2015-09-291-2/+2
* widget: Remove obsolete workaroundChristian Persch2015-09-291-23/+8
* lib: Add PCRE2 supportChristian Persch2015-09-291-113/+721
* widget: Fix regex matches not always being recognizedEgmont Koblinger2015-09-131-2/+2
* emulation: Fix commentChristian Persch2015-09-071-1/+1
* emulation: Implement DECSET 1004Christian Persch2015-08-301-0/+24
* widget: Ensure cursor is shown when blinking gets turned offEgmont Koblinger2015-08-161-4/+4
* emulation: Fix escape sequence of Ctrl+BackspaceEgmont Koblinger2015-08-161-0/+7
* Revert "Add the style context provider with FALLBACK priority"Christian Persch2015-07-151-1/+1
* all: Fix includesChristian Persch2015-04-271-1/+1
* Merge branch 'work-html' into merge-htmlChristian Persch2015-04-271-70/+301
* build: Fix build when using C++11 modeTing-Wei Lan2015-04-241-5/+5
* lib: Make VteTerminalPrivate a C++ classChristian Persch2015-04-221-1/+7
* lib: Move define to the few places where it is usedChristian Persch2015-04-221-0/+2
* all: Move to C++Christian Persch2015-04-221-0/+13565