[libchamplain/libchamplain-0-12] (134 commits) ...0.12.4



Summary of changes:

  94dbdd4... Post release version bump (*)
  864e445... When re-creating scale, remove all actors first (*)
  b6098de... demos: Don't call g_thread_init (*)
  16d498e... Add missing redraws when path properties change (*)
  29c4857... Add other dependencies CFLAGS to champlain-gtk AM_CPPFLAGS (*)
  83cde4c... Some more g_thread_init() removal (*)
  e95f261... Don't use idle function when animating markers (*)
  e5f8b95... In idle functions check whether ClutterActor was destroyed (*)
  30ad5b1... Replace some deprecated functions (*)
  0bef0a3... Get rid of clutter_stage_get_default() (*)
  68928ed... Add dashed line drawing to path layers (*)
  88dc672... Add description how to run the python demo (*)
  9d05a92... Don't use (transfer full) for initially unowned objects (*)
  fd5e423... Fix wrong zoom actor placement at low zoom levels (*)
  9f7cc34... Update libchamplain-sections with new functions (*)
  74a2d1f... Update vapi file (*)
  42e3cfc... Update NEWS file (*)
  a8449d3... Add Python champlain-gtk demo with markers (*)
  1bad8a8... Minor changes/cleanups in Python demos (*)
  d567dd7... Distribute the python demos and marker images (*)
  cd59ab2... Add auxiliary script containing all the needed parameters t (*)
  c7133e5... It's the time of the year again... (*)
  d344a9d... Call vapigen with --pkg cogl-pango-1.0 (*)
  73a0a62... Use vapi file generated by vala 0.15.2 (*)
  77ce038... Don't generate vapi files during make distcheck (*)
  c60c516... Revert "Post release version bump" (*)
  0552735... Correct comment in minimal-gtk demo (*)
  ba3e573... Fixed typo. Closes bug #676892 (*)
  3b26497... Fixed call to unexisting get_coords() method in launcher-gt (*)
  8bf1dc2... Improvements in several files (*)
  8c769a6... Resize containing clutter actor together with the point (*)
  d02f714... fix osm cycle map source (*)
  064eaae... Minor changes (*)
  48b4841... [demos] Added polygons.py (similar to polygons.c) (*)
  2002cb1... Merge launcher-gtk.py and markers.py (*)
  2b9d008... Update demos makefile (*)
  78f7c4c... Fix symbol name referred to in ChamplainFileCache:size-limi (*)
  a47ab6e... Added the possibility to use TMS correct y-axis. (*)
  b68be75... Add documentation for TMSY coordinate (*)
  0b79829... Disable clutter depreciation warnings for now (*)
  c4b0fda... Add some missing colons in docstrings (*)
  19ac9ed... Add Mapquest Open Aerial map source (*)
  5fbcda5... Drop OAM map source completely (*)
  4be00c9... Get rid of libsoup warnings (*)
  38831d7... Draw background pattern for missing tiles. (*)
  fd8a2a3... Improve background texture code (*)
  fd5c325... Define g_rw_lock_* on glib <2.32 versions and use these fun (*)
  9a1bb96... Prevent multiple SECTION docstring definitions because of m (*)
  07e60ba... Use GdkRGBA and friends plus GdkGrid (*)
  8bf25b8... Require Clutter 1.12 (*)
  d97f4f2... ChamplainPoint: Port code to Clutter 1.12 API (*)
  0a25d2e... ChamplainPoint: Remove now redundant proxy implementations (*)
  392efa1... Update most of libchamplain to Clutter API 1.12 (*)
  56cfc6d... Remove some more unnecessary stuff in ChamplainPoint and fi (*)
  5df37f9... Modify the background pattern interface to use ClutterConte (*)
  8cd0b05... Remove all the garbage from CustomMarker (*)
  9dd0899... Get rid of set_anchor_point() (*)
  31648bc... Cleanup ChamplainLabel a bit (*)
  602e50c... Eliminate the easier-to-fix Clutter warnings in demos (*)
  3b513f7... Use ClutterActorIter where possible (*)
  e734cac... Garbage removal in kinetic scroll & friends (*)
  9c7879e... Fix borders at low zoom levels (*)
  7490bd4... Hide user layers when animating zoom (*)
  92ecae2... Eliminate deprecated scale-center-x (*)
  b2b2501... Cleanup ChamplainView initialization and remove unnecessary (*)
  332c00d... Optimize background tile addition a bit more (*)
  4bf9388... Update demos to use Clutter 1.12 API (*)
  6c316fe... docs: Update .types (*)
  8f295ad... Fix Javascript demo app (*)
  482f1e8... Allow the background pattern to be arbitrary rectangle (*)
  3f6e006... Hopefully fix map shifts after zoom (*)
  a5c8bc0... Always create ChamplainLabel even when png is not valid (*)
  ea12c7b... Add champlain_view_get_bounding_box() (*)
  2e2ccc3... Add champlain_bounding_box_covers() (*)
  3f9559c... Update Since in champlain_bounding_box_covers() and champla (*)
  4a43378... Bump version (*)
  89be3c2... Fixes in kinetic scroll (*)
  44f487e... Make sure that viewport is redrawn even when it stops movin (*)
  66c7012... Update the js demo to the new Clutter API (*)
  44bae77... Deprecate champlain_view_bin_layout_add() (*)
  2e6fb15... Don't use champlain_view_bin_layout_add () as it's deprecat (*)
  98321ed... Emit 'animation-completed' signal at the very end (*)
  bfda4c1... champlain-point: Adjust translation on size change (*)
  46bae29... Update copyright years (*)
  c630ed1... Fix documentation issues (*)
  cab76ea... Fix include (*)
  1b8bbf9... Finally fix the zoom animation problems (*)
  1e748b0... Add comment about background pattern performance (*)
  f999468... Use signal to detect that ChamplainView is realized (*)
  d506886... Remember background pattern offset so it doesn't reposition (*)
  98d2cea... Eliminate anchor from ChamplainView as much as possible (*)
  4d361a9... Cleanup latitude longitude handling a bit (*)
  42ee0ab... Completely remove the anchor complexity from ChamplainView (*)
  3a3b7b0... Simplify zooming code and fix the remaining issues (*)
  596b842... Simplify the viewport code (*)
  5729ff0... Simplify viewport scrolling code (*)
  13bfd2d... Use more neutral default background color (*)
  d6b29ab... Move background pattern testing from launcher-gtk to launch (*)
  3033c88... Resize viewport correctly on launch (*)
  8da681c... Use gint instead of gdouble where possible in ChamplainView (*)
  2d9a241... Cleanup tile loading code (*)
  1856368... Add copyright to ChamplainViewport and friends (*)
  bb41f2b... Depict the actor hierarchy in comments (*)
  fd32050... Make sure license correctly redraws itself when view resize (*)
  ff72b5e... Pixel-align scale text (*)
  13fc712... Better path element connection (*)
  8f73a29... Add more tile coordinate checks (*)
  8b93ffb... Make sure ChamplainView is pixel-aligned (*)
  43978d8... Update the vapi file (*)
  f5d2626... Remove background zoom layer when all tiles loaded (*)
  61f2e26... Update Clutter version in README (*)
  0dc2fdf... Update AUTHORS (*)
  b8a17b7... Revert "Remove background zoom layer when all tiles loaded" (*)
  358a025... Slightly improve zooming visualisation (*)
  382902b... Emit the relocation signal less frequently and speed-up vie (*)
  99beb25... Fix the view issues when it hasn't been realized yet (*)
  d8b95e4... Check whether hadjustment & vadjustment exist before refere (*)
  7325b3d... Send the latitude/longitude signal less frequently and spee (*)
  6dc2c43... Redraw using cairo on idle (*)
  775c3f2... Remove unused functions from ChamplainAdjustment and Kineti (*)
  99bf4aa... Check whether timeout exists before destroying it (*)
  29002a7... Remove background zoom actor when not needed any more (*)
  9fa0a31... Use sane color selection values when the obtained one aren' (*)
  6a90f27... Compute zooming offset in double instead of int to avoid ro (*)
  a31db71... When zooming-in, recalculate viewport position from latitud (*)
  ce564e0... Fix the previous commit by adjusting offset based on the vi (*)
  c69ae92... Convert some of the gints back to doubles because of lost p (*)
  5721b40... factory: Remove the Osmarender from the factory
  50e2dcf... factory: Revert "Drop OAM map source completely"
  0ef0b54... factory: Define GTK_DISABLE_DEPRECATED for the deprecated s
  8075e85... Merge commit '0b79829e2c56c37755006588cb557351315c63c7' int
  ca218c1... Merge branch 'master' into libchamplain-0-12
  0631f5f... path-layer: Correct version since dashed lines are supporte
  4ee5dca... 0.12.4

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]