commit 90f3d3b0397fb7ab5d4f2ce15394e15db1ec0425 Author: Jiří Techet Date: Thu Aug 26 23:22:14 2010 +0200 0.7.1 Signed-off-by: Jiří Techet commit 887dfca5bc2f460d5b3845adf10c6582ee8ce538 Author: Jiří Techet Date: Thu Aug 26 23:21:23 2010 +0200 Change ordering of sections in the documentation Signed-off-by: Jiří Techet commit 94715cb112af88c4de820771b2864cb9afc0118b Author: Jiří Techet Date: Wed Aug 25 22:28:22 2010 +0200 Make set_marker_depth () work correctly for southern hemisphere Signed-off-by: Jiří Techet commit 237cb6e003a2a93456b08be72fe0c2f9a0888089 Author: Jiří Techet Date: Wed Aug 25 22:26:33 2010 +0200 Add Russell Strong to AUTHORS Signed-off-by: Jiří Techet commit 8368954eb58d67cb9d334a0a252d3c27e20dceac Author: Russell Strong Date: Sun Aug 22 19:12:12 2010 +1000 Layer speedup The following patch replaces marker sorting ( by latitude ) with clutter's set_depth to achieve the same result. Using a modified animated-marker demo with 484 markers, this patch reduces CPU using on my laptop from 80% to 19%. There is still more that can be done, but that's now in clutter, which appears to be sorting a list every time a depth is changed. commit e0740ffe4f7f8310067e2e4631997660c4d7bffe Author: Jiří Techet Date: Wed Aug 25 21:56:51 2010 +0200 Make sure the number of loading tiles in ChamplainView doesn't drop below 0 Signed-off-by: Jiří Techet commit 030cd9ab103b872f6e4f922d0e4ec2f3e2ff3c8d Author: Jiří Techet Date: Wed Aug 25 21:55:54 2010 +0200 Move ACLOCAL_AMFLAGS to Makefile.am Signed-off-by: Jiří Techet commit 35a54ad90cca8b9c0b09fec9ede26ebf629d0012 Author: Jiří Techet Date: Tue Aug 24 01:33:17 2010 +0200 Use stable api version in soname also in development releases This will simplify transition of programs depending on libchamplain when migrating from development version of the library to the stable version. This commit also contains some updates of the vala bindings. Signed-off-by: Jiří Techet commit 8360fc1fc0bd08a005751313c6c5196d23b4050a Author: Jiří Techet Date: Mon Aug 23 22:28:08 2010 +0200 Updated documentation Signed-off-by: Jiří Techet commit 898f3af7a1b975f7d47ecf7686c966e818350f68 Author: Jiří Techet Date: Fri Aug 20 18:27:34 2010 +0200 Make direct access to elements of memory cache instead of sequential Signed-off-by: Jiří Techet commit 5baba3de821b2ea2e34f1de41c78cfc2165ee185 Author: Jiří Techet Date: Fri Aug 20 17:05:57 2010 +0200 Remove extra code from the minimal-gtk demo Signed-off-by: Jiří Techet commit 014097c5df87a86fbac54808c0a8620ace069cf8 Author: Jiří Techet Date: Fri Aug 20 16:04:53 2010 +0200 ChamplainRenderer should inherit from GInitiallyUnowned, not GObject Signed-off-by: Jiří Techet commit 89b79be10f182f02b76b7e72405b37accffd0397 Author: Jiří Techet Date: Fri Aug 20 16:03:48 2010 +0200 Lots of leaks found and fixed Thanks, Valgrind... Signed-off-by: Jiří Techet commit ced12e90909a77ceedb315c849feabde1cb63aa2 Author: Jiří Techet Date: Fri Aug 20 12:38:53 2010 +0200 Don't fill tile that is already marked as done Signed-off-by: Jiří Techet commit 90a031aa03b3bfcd1f9b6b96fe10272d70c76314 Author: Jiří Techet Date: Fri Aug 20 02:20:10 2010 +0200 On double click, center to the clicked area Makes us behave the same way as google maps. Signed-off-by: Jiří Techet commit 3fd656c0c203c12e5ae823f175087b4a07c35427 Author: Jiří Techet Date: Fri Aug 20 01:11:25 2010 +0200 Fix warning Signed-off-by: Jiří Techet commit a582205f3849123a4fba67ff47cce69be22dd317 Author: Jiří Techet Date: Fri Aug 20 01:11:17 2010 +0200 Modernize build process a bit Signed-off-by: Jiří Techet commit 7e2d9e2200193dcc091dcf0ef82042bd355511a0 Author: Jiří Techet Date: Thu Aug 19 01:16:53 2010 +0200 Remove unnecessary _ref() _unref() Signed-off-by: Jiří Techet commit ca292248ff150ab26cef86e6e24f254e63fbf599 Author: Jiří Techet Date: Thu Aug 19 00:48:53 2010 +0200 Set minimal width of loading icon in gtk-loader ... so the button bar doesn't jump crazily when the loading icon is displayed. Signed-off-by: Jiří Techet commit 23c614fb68c8c7635d870f0503424cc142211ef1 Author: Jiří Techet Date: Tue Aug 17 01:59:08 2010 +0200 Use_memphis_renderer_tile_has_data() as it works in libmemphis 0.2.1 In addition, add a cool thing into the local rendering demo - tiles rendered by memphis and downloaded get combined in a single map. Commented out for now. Signed-off-by: Jiří Techet commit 737527e97adcc0086aff130b1a35298acc6ca59d Author: Jiří Techet Date: Tue Aug 17 01:31:14 2010 +0200 Rethink the tile destruction process once again Instead of weak pointers ref and unref the tiles. Signed-off-by: Jiří Techet commit 3c391566bb80cc21fd784855a48dc348a83a5e8e Author: Jiří Techet Date: Sun Aug 15 23:06:06 2010 +0200 Use memory cache in addition to file cache by default Signed-off-by: Jiří Techet commit d1ebd3998077bb682af626ba3d7bdbdf5a226d27 Author: Jiří Techet Date: Sun Aug 15 23:05:41 2010 +0200 Fix bad method call Signed-off-by: Jiří Techet commit 0ccec92391b75c12f8c765f45a454c022c3e614f Author: Jiří Techet Date: Sun Aug 15 22:31:01 2010 +0200 Make the memory cache cooperate better with other caches Signed-off-by: Jiří Techet commit 69c02e7eb3b5f9f9d0645b194184ae2367ef877f Author: Jiří Techet Date: Sun Aug 15 22:20:06 2010 +0200 Fix memory leak Signed-off-by: Jiří Techet commit ec6fa72c18daed6b68052d024800db8339f5dc2c Author: Jiří Techet Date: Sun Aug 15 19:19:12 2010 +0200 Fix various problems with asynchronous tile loading Signed-off-by: Jiří Techet commit 1acc385842058a2d9845a61a80706b827e53526a Author: Jiří Techet Date: Sun Aug 15 01:03:00 2010 +0200 Get rid of some warnings in ChamplainImageRenderer Signed-off-by: Jiří Techet commit 68a6cd6a53efb086cb54f6c95be16b518f9c4e72 Author: Jiří Techet Date: Sun Aug 15 00:52:45 2010 +0200 Use the renderer to render cached tiles Signed-off-by: Jiří Techet commit ed210cdcf8926246e24d5b0541e7d8b05d20a4be Author: Jiří Techet Date: Sun Aug 8 21:35:17 2010 +0200 Use g_slice_new() instead of g_new() where possible Signed-off-by: Jiří Techet commit e884e7847479edc57e9edbb955285f3cd61a92da Author: Jiří Techet Date: Mon Aug 9 22:18:24 2010 +0200 Some more *.pc.in cleanups Signed-off-by: Jiří Techet commit 3187e8c60ec1da347d061c8c97d532cfbdd02afb Author: Laurent Bigonville Date: Mon Aug 9 21:51:12 2010 +0200 Fix #623043 champlain.pc file has too much requires Thanks to Laurent Bigonville.