summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pty: Separate PTY code from its GObject wrapperChristian Persch2019-10-1213-875/+1182
* Post release version bumpChristian Persch2019-10-111-1/+1
* widget: Deprecate vte_terminal_[sg]et_allow_bold()0.59.0Egmont Koblinger2019-10-113-12/+18
* ring: Tiny code cleanup: maintain GString integrityEgmont Koblinger2019-10-111-2/+2
* ring: Fix an incorrect assertionEgmont Koblinger2019-10-111-4/+8
* pty: Fix error check for ioctl(TIOCGPTPEER) failureChristian Persch2019-10-101-2/+9
* Update Japanese translationRyuta Fujii2019-10-081-58/+48
* build: Avoid a method deprecated in Pango 1.44Egmont Koblinger2019-10-041-1/+1
* draw: Fix typosEgmont Koblinger2019-10-021-12/+12
* spawn: Port fdwalk improvements from glibChristian Persch2019-09-301-27/+80
* build: Fix clang buildChristian Persch2019-09-251-1/+1
* emulation: Ensure the cursor remains onscreen when moving downEgmont Koblinger2019-09-241-2/+3
* build: Fix format warnings testChristian Persch2019-09-201-11/+17
* build: Fix clang buildChristian Persch2019-09-191-1/+1
* build: Print compiler version in configure summaryChristian Persch2019-09-191-2/+2
* lib: Rework how vte stores the match and search regexesChristian Persch2019-09-199-426/+349
* regex: Add missing noexceptChristian Persch2019-09-191-1/+1
* Revert "lib: Rework how vte stores the match and search regexes"Michael Catanzaro2019-09-189-346/+423
* lib: Rework how vte stores the match and search regexesChristian Persch2019-09-189-423/+346
* regex: Make regex a C++ classChristian Persch2019-09-188-272/+400
* build: Define gtk3 min/max version defines only for gtk3 targetsChristian Persch2019-09-183-7/+14
* build: Silence a warning with debug disabledEgmont Koblinger2019-09-181-0/+2
* build: Bump gtk min-req version to 3.18Egmont Koblinger2019-09-183-4/+8
* build: Bump gtk min-req version to 3.6Egmont Koblinger2019-09-182-55/+2
* build: Bump gtk min-req version to 3.4Egmont Koblinger2019-09-182-6/+7
* build: Bump glib min-req version to 2.44Egmont Koblinger2019-09-182-2/+1
* build: Enable glib/gtk deprecation warningsEgmont Koblinger2019-09-183-3/+21
* Update Persian translationDanial Behzadi2019-09-141-26/+22
* widget: Don't scroll to bottom on keystroke in read-only modeEgmont Koblinger2019-09-141-2/+2
* emulation: Make DEC alternate charset convert underscore to spaceEgmont Koblinger2019-09-141-3/+4
* emulation: Remove urxvt mouse extension supportEgmont Koblinger2019-09-145-24/+3
* emulation: Remove SRM supportEgmont Koblinger2019-09-145-46/+27
* build: Require GLib 2.44 and GTK 3.20Egmont Koblinger2019-09-147-33/+3
* build: Require meson 0.50Egmont Koblinger2019-09-141-2/+2
* build: Use "fallthrough" consistentlyEgmont Koblinger2019-09-142-10/+5
* build: Suppress warnings about ignored returned valueEgmont Koblinger2019-09-141-0/+9
* build: Don't pass C warning flags to the C++ compilerChristian Persch2019-09-101-2/+2
* Post branch version bumpChristian Persch2019-08-051-1/+1
* Version 0.57.900.57.90Christian Persch2019-08-051-1/+1
* draw: #include <algorithm> for std::maxTing-Wei Lan2019-08-041-0/+1
* pty: Prefer using TIOCGPTPEER ioctlChristian Persch2019-08-031-11/+27
* pty: Use O_NOCTTY when VTE_PTY_NOCTTY is setChristian Persch2019-08-031-1/+4
* Add Karbi translationJor Teron2019-08-012-0/+42
* Update Basque translationAsier Sarasua Garmendia2019-07-141-23/+21
* bidi: Disable Arabic ligaturesEgmont Koblinger2019-07-081-2/+5
* Post release version bumpChristian Persch2019-06-301-1/+1
* Version 0.57.30.57.3Christian Persch2019-06-301-1/+1
* vte.sh: Remove control chars for window titlePeter Simonyi2019-06-301-0/+1
* draw: Measure characters individuallyChristian Persch2019-06-302-8/+20
* widget: Remove line_is_wrappable()Egmont Koblinger2019-06-302-14/+3