summaryrefslogtreecommitdiff
path: root/champlain
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Factor out repetitive actor initialization code for the path layer.Marius Stanciu2016-08-071-16/+21
| * Move variable declarations at the beginning of blocks.Marius Stanciu2016-08-071-12/+17
| * Fix coding style.Marius Stanciu2016-08-072-20/+14
| * Static sizes are not needed anymore for user layers.Marius Stanciu2016-07-271-4/+0
| * Reposition user_layers after disabling horizontal_wrap.Marius Stanciu2016-07-271-0/+1
| * Destroy zoom_actor even if no tiles finished downloading.Marius Stanciu2016-07-271-0/+3
| * Pick up wrap events at viewport level, not clones.Marius Stanciu2016-07-271-15/+19
| * Fix clutter_canvas_set_size errors in console.Marius Stanciu2016-07-271-0/+6
| * Make path layer anchor aware.Marius Stanciu2016-07-273-5/+35
| * Change enter-event to motion-event for user layer slot swapping.Marius Stanciu2016-07-271-13/+17
| * Explicitly set map_layer size on relocation.Marius Stanciu2016-07-271-0/+12
| * Make path layer draw all visible areas.Marius Stanciu2016-07-271-22/+96
| * Merge commit 'origin/wrap~10'Marius Stanciu2016-07-272-44/+488
| |\
| | * Sample neighboring user layer slots for reactive child actors.Marius Stanciu2016-06-241-1/+88
| | * Add swappable user layer clones.Marius Stanciu2016-06-241-18/+101
| | * Fix zooming animation.Marius Stanciu2016-06-201-1/+4
| | * Add viewport offset to champlain_view_x_to_longitudeMarius Stanciu2016-06-201-2/+8
| | * Use gdouble in x_to_wrap_x to avoid precision losswrapJiří Techet2014-04-161-4/+4
| | * Reposition viewport after zooming and view scalingJiří Techet2014-04-131-5/+11
| | * Don't use zoom-level signal to update clonesJiří Techet2014-04-131-8/+8
| | * Remove clones of user_layersJiří Techet2014-04-131-25/+16
| | * Some whitespace changes to follow libchamplain coding style and removal of un...Jiří Techet2014-04-131-43/+45
| | * Fix return value type warningJiří Techet2014-04-131-1/+1
| | * Create get_map_width() utility function and use it when neededJiří Techet2014-04-131-13/+17