summaryrefslogtreecommitdiff
path: root/champlain
Commit message (Expand)AuthorAgeFilesLines
* ci: Build and test libsoup3 versionCorentin Noël2023-01-112-2/+2
* Port to libsoup3Corentin Noël2023-01-113-64/+326
* g-i: Annotate champlain_layer_set_view to allow NULL as viewRico Tzschichholz2020-06-221-2/+2
* Make the build reproducibleChris Lamb2019-08-132-2/+2
* Merge branch 'autotools_remove'Jiří Techet2019-04-231-207/+0
|\
| * Remove autotools-based build and all the related filesJiří Techet2019-03-051-207/+0
* | Clean up gdk.h vs gdk-pixbuf.h includesMart Raudsepp2019-04-225-4/+2
* | meson: Add missing gdk required dependency for champlainMart Raudsepp2019-04-221-0/+1
|/
* meson: Remove unneeded parametersJan Alexander Steffens (heftig)2019-02-231-10/+0
* meson: Fix G_LOG_DOMAINsJan Alexander Steffens (heftig)2019-02-231-1/+1
* meson: Split lib includedirsJan Alexander Steffens (heftig)2019-02-231-16/+9
* meson: Add proper Requires to pc filesJan Alexander Steffens (heftig)2019-02-231-5/+9
* Use generic marshaller for signals and drop use of glib-genmarshalJiří Techet2019-02-2117-50/+12
* Include champlain-memphis-renderer.h from champlain.h when availableJiří Techet2019-02-092-9/+9
* Don't version-control or distribute generated vapi filesJiří Techet2019-02-082-845/+4
* Remove unnecessary comparisonsJiří Techet2019-02-071-7/+7
* Update URLsJiří Techet2019-02-066-32/+32
* Use G_ADD_PRIVATE() and friends instead of g_type_class_add_private()Jiří Techet2019-02-0627-328/+186
* Fix warnings in memphis rendererJiří Techet2019-02-061-3/+3
* Port to meson build systemMartin Blanchard2019-02-041-0/+273
* Fix warnings in create-destroy-test demoJiří Techet2019-02-021-2/+2
* Eliminate some warnings and bump clutter requirement to 1.24Jiří Techet2019-01-263-7/+7
* champlain_renderer_set_data: use guint8, not gcharJames Westman2019-01-2110-20/+171
* Revert "meson: add meson build system"Jiří Techet2018-07-131-205/+0
* meson: add meson build systemwip/tintou/mesonCorentin Noël2018-07-101-0/+205
* 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
* Update docs with the newly added functionsJiří Techet2017-05-204-3/+9
* Add possibility to set User-Agent for requestsJens Georg2017-05-204-2/+92
* Fix touch gesture zoomJan-Michael Brummer2017-03-231-1/+2
* build: Add pangocairo and cogl-pango-1.0 to *_gir_PACKAGESMatthias Clasen2017-03-011-1/+1
* Ensure path layer surface is createdMarcus Lundblad2016-10-151-43/+58
* Fix path-layer surface exporting when no clone is visible.Marius Stanciu2016-09-291-0/+3
* 0.12.14LIBCHAMPLAIN_0_12_14Jiří Techet2016-09-061-0/+4
* Add extra clone on the left.Marius Stanciu2016-09-031-41/+63
* Add comment describing viewport limitsJiří Techet2016-08-211-1/+12
* Merge branch 'wrap2'Jiří Techet2016-08-143-73/+787
|\
| * Hide left_actor in path layer when no clone is visible.Marius Stanciu2016-08-101-0/+6
| * Add descriptive comments.Marius Stanciu2016-08-092-0/+10
| * Fix memory management for surfaces in path layer.Marius Stanciu2016-08-091-0/+9
| * Make the view export a wrapped map.Marius Stanciu2016-08-081-6/+37
| * Make path layer exportablility compatible with recent wrap changes.Marius Stanciu2016-08-081-1/+63
| * Enable get_map_size in champlain_path_layer to return the sizes separately.Marius Stanciu2016-08-081-2/+5
| * Add descriptive comment to show_zoom_actor hwrap behavior.Marius Stanciu2016-08-071-0/+4
| * User layers are now unreactive by default, no need to explicitly setMarius Stanciu2016-08-071-1/+1
| * Remove unnecessary checks in load_visible_tiles.Marius Stanciu2016-08-071-3/+1
| * Ensure sample_user_layer_at_pos returns a reactive user_layers child.Marius Stanciu2016-08-071-1/+1
| * Fix clone_index check in viewport_motion_cb.Marius Stanciu2016-08-071-1/+1
| * Add descriptive comment on path layer rendering.Marius Stanciu2016-08-071-3/+16