- 02 Jan, 2023 1 commit
-
-
- 28 Dec, 2022 1 commit
-
-
Álvaro Peña authored
build: Switch to GtkSourceView 4 See merge request !15
-
- 01 Dec, 2022 2 commits
-
-
Álvaro Peña authored
build: Build with gcr4 by default See merge request !14
-
Álvaro Peña authored
desktop: Remove obsolete Bugzilla entries See merge request !16
-
- 26 Nov, 2022 1 commit
-
-
- 01 Oct, 2022 1 commit
-
-
- 23 Sep, 2022 1 commit
-
-
- 18 Sep, 2022 1 commit
-
-
- 11 Sep, 2022 1 commit
-
-
Jake Dane authored
The X-GNOME-Bugzilla-* entries were for use by bug-buddy, a GNOME 2 technology that's been gone for over a decade. These entries are obsolete and can be removed.
-
- 15 Aug, 2022 1 commit
-
-
Jan Tojnar authored
No API changes that affect us, other than the need to call init/finalize: https://gnome.pages.gitlab.gnome.org/gtksourceview/gtksourceview5/porting-guide-3-to-4.html
-
- 19 Jul, 2022 1 commit
-
-
Milan Crha authored
Use -Dgcr3=true to build against gcr3 instead. The gcr4 is going to replace gcr3, this change prepares it to do. it also defaults to build with gcr4 for the same reason.
-
- 25 Mar, 2022 2 commits
-
-
Álvaro Peña authored
build: remove positional i18n.merge_file arguments See merge request !13
-
Bobby Rong authored
Fixes build with meson 0.61
-
- 02 Nov, 2021 1 commit
-
-
Jordi Mas authored
-
- 18 Oct, 2021 1 commit
-
-
Philip Withnall authored
Updated deprecated g_memdup to g_memdup2 See merge request !12
-
- 16 Oct, 2021 1 commit
-
-
Álvaro Peña authored
-
- 27 May, 2021 1 commit
-
-
Philip Withnall authored
[import] Remove deprecated GTimeVal Closes #9 See merge request !11
-
- 25 May, 2021 2 commits
-
-
Álvaro Peña authored
-
Álvaro Peña authored
If the imported file modification date is not valid we can use the file name, which has been parsed and validated already.
-
- 12 May, 2021 1 commit
-
-
- 10 May, 2021 2 commits
-
-
Álvaro Peña authored
GDateTime requires at least GLib 2.62
-
Álvaro Peña authored
Using GDateTime instead to get the file modification datetime
-
- 16 Apr, 2021 1 commit
-
-
- 05 Apr, 2021 1 commit
-
-
- 05 Mar, 2021 1 commit
-
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
- 10 Jan, 2021 1 commit
-
-
Jordi Mas authored
-
- 30 Dec, 2020 1 commit
-
-
Jordi Mas authored
-
- 18 Nov, 2020 1 commit
-
-
Philip Withnall authored
main-window: Cast view & buffer objects Closes #7 See merge request !9
-
- 17 Nov, 2020 1 commit
-
-
Álvaro Peña authored
The main window have an editable view and it correspondant buffer using a GtkSourceView & GtkSourceBuffer. This patch cast the objects into GtkTextView & GtkTextBuffer when it's required, removing all the warnings generated by -Wincompatible-pointer-types compiler flag. Fixes: #7
-
- 09 Sep, 2020 2 commits
-
-
Philip Withnall authored
main-window: Correctly convert Pango font description to CSS Closes #4 See merge request !8
-
Philip Withnall authored
A Pango font description string is not actually CSS, as it doesn’t use the same units. Correctly convert it using code from GTK. Solution suggested by Rinat Ibragimov. Signed-off-by:
Philip Withnall <withnall@endlessm.com> Fixes: #4
-
- 03 Sep, 2020 2 commits
-
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
- 30 Aug, 2020 1 commit
-
-
- 14 May, 2020 1 commit
-
-
- 05 May, 2020 2 commits
-
-
Jan Tojnar authored
python3 module is deprecated since Meson 0.48.0
-
Jan Tojnar authored
Meson supports this since 0.51 so we can now use this. This also fixes incorrect parsing of versions like 1.13.1-unknown: Traceback (most recent call last): File "/home/jtojnar/Projects/almanah/build-aux/gpg_check_version.py", line 39, in <module> if check_version(gpg_version, accepted_version, is_gpgme): File "/home/jtojnar/Projects/almanah/build-aux/gpg_check_version.py", line 19, in check_version return int(gpg_major) == int(acc_major) and int(gpg_minor) >= int(acc_minor) and int(gpg_micro) >= int(acc_micro) ValueError: invalid literal for int() with base 10: '1-unknown'
-
- 28 Mar, 2020 1 commit
-
-
- 28 Jan, 2020 1 commit
-
-
- 06 Nov, 2019 1 commit
-
-
Jordi Mas authored
-