- 15 May, 2020 4 commits
-
-
This allows to slightly improve the efficiency of each MapSource as downloading a tile from the internet is not the same as doing it from memory or from the filesystem. Make the ShumateErrorTileSource render the tile for now.
-
Because the ShumateNullTileSource only exists for this.
-
This allows Gtk to take care of the rendering of the texture by itself and perform optimisations when necessary.
-
-
- 12 May, 2020 2 commits
-
-
- 05 May, 2020 1 commit
-
-
Marcus Lundblad authored
Modernise the codebase See merge request mlundblad/libshumate!4
-
- 03 May, 2020 2 commits
-
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DECLARE_INTERFACE.
-
- 02 May, 2020 18 commits
-
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE and G_DECLARE_FINAL_TYPE as there is no point subclassing it.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE and G_DECLARE_FINAL_TYPE as there is no point subclassing it.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE and G_DECLARE_FINAL_TYPE as there is no point subclassing it.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
- 01 May, 2020 10 commits
-
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_BOXED_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_*_TYPE.
-
Corentin Noël authored
-
Marcus Lundblad authored
Fix some warnings and unbreak the build See merge request mlundblad/libshumate!3
-
Marcus Lundblad authored
meson: Fix gtk4 dependency See merge request mlundblad/libshumate!2
-
- 06 Apr, 2020 3 commits
-
-
Niels De Graef authored
This won't work in GTK 4, so let's comment them to unbreak the build.
-
Niels De Graef authored
`GTimeVal` will overflow in 2038, so it's deprecated. Fix these warnings by using `GDateTime` (which has a nicer API anyway).
-
Niels De Graef authored
Doesn't do anything really, so replace with `const` to have 2 warnings less.
-