commit 018c19648729a7af147c5e431bb042f04c9d3150 Author: Jiří Techet Date: Tue Jan 18 00:26:24 2011 +0100 0.8.1 Signed-off-by: Jiří Techet commit 1b709e38a436211b5e5e53ae2b6b269c382ea9ee Author: Jiří Techet Date: Tue Jan 18 00:22:49 2011 +0100 Update libchamplain-sections.txt with a new symbol commit d629caa6fb075b608b85652dd4f50bf4183f8500 Author: Jiří Techet Date: Fri Jan 14 22:53:12 2011 +0100 Fix warnings during configure commit 6bd79e529d200e83499c8a8971d11f296f4aecbc Author: Jiří Techet Date: Sat Jan 8 01:51:37 2011 +0100 Add annotations for MemphisRenderer commit c99fae51554ffe6a4449fb2b083c407c61a1710f Author: Jiří Techet Date: Fri Jan 7 23:23:11 2011 +0100 Fire latitude and longitude signals independently of viewport shift The check for distance of latitude and longitude change is not necessary because the function update_viewport() is already called from viewport_pos_changed_cb() only 4-times a second (or when the distance is larger than 100). This patch also replaces the use of g_timeout() by g_timer_elapsed(), which makes the code nicer (thanks to Tomaž Vajngerl). commit 3bf76550f8f4b0f44f0a4c13aecfb8a8214048a0 Author: Jiří Techet Date: Sat Jan 8 00:46:14 2011 +0100 Add some more annotations commit 2b78abf4ce2718d080ea4be033a22b33a594b34a Author: Jiří Techet Date: Sat Jan 8 00:28:33 2011 +0100 Remove invalid part of champlain_file_cache_new_full() documentation commit bdf33223b607f07bebbfeb5cc055e5940ba09a3b Author: Jiří Techet Date: Sat Jan 8 01:29:30 2011 +0100 Vala bindings: generic type information for lists added and other fixes Thanks to Tomaž Vajngerl commit f1b8694a499962979c30e8f61f798d996456d549 Author: Jiří Techet Date: Wed Jan 5 00:07:27 2011 +0100 Do not order markers according to latitude The marker ordering using the z coordinate causes that markers are not located exactly above their location - this is caused by the perspective projection. This also causes that the markers displayed in the front are bigger than the markers displayed below them. Because the previous ordering implementation was too slow and this implementation causes serious issues, this commit removes the marker ordering completely. Signed-off-by: Jiří Techet commit abd701a55a73f809e82acf997980ff71c34cc81f Author: Jiří Techet Date: Mon Jan 3 00:14:06 2011 +0100 Add some extra annotations Add the annotations we have in the vala .metadata file directly to the sources. commit 53504d679aa39a4b008ce301014d7d66ca066e6e Author: Jiří Techet Date: Sat Jan 1 18:57:18 2011 +0100 Fix vala bindings for champlain_view_ensure_markers_visible() Add meta data to the bindings to indicate that the array passed to champlain_view_ensure_markers_visible(..) is not followed by a length parameter. Without this the generated C code won't compile because there's one too many argument when calling this function. Thanks to Andreas Brauchli. commit f930a4d8acf79d23593e2d048a8c3c65e14291cf Author: Jiří Techet Date: Sat Jan 1 18:31:27 2011 +0100 Use (transfer none) annotation when NULL parameter is allowed Thanks to Patrick Salecker commit 4fc621bab628e3e64febe38d4a40a2a50fac9726 Author: Jiří Techet Date: Thu Dec 30 22:31:16 2010 +0100 Eliminate warnings of g-ir-scanner commit 4572695741974ffba6bf87eecb39fda7af9308fe Author: Jiří Techet Date: Thu Dec 30 21:22:04 2010 +0100 Fix configure.ac from the previous commit commit c02e827d01762d39d709b2e4d7a58828dc800818 Author: William Jon McCann Date: Tue Oct 12 01:32:37 2010 -0400 Remove python bindings For GNOME 3 bindings should be generated using introspection https://bugzilla.gnome.org/show_bug.cgi?id=631009 commit 721573b7997a0b576eaffa545594b8523f814c20 Author: Jiří Techet Date: Thu Dec 30 20:21:17 2010 +0100 Add some extra warnings commit ddc046e6d9024dbc7a02035d779049c6406b4636 Author: Tomaž Vajngerl Date: Mon Oct 25 21:30:33 2010 +0200 Include MapQuest renderer for OSM see: http://wiki.openstreetmap.org/wiki/MapQuest