summaryrefslogtreecommitdiff
path: root/champlain
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| | * Optimize x_to_wrap_x()Jiří Techet2014-04-131-8/+6
| | * Position master correctly when enabling/disabling wrapJiří Techet2014-04-131-9/+23
| | * Remove left clones as they are always invisibleJiří Techet2014-04-131-21/+14
| | * Always check whether to wrap when viewport movedJiří Techet2014-04-121-5/+8
| | * view: Implement and add horizontal-wrap propertyJonas Danielsson2014-04-122-25/+244
| | * view: Add visible tiles hash tableJonas Danielsson2014-04-121-26/+31
| | * view: Make tile_map functions hash table agnosticJonas Danielsson2014-04-121-9/+16
* | | Fix "Since" in new network tile source APIJiří Techet2016-08-091-3/+3
* | | Update vapi and libchamplain-sections.txt with new functionsJiří Techet2016-08-051-0/+3
* | | NetworkTileSrc: Define magic numberMattias Bengtsson2016-08-051-4/+9
* | | NetworkTileSrc: Make max-conns settableMattias Bengtsson2016-08-052-3/+94
* | | Add missing deprecated docstringJiří Techet2016-07-162-0/+5
* | | Return NULL from all factory functions if the map source with the given name ...Jiří Techet2016-07-131-3/+9
* | | Deprecate CHAMPLAIN_MAP_SOURCE_OSM_MAPQUEST and CHAMPLAIN_MAP_SOURCE_OSM_AERI...Jiří Techet2016-07-133-67/+72
* | | Remove Maemo stuffJiří Techet2016-07-132-20/+0
* | | Revert "factory: remove Mapquest map source"Jiří Techet2016-07-133-0/+23
* | | factory: remove Mapquest map sourceNayan Deshmukh2016-07-053-23/+0
|/ /
* | Check for existing factory in registered_sourcesNayan Deshmukh2016-04-201-3/+18
* | Remove unused uri_format in champlain_map_source_new_memphis()Jiří Techet2016-04-101-1/+0
* | champlain-map-source-factory: Fix memory leak in map source constructorsMarius Stanciu2016-04-101-23/+20
* | champlain-view: Fix memory leak in tile_map_setMarius Stanciu2016-04-091-1/+4
* | champlain-bounding-box: Include extremities in champlain_bounding_box_is_vali...Marius Stanciu2016-04-091-4/+4
* | Don't think that left+right mouse buttons pressed mean multitouchJiří Techet2016-04-091-2/+5
* | champlain-view: Add safety check to view_find_suitable_zoom functionMarius Stanciu2016-04-081-2/+2
* | champlain-view: Add valid bouding-box check for champlain_view_set_worldMarius Stanciu2016-04-021-0/+3
* | WhitespaceJiří Techet2016-04-022-2/+2