commit 516d0ab05a0e2692b421ba0c0b0830f80859a950
Author: John Stowers <john.stowers@gmail.com>
Date:   2011-03-20

    Fix distcheck, disable introspection

M	Makefile.am
M	autogen.sh
M	configure.ac
M	docs/reference/Makefile.am

commit ac9383a8257be02df0c5751a1609ba244a1d9599
Author: John Stowers <john.stowers@gmail.com>
Date:	2011-03-19

    Add set_zoom_offset to python bindings

M	python/osmgpsmap.defs

commit 85853f7d0aaf04691beb0533b1b2517bbbe543b1
Author: John Stowers <john.stowers@gmail.com>
Date:	2011-03-19

    Fix Google

M	src/osm-gps-map-source.c

commit a7655ac2f4fcedcaaa7bd74100dd05c9d93547fb
Author: Joshua Judson Rosen <rozzin@geekspace.com>
Date:	2010-12-24

    Support a `tile zoom-offset' property on map-objects. This allows
    OsmGpsMap to be configured to always use upscaled tiles from lower
    zoom-levels, which is useful, for example, on displays with much
    higher resolution than expected my a tile-set's rasteriser, for
    displays viewed from greater distances, or for devices on slower
    networks.

M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h
M	src/private.h

commit 3edd449e17eaba264507335f64b0a3ba3aa6db84
Author: Joshua Judson Rosen <rozzin@geekspace.com>
Date:	2010-12-24

    Enable osm_gps_map_blit_tile() to handle tiles from lower zoom-levels,
    upscaling as necessary. Added tile_zoom, target_x, and target_y
    arguments to facilitate that.

M	src/osm-gps-map-widget.c

commit ac11e39e044220f1026a82c282b3812c6a07d0ce
Author: Joshua Judson Rosen <rozzin@geekspace.com>
Date:	2010-12-24

    Split the upscaling logic from
    osm_gps_map_render_missing_tile_upscaled() into
    osm_gps_map_render_tile_upscaled().

M	src/osm-gps-map-widget.c

commit efb111f64c31bd6fe057a3154d8d79f6aa0ebc20
Author: Joshua Judson Rosen <rozzin@geekspace.com>
Date:	2010-12-24

    Use osm_gps_map_blit_tile() consistently (don't duplicate its code
    in osm_gps_map_load_tile()).

M	src/osm-gps-map-widget.c

commit c3e18c46c8360b14405d0991a083d4829716379b
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-12-07

    Fix Google

M	NEWS
M	src/osm-gps-map-source.c

commit a9acfcac90918d0d4870913fce78be3e40bb4d10
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-11-17

    Add tooltips demo in mapviewer.py

M	examples/mapviewer.py

commit f6f3b3875aba2a8b9427e3c4bea3efd4d5422199
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-09-26

    NEWS updates

M	NEWS

commit e1084e84796a11203fd4f773bd3ce5d32c46205c
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-09-26

    Add uncrustify config file

	* Will be used for making the code formatting
	  consistant.
	* Expect whitespace cleanups in future...

A	uncrustify.cfg

commit d95e65ce527aff9ee92a6681bc460f0b5a071055
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-09-26

    Doc updates

M	src/osm-gps-map-image.c
M	src/osm-gps-map-layer.c
M	src/osm-gps-map-point.c
M	src/osm-gps-map-track.c
M	src/osm-gps-map-widget.c

commit 0344c7561b816572847b21285daa713484def92c
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-09-15

    Build instructions for Python bindings

M	python/README

commit 653efce2185441430cc64d83f640e6ba671c852a
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-09-15

    Check the python example is run against the built library

    I am tired of emails of people trying to use this
    against arbitary versions.

M	examples/mapviewer.py

commit 8eefcecdd21c810d0a8afdecd1ad08f5646b9253
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-09-12

    When scroll-wheel zooming, centre on mouse pointer

M	NEWS
M	src/osm-gps-map-widget.c

commit c1f9d1d13a52ea08950e19713dd5989782405714
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-08-31

    Remove a perror call

M	src/osm-gps-map-widget.c

commit 522fef544ff190746c3130f782688616fe5aa359
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-08-31

    Treat 403 errors as missing tiles

M	src/osm-gps-map-widget.c

commit 754b4cc887c0180576a469262ed34f46b87b4ad7
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-08-03

    Demo app: Ctrl+{w,q} quits

M	examples/mapviewer.c

commit 533b444074587c34b710c55e4d78f22243df8ecf
Merge: 4b4929f 9081bb9
Author: Sander van Grieken <sander@outrightsolutions.nl>
Date:	2010-08-03

    Merge branch 'tile-download' into pull-queue

    Conflicts:
	src/osm-gps-map-widget.c

commit 9081bb97faabb761c4d313e751a7602e46e97dab
Author: Sander van Grieken <sander@outrightsolutions.nl>
Date:	2010-08-03

    Added check on number of tiles to be downloaded, and bail out if
    above treshold.

M	src/osm-gps-map-widget.c

commit 415ac78d7a85b7c749b209c1fea8fef2fe9778e6
Author: Sander van Grieken <sander@outrightsolutions.nl>
Date:	2010-08-03

    Also clamp to lower zoom level boundary

M	src/osm-gps-map-widget.c

commit 4b4929fa687baadb751a52aa378e9df6bbbac036
Author: Sander van Grieken <sander@outrightsolutions.nl>
Date:	2010-07-31

    Limit retries of tile download on unspecified error

M	src/osm-gps-map-widget.c

commit f11b79157059f17e6cd8793bc5bc112a8d07ad17
Author: Sander van Grieken <sander@outrightsolutions.nl>
Date:	2010-07-23

    update .gitignore for eclipse project files

M	.gitignore

commit ef683160cfb3e632d0e8f3321461519c4f037a72
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-07-24

    Add README for examples

M	examples/Makefile.am
A	examples/README

commit 5d667e0ef4f33a7d79525706f3c8b14da99438f9
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-07-24

    Check and link against gthread-2.0 in demo app

	* If gthread-2.0 not avaialble, demo will
	  not be built

M	configure.ac
M	examples/Makefile.am

commit 1311c5c42a8d04b8475043b68e4aced2137ad621
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-07-24

    Enforce a gtk+-2.14 minimum version in configure

M	configure.ac
M	examples/mapviewer.ui

commit 93f9dbd4000a6ad9b49ba52818c9878c24fd1a24
Author: John Stowers <john.stowers@gmail.com>
Date:	2010-07-22

    Post release version bump

M	Makefile.am
M	NEWS
M	configure.ac
M	python/configure.ac
M	python/setup.py
