aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meson.build (follow)
Commit message (Collapse)AuthorAgeLines
* Add OSC 8 hyperlink supportWynn Wolf Arbor2020-04-13-1/+1
| | | | | | | | | | | | | 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
* Improve configuration handlingWynn Wolf Arbor2020-02-04-1/+1
| | | | | | | | | | | | | | | 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.
* Add desktop fileWolf2019-12-30-0/+1
|
* Add support for adjusting the font scale at runtimeWolfgang Müller2019-08-31-0/+2
|
* Initial public release1.0.0Wolfgang Müller2019-07-20-0/+17