- Feb 03, 2025
-
-
Matthias Geiger authored
-
Matthias Geiger authored
-
Matthias Geiger authored
-
Matthias Geiger authored
Update to upstream version '1.4~beta' with Debian dir d3ab47dfce51f7aaf5d2765617b380ae2e53cdbf
-
Matthias Geiger authored
-
- Jan 29, 2025
-
-
Marcus Lundblad authored
-
- Jan 27, 2025
-
-
Niels De Graef authored
According to the C standard, declaring a function without an argument list does _not_ mean that the function expects zero arguments. Rather, it means that the passed on arguments shouldn't be checked. In case you want to specify a function without arguments, you should use `void` instead. Let's use that here. This fixes a build failure with GCC 15 that was happening in Fedora Rawhide.
-
- Jan 09, 2025
-
-
Matthias Geiger authored
-
Matthias Geiger authored
-
Matthias Geiger authored
-
Matthias Geiger authored
Update to upstream version '1.3.1' with Debian dir 7d14ab8f01e607b4a963cd24f31d933148d96404
-
Matthias Geiger authored
-
- Jan 04, 2025
-
-
Marcus Lundblad authored
-
Marcus Lundblad authored
-
Marcus Lundblad authored
-
- Dec 18, 2024
-
-
Marcus Lundblad authored
Use the new release process.
-
- Dec 17, 2024
-
-
Marcus Lundblad authored
Use the new release process.
-
- Dec 10, 2024
-
-
Marcus Lundblad authored
Use fedora:latest, and install needed dependencies instead of piggy-backing on the GTK image.
-
Chris Talbot authored
For extemely small distances (past 30 sig figs), shumate_location_distance() will hand out a NaN, which is undesirable for users of the API. This checks the output and if the result is NaN, returns 0 instead. (If a user is really looking for distances that small, refer to https://xkcd.com/2170/)
-
- Dec 09, 2024
-
-
Chris Talbot authored
For extemely small distances (past 30 sig figs), shumate_location_distance() will hand out a NaN, which is undesirable for users of the API. This checks the output and if the result is NaN, returns 0 instead. (If a user is really looking for distances that small, refer to https://xkcd.com/2170/)
-
- Nov 07, 2024
-
-
Марко Костић authored
(cherry picked from commit be198ab7)
-
Марко Костић authored
-
- Oct 25, 2024
-
-
Marcus Lundblad authored
-
Marcus Lundblad authored
-
Marcus Lundblad authored
Use 64-bit integers, allowing zoom level 22 and higher (with 512px tiles → 2^9 * 2^22 = 2^31) without overflowing 32-bit signed integers.
-
James Westman authored
Add map-loaded and tile-layer signals to ShumateMapLayer. These let the application monitor the map loading state and show appropriate UI, for example.
-
- Oct 24, 2024
-
-
Marcus Lundblad authored
Use fedora:latest, and install needed dependencies instead of piggy-backing on the GTK image.
-
- Sep 17, 2024
-
-
Matthias Geiger authored
-
Matthias Geiger authored
-
Matthias Geiger authored
Update to upstream version '1.3.0' with Debian dir 2e381096e54d3c11698b687e2a47071c02b13b89
-
Matthias Geiger authored
-
- Sep 13, 2024
-
-
Marcus Lundblad authored
-
Marcus Lundblad authored
-
Marcus Lundblad authored
-
- Sep 06, 2024
-
-
Matthias Geiger authored
-
Matthias Geiger authored
-
Matthias Geiger authored
Update to upstream version '1.3~rc' with Debian dir f9cd216f98ffe397918f455f67ec3e8032513fda
-
Matthias Geiger authored
-
- Sep 03, 2024
-
-
Alexander Shopov authored
-
twlvnn kraftwerk authored
(cherry picked from commit b0262956fb003111e68443a9acf062a66d41972c)
-