aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/terminal.vala (follow)
Commit message (Expand)AuthorAgeLines
* Allow user to turn OSC 7 offJuhani Krekelä2021-11-27-3/+6
* Make configuration object accessible outside of load_configJuhani Krekelä2021-11-27-1/+2
* Add procfs fallback for figuring out the cwdJuhani Krekelä2021-11-27-6/+15
* Don't consider punctuation as part of the URLJuhani Krekelä2021-11-27-1/+1
* Add ability to specify additional URI handlersJuhani Krekelä2021-11-27-0/+40
* Move spawning a subprocess into its own functionJuhani Krekelä2021-07-24-7/+10
* Unify context menus for URLs and OSC 8 hyperlinksJuhani Krekelä2021-07-24-8/+4
* Add support for gopher:// URLsJuhani Krekelä2021-07-09-1/+1
* Improve URL matchingJuhani Krekelä2021-07-09-1/+1
* Only allow opening local directoriesJuhani Krekelä2021-07-02-2/+11
* Mark messages for translationWolfgang Müller2021-06-27-2/+2
* Add feature to open a new terminalJuhani Krekelä2021-06-26-0/+49
* Copy URLs to the PRIMARY selection as wellWolfgang Müller2021-06-25-0/+4
* Use fallback 'html' value for vte_copy() in vte_key_press()Wolfgang Müller2021-06-25-1/+1
* Define a reasonable minimum sizeWolfgang Müller2021-06-23-4/+6
* Clean up and slightly reorganize load_config()Wolfgang Müller2021-06-19-3/+1
* Calculate base_width dynamicallyWolfgang Müller2021-06-19-1/+10
* Always draw the scrollbar if overlay scrolling is offWolfgang Müller2021-06-19-2/+18
* Always hide the horizontal scrollbarWolfgang Müller2021-06-19-1/+1
* Remove trailing comma from geometry initializerWolfgang Müller2021-06-19-1/+1
* Set minimum width and height in window geometryWolfgang Müller2021-06-18-3/+8
* Add setting for controlling cursor blinkingJuhani Krekelä2021-06-17-0/+1
* Declare all GtkChild widgets as unownedWolfgang Müller2021-04-29-14/+14
* Move get_shell to utils.valaWynn Wolf Arbor2020-04-13-15/+1
* Add Open directory featureWynn Wolf Arbor2020-04-13-1/+16
* Add Copy to HTML featureWynn Wolf Arbor2020-04-13-6/+10
* Add OSC 8 hyperlink supportWynn Wolf Arbor2020-04-13-9/+28
* Improve configuration handlingWynn Wolf Arbor2020-02-04-60/+13
* Introduce fallbacks when getting the user's shellWolfgang Müller2019-10-07-1/+15
* Add support for adjusting the font scale at runtimeWolfgang Müller2019-08-31-2/+63
* Initial public release1.0.0Wolfgang Müller2019-07-20-0/+387