index
:
delta/gnome/vte.git
devel
gnome-2-16
gnome-2-2
master
ricotz/vala
search
vte-0-12
vte-0-20
vte-0-22
vte-0-24
vte-0-26
vte-0-28
vte-0-30
vte-0-32
vte-0-34
vte-0-36
vte-0-38
vte-0-40
vte-0-42
vte-0-44
vte-0-46
vte-0-48
vte-0-50
vte-0-50-ntfy-scroll
vte-0-52
vte-0-54
vte-0-56
vte-0-58
vte-0-60
vte-0-62
vte-0-64
vte-0-66
vte-0-68
vte-0-70
vte-0-72
vte-next
wip/attr
wip/bug746690
wip/c++ify
wip/close-range
wip/command-notify
wip/egmont/bidi
wip/fedora-0-64
wip/font-measure-fontconfig
wip/gtk4
wip/inigomartinez/meson
wip/issue-163
wip/issue-2561
wip/issue-2589
wip/issue-335
wip/l2-21235
wip/mosaic
wip/regex-builtins
wip/ring-sixel-issue-255
wip/rishi/command-notify
wip/rishi/container-escape-sequence
wip/rishi/gcc-8.1.1
wip/rishi/issue-7
wip/rishi/precmd-preexec
wip/sixels
wip/tek-data-syntax
wip/termprops
gitlab.gnome.org: GNOME/vte.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
systemd: Add systemd support
Christian Persch
2020-02-04
10
-21
/
+266
*
pty: Document VTE_SPAWN_NO_PARENT_ENVV
Christian Persch
2020-02-04
2
-0
/
+12
*
lib: Add smart pointer for g_free()able things
Christian Persch
2020-02-04
1
-0
/
+18
*
emulation: Remove support for obsolete charset
Christian Persch
2020-01-31
3
-12
/
+1
*
Update Malay translation
Umarzuki Bin Mochlis Moktar
2020-01-27
1
-99
/
+70
*
vte.sh: Add vte.csh, a tcsh counterpart of vte.sh
Carlos Santos
2020-01-22
2
-0
/
+34
*
vte.sh: Use the vte-urlencode utility
Carlos Santos
2020-01-22
3
-120
/
+11
*
prompt: Add a test for the vte-urlencode-cwd utility
Carlos Santos
2020-01-22
2
-0
/
+92
*
prompt: Add a vte-urlencode-cwd utility
Carlos Santos
2020-01-22
2
-0
/
+70
*
widget: Set terminal input purpose
Zander Brown
2020-01-20
1
-0
/
+5
*
Update Slovak translation
DuĊĦan Kazik
2020-01-20
1
-30
/
+19
*
lib: Add missing noexcept
Christian Persch
2019-12-01
1
-1
/
+1
*
pty: Fix indefinite wait for EOS after child-exited
Christian Persch
2019-12-01
3
-2
/
+35
*
lib: Use Timer class for mouse autoscroll timer
Christian Persch
2019-12-01
2
-39
/
+14
*
lib: Use Timer class for text blink timer
Christian Persch
2019-12-01
2
-31
/
+19
*
lib: Use Timer class for cursor blink timer
Christian Persch
2019-12-01
2
-30
/
+17
*
lib: Add convenience class for timeouts
Christian Persch
2019-12-01
1
-0
/
+125
*
lib: Add GError convenience class
Christian Persch
2019-12-01
8
-80
/
+130
*
regex: Use string_view and optional
Christian Persch
2019-11-27
3
-36
/
+39
*
regex: Use string_view
Christian Persch
2019-11-27
3
-12
/
+11
*
pty: Add debug output for when EOS happens
Christian Persch
2019-11-26
1
-0
/
+3
*
widget: Finish deprecation of GRegex taking APIs
Christian Persch
2019-11-26
5
-187
/
+28
*
parser: Small documentation addition
Christian Persch
2019-11-26
1
-0
/
+2
*
emulation: Remove support for window control sequences
Christian Persch
2019-11-24
4
-125
/
+37
*
emulation: Report fixed origin for CSI 13 t
Christian Persch
2019-11-22
1
-11
/
+2
*
draw: Fix unused function warning
Christian Persch
2019-11-21
1
-0
/
+4
*
draw: Use functions instead of macros
Christian Persch
2019-11-21
1
-112
/
+132
*
draw: Make some data static and shrink it
Christian Persch
2019-11-21
1
-24
/
+22
*
draw: Narrow the range of characters in the U+1FBxx block
Christian Persch
2019-11-21
1
-1
/
+1
*
draw: Implement U+1FBAF
Christian Persch
2019-11-21
2
-0
/
+12
*
draw: Improve diagnoals drawing
Christian Persch
2019-11-21
1
-6
/
+8
*
draw: Make new diagonal characters align better with box drawings
Christian Persch
2019-11-21
1
-10
/
+21
*
draw: Use binary notation for some constants
Christian Persch
2019-11-21
1
-1
/
+2
*
draw: Change checkboard pattern
Christian Persch
2019-11-21
2
-15
/
+24
*
draw: Implement hatching pattern characters U+1FB98 and U+1FB99
Christian Persch
2019-11-21
2
-2
/
+65
*
draw: Implement separated mosaic graphics
Christian Persch
2019-11-21
7
-8
/
+147
*
draw: Add manual drawing for new legacy terminal unicode characters
Egmont Koblinger
2019-11-21
5
-84
/
+820
*
widget: Add missing (nullable) annotations
Christian Persch
2019-11-21
1
-4
/
+5
*
terminal: Don't append data to sealed chunks
Christian Persch
2019-11-21
1
-1
/
+1
*
terminal: Use smart pointer
Christian Persch
2019-11-21
3
-24
/
+18
*
terminal: Use string_view
Christian Persch
2019-11-21
3
-2
/
+5
*
terminal: Skip commit signal emission when there are no handlers
Christian Persch
2019-11-21
3
-0
/
+14
*
terminal: Remove some incorrect doc comments
Christian Persch
2019-11-21
2
-8
/
+3
*
terminal: Use string_view
Christian Persch
2019-11-21
6
-65
/
+34
*
terminal: Use string_view
Christian Persch
2019-11-21
4
-74
/
+66
*
terminal: Use string_view
Christian Persch
2019-11-21
3
-5
/
+19
*
terminal: Remove redundant function
Christian Persch
2019-11-21
2
-16
/
+3
*
widget: Emit EOF signal from idle handler
Christian Persch
2019-11-19
2
-1
/
+22
*
widget: Fix crash using nullptr for word char exceptions
Christian Persch
2019-11-19
5
-14
/
+13
*
build: Suppress warnings about ignored returned value
Egmont Koblinger
2019-11-19
2
-0
/
+6
[next]