Loading
Commits on Source 9
-
Christian Persch authored
-
Christian Persch authored
(cherry picked from commit 45fdfb84)
-
Christian Persch authored
(cherry picked from commit aeb663ae)
-
Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2763 (cherry picked from commit 86074cce)
-
Christian Hergert authored
We do not want to dereference if we've reached the end of the chunk. This matches the bounds check above. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2769
-
Christian Persch authored
Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2770 (cherry picked from commit b23e56fb)
-
Christian Persch authored
emplace_back() makes clang++ 15.0.7 error out here, for some reason. Changing to use push_back() works, so go with that. (cherry picked from commit c7d6dd66)
-
Egmont Koblinger authored
Bold color, if unset, now reports the foreground color. Unsupported underline/blink/reverse/italic colors also report the foreground color. Fixes https://gitlab.gnome.org/GNOME/vte/-/issues/2768 (cherry picked from commit f426e721)
-
Jeremy Bícha authored