summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vte.sh: Emit OSC 777 from PROMPT_COMMANDwip/rishi/command-notifyDebarshi Ray2015-02-031-1/+3
* vteapp: Add a test for the notification-received signalDebarshi Ray2015-02-031-0/+7
* emulation: Add sequences and signals for desktop notificationDebarshi Ray2015-02-037-1/+141
* Updated Icelandic translationSveinn í Felli2015-02-021-79/+88
* a11y: Fix caret position when the cursor is at the top left of the terminalSamuel Thibault2015-02-011-7/+1
* Revert "Set the caret properly when the cursor is at the top left of the term...Christian Persch2015-01-211-32/+18
* Set the caret properly when the cursor is at the top left of the terminal.Jason White2015-01-211-18/+32
* emulation: Fix escape sequences of normal and keypad Enter with modifiersEgmont Koblinger2015-01-201-4/+2
* docs: Add missing Since: commentChristian Persch2015-01-201-0/+2
* docs: Fix doc comment syntaxChristian Persch2015-01-201-1/+1
* all: Add feature stringChristian Persch2015-01-203-0/+22
* build: Wire up the gnutls switchEgmont Koblinger2015-01-201-8/+21
* Updated Friulian translationFabio Tomat2015-01-201-38/+51
* build: Add --without-gnutls configure switchChristian Persch2015-01-201-1/+19
* widget: Fix backwards selection over wide charactersEgmont Koblinger2015-01-191-0/+1
* Revert "vte.sh: Append to PROMPT_COMMAND rather than overwriting it"Christian Persch2015-01-191-1/+1
* Revert "vte.sh: Change the title in zsh too, as we do in bash"Egmont Koblinger2015-01-181-1/+1
* vte.sh: Append to PROMPT_COMMAND rather than overwriting itEgmont Koblinger2015-01-181-1/+1
* vte.sh: Change the title in zsh too, as we do in bashEgmont Koblinger2015-01-181-1/+1
* vte.sh: Use consistent notationEgmont Koblinger2015-01-181-1/+1
* widget: Fix triple click behaviorEgmont Koblinger2015-01-181-0/+6
* widget: Modify selection boundaries to match xterm's behaviorEgmont Koblinger2015-01-181-17/+14
* docs: Method was renamed to vte_terminal_spawn_syncEgmont Koblinger2015-01-181-1/+1
* stream: Encrypt the contentsEgmont Koblinger2015-01-182-148/+367
* ring: Don't reset the stream offsets to 0 on ring resetEgmont Koblinger2015-01-183-19/+15
* widget,docs: Clarify palette entries, remove leftovers of indexed dim colorsEgmont Koblinger2015-01-091-28/+20
* ring: Don't attempt to close streams that weren't openedEgmont Koblinger2015-01-081-3/+5
* widget: Invalidate rectangular selection on rewrapEgmont Koblinger2015-01-081-0/+3
* doc: Add ignore-decorator for gtk-docEgmont Koblinger2015-01-071-1/+1
* emulation: Support CSI 3J (clear scrollback)Egmont Koblinger2014-12-286-7/+48
* ring: Rename visible_rows_hint: it's no longer a hint onlyEgmont Koblinger2014-12-283-14/+14
* stream: Avoid g_assert expression with side effectEgmont Koblinger2014-12-191-4/+12
* Post release version bumpChristian Persch2014-12-151-1/+1
* Rebuild box_drawing.h if generator script changes0.39.1Behdad Esfahbod2014-12-141-1/+1
* ring: Don't create streams for the alternate screenEgmont Koblinger2014-12-143-11/+25
* stream: Compress data with zlibEgmont Koblinger2014-12-142-145/+580
* stream: Implement with one file descriptorEgmont Koblinger2014-12-144-254/+831
* emulation: Change window manipulation sequences only perform one actionEgmont Koblinger2014-12-111-196/+200
* emulation: Change soft reset not to switch back to normal screenEgmont Koblinger2014-12-111-6/+3
* doc: Update iso2022.txt: keep only the supported ones and fix BritishEgmont Koblinger2014-12-081-24/+6
* build: Drop unitablesEgmont Koblinger2014-12-089-54121/+0
* emulation: Fix crash in restore-cursor without a preceding save-cursorEgmont Koblinger2014-12-073-37/+52
* widget: Reap only when a child is presentDebarshi Ray2014-12-041-4/+4
* Updated Turkish translationYaşar Şentürk2014-12-041-42/+56
* pty: Default to TERM=xterm-256colorEgmont Koblinger2014-12-011-1/+1
* widget: Do not leave behind a zombie child when closing a terminalEgmont Koblinger2014-12-011-1/+11
* emulation: Modify erase-in-line when cursor is beyond the last columnEgmont Koblinger2014-12-011-1/+7
* ring: Add _vte_ring_reset()Egmont Koblinger2014-11-293-6/+13
* Post release version bumpChristian Persch2014-11-241-1/+1
* emulation: Save/restore alternate charset0.39.0Egmont Koblinger2014-11-223-408/+442