summaryrefslogtreecommitdiff
path: root/champlain/champlain-view.c
Commit message (Expand)AuthorAgeFilesLines
* view: Accumulate smooth scroll dy in order to trigger zoomJiří Techet2015-11-301-7/+35
* view: Fix check in disposeJiří Techet2015-11-281-1/+1
* Fixes for cairo surface exportJonas Danielsson2015-11-171-2/+5
* view: Stop emission of ClutterZoomAction::gesture-cancelledCarlos Garnacho2015-11-161-1/+13
* Whitespace cleanupsJiří Techet2015-11-161-4/+4
* ChamplainView: Add champlain_view_to_surfaceJonas Danielsson2015-11-161-0/+103
* Fix return value error in champlain_view_get_worldTing-Wei Lan2015-09-011-1/+1
* view: Set world_bbox to NULL in disposeJiří Techet2015-08-311-1/+4
* view: Fix transfer annotationsJiří Techet2015-08-311-2/+2
* ChamplainView: Add world bounding box propertyJonas Danielsson2015-08-311-32/+166
* view: Implement pinch/zoom gestureCarlos Garnacho2015-08-311-0/+115
* Fix warningJiří Techet2015-03-181-1/+1
* ChamplainView: Handle CLUTTER_SCROLL_SMOOTHJonas Danielsson2015-03-181-1/+16
* ChamplainView: Emit animation-completed::zoomJonas Danielsson2014-11-071-1/+2
* ChamplainView: Move the key-press event to viewJonas Danielsson2014-10-201-8/+6
* Set the kinetic-mode property default value to FALSEJiří Techet2014-08-111-2/+2
* ChamplainView: Sink initial MapSource referenceJonas Danielsson2014-04-221-1/+1
* Use correct Since releaseJiří Techet2014-02-061-1/+1
* view: Add get_bounding_box_for_zoom_levelJonas Danielsson2014-02-041-23/+83
* view: notify max/min-zoom-level on set_map_sourceJonas Danielsson2013-12-061-2/+6
* Name parameters consistently with headers to avoid warningsJiří Techet2013-09-291-11/+11
* TypoJiří Techet2013-08-211-1/+1
* view: update documentation of goto-animation propsJonas Danielsson2013-08-211-2/+8
* Make overlay sources accessible outside of ChamplainView and update license a...Jiří Techet2013-08-211-0/+27
* Documentation and formatting changes for the overlay sourcesJiří Techet2013-08-211-23/+49
* Add a check for a correct map source in tile loading idle functionJiří Techet2013-08-211-1/+5
* ChamplainView: add support for overlay sourcesGiovanni Campagna2013-08-191-23/+96
* view: Add properties for animation mode & durationJonas Danielsson2013-08-131-4/+60
* Perform tile creation in idle functionJiří Techet2013-08-071-68/+119
* Convert some of the gints back to doubles because of lost precisionJiří Techet2013-05-081-34/+30
* Fix the previous commit by adjusting offset based on the viewport sizeJiří Techet2013-05-081-2/+2
* When zooming-in, recalculate viewport position from latitude/longitude to avo...Jiří Techet2013-05-081-3/+10
* Compute zooming offset in double instead of int to avoid rounding errorsJiří Techet2013-05-081-5/+7
* Remove background zoom actor when not needed any moreJiří Techet2013-05-071-0/+26
* Check whether timeout exists before destroying itJiří Techet2013-05-071-3/+7
* Send the latitude/longitude signal less frequently and speed-up drawingJiří Techet2013-05-051-25/+27
* Fix the view issues when it hasn't been realized yetJiří Techet2013-05-041-10/+16
* Emit the relocation signal less frequently and speed-up viewport panningJiří Techet2013-05-041-92/+66
* Slightly improve zooming visualisationJiří Techet2013-05-031-11/+12
* Revert "Remove background zoom layer when all tiles loaded"Jiří Techet2013-05-021-1/+0
* Remove background zoom layer when all tiles loadedJiří Techet2013-05-021-0/+1
* Make sure ChamplainView is pixel-alignedJiří Techet2013-05-021-6/+6
* Add more tile coordinate checksJiří Techet2013-05-021-8/+12
* Depict the actor hierarchy in commentsJiří Techet2013-05-021-8/+11
* Cleanup tile loading codeJiří Techet2013-05-021-20/+4
* Use gint instead of gdouble where possible in ChamplainViewJiří Techet2013-05-021-49/+23
* Resize viewport correctly on launchJiří Techet2013-05-021-3/+1
* Use more neutral default background colorJiří Techet2013-05-021-0/+3
* Simplify viewport scrolling codeJiří Techet2013-05-021-87/+14
* Simplify zooming code and fix the remaining issuesJiří Techet2013-05-021-66/+40