- 15 May, 2022 1 commit
-
-
- 12 May, 2022 1 commit
-
-
Corentin Noël authored
-
- 26 Jan, 2022 1 commit
-
-
Corentin Noël authored
It is not really required these days.
-
- 12 Nov, 2021 1 commit
-
-
Marcus Lundblad authored
Declare local variable m_per_pixels as double to avoid potential overflow when promoting the result when muliplying with a float value passing the result to "log" (double precision).
-
- 06 Oct, 2021 1 commit
-
-
Niels De Graef authored
The whole `SECTION` block is a gtk-doc specific annotation. Just immediately document the class/struct/interface with the usual docs syntax and gi-docgen will know what to do with it. There's also no worrying about exposed structs, since there are none in libshumate, and even if there were, you would still have to document them in the GIR. Finally, use proper linking as specified by the gi-docgen tutorial.
-
- 08 Sep, 2021 1 commit
-
-
Corentin Noël authored
It has been replaced by project-wide compiler flag.
-
- 06 May, 2021 1 commit
-
-
James Westman authored
The map layer now accepts fractional zoom levels by scaling the entire map layer with gtk_snapshot_scale().
-
- 10 Mar, 2021 2 commits
-
-
Previously, if you set the scale's viewport before you set the viewport's reference map source, the scale would start out at 1ft/1m.
-
Corentin Noël authored
This allows to create a scale with a UI file. Also prevent property notifications when unchanged.
-
- 22 Sep, 2020 2 commits
-
-
Corentin Noël authored
Do as GTK in commit gtk@ec9fd76c and use pure C types when GLib types are not necessary.
-
Corentin Noël authored
The constants for style classes have been removed from GTK itself.
-
- 26 Jun, 2020 1 commit
-
-
viewport: Rewrite the ShumateViewport and all the Layers to synchronize around a common ShumateViewport widget This allows to use a ShumateTile or ShumateLayer without a ShumateView.
-
- 04 Jun, 2020 1 commit
-
-
ShumateScale is now a simple widget composed of 2 labels. It is now possible to show both metric and imperial units at the same time.
-
- 26 May, 2020 1 commit
-
-
It is not very useful.
-
- 02 May, 2020 1 commit
-
-
Corentin Noël authored
Use G_DEFINE_TYPE and G_DECLARE_FINAL_TYPE as there is no point subclassing it.
-
- 12 Apr, 2019 1 commit
-
-
Marcus Lundblad authored
Remove Clutter and make ShumateView a GTK widget. Currently does no rendering. Some of the demos run (with no output), the rest currently disabled from build.
-
- 23 Jan, 2019 1 commit
-
-
Marcus Lundblad authored
We're starting the version numbering afresh, so all API is present from the start.
-
- 21 Jan, 2019 1 commit
-
-
Marcus Lundblad authored
-
- 18 Jan, 2019 1 commit
-
-
Marcus Lundblad authored
Use the Shumate name for identifiers and symbols. Also remove left-over docs for the GTK+ widgetery.
-
- 05 Jan, 2019 1 commit
-
-
Marcus Lundblad authored
Import code from the Meson branch of libchamplain. Skip ChaneLog and NEWS (as these would later be added from scratch).
-