summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* emulation: Fix vertical positioning after resize in some rare cases0.36.4Egmont Koblinger2015-03-302-6/+6
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=747059 (cherry picked from commit 41d2e152878cc35d78a4dd8feb7cad52f088cdf9) Conflicts: src/vte.c
* vte.sh: Fix tilde replacement for bash-4.3.Colin Guthrie2014-12-091-1/+3
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=733504 (cherry picked from commit f09439bf7d05cb81c37e3e1a8a4af71f489700ba)
* a11y: Fix a crash at text deletionEgmont Koblinger2014-08-041-47/+54
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=727587 (cherry picked from commit a20f7d2864850fa5e330b3f35f698082f97e5517)
* Post release version bumpChristian Persch2014-06-231-1/+1
|
* Version 0.36.30.36.3Christian Persch2014-06-231-0/+9
|
* utils: Set some FS flags on our temp filesChristian Persch2014-06-231-2/+25
| | | | | | Disable COW on our temp files, if the FS it's on supports it. (cherry picked from commit 4b4cb33957749a2f194aeec63c1b17b4acd29c02)
* widget: Fix a drawing artifact with blinking cursorEgmont Koblinger2014-06-141-1/+4
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=731427 (cherry picked from commit 977375b05df4f906329177a401a2d8c00b2516d4)
* emulation: Keep the incoming buffer on resetEgmont Koblinger2014-06-031-7/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=730760 (cherry picked from commit 9240ed8a65549300840aa15fc1580f6c350ae583) Conflicts: src/vte.c
* iconv: Fix the UTF-8 decoder when a NUL byte is encounteredEgmont Koblinger2014-06-031-2/+83
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=730220 (cherry picked from commit 95879ab9b4aa113d7877e4d080fbb7b403963f3b)
* iconv: Fix a broken unittestEgmont Koblinger2014-06-031-1/+1
| | | | (cherry picked from commit 8a17c8ee4474b84414e5ed35a604ff3abfbe3fbe)
* iconv: Fix broken _vte_conv_utf8_strlenEgmont Koblinger2014-06-031-4/+11
| | | | (cherry picked from commit 3287a66f02edd3f26e5da708d1c3d36b3418a23c)
* widget: Speed up scrolling in very large terminalsEgmont Koblinger2014-06-031-3/+11
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=730732 (cherry picked from commit b8db6a28b9b809a643268941a3bd1b0dcff70198)
* widget: Fix a rare display update problem after a terminal resetEgmont Koblinger2014-06-031-1/+6
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=730599 (cherry picked from commit 8fbb9722099fa4af01cfb16919fe61282a7aa9ab)
* widget: Set the ring's in-memory size on terminal resetEgmont Koblinger2014-06-031-0/+2
| | | | | | | (cherry picked from commit 2249f514c877041dd291a717360cd6e2747103f5) Conflicts: src/vte.c
* widget: Make sure to always set the styleEgmont Koblinger2014-06-031-0/+3
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=727614 (cherry picked from commit 7a8256af09173496a09afec90249a9875c742896) Conflicts: src/vte.c
* widget: Immediately resize the ring on app-initiated window resizeEgmont Koblinger2014-05-221-21/+16
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=647466 (cherry picked from commit 4425ee077bbedb1337e2e7d332e1137e68fd4adf)
* widget: Fix disappearing mouse pointerColin Gibbs2014-05-221-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725342
* emulation: Fix escape sequences of keypad Home and End (take 2)Egmont Koblinger2014-05-151-10/+8
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=600659#c63 (cherry picked from commit 691669ac5166da1104eb584bc43a70a9c7a924d7)
* build: Dist box_drawing_generate.shChristian Persch2014-05-141-1/+1
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=730140 (cherry picked from commit ffa42d66a73c66bbda25df5d84b95717be6b1efa)
* Post release version bumpChristian Persch2014-05-121-1/+1
|
* widget: Update background when opacity is changed0.36.2Debarshi Ray2014-05-121-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730023
* vteapp: Unbreak transparencyDebarshi Ray2014-05-121-0/+1
| | | | | | | Mark the window as app-paintable. Otherwise GTK+ will try to optimize by setting an opaque region for the whole window (gtk+ 3c2c3ab6). https://bugzilla.gnome.org/show_bug.cgi?id=729884
* emulation: Change bracketed paste mode to per-terminalEgmont Koblinger2014-05-113-6/+6
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=729533 (cherry picked from commit 07a3f97381112dad889b99211ce655b84858ed66)
* docs: Fix licence headerChristian Persch2014-04-271-6/+13
| | | | | | | | | | | The library is LGPL, and the docs include the docs comments from the library sources, so it's logical that the docs licence should be LGPL too. The docs already said so in the text, but the licence header in the comments said GFDL. Since I'm the only one who's contributed to the xml file itself, I just changed this to LGPL, too. https://bugzilla.gnome.org/show_bug.cgi?id=728795 (cherry picked from commit 957a85b11750362a265526d63ca1423ae453cf3b)
* Post release version bumpChristian Persch2014-04-261-1/+1
|
* Version 0.36.10.36.1Christian Persch2014-04-261-0/+5
|
* ring: Fix compiler warningsChristian Persch2014-04-261-6/+6
| | | | (cherry picked from commit f275e61df7deeb93bf47c99ce24a46a2ffdd559d)
* widget: Set style background on realizeChristian Persch2014-04-261-0/+1
| | | | | | vte analogue to https://bugzilla.gnome.org/show_bug.cgi?id=692988 (cherry picked from commit 16bda596da75356686991da2ee75e5f9f501cdac)
* Updated Indonesian translationDirgita2014-04-231-26/+28
|
* widget: Initialize the color palette when the widget is initializedEgmont Koblinger2014-04-142-15/+13
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=728051 (cherry picked from commit f7a3c36cf36371bf0659f76cba6317c15d51a997)
* Post release version bumpChristian Persch2014-03-241-1/+1
|
* Version 0.36.00.36.0Christian Persch2014-03-241-0/+5
|
* doc: Add API index for highlight foreground colorEgmont Koblinger2014-03-181-0/+2
|
* doc: Minor update to rewrap.txtEgmont Koblinger2014-03-181-17/+18
|
* build: Do not hardcode /bin/bashEgmont Koblinger2014-03-184-5/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=726604
* Post release version bumpChristian Persch2014-03-171-2/+2
|
* Version 0.35.900.35.90Christian Persch2014-03-171-0/+9
|
* widget: Nicer box drawing charactersEgmont Koblinger2014-03-174-380/+944
| | | | | | Fixes problems with the hollow box drawing characters. https://bugzilla.gnome.org/show_bug.cgi?id=709556
* build: Version bumpChristian Persch2014-03-171-1/+1
|
* build: Fix log domainChristian Persch2014-03-171-1/+1
|
* widget: Do not intercept Ctrl+F1Egmont Koblinger2014-03-171-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=726438
* perf: Add scripts to EXTRA_DISTEgmont Koblinger2014-03-171-1/+7
|
* build: Use consistent version check for smooth scrollEgmont Koblinger2014-03-161-1/+1
|
* build: Remove vte-gtk-compatEgmont Koblinger2014-03-167-76/+33
|
* build: Clean up legacy signal creation leftoversEgmont Koblinger2014-03-161-264/+232
|
* build: Clean up gdk keysym namesEgmont Koblinger2014-03-163-359/+353
|
* build: Remove gtk2 leftover codeEgmont Koblinger2014-03-1610-347/+4
|
* emulation: Add support for OSC 19/119 (highlight fg color) and corresponding APIEgmont Koblinger2014-03-155-11/+104
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725974
* emulation: Use more consistent and verbose names for special purpose colorsEgmont Koblinger2014-03-153-62/+62
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725974
* build: Fix many compiler warningsEgmont Koblinger2014-03-037-68/+12
|