- 17 Apr, 2020 1 commit
-
-
thebitstick authored
-
- 07 Apr, 2020 1 commit
-
-
Björn Daase authored
-
- 06 Apr, 2020 2 commits
-
-
Björn Daase authored
-
Björn Daase authored
-
- 05 Apr, 2020 1 commit
-
-
Björn Daase authored
-
- 04 Apr, 2020 6 commits
-
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
Release 0.1.0 was obviously in 2020 and not in 2019. Fixes: https://gitlab.gnome.org/BjoernDaase/journable/-/issues/4
-
Björn Daase authored
-
Björn Daase authored
Release 0.1 is actually release 0.1.0. Adjust the version accordingly.
-
- 03 Apr, 2020 5 commits
-
-
-
Jean Felder authored
The JournableWindow class needs to import Gtk. It means that the require_version check needs to be before the window import.
-
Björn Daase authored
-
Jean Felder authored
-
Jean Felder authored
-
- 01 Apr, 2020 9 commits
-
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
Related: https://gitlab.gnome.org/BjoernDaase/journable/-/issues/3
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
This replaces TextViews with SourceViews and TextBuffers with SourceBuffers which, among others, enables undo/redo functionality in the journal cells. Fixes: https://gitlab.gnome.org/BjoernDaase/journable/-/issues/3
-
Björn Daase authored
-
- 31 Mar, 2020 1 commit
-
-
Björn Daase authored
-
- 27 Mar, 2020 9 commits
-
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
This implements the new logic for dealing with multiple journals. It works as follows: 1. The first time you close Journable you will be prompted to save your journal 2. When you reopen Journable it will reopen the last open file 3. The Clear button clears the current journal 4. A New button was added to create a new empty journal (again, you have to explicitly choose a file to save this to on close) Fixes: https://gitlab.gnome.org/BjoernDaase/journable/-/issues/1
-
- 25 Mar, 2020 5 commits
-
-
Björn Daase authored
-
Björn Daase authored
-
Björn Daase authored
A Gtk.Bin is a Gtk.Container, so no need to distinguish here. This also fixes a bug, that the header_bar would never be found in find_child()
-
Björn Daase authored
-
Björn Daase authored
This adds a regular, development as well as the symbolic icon (and their shared source svg). While the regular and symbolic icon are used right away, the development icon is not yet used (probably until we have nightly builds enabled). Fixes: https://gitlab.gnome.org/BjoernDaase/journable/-/issues/2
-