summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Post release version bumpHEADmasterJiří Techet2023-01-181-1/+1
|
* 0.12.210.12.21Jiří Techet2023-01-181-0/+10
|
* Merge branch 'tintou/libsoup3'Jiří Techet2023-01-188-98/+428
|\
| * ci: Build and test libsoup3 versionCorentin Noël2023-01-113-3/+6
| |
| * Port to libsoup3Corentin Noël2023-01-118-97/+424
|/ | | | Allows to use libchamplain with libsoup3 libraries and applications.
* Merge branch 'wip/ricotz/g-i' into 'master'Jiří Techet2020-08-181-2/+2
|\ | | | | | | | | g-i: Annotate champlain_layer_set_view to allow NULL as view See merge request GNOME/libchamplain!11
| * g-i: Annotate champlain_layer_set_view to allow NULL as viewRico Tzschichholz2020-06-221-2/+2
| |
* | Merge branch 'fix-memphis-demos' into 'master'Jiří Techet2020-08-181-0/+1
|\ \ | |/ |/| | | | | | | | | [PATCH]: Fix demos build with memphis. Closes #55 See merge request GNOME/libchamplain!12
| * [PATCH]: Fix demos build with memphis.Raghav Gururajan2020-07-251-0/+1
|/
* Post release version bumpJiří Techet2019-10-281-1/+1
|
* 0.12.20LIBCHAMPLAIN_0_12_20Jiří Techet2019-10-282-1/+13
|
* Merge branch 'reproducible-build' into 'master'Jiří Techet2019-10-202-2/+2
|\ | | | | | | | | Make the build reproducible See merge request GNOME/libchamplain!9
| * Make the build reproducibleChris Lamb2019-08-132-2/+2
|/ | | | | | | | | | | | | | Whilst working on the Reproducible Builds effort [0] we noticed that libchamplain could not be built reproducibly. This is because it used the absolute build path in the comments of the .h files generated my glib-mkenums. Patch attached. It also changes the equivalent .c file for completeness but this is not strictly required. [0] https://reproducible-builds.org/ Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
* Merge branch 'autotools_remove'Jiří Techet2019-04-2327-1516/+0
|\
| * Remove autotools-based build and all the related filesJiří Techet2019-03-0527-1516/+0
| |
* | Merge branch 'mraudsepp/libchamplain-gdk-dep-fix'Jiří Techet2019-04-237-4/+4
|\ \
| * | Clean up gdk.h vs gdk-pixbuf.h includesMart Raudsepp2019-04-225-4/+2
| | | | | | | | | | | | | | | Some source files included gdk.h without any use; others included it instead of gdk-pixbuf/gdk-pixbuf.h
| * | meson: Add missing gdk required dependency for champlainMart Raudsepp2019-04-222-0/+2
| |/ | | | | | | | | | | | | | | | | gdk/gdk.h header is included and gdk_cairo_set_source_pixbuf symbol is used from gdk, thus we need its header include path and link to it. If clutter is built with gtk support, this is implicitly included via clutter-1.0 dep, but it can also be built without gtk support, in which case the build of libchamplain fails due to no gdk/gdk.h header found.
* | Merge branch 'mraudsepp/libchamplain-devhelp-fix'Jiří Techet2019-04-232-2/+2
|\ \
| * | meson: Fix gtk-doc module nameMart Raudsepp2019-03-192-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | gtk-docs get installed into API versioned subdir (for being able to parallel-install with past and potential future API versions), but unversioned package_name is passed to gnome.gtkdoc. This results in /usr/share/gtk-doc/html/champlain-0.12/champlain.devhelp2 being installed, which the devhelp tool ignores. The devhelp file needs to be named the same as the subdir for it to be picked up, thus use package_string instead of package_name as gtkdoc positional argument to fix it.
* | Update link to latest documentation from the reference manualChris Mayo2019-03-121-1/+1
|/
* Post release version bumpJiří Techet2019-03-032-2/+2
|
* 0.12.19LIBCHAMPLAIN_0_12_19Jiří Techet2019-03-033-2/+12
|
* Merge branch 'heftig/libchamplain-meson'Jiří Techet2019-02-235-83/+57
|\
| * meson: Remove unneeded parametersJan Alexander Steffens (heftig)2019-02-233-24/+0
| | | | | | | | These are already implicit.
| * meson: Fix G_LOG_DOMAINsJan Alexander Steffens (heftig)2019-02-232-2/+2
| | | | | | | | autotools uses "libchamplain" as the log domain and we should keep that.
| * meson: Simplify use of gtkdocdirJan Alexander Steffens (heftig)2019-02-232-7/+4
| |
| * meson: Split lib includedirsJan Alexander Steffens (heftig)2019-02-232-20/+15
| |
| * meson: Add proper Requires to pc filesJan Alexander Steffens (heftig)2019-02-233-18/+25
| | | | | | | | | | | | | | Make a correction to the Requires specified in the autotools build: - champlain requires cairo Fixes https://gitlab.gnome.org/GNOME/libchamplain/issues/46
| * meson: Adjust the comment about lib_versionJan Alexander Steffens (heftig)2019-02-231-5/+5
| | | | | | | | | | Fix a copy-paste error and make it clearer this isn't libtool's Current:Revision:Age.
| * meson: Fix building api_version with odd minorJan Alexander Steffens (heftig)2019-02-211-9/+8
|/ | | | `version_minor + 1` only works if version_minor is an int.
* Update docs ignored headersJiří Techet2019-02-212-2/+0
|
* Post release version bumpJiří Techet2019-02-212-2/+2
|
* 0.12.18LIBCHAMPLAIN_0_12_18Jiří Techet2019-02-213-2/+14
|
* Fix incorrect format of library version in mesonJiří Techet2019-02-211-4/+4
|
* Eliminate glib-mkenums call from champlain-gtkJiří Techet2019-02-214-96/+0
| | | | | champlain-gtk is just a thin wrapper around ClutterEmbed and doesn't (and probably never will) define any enumerations.
* Use generic marshaller for signals and drop use of glib-genmarshalJiří Techet2019-02-2122-77/+14
|
* Post release version bumpJiří Techet2019-02-202-2/+2
|
* 0.12.17LIBCHAMPLAIN_0_12_17Jiří Techet2019-02-201-0/+21
|
* Update and fix LIBRARY_VERSION numbersJiří Techet2019-02-202-6/+6
| | | | | Somewhere in the past the "revision" number was zeroed - fix that and update version for the 0.12.17 release.
* Update index of new symbols in docsJiří Techet2019-02-201-4/+6
|
* Add a comment to AUTHORS that the file is no longer updatedJiří Techet2019-02-181-1/+8
|
* Add a comment to .gitignore about the _ prefix for meson build dirJiří Techet2019-02-181-1/+3
|
* Add more meson-related details into README.mdJiří Techet2019-02-101-1/+7
|
* Update .gitignoreJiří Techet2019-02-101-16/+1
| | | | | | 1. Remove docs/reference-gtk 2. Ignore files/directories starting with _ - meant for e.g. _builddir of meson
* Remove building instructions using autotools from README.mdJiří Techet2019-02-091-5/+0
|
* Enable vapigen for CIJiří Techet2019-02-091-2/+2
|
* Include champlain-memphis-renderer.h from champlain.h when availableJiří Techet2019-02-093-10/+9
|
* Combine champlain and champlain-gtk documentations into oneJiří Techet2019-02-0917-268/+73
| | | | | It makes no sense to keep them separate (especially when there's almost nothing in champlain-gtk). Building documentation requires gtk enabled now.
* Drop docs dependencies from CIJiří Techet2019-02-081-2/+2
| | | | Links in documentation don't seem to be created anyway with them.