aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeLines
* Prepare release of version 1.3.01.3.0Wynn Wolf Arbor2020-04-13-0/+19
|
* Move get_shell to utils.valaWynn Wolf Arbor2020-04-13-15/+15
| | | | | There was no VTE-related functionality in this method, so we can find a better place for it now that a dedicated utility class exists.
* Sort entries in terminal.uiWynn Wolf Arbor2020-04-13-59/+59
|
* Add Open directory featureWynn Wolf Arbor2020-04-13-1/+48
| | | | | | | VTE can leverage the child program's support of OSC 7 to keep track of the current directory. This commit adds support for opening said directory in the default file manager, either by using a shortcut or by activating a new entry in the context menu.
* Add Copy to HTML featureWynn Wolf Arbor2020-04-13-8/+21
| | | | | | | | | | | | | This commit adds a "Copy to HTML" entry to the context menu. It is active when VTE registers an active selection. Lines copied like this will be put into the clipboard as formatted HTML, retaining nearly all styling information. For this, vte_copy now takes a boolean argument - whether or not to format the lines copied as HTML. As two menu items now access vte_copy directly, and there is no clean way of passing arguments to signal handlers through terminal.ui, signals for both menu items are now connected in the Vala code instead.
* Add OSC 8 hyperlink supportWynn Wolf Arbor2020-04-13-15/+96
| | | | | | | | | | | | | This commit adds support for the OSC 8 hyperlink escape sequence [1]. As this is not a mature feature and there seem to be outstanding security concerns [2], the setting that controls whether or not OSC 8 is interpreted is disabled by default. Just like gnome-terminal, weltschmerz will display a tooltip with the canonicalized URI when hovering over a hyperlink. [1] https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda [2] https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda#security
* Update TODO entry for spawn_async()Wynn Wolf Arbor2020-03-30-1/+4
|
* Improve configuration handlingWynn Wolf Arbor2020-02-04-155/+259
| | | | | | | | | | | | | | | This commit improves and simplifies weltschmerz's configuration handling. Obtaining and parsing the KeyFile is split out into ConfigReader, which is fully agnostic of the specific configuration values. Config now contains all configuration values in the form of primitive types or class instances, and no longer delegates access to the KeyFile structure directly. This means that the configuration file is read once, and then kept in the Config instance. Indirectly this commit also fixes a bug where weltschmerz would segfault if one of the palette entries contained an invalid value.
* Prepare release of version 1.2.11.2.1Wynn Wolf Arbor2020-01-17-0/+6
|
* Update name and mail addressWynn Wolf Arbor2020-01-17-3/+3
|
* Prepare release of version 1.2.01.2.0Wolf2019-12-30-0/+8
|
* Add desktop fileWolf2019-12-30-1/+12
|
* Introduce fallbacks when getting the user's shellWolfgang Müller2019-10-07-2/+25
|
* Prepare release of version 1.1.01.1.0Wolfgang Müller2019-08-31-0/+5
|
* Add support for adjusting the font scale at runtimeWolfgang Müller2019-08-31-4/+77
|
* Prepare release of version 1.0.11.0.1Wolfgang Müller2019-08-04-0/+7
|
* Adjust manual page to reflect the correct signalWolfgang Müller2019-08-04-2/+1
|
* Initial public release1.0.0Wolfgang Müller2019-07-20-0/+1039