summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* portability: protect O_NOATIMEvte-nextAntoine Jacoutot2013-10-151-0/+2
* prompt: Set LC_ALL instead of LANGChristian Persch2013-10-031-1/+1
* stream: file: Use O_TMPFILE when availableChristian Persch2013-09-294-11/+124
* [stream-file] Recover from a disk-full situationBehdad Esfahbod2013-09-271-13/+25
* [stream-file] Remove another lseekBehdad Esfahbod2013-09-271-2/+1
* Fixup commit a551b0b8686bc266a2329a3215069895d591b0e9Behdad Esfahbod2013-09-271-1/+1
* Bug 708496 - Lines disappear after positioning back the cursorBehdad Esfahbod2013-09-271-4/+19
* [ring] Rename variables for readabilityBehdad Esfahbod2013-09-272-37/+49
* [stream-file] Mark temp files NOATIMEBehdad Esfahbod2013-09-271-0/+3
* [stream-file] Bug 637275 - Use pread/pwrite() if availableBehdad Esfahbod2013-09-272-10/+35
* [stream-file] Keep head value in memoryBehdad Esfahbod2013-09-273-12/+11
* view: Honour gtk-enable-primary-paste settingChristian Persch2013-06-281-2/+8
* emacs: Add .dir-locals.elChristian Persch2013-06-161-0/+5
* widget: Remove vte_view_im_append_menuitemsChristian Persch2013-06-083-25/+0
* emulation: Allow unsetting the current-{directory,file}-uriChristian Persch2013-06-081-14/+18
* prompt: Return 0 instead of last exit statusMichael Kuhn2013-06-081-3/+3
* pty: Add a spwan flag to not inherit the parent environmentChristian Persch2013-06-082-8/+20
* prompt: Fix testChristian Persch2013-05-132-2/+6
* prompt: Simplify testChristian Persch2013-05-131-1/+1
* pty: Change vte version variable nameChristian Persch2013-05-132-3/+3
* prompt: zsh compatibilityChristian Persch2013-05-091-7/+11
* prompt: Set PROMPT_COMMANDChristian Persch2013-05-091-7/+24
* prompt: Make __vte_ps1 only print anything if running under vteChristian Persch2013-05-091-2/+5
* pty: Set env var with vte versionChristian Persch2013-05-091-0/+9
* vte.sh: Improve vte.sh script and add testcaseChristian Persch2013-04-143-14/+89
* pty: Use posix_openpt() if availableBrad Smith2013-02-232-2/+4
* Use @basename@ rather than @filename@ in vtetypebuiltins.hColin Watson2012-12-202-2/+2
* emulation: End selection mode misses Shift releaseEgmont Koblinger2012-10-121-9/+2
* emulation: Don't report shift-left-button releaseEgmont Koblinger2012-10-121-1/+6
* fixup! emulation: Support xterm extended mouse tracking modeChristian Persch2012-10-122-2/+2
* emulation: Support xterm extended mouse tracking modeEgmont Koblinger2012-10-125-61/+84
* keymap: Simplify debug codeChristian Persch2012-10-124-1295/+4
* emulation: Support italic textPatrick Niklaus2012-10-065-83/+158
* drawing: Don't overdraw the cell on bold charactersChristian Persch2012-08-253-3/+4
* CJK: Fix width of Box Drawing and Block Elements charactersChristian Persch2012-08-251-1/+17
* widget: Remove gdk_threads_enter/leaveChristian Persch2012-08-241-12/+0
* introspection: Fix some annotationsChristian Persch2012-08-241-7/+7
* Replace GDK_THREADS_ENTER/LEAVE with gdk_threads_enter/leaveMatthias Clasen2012-08-241-12/+12
* widget: Add units to default CSSChristian Persch2012-08-241-1/+1
* drawing: Fix drawing of Box Drawing and Block Elements charactersChristian Persch2012-08-243-801/+749
* pkgconfig: Remove unused default emulation variableChristian Persch2012-06-061-2/+0
* Fix licence versionChristian Persch2012-06-051-1/+1
* bash: Add /etc/profile.d/vte.sh scriptChristian Persch2012-06-052-1/+44
* emulation: Add sequences to set current directory and fileChristian Persch2012-06-058-1/+220
* Remove a segfault when passing null in tag argumentJacques-Pascal Deplaix2012-05-291-1/+3
* table: Move GValueArray existence check/creation out of loopChristian Persch2012-05-291-3/+4
* emulation: Limit repetitionsChristian Persch2012-05-291-7/+19
* emulation: Limit integer arguments to 65535Christian Persch2012-05-292-2/+2
* keymap: Treat ALT as METAChristian Persch2012-05-291-6/+15
* vala: Add vte VAPIChristian Persch2012-04-242-13/+55