summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use (hopefully) correct packages for documentation in CIJiří Techet2019-02-081-1/+1
* CI improvementsJiří Techet2019-02-081-24/+4
* Fix documentation generation using mesonJiří Techet2019-02-0811-34/+36
* Don't version-control or distribute generated vapi filesJiří Techet2019-02-086-865/+11
* More README.md improvementsJiří Techet2019-02-083-21/+25
* More READE.md improvementsJiří Techet2019-02-081-15/+14
* Improve README.md formattingJiří Techet2019-02-081-6/+8
* Move README contents to README.mdJiří Techet2019-02-082-48/+48
* Rewrite README and make a README.md symlink to it for nice Gitlab formattingJiří Techet2019-02-082-24/+27
* Don't generate ChangeLogJiří Techet2019-02-082-19/+1
* Simplify an if in mesonJiří Techet2019-02-071-3/+1
* Add more headers to be ignored when generating documentationJiří Techet2019-02-072-1/+2
* Add missing mapbox.py demo to Makefile.amJiří Techet2019-02-071-1/+1
* Update README autotools building instructionsJiří Techet2019-02-071-2/+2
* Fix gtk detection in mesonJiří Techet2019-02-071-1/+1
* Remove unnecessary comparisonsJiří Techet2019-02-076-18/+18
* Some more https:// usesJiří Techet2019-02-072-3/+3
* Update URLsJiří Techet2019-02-069-40/+42
* Build memphis demo in meson and move its resources to separate directoryJiří Techet2019-02-0610-7/+57
* Don't build vala demo without GTK dependencyJiří Techet2019-02-061-2/+2
* Add a comment about LT_VERSION bump into mesonJiří Techet2019-02-061-0/+7
* Bump some really old dependencies to stable versionsJiří Techet2019-02-062-9/+9
* Use G_ADD_PRIVATE() and friends instead of g_type_class_add_private()Jiří Techet2019-02-0631-340/+192
* Fix warnings in memphis rendererJiří Techet2019-02-061-3/+3
* Merge branch 'tchaik/libchamplain-wip/tchaik/meson'Jiří Techet2019-02-0610-0/+883
|\
| * Add simple CI for build + docs publishingMartin Blanchard2019-02-043-2/+73
| * Port to meson build systemMartin Blanchard2019-02-049-0/+812
|/
* Don't use deprecated gtk_style_context_get_background_color()Jiří Techet2019-02-021-2/+14
* Terminate vala demo properlyJiří Techet2019-02-021-0/+1
* Fix warnings in create-destroy-test demoJiří Techet2019-02-021-2/+2
* Eliminate some warnings and bump clutter requirement to 1.24Jiří Techet2019-01-266-10/+10
* Merge branch 'jwestman/libchamplain-fix#42'Jiří Techet2019-01-2611-20/+172
|\
| * champlain_renderer_set_data: use guint8, not gcharJames Westman2019-01-2111-20/+172
|/
* Replace Bugzilla by Gitlab URL in DOAP fileAndre Klapper2018-12-141-1/+1
* Revert "meson: add meson build system"Jiří Techet2018-07-138-504/+0
* meson: add meson build systemwip/tintou/mesonCorentin Noël2018-07-108-0/+504
* Enable wrapping in the keyboard-mapping demoJiří Techet2018-01-051-0/+1
* Properly wrap coordinates in champlain_view_center_on()Jiří Techet2017-12-311-1/+4
* Create a wrap-aware get_longitude() function and use it everywhere in viewJiří Techet2017-12-311-23/+30
* Fix wrapping in champlain_view_x_to_longitude.Tomasz Miąsko2017-12-311-4/+3
* Add <description> to the doap fileJiří Techet2017-09-071-0/+4
* Post release version bumpJiří Techet2017-09-061-1/+1
* 0.12.16LIBCHAMPLAIN_0_12_16Jiří Techet2017-09-062-1/+12
* Implement flake8 suggestions for Python demosChris Mayo2017-08-225-18/+17
* Fix MapProjection attribute error for 'MAP_PROJECTION_MERCATOR'Chris Mayo2017-08-221-1/+1
* Silence PyGI version warnings for Python demosChris Mayo2017-08-225-0/+17
* Make launcher-gtk.py Python 3 compatibleChris Mayo2017-08-221-2/+2
* Update docs with the newly added functionsJiří Techet2017-05-205-3/+11
* Add possibility to set User-Agent for requestsJens Georg2017-05-204-2/+92
* Fix touch gesture zoomJan-Michael Brummer2017-03-231-1/+2