summaryrefslogtreecommitdiff
path: root/champlain/champlain-tile.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up gdk.h vs gdk-pixbuf.h includesMart Raudsepp2019-04-221-1/+0
* Use generic marshaller for signals and drop use of glib-genmarshalJiří Techet2019-02-211-2/+1
* Use G_ADD_PRIVATE() and friends instead of g_type_class_add_private()Jiří Techet2019-02-061-24/+20
* Whitespace cleanupsJiří Techet2015-11-161-1/+2
* ChamplainTile: Implement ChamplainExportableJonas Danielsson2015-11-161-2/+58
* Update copyright yearsJiří Techet2013-05-021-1/+1
* Update most of libchamplain to Clutter API 1.12Jiří Techet2013-04-111-137/+18
* It's the time of the year again...Jiří Techet2011-12-291-1/+1
* In idle functions check whether ClutterActor was destroyedJiří Techet2011-11-201-1/+7
* fix typo, time vs time_Andreas Henriksson2011-08-051-1/+1
* Add missing property change notificationsJiří Techet2011-03-241-6/+16
* Keep content of ChamplainTile until replaced by something elseJiří Techet2011-03-211-8/+11
* Indentation fixesJiří Techet2011-03-201-12/+12
* Move virtual actor methods so we don't need forward declarationJiří Techet2011-03-181-111/+93
* Perform tile animations on content actor as it works nowJiří Techet2011-02-261-4/+3
* Add clutter_actor_queue_relayout/redraw where necessaryJiří Techet2011-02-171-0/+1
* Relayout actor when parentingJiří Techet2011-02-131-0/+1
* Perform fade-in animation on ChamplainTile and not the containing actorJiří Techet2011-02-121-3/+4
* Update documentationJiří Techet2011-02-081-3/+5
* label, layer, license, marker, scale should inherit from ClutterActorJiří Techet2011-02-081-1/+3
* Remove the unnecessary ChamplainRenderCallbackData structureJiří Techet2011-02-081-3/+4
* Change int type to uint in several fields of ChamplainTileJiří Techet2011-02-081-25/+25
* Add relocation signal to view and use it by the layersJiří Techet2011-02-081-1/+1
* Merge ChamplainLayer and ChamplainSelectionLayerJiří Techet2011-02-081-1/+1
* Eliminate warnings of g-ir-scannerJiří Techet2011-01-011-1/+1
* ChamplainTile should inherit from ClutterActor, not ClutterGroupJiří Techet2010-11-151-6/+135
* Updated documentationJiří Techet2010-08-231-1/+20
* Reformat code with uncrustify and fix manuallyJiří Techet2010-08-021-111/+154
* Update copyrightsJiří Techet2010-08-011-0/+1
* Separation of map sources and renderersJiří Techet2010-07-291-24/+62
* Simplify content actor setting in ChamplainTileJiří Techet2010-05-231-18/+13
* Add G_GNUC_UNUSED where appropriate so LLVM clang doesn't complainJiří Techet2010-05-121-1/+1
* Improvements to the documentation and moving around some definitionsJiří Techet2010-05-091-30/+22
* Build fixes for windowsFridrich Štrba2010-04-201-0/+4
* Remove tile ref/unref in ChamplainTileJiří Techet2010-04-051-3/+0
* Access private members through priv member of the class. Everywhere.Jiří Techet2010-03-231-20/+22
* Coding style fixesJiří Techet2010-03-231-2/+4
* Lie a bit about not fading inJiří Techet2010-03-231-10/+15
* Make fade-in a property of a tileJiří Techet2010-03-231-7/+59
* Insert tile content into parent only when state set to DONEJiří Techet2010-03-231-56/+46
* Remove CHAMPLAIN_STATE_INITJiří Techet2010-03-231-1/+1
* New tile unref logic and various leak fixesJiří Techet2010-03-231-103/+43
* Documentation of the new loading chain.Jiří Techet2010-02-011-0/+1
* New map and cache loading infrastructureJiří Techet2010-01-181-130/+2
* Simplify code by removing AnimationContextPierre-Luc Beaudoin2010-01-051-33/+17
* Update GtkDoc and remove deprecated symbols introduced in 0.3 and never releasedPierre-Luc Beaudoin2009-09-141-16/+15
* Revert "clutter_actor_set_position can now happen in ChamplainTile"Pierre-Luc Beaudoin2009-09-111-23/+3
* Review of ChamplainTile: fix doc and stylePierre-Luc Beaudoin2009-09-091-132/+123
* Fix 591132: Attempting to remove actor when zooming in/outPierre-Luc Beaudoin2009-08-301-6/+25
* Fix coding style issuesPierre-Luc Beaudoin2009-08-251-1/+1