summaryrefslogtreecommitdiff
path: root/demos/launcher.c
Commit message (Expand)AuthorAgeFilesLines
* Move background pattern testing from launcher-gtk to launcher demoJiří Techet2013-05-021-0/+52
* Eliminate the easier-to-fix Clutter warnings in demosJiří Techet2013-04-121-9/+10
* Get rid of clutter_stage_get_default()Jiří Techet2011-11-201-2/+2
* 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
* Adjust demos to show "dynamic" pathJiří Techet2011-02-151-1/+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-4/+5
* Rename ChamplainLayer to ChamplainMarkerLayerJiří Techet2011-02-081-1/+1
* Reformat code with uncrustify and fix manuallyJiří Techet2010-08-021-8/+12
* Get rid of some warnings reported by clang static analysis toolJiří Techet2010-05-121-1/+0
* Add G_GNUC_UNUSED where appropriate so LLVM clang doesn't complainJiří Techet2010-05-121-5/+5
* launcher: remove redundant semicolonSimon Wenner2010-04-101-1/+1
* 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-2/+2
* Port Champlain to Clutter 0.9Pierre-Luc Beaudoin2009-08-031-1/+1
* Fix double printfPierre-Luc Beaudoin2009-07-281-1/+0
* Have all the demos use the same markersPierre-Luc Beaudoin2009-04-111-80/+9
* Update demo so that it shows many type of markersPierre-Luc Beaudoin2009-04-111-2/+2
* Have the demo use the new markersPierre-Luc Beaudoin2009-04-111-8/+8
* Add a lot of properties to markers, and have it change if they are updated.Pierre-Luc Beaudoin2009-04-111-3/+3
* Introduce ChamplainBaseMarker as a parent to ChamplainMarkerPierre-Luc Beaudoin2009-04-111-7/+7
* Fix Bug 574809: Provide a way to make visible a bunch of markersPierre-Luc Beaudoin2009-03-231-2/+30
* Add buttons over the launcher demoPierre-Luc Beaudoin2009-03-161-1/+69
* Fix demo to have the click on map demo!Pierre-Luc Beaudoin2009-03-101-0/+1
* Fix compile warnings in the demosPierre-Luc Beaudoin2009-03-091-4/+11
* Bug 574167 – Callbacks of demos/launcher.c return no valuesEmmanuel Rodriguez2009-03-041-2/+2
* Add an animated marker demoPierre-Luc Beaudoin2009-02-111-14/+12
* Fix bug 570314: Zoom-in zooms at the wrong place if actor is not positioned a...Pierre-Luc Beaudoin2009-02-031-1/+2
* Fix 557531: champlain_view_new contains initialization codePierre-Luc Beaudoin2009-01-311-2/+3
* Apply coding conventionPierre-Luc Beaudoin2009-01-291-22/+22
* Implement Click-on-the-map featurePierre-Luc Beaudoin2009-01-291-4/+23
* Remove unnecessary include and fix coding style in launcherPierre-Luc Beaudoin2009-01-291-30/+35
* Function to get map coordinates from eventsPierre-Luc Beaudoin2008-11-191-7/+11
* Move launcher into demos/Pierre-Luc Beaudoin2008-10-151-0/+87