summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* widget: Implement smooth scrollingEgmont Koblinger2015-10-244-287/+349
* Revert "selection: Simplify code"Christian Persch2015-10-211-9/+13
* selection: Simplify codeChristian Persch2015-10-201-13/+9
* vteapp: Fix optionChristian Persch2015-10-161-1/+1
* regex: Fix crash on match_checkChristian Persch2015-10-161-1/+4
* widget: Filter out most of the control characters when pastingEgmont Koblinger2015-10-121-11/+39
* regex: Don't expose PCRE2 in the APIChristian Persch2015-10-124-22/+18
* regex: Forbid \C in regexesChristian Persch2015-10-121-4/+11
* regex: Fix row number in the new vte_terminal_event_* methodsEgmont Koblinger2015-10-081-2/+2
* regex: Fix parameter name in documentationChristian Persch2015-10-081-2/+2
* a11y: Emit missing space character insertionSamuel Thibault2015-10-071-0/+2
* regex: Fix build without PCRE2Christian Persch2015-10-072-0/+6
* regex: Add API to check if some regexes match at an event positionChristian Persch2015-10-074-18/+225
* vteapp: Use vte_terminal_match_check_eventChristian Persch2015-10-071-7/+3
* regex: Use unsigned for offsets into match_contentsChristian Persch2015-10-071-37/+38
* regex: Restructure codeChristian Persch2015-10-071-210/+273
* regex: Fix conditionalChristian Persch2015-10-071-2/+2
* regex: Simplify no-match region calculationChristian Persch2015-10-071-16/+18
* regex: Simplify conditionalsChristian Persch2015-10-071-5/+3
* 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
* build: Make sure the resources are not exportedChristian Persch2015-10-041-1/+1
* 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-023-3/+7
* draw: Make one function staticChristian Persch2015-10-022-4/+4
* stream: Allocate large buffer on stack rather than on heapEgmont Koblinger2015-10-021-16/+8
* 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-303-3/+13
* vteapp: Fix build without pcre2Christian Persch2015-09-301-1/+7
* Fix build with -Werror=formatMichael Catanzaro2015-09-291-2/+2
* lib: Fix build without pcre2Christian Persch2015-09-291-4/+10
* lib: Fix type builtinsChristian Persch2015-09-293-8/+21
* widget: Remove obsolete workaroundChristian Persch2015-09-291-23/+8
* lib: Add PCRE2 supportChristian Persch2015-09-2915-173/+1350
* vteapp: Fix build with gtk+ < 3.16Christian Persch2015-09-282-0/+6
* vteapp: Remove glib memory profiler supportChristian Persch2015-09-281-6/+0
* vteapp: Silence useless debug spew by defaultChristian Persch2015-09-282-0/+8
* vteapp: Use a header bar and a gear menuChristian Persch2015-09-232-102/+159
* vteapp: Add searchChristian Persch2015-09-225-94/+492
* 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-304-0/+44