Roland Lötscher
Roland Lötscher
This PR implements an optional `mode` parameter for `app.registerUi`. It allows to have multiple registered entries to share the same callback function executed in a different mode. If the `mode`...
Fixes #4124.
**Affects versions :** - OS: Linux (doesn't matter) - X11 (doesn't matter) - Which version of libgtk do you use: 3.24.25 (doesn't matter) - Version of Xournal++: 1.1.0+dev - PPA...
This is a basic function plotter using the recent Lua API extension by @WillNilges for adding strokes (and splines) to the Xournal++ document. For evaluating mathematical functions it uses the...
This is a continuation of #3962 and is based on #4137, #4158 and #4159 from @bhennion. I tried to follow the MVC pattern (push variant) explained by @LittleHuba in https://github.com/xournalpp/xournalpp/pull/3962#discussion_r858021356....
This PR offers basic support for Notability (.note) file import. It was only tested on Linux, although it may also work on MacOS. For Windows some modifications will be required...
### Operating System Windows ### (Linux only) Distribution _No response_ ### (Linux only) Desktop Environment _No response_ ### (Linux Only) Display Server None ### Installation Method Official Release ### Xournal++...
Suppose we have a .blp-file that defines a template. Then we can use Gtk closure expression defined in the (say javascript) code like this for example: UI file `main.blp` ```js...
In the following Vala example the string argument of `date.format` inside a string template gets formatted (spaces are added), which shouldn't be the case and makes the URL invalid. test...
We use `linuxdeploy` and its Gtk plugin to build an AppImage on Ubuntu 20.04. Our package uses `libgtksourceview-4-0` (which depends on `libgtksourceview-4-common`). While the `gtksourceview` library is installed automatically in...