aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/terminal.vala (unfollow)
Commit message (Expand)AuthorLines
2021-06-25Copy URLs to the PRIMARY selection as wellWolfgang Müller-0/+4
2021-06-25Use fallback 'html' value for vte_copy() in vte_key_press()Wolfgang Müller-1/+1
2021-06-23Define a reasonable minimum sizeWolfgang Müller-4/+6
2021-06-19Clean up and slightly reorganize load_config()Wolfgang Müller-3/+1
2021-06-19Calculate base_width dynamicallyWolfgang Müller-1/+10
2021-06-19Always draw the scrollbar if overlay scrolling is offWolfgang Müller-2/+18
2021-06-19Always hide the horizontal scrollbarWolfgang Müller-1/+1
2021-06-19Remove trailing comma from geometry initializerWolfgang Müller-1/+1
2021-06-18Set minimum width and height in window geometryWolfgang Müller-3/+8
2021-06-17Add setting for controlling cursor blinkingJuhani Krekelä-0/+1
2021-04-29Declare all GtkChild widgets as unownedWolfgang Müller-14/+14
2020-04-13Move get_shell to utils.valaWynn Wolf Arbor-15/+1
2020-04-13Add Open directory featureWynn Wolf Arbor-1/+16
2020-04-13Add Copy to HTML featureWynn Wolf Arbor-6/+10
2020-04-13Add OSC 8 hyperlink supportWynn Wolf Arbor-9/+28
2020-02-04Improve configuration handlingWynn Wolf Arbor-60/+13
2019-10-07Introduce fallbacks when getting the user's shellWolfgang Müller-1/+15
2019-08-31Add support for adjusting the font scale at runtimeWolfgang Müller-2/+63