summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.49.10.49.1Christian Persch2017-04-252-1/+6
* widget,emulation: Add support for OSC 8 hyperlinks (HTML-like anchors)Egmont Koblinger2017-04-2518-58/+1132
* ring: Invert colors for the stream's cells if debugging the ringEgmont Koblinger2017-04-251-0/+6
* ring: Tiny code cleanup: maintain GString integrityEgmont Koblinger2017-04-241-1/+1
* emulation: Disregard bce only when autowrapping to the new lineEgmont Koblinger2017-04-233-9/+10
* Remove custom definition of howmany()Behdad Esfahbod2017-04-192-5/+2
* Update Belarusian translationYuras Shumovich2017-04-181-55/+48
* widget: Clean up the mouse pointer displaying logicEgmont Koblinger2017-04-163-30/+39
* widget: Add more xkb layout switching codes to the list of modifiersEgmont Koblinger2017-04-161-0/+8
* widget: Remove the VteIntCell and VteIntCellAttr unionsEgmont Koblinger2017-04-145-56/+39
* widget: Support italic in HTML copy-paste targetEgmont Koblinger2017-04-131-0/+5
* Update Croatian translationgogo2017-04-111-80/+57
* emulation: Swallow OSC 8Egmont Koblinger2017-04-073-0/+9
* spawn: async: Check for nullptr before unreffingChristian Persch2017-03-281-1/+2
* spawn: async: Release reference to VteTerminalChristian Persch2017-03-281-0/+2
* vteapp: Remove an unused variableEgmont Koblinger2017-03-221-4/+0
* build: Disable vala for distcheckChristian Persch2017-03-211-2/+2
* build: Revert "build: Fix building the vala test app with builddir != srcdir"Christian Persch2017-03-211-1/+1
* emulation: Character deletion switches to hard line endingEgmont Koblinger2017-03-201-0/+1
* Post branch version bumpChristian Persch2017-03-201-1/+1
* Version 0.48.00.48.0Christian Persch2017-03-201-2/+2
* build: Silence a compiler warningChristian Persch2017-03-201-1/+1
* build: Fix builddir != srcdir build of check programmesChristian Persch2017-03-201-2/+2
* build: Fix building the vala test app with builddir != srcdirChristian Persch2017-03-201-1/+1
* build: Don't dist generated sourcesChristian Persch2017-03-202-6/+21
* build: Make sure builddir comes before srcdirChristian Persch2017-03-201-14/+14
* build: Fix compilation of unittestsEgmont Koblinger2017-03-162-2/+2
* bindings/vala/Makefile.am: Fix vala vapi generationRico Tzschichholz2017-03-121-5/+3
* Update Scottish Gaelic translationGNOME Translation Robot2017-03-071-70/+64
* Update Occitan translationCédric Valmary2017-03-061-11/+13
* Update Icelandic translationSveinn í Felli2017-03-011-49/+45
* Update Chinese (Taiwan) translationChao-Hsiung Liao2017-02-281-61/+51
* gir: Look in the right path for vtetypebuiltins.ccEmmanuele Bassi2017-02-171-1/+1
* stream: Use explicit_bzero() on encryption keys if availableEgmont Koblinger2017-02-141-5/+7
* build: Check for explicit_bzero()Christian Persch2017-02-141-0/+1
* Post release version bumpChristian Persch2017-02-131-1/+1
* Version 0.47.900.47.90Christian Persch2017-02-131-1/+1
* build: Revert erroneous commitChristian Persch2017-02-132-1293/+1
* build: Hint at --disable-{introspection,vala} on errorChristian Persch2017-02-131-2/+2
* unfChristian Persch2017-02-122-1/+1293
* build: Try to fix configure without vala installedChristian Persch2017-02-121-1/+2
* emulation: Reset should not switch encodingChristian Persch2017-02-121-4/+1
* lib: Deprecate vte_terminal_spawn_syncChristian Persch2017-02-124-14/+17
* Update POTFILES.skipPiotr Drąg2017-02-121-2/+2
* m4: Update macros from upstreamChristian Persch2017-02-111-37/+461
* bindings: Remove gir and vala bindings to their own directoryChristian Persch2017-02-1113-134/+167
* build: Fix option nameChristian Persch2017-02-051-1/+1
* docs: boxes: Add some more testsChristian Persch2017-02-051-2/+17
* pty: spawn: Remove some unused codeChristian Persch2017-02-041-122/+20
* pty: spawn: Work around g_spawn_async non-cancellabilityChristian Persch2017-02-036-16/+1345