summaryrefslogtreecommitdiff
path: root/demos/animated-marker.c
Commit message (Expand)AuthorAgeFilesLines
* Update demos to use Clutter 1.12 APIJiří Techet2013-04-131-47/+85
* Eliminate the easier-to-fix Clutter warnings in demosJiří Techet2013-04-121-3/+3
* Get rid of clutter_stage_get_default()Jiří Techet2011-11-201-2/+2
* Replace some deprecated functionsJiří Techet2011-11-201-9/+9
* demos: Don't call g_thread_initColin Walters2011-11-031-1/+0
* Add check for clutter_init() return value in demosJiří Techet2011-09-031-1/+2
* Clear textures before drawingJiří Techet2011-02-181-0/+4
* Rename champlain_location_set_position to champlain_location_set_location()Jiří Techet2011-02-171-1/+1
* Introduce ChamplainLocation interfaceJiří Techet2011-02-141-1/+1
* Introduce ChamplainCustomMarker implementing ClutterContainer interfaceJiří Techet2011-02-091-2/+2
* Make kinetic mode boolean property and add it to mx as wellJiří Techet2011-02-081-1/+1
* Introduce ChamplainLayer - a base class of all layersJiří Techet2011-02-081-1/+1
* Rename ChamplainLayer to ChamplainMarkerLayerJiří Techet2011-02-081-2/+2
* Rename ChamplainMarker to ChamplainLabel and ChamplainBaseMarker to Champlain...Jiří Techet2011-02-081-4/+4
* Merge ChamplainLayer and ChamplainSelectionLayerJiří Techet2011-02-081-1/+1
* Reformat code with uncrustify and fix manuallyJiří Techet2010-08-021-2/+4
* Add test that simulates the use of GPS with libchamplainJiří Techet2010-03-231-6/+28
* Fix view destruction upon shutdown.Jiří Techet2010-02-161-0/+1
* 580372: Get rid of champlain_view_set_sizePierre-Luc Beaudoin2010-01-141-1/+1
* Update to Clutter 0.9 latests API changesPierre-Luc Beaudoin2009-08-031-1/+1
* Port Champlain to Clutter 0.9Pierre-Luc Beaudoin2009-08-031-6/+5
* Using a ChamplainBaseMarker instead of a ChamplainMarkerEmmanuel Rodriguez2009-04-131-1/+1
* Introduce ChamplainBaseMarker as a parent to ChamplainMarkerPierre-Luc Beaudoin2009-04-111-1/+1
* Fix bug 576677 – Demos are not compilable out of the treePierre-Luc Beaudoin2009-04-011-2/+0
* Translate 'cercle' to englishEmmanuel Rodriguez2009-03-251-3/+3
* Fix compile warnings in the demosPierre-Luc Beaudoin2009-03-091-5/+4
* Add an animated marker demoPierre-Luc Beaudoin2009-02-111-0/+141