summaryrefslogtreecommitdiff
path: root/champlain/champlain-path-layer.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_ADD_PRIVATE() and friends instead of g_type_class_add_private()Jiří Techet2019-02-061-36/+30
* Eliminate some warnings and bump clutter requirement to 1.24Jiří Techet2019-01-261-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
* Hide left_actor in path layer when no clone is visible.Marius Stanciu2016-08-101-0/+6
* Add descriptive comments.Marius Stanciu2016-08-091-0/+6
* Fix memory management for surfaces in path layer.Marius Stanciu2016-08-091-0/+9
* 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 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
* Fix coding style.Marius Stanciu2016-08-071-4/+3
* Fix clutter_canvas_set_size errors in console.Marius Stanciu2016-07-271-0/+6
* Make path layer anchor aware.Marius Stanciu2016-07-271-5/+10
* Make path layer draw all visible areas.Marius Stanciu2016-07-271-22/+96
* Fixes for cairo surface exportJonas Danielsson2015-11-171-1/+6
* Whitespace cleanupsJiří Techet2015-11-161-0/+2
* ChamplainPathLayer: Implement ChamplainExportableJonas Danielsson2015-11-161-1/+59
* path-layer: Stop invalidate_canvas idle callbackDamián Nohales2014-08-091-1/+3
* path-layer: Correct version since dashed lines are supportedJiří Techet2013-05-161-2/+2
* Redraw using cairo on idleJiří Techet2013-05-071-13/+30
* Emit the relocation signal less frequently and speed-up viewport panningJiří Techet2013-05-041-0/+3
* Better path element connectionJiří Techet2013-05-021-0/+2
* Update copyright yearsJiří Techet2013-05-021-1/+1
* Update most of libchamplain to Clutter API 1.12Jiří Techet2013-04-111-164/+54
* Improvements in several filesPablo Castellano2012-05-281-0/+1
* It's the time of the year again...Jiří Techet2011-12-291-1/+1
* Add dashed line drawing to path layersJiří Techet2011-11-211-0/+71
* In idle functions check whether ClutterActor was destroyedJiří Techet2011-11-201-1/+1
* Add missing redraws when path properties changeJiří Techet2011-11-181-0/+12
* Use CLUTTER_PRIORITY_REDRAW for all idle functionsJiří Techet2011-08-171-1/+1
* Prepend elements of the list instead of appending them in markers and pathsJiří Techet2011-04-031-6/+7
* Don't use the GET_PRIVATE macro when not necessaryJiří Techet2011-03-261-4/+4
* Whitespace and alignment cleanupsJiří Techet2011-03-261-5/+10
* Add missing property change notificationsJiří Techet2011-03-241-19/+19
* Fix dispose of ChamplainView to really dispose the actorsJiří Techet2011-03-231-3/+0
* Replace some g_object_get/set with direct function callsJiří Techet2011-03-221-2/+2
* Add some missing property accessor methodsJiří Techet2011-03-221-4/+41
* Add missing unrefs on destruction and fix possible memory leaksJiří Techet2011-03-211-5/+8
* Indentation fixesJiří Techet2011-03-201-55/+50
* Update copyrightsJiří Techet2011-03-181-0/+1
* Flag redraw as non-scheduled at the beginning of redraw_path()Jiří Techet2011-02-261-2/+2
* Remove some unnecessary queue_redraw()sJiří Techet2011-02-261-1/+0
* Remove some unnecessary queue_relayout()sJiří Techet2011-02-261-4/+1
* Fix layer ensure visibleJiří Techet2011-02-201-10/+10
* Some changes of gdouble to gint and vice versaJiří Techet2011-02-201-1/+1
* Clear textures before drawingJiří Techet2011-02-181-4/+3
* When calculating bounding box of a layer, add some marginJiří Techet2011-02-171-0/+12
* Add clutter_actor_queue_relayout/redraw where necessaryJiří Techet2011-02-171-0/+2
* Redraw paths on idleJiří Techet2011-02-151-11/+32