commit a7c6d3e45bd5e36e8887e99c53edfa13d3505285
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Remove duplicated API calls (never released yet)

commit 43431d1b1bd7ef893c616f267c9b037e544a3db9
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Change the point drawing logic

commit 176177de3c3797ca1add5e1f09bef1049aa95d28
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Add extra license text to test

commit 9f34e21af32322814364ad8d36ebaf86d43869c6
Author: Andreas Henriksson <andreas@fatal.se>

    Add an option to highligh points in Polygons

commit ff13c87a172229be168887450f79c470a0b0a808
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Safe memory usage by using a clone instead of creating (and drawing) a new error tile)

commit 7f906df38beda1dfd149e380755094daf4176645
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Add "Map data is" prefix to licenses

commit c8182b090a7e1a70185a0c082dbd571971c624b5
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Align the license text to right and simplify the position update

commit ed2d84af6726559cd569d6e02ad440084a4e601b
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Add user configurable additional license text to view

commit fef0db47be45ee56817b07ddf969305199a4b91f
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Don't recreate a ClutterText object, just update the text

commit 9d55a5b6e51d17b096e74f48b99c0fd44cb02674
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Add Tollef to AUTHORS

commit 02c071e975a847f42cafff5ef0ebd73c18e649ec
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Update the scale when recent

commit ef4d7eefdf2ea998f48ed77d53f6a07675b7a7dd
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Upgrade version number to 0.4.3

commit 4b6d12e0110d1e4c9cd253b354b708c2224fdbb0
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Do not display scale by default

commit 149180b9ed6a977155973023ab2c49ac833e2bec
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Add max-scale-width property to view

commit 393a4ef81b30cb9fe41c8d7a9c9e5d63b22c222a
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Rename display-scale property and add scale-unit

commit b3a3a731588ac506abc1439c901c3d81b7369ef1
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Add Miles unites

commit fea06e4f82c6efed2016dcdcc6894855b4162c88
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Display meters when value is too small

commit b9fd24d62346b1b3cbd588689ab2e773e9728b7e
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Display mid scale value too

commit 22c0d40b79d7c1631a7cb5a863a86a269fe33c14
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Remove bottom ticks

commit a1d6e500ea49ebc1cc7adbcda4c5f6744025454a
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Fix scale ticks clipping

commit 9c8a19f540d24346d9a5ece397c77d8afd875e47
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Display a significant value

commit 60b06faf97d7d8cdebeef2c5b9f1346bf22534f3
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Improve scale's design

commit 10078a898a9e1a2ece6f09f76950f46f73636c30
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Move distance computation in MapSource

commit 41869abad9e39f8fa39bace01e21a80ed44f5d1c
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Remove the signal handlers in favor of existing handlers

commit 6105b73d60b09ae29c27b7ae8fbaacbbba3df4f1
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Fix coding style to match the rest

commit d5a82157b23e34f184dab1b73b0a46d8feb2e370
Author: Tollef Fog Heen <tfheen@err.no>

    Make it possible to hide the scale

commit b571200c126f6c9c6fc06c2ad19e75d806afb7cd
Author: Tollef Fog Heen <tfheen@err.no>

    Implement variable scale length depending on latitude

commit 0df659c3eb995023bce62c2a3a389346b9eb2172
Author: Tollef Fog Heen <tfheen@err.no>

    Add initial scaling capabilities

commit 7bde901882e5d6a5f03258515c643a298258d9ac
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Getting the scale to draw

commit d96b464e72e3d03e26c3b2f346f73de76e06f6cf
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    fix coding style

commit 015952c924a7b7b6d9434a4a1d5138a39b0aaa03
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Make queue_redraw visible to subclasses

commit 15d0144ab6dfc5dab94b7dae7b7be5df4815908b
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Fix segfault when polygon has been delete before redraw

commit 03163483191593bdc82ce6d604f1f592815af5a9
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Add a weak pointer to draw polygon's context

commit 32927fd5f9e83197a8d0c3abbb5e5576fa9dc888
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Fix documentation of CHAMPLAIN_VERSION_CHECK

commit 2e8fe8f7712f3b6105c86067c08e8560a0581ff5
Author: Laurent Bigonville <bigon@debian.org>

    Fix Debian Bug #555082 about linking with gold

commit e9efc4aba960d448a468033ffaa25933421c824b
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Symbols to ignore when mesuring the XS code coverage

commit 4d12b1e92b2cebbd4c38aea053c615a9a41cb249
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Don't include a .gitingore file in the manifest

commit 630440c3adbc9cbd52ae87e311dab9d09c43cda2
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Ignore the tar.gz dist file

commit abccb194b1917234abbdd43f692478e195d0881b
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Makefile.am file

commit 400449fc1e1ca16a0ed5fb554e4cfa2890c6dd33
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Ignore the XS temp files in the top folder

commit a3f05503fcf757b2906fa8e8780759e87066ca9b
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Ignore the XS temp files in the top folder

commit ecbe10ae14e9db320580961742cbe5eaaee92627
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    0.10 Advertise Gtk2::Champlain.

commit d0476ea4ad746ca49210cc8431d45eea3b8b3cb8
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Announce the availability of Gtk2::Champlain

commit 9fedf5ce518553d8af05054d881c214c1f05ffcd
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Improve the SYNOPSIS

commit 4842480433041c3f47c578ddcb4f62620f5fa7d5
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Cleanup

commit 7fb7164bd0f9592c5cff66f2a52ad1c94b2e977d
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Update the changelog for 0.01

commit a2c1d6e8608645a2080dc8bf0c6825c1ec0395d9
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Update the changelog for 0.10

commit 8fb16d8c40be87b950359ec66c7ca9f28b008038
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    There's no subversion here

commit c127dcf2368a657c918e765d7e98afbb81f39145
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Files to ignore

commit 8b04f02ead62a1d848a21dfa1637920963e65f22
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Manifest files

commit dbc11e99b261a499bf6d7adfcf776122383fbc4a
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Bindings for Gtk2-Champlain

commit 12e27b357b2a5f3ed0448de3d288697306152351
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Version change to 0.10

commit 60fb318d5a6a98fff6d7fd0877ab67808d590b3d
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Add Champlain to the ignore packages in Glib::CodeGen->write_boot()

commit 215eda0e795bc9d895cfac3de3a564048a112b88
Author: Emmanuel Rodriguez <emmanuel.rodriguez@gmail.com>

    Update the POD

commit f13c43def716621b2705f76fdc32a8b2e67e67fa
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Also report as loading when validating the cache

commit 922960df890f6ccba21efb71d16453a1dfe75d03
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Version bump to 0.4.2

commit 885c4dd0e48cb16d2cf5d4f8a36a36f450cfcdf3
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    595552: ChamplainView "decel-rate" accepts values below 1.0

commit 4607df59c5b8c634525a947983f9d6debd13704a
Author: Koop Mast <kwm@freebsd.org>

    598942: Fix champlain-gtk GObject introspection

commit 23187916539e70f0be987a6395f290dd63607a39
Author: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>

    Fix compiler warning "function declaration isn't a prototype"