aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/terminal.vala (unfollow)
Commit message (Expand)AuthorLines
2021-11-27Add procfs fallback for figuring out the cwdJuhani Krekelä-6/+15
2021-11-27Don't consider punctuation as part of the URLJuhani Krekelä-1/+1
2021-11-27Add ability to specify additional URI handlersJuhani Krekelä-0/+40
2021-07-24Move spawning a subprocess into its own functionJuhani Krekelä-7/+10
2021-07-24Unify context menus for URLs and OSC 8 hyperlinksJuhani Krekelä-8/+4
2021-07-09Add support for gopher:// URLsJuhani Krekelä-1/+1
2021-07-09Improve URL matchingJuhani Krekelä-1/+1
2021-07-02Only allow opening local directoriesJuhani Krekelä-2/+11
2021-06-27Mark messages for translationWolfgang Müller-2/+2
2021-06-26Add feature to open a new terminalJuhani Krekelä-0/+49
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