commit eaef4296a2d9c50bea53883638754b50cf5d368e
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2026-08-08

    build: fix ChangeLog generation and ship tests in dist
    
    Generate ChangeLog from full git history instead of the frozen 0.7.3
    range, remove the obsolete scp release target, and include tests/test.py
    in the release tarball.

M	Makefile.am

commit 79fafd0cdd1af55cdfc3f3d7a5e4fd59cb0f6d1d
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2026-08-08

    ci: tidy CI workflow and auto-deploy docs on release
    
    - Checkout first, one apt install, master-only triggers
    - Single autogen with --prefix; combine install + python tests
    - On published release (RC or final), rebuild gtk-doc and push
      docs/reference/html to the gh-pages branch

M	.github/workflows/ci.yml
A	.github/workflows/pages.yml

commit 8a8256083472e11f1756b88b186bf272eb3c129b
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2026-08-08

    ci: bump actions/checkout to v5 (Node.js 24)
    
    checkout@v4 still targets Node 20 and triggers deprecation warnings
    on current runners. v5+ declares node24 and clears the annotation.

M	.github/workflows/ci.yml

commit aa1fc32ca86c4fb70531bb7cf37ac01e5068b02a
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2026-08-08

    NEWS: complete 1.2.1 changelog
    
    Document libsoup-3 port, pkg-config fixes, GI add_point change,
    OpenTopoMap, and the PixbufLoader unit test fix since 1.2.0.

M	NEWS

commit 5a40a64565084c00ae09f4c7e02694a641f7d8b6
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2026-08-08

    ci: bump actions/checkout to v4
    
    v2 is deprecated; keep the workflow on a supported action version.

M	.github/workflows/ci.yml

commit 7065107d3f07d4daece071a25ed5d19a7d473ce3
Merge: 439027f a204fdc
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2026-08-08

    Merge pull request #111 from loqs/close-loader-before-getting-pixbuf
    
    tests:close loader before getting pixbuf

commit 439027fbbafbe1ffaaca7824d4f2279949d60310
Merge: 639ea5e f6db5a8
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2026-08-08

    Merge pull request #108 from LordGrimmauld/private-soup
    
    pkg-config: fix requirement propagation

commit a204fdc026e63437d49e5bba62e606da57fd80c2
Author: loqs <loqs@users.noreply.github.com>
Date:   2025-10-19

    tests:close loader before getting pixbuf
    
    - This signals end of data so incremental decoding is not required.
    - Fixes https://github.com/nzjrs/osm-gps-map/issues/110.

M	tests/test.py

commit f6db5a88989f7d93b09d112af5caff2653360111
Author: Grimmauld <Grimmauld@grimmauld.de>
Date:   2025-04-29

    pkg-config: fix requirement propagation
    
    public requires are intended for libraries that
    are being included by public headers.
    `libsoup` is only indluded in `widget.c`,
    and thus does not need a public require.
    
    Adding a public require makes dependents unable to properly include this.
    Specifically, `cmake` (and potentially different tools)
    will only pick up on `osm-gps-map` if all the dependencies it defines are there.
    While it is possible to define libsoup in all dependents, this is unnecessary.
    
    This has caused confusion downstream in nixpkgs [1] after removing libsoup from darktable.
    
    [1] https://github.com/NixOS/nixpkgs/issues/402543

M	osmgpsmap-1.0.pc.in

commit 639ea5e02d2cb47cbc15554d61b1ba6b0ee073b6
Merge: 2396aa6 a6369bc
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2025-04-17

    Merge pull request #107 from loqs/gobject-introspection-make-add_point-a-method
    
    Change first parameter of add_point to in to make it a method

commit a6369bc2bbaa607bdf75fb9fdf88fbc2f0f70f67
Author: loqs <loqs@users.noreply.github.com>
Date:   2025-04-17

    Change first parameter of add_point to in to make it a method
    
    Fixes https://github.com/nzjrs/osm-gps-map/issues/106.

M	src/osm-gps-map-track.h

commit 2396aa6cb2da877847049e7f4243a7d196f9862e
Merge: c7186ce 31b1faf
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2023-02-18

    Merge pull request #100 from twolife/pkgconfig
    
    fix pkg-config file

commit 31b1faffb86516376b979f1724ce74082e4990b2
Author: Sébastien Noel <sebastien@twolife.be>
Date:   2023-02-18

    fix pkg-config file

M	osmgpsmap-1.0.pc.in

commit c7186ce3e423119bed0c148172d458491fb49dfc
Merge: 075d9ad a796575
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2023-02-15

    Merge pull request #99 from twolife/libsoup3
    
    Port to libsoup3

commit a7965751821d5bb55f8fb37b4045295d0c44dd9b
Author: Sébastien Noel <sebastien@twolife.be>
Date:   2023-02-15

    Port to libsoup3

M	.github/workflows/ci.yml
M	configure.ac
M	docs/reference/Makefile.am
M	examples/Makefile.am
M	osmgpsmap-1.0.pc.in
M	src/Makefile.am
M	src/osm-gps-map-widget.c

commit 075d9ad99c0fdd6e02d33e0dc57f9c5010a5b73d
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-12-28

    Add news item for 1.2.1

M	NEWS

commit 31a8c81c8d03e8fca6c48299eefc9f9c9ca23552
Merge: 6a82dc1 ab0cc3d
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-12-28

    Merge pull request #91 from tormodvolden/setuptwice
    
    osm_gps_map_set_property: Do not warn about second setup

commit 6a82dc1323b753de69ac6e979263c7f6b65bcfcb
Merge: 811613c dbcb04b
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-12-28

    Merge pull request #89 from paolobenve/master
    
    manages segments across date change line

commit 811613c71201b8aa50851aad0f7abbd8e00f1b6a
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-12-27

    add missing .pc file

A	osmgpsmap-1.0.pc.in

commit 9a8e3beff8c21dcd95519dd5ee4a7de872bafd9d
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-12-27

    add missing .pc file change

D	osmgpsmap-1.2.pc.in

commit a7ba58c01260336562dd8834c1ef5806233e050f
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-12-27

    revert #84

M	.gitignore
M	Makefile.am
M	catalog.xml
M	configure.ac
M	docs/reference/Makefile.am
M	examples/Makefile.am
M	examples/mapviewer.py
M	src/.gitignore
M	src/Makefile.am
M	src/OsmGpsMap.vapi
M	tests/test.py

commit ab0cc3d20fc0e4e68587bfbee279c4efa2284e2f
Author: Tormod Volden <debian.tormod@gmail.com>
Date:   2021-10-11

    osm_gps_map_set_property: Do not warn about second setup
    
    osm_gps_map_setup() deals gracefully with this.
    
    osm_gps_map_setup() is already run in the constructor, so
    this warning would always show up.
    
    Signed-off-by: Tormod Volden <debian.tormod@gmail.com>

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

commit dbcb04b1eb736e88889b58dd3a75218998c1f11c
Author: Paolo Benvenuto <paolobenve@gmail.com>
Date:   2021-09-19

    segments across date change line: fix bug

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

commit 5ee6d1befe0ce7fa73731d3d011b9952a5d66672
Author: Paolo Benvenuto <paolobenve@gmail.com>
Date:   2021-09-19

    make segments across date change line work

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

commit a86149d999c1b016ff667ea3a6f7069f968eab95
Merge: 118fd80 4531338
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-07-28

    Merge pull request #86 from phweyland/opentopomap
    
    add opentopomap to the map source

commit 45313383e2dd6af6d98cc1a8b02b5a4f4f4610ed
Author: phweyland <philippe.weyland@laposte.net>
Date:   2021-07-27

    add opentopomap to the map source

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

commit 118fd8052f1df6fde7baa0fbeaf1a8cd97c94ab3
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-05-26

    Drop support for libsoup older than 2.42
    
    fixes #85
    
    libsoup 2.42 is old enough that no current LTS distro even carries it.

M	NEWS
M	configure.ac
M	osmgpsmap-1.2.pc.in
M	src/osm-gps-map-widget.c

commit 7050ff23fdd05fda92d1f00399ec4679dab0bc5e
Merge: 4db25ba c919bfe
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-04-24

    Merge pull request #84 from dakk/master
    
    Update catalog and pc files with 1.2 version

commit c919bfed3d8c35367721f2e3c11b22694b54206a
Author: Davide Gessa (dakk) <gessadavide@gmail.com>
Date:   2021-04-22

    update python test

M	tests/test.py

commit eea01227312bf2c93b7d0652c85d0a9a9ecc2a93
Author: Davide Gessa (dakk) <gessadavide@gmail.com>
Date:   2021-04-22

    update mapviewer osmgpsmap required version

M	examples/mapviewer.py

commit 0585e6ce2fa2e687d464e9a111ea0bdfbbdbc857
Merge: b40569c 4db25ba
Author: Davide Gessa (dakk) <gessadavide@gmail.com>
Date:   2021-04-22

    Merge remote-tracking branch 'upstream/master'

commit b40569cfe4d8a8c5d3a59d56713d913a7de24fab
Author: Davide Gessa (dakk) <gessadavide@gmail.com>
Date:   2021-04-22

    fix tests

M	examples/mapviewer.py
M	src/OsmGpsMap.vapi

commit 5ce83302edb9fc602692e3eb40b49921d59ec809
Author: Davide Gessa (dakk) <gessadavide@gmail.com>
Date:   2021-04-22

    remove m4 files

D	m4/gtk-doc.m4
D	m4/introspection.m4

commit 1c02e21383bfbe8c88dde4872a036104fa1a6645
Author: Davide Gessa (dakk) <gessadavide@gmail.com>
Date:   2021-04-22

    restore gtk-doc.m4

M	m4/gtk-doc.m4

commit cc50087a2a1ca575633ee1718ef151395c900c64
Author: Davide Gessa (dakk) <gessadavide@gmail.com>
Date:   2021-04-22

    fix version references

M	m4/gtk-doc.m4
M	src/Makefile.am

commit 815b78e824dce9d2d61ead940fc5a4ac242150a3
Author: Davide Gessa (dakk) <gessadavide@gmail.com>
Date:   2021-04-22

    remove pc file

D	osmgpsmap-1.2.pc

commit a8c8839942bb9705707c03b065e8f802b3d9b44b
Author: Davide Gessa (dakk) <gessadavide@gmail.com>
Date:   2021-04-22

    fix version references

M	.gitignore
M	Makefile.am
M	configure.ac
M	docs/reference/Makefile.am
M	examples/Makefile.am
M	src/.gitignore
M	src/Makefile.am

commit e93524558ec021d28462a6037129af57d77a85c3
Author: Davide Gessa (dakk) <gessadavide@gmail.com>
Date:   2021-04-22

    update catalog and pc files

M	catalog.xml
A	osmgpsmap-1.2.pc
R075	osmgpsmap-1.0.pc.in	osmgpsmap-1.2.pc.in

commit 4db25ba448914db304a5856ddc09c04a8f6e0ba6
Merge: 7e26b7c 73e3fe0
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-04-02

    Merge pull request #83 from dreadnought/fix-repo-uri
    
    Fix for custom repo-uri

commit 73e3fe0cf293d5d3f6595ba0e344109d92d7e6e7
Author: Patrick Salecker <mail@salecker.org>
Date:   2021-04-02

    Fix for custom repo-uri

M	examples/mapviewer.py
M	src/osm-gps-map-widget.c

commit 7e26b7c0967dc0b638dfc2b4315985505e5f852a
Merge: 1c5d813 bb767da
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-03-02

    Merge pull request #80 from jspricke/default_map-source
    
    Set default map-source in example

commit bb767da37afdace2e3df2f1443f25567d9d01e42
Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date:   2021-03-02

    Set default map-source in example
    
    Needed since 05d9ea1.

M	examples/mapviewer.py

commit 1c5d813567902371179bdeb85ecce8631fd1a70c
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-02-27

    Update news and version

M	NEWS
M	configure.ac

commit bc3ad853a195b46d5aedb5e880b5c0b72cd8d34f
Merge: c874e9c 21b7f53
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-02-27

    Merge pull request #78 from dreadnought/master
    
    Replace G_TYPE_INSTANCE_GET_PRIVATE and g_type_class_add_private

commit c874e9cee65f924d593a0c71e45c4f79b60946a9
Merge: 4f383ca cd4c3ff
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-02-27

    Merge pull request #79 from dreadnought/python-unittest
    
    Add python unit tests and remove travis.yml

commit cd4c3ff91bafc8b9a9ced445d543b7a98f05808d
Author: Patrick Salecker <mail@salecker.org>
Date:   2021-02-20

    Add python unit tests and remove travis.yml

M	.github/workflows/ci.yml
D	.travis.yml
A	tests/test.py

commit 21b7f537521e97b9eeb76de6492d3aba76f03d50
Author: Patrick Salecker <mail@salecker.org>
Date:   2021-02-20

    Replace G_TYPE_INSTANCE_GET_PRIVATE and g_type_class_add_private

M	src/osm-gps-map-image.c
M	src/osm-gps-map-osd.c
M	src/osm-gps-map-polygon.c
M	src/osm-gps-map-track.c
M	src/osm-gps-map-widget.c

commit 4f383ca3623bca1d2908d4c315b2d9e960d2972f
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-02-07

    Prepare documentation for release 1.2.0

M	docs/reference/libosmgpsmap-docs.xml
M	docs/reference/libosmgpsmap-sections.txt
M	src/osm-gps-map-image.c
M	src/osm-gps-map-image.h
M	src/osm-gps-map-layer.h
M	src/osm-gps-map-osd.c
M	src/osm-gps-map-osd.h
M	src/osm-gps-map-point.c
M	src/osm-gps-map-point.h
M	src/osm-gps-map-polygon.h
M	src/osm-gps-map-source.h
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h
M	src/osm-gps-map.h

commit 7f987799aae394e8a806a5c608861198cbcd5f49
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-02-05

    Prepare for 1.2.0 release

M	NEWS
M	configure.ac
M	docs/reference/libosmgpsmap-sections.txt
M	src/osm-gps-map-point.c
M	src/osm-gps-map-widget.c

commit bdd6094506e5647c5245271daf2ebb7e9dd32d0e
Merge: d771e8c c018f9a
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-02-05

    Merge pull request #77 from phweyland/max-zoom
    
    max zoom: max zoom set to 20 and tweak the max per map source

commit c018f9ae3ea4ae85972c649615831c7f0867d0e7
Author: phweyland <philippe.weyland@laposte.net>
Date:   2021-02-02

    max zoom: max zoom set to 20 and tweak the max per map source

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

commit d771e8ca770076a3f10baf31db65a8cada559f9b
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-01-30

    Supplement GH CI dependencies

M	.github/workflows/ci.yml

commit b3f5c1f7cc74677d8b71aaafa68f8034cdbc93d7
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-01-30

    further remove dependency on gnome-common, use newest available autotools macros

M	configure.ac
M	m4/.gitignore
D	m4/gtk-doc.m4
D	m4/introspection.m4

commit 68415a259346801d67e9352c6bcc18c8fc5fd965
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-01-30

    fix missing dependencies step for GH CI

M	.github/workflows/ci.yml
M	NEWS

commit a0c1f03e1b22c4287572249d7f5dc207664f572c
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-01-30

    Create GHActions-based CI

A	.github/workflows/ci.yml

commit 300aa76d67c04bb279ab2858003e386a15e7e684
Merge: e150ec7 7f038fa
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-01-30

    Merge pull request #75 from dreadnought/gnome-common
    
    Remove gnome-common dependency

commit 7f038fa4401bade14d804ee20a7e192a11d2a872
Author: Patrick Salecker <mail@salecker.org>
Date:   2021-01-30

    Add doc strings to new user_data functions

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

commit 5a3b67759e7f2c97f080d9c0cdddf09e12612063
Author: Patrick Salecker <mail@salecker.org>
Date:   2021-01-30

    Remove unused MKTMPL_OPTIONS

M	docs/reference/Makefile.am

commit 2759459d73e684c66963088fb7758ae4918b59dc
Author: Patrick Salecker <mail@salecker.org>
Date:   2021-01-30

    build with gtk-doc

M	.gitignore
M	.travis.yml
M	autogen.sh

commit b2e3298397cc065560df5cc787f138d5586afd82
Author: Patrick Salecker <mail@salecker.org>
Date:   2021-01-30

    Remove gnome-common

M	.travis.yml
M	autogen.sh

commit e150ec7240367a672daada02b653b7756922f0ba
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-01-27

    don't use deprecated gdk_window_set_debug_updates, hint at using --gtk-debug==updates in mapviewer.c

M	examples/mapviewer.c

commit b5ba05a740d66e66cfc9c9963b65365a05d8c858
Merge: 4d9f594 43d7228
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-01-26

    Merge pull request #34 from smartyg/point-userdata
    
    Add user data to each point

commit 4d9f5942a75888b0724e85fb15cdcd5eb0f256ab
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-01-26

    add user-agent property to mapviewer.c example

M	examples/mapviewer.c

commit 83c60df16f83a1da20c0be95af7ea86e83772923
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-01-26

    [examples] use changed signal for map center display in mapviewer
    
    fixes #68
    
    The examples were using `on_button_release` which was inacurate if
    map movement wasn't caused by mouse button. Changed examples to
    use `changed` signal

M	examples/mapviewer.c
M	examples/mapviewer.py

commit 15f257fbee1a433d67d2537b99da3a481fa71043
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-01-26

    gtk-doc.m4 updates

M	m4/gtk-doc.m4

commit b4e69e604f5602c0893e6375932078f87a7c1ef0
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-01-26

    use new way to get device pointer for gtk 3.20+

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

commit 2edb59be2098820e906f80409b7fb9b64975f742
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-01-26

    for libsoup > 2.42 use new way to setup session

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

commit 4be3dbeae37cf3ff1a795b164a7ce007b61e963d
Author: Hubert Kowalski <h.kowalski@hakger.pl>
Date:   2021-01-26

    change deprecated g_memmove to C90 standard memmove

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

commit fb1634f461d119742ec7de0c229495b00c9cce7d
Merge: d468b23 7a9e6f3
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-01-25

    Merge pull request #74 from dreadnought/unknown-namespace
    
    Fix "Unknown namespace for symbol" warnings

commit 7a9e6f31f733eb12cb4d73e21700d4d244116cb9
Author: Patrick Salecker <mail@salecker.org>
Date:   2021-01-25

    Fix "Unknown namespace for symbol" warnings

M	src/osm-gps-map-image.c
M	src/osm-gps-map-image.h
M	src/osm-gps-map-osd.c
M	src/osm-gps-map-osd.h
M	src/osm-gps-map-polygon.c
M	src/osm-gps-map-polygon.h
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h

commit d468b23ae4ed1e4968be4117213d3ac88820d844
Merge: 8408675 11bf472
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-01-25

    Merge pull request #63 from schneiderfelipe/patch-1
    
    Update mapviewer.py to Python 3

commit 8408675d3dafbd3ae011d0700fdd1e46c78f4a13
Merge: e77bcd4 ee781bd
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-01-24

    Merge pull request #73 from dakk/master
    
    Glade catalog file

commit e77bcd4108625677f89fde31ca25abe67e552b46
Merge: a9222d1 d839f7a
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-01-24

    Merge pull request #61 from Gniourf/gniourf
    
    (transfer none) for osm_gps_map_track_get_point

commit a9222d1b4d7264846f0cd501732b8ab6249258ff
Merge: 9df1353 12e36cf
Author: Hubert Kowalski <johnny-bit@users.noreply.github.com>
Date:   2021-01-24

    Merge pull request #64 from SNoiraud/master
    
    OSM forward all http resquest to https.

commit ee781bd5cd14148b4fda73b668f20cede7a3f228
Author: Davide Gessa (dakk) <gessadavide@gmail.com>
Date:   2020-12-06

    catalog file

A	catalog.xml

commit 11bf4721b577a5bda422067fc8b8dea75b95d590
Author: Felipe S. S. Schneider <37125+schneiderfelipe@users.noreply.github.com>
Date:   2019-05-16

    Update compatibility to Python 3

M	examples/mapviewer.py

commit 12e36cfc10c405ab654d803b91c67707a92d53b7
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2019-06-26

    OSM forward all http resquest to https.
    
    After asking the OSM support, I was told OSM forward all http request to
    https when we use .org url.
    So it should work in all cases.
    
    Trying for all urls, I saw that maps-for-free.com does the same thing.
    
    This has an energy cost, so it would be good for the planet to change
    http to https.

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

commit 9df1353a3970cd21a73527967e9f3d75f9bf7537
Merge: d275a5d 8ab563b
Author: John Stowers <john.stowers@gmail.com>
Date:   2019-06-23

    Merge pull request #62 from DerDakon/osm2go-fixes
    
    Small fixes and optimizations from OSM2go

commit 8ab563b860cb112ce1e3336a4a195db8e97c5de2
Author: Rolf Eike Beer <eike@sf-mail.de>
Date:   2019-03-02

    remove needless promotion to longer datatype

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

commit 7e777e4f79296c66c32900e2a93fc6dbda3f1f78
Author: Rolf Eike Beer <eike@sf-mail.de>
Date:   2019-03-02

    openstreetmap.org supports zoom 19

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

commit cc20780ea664df9934e3dcc1a15fdc0cf4e08f8e
Author: Rolf Eike Beer <eike@sf-mail.de>
Date:   2019-03-02

    simplify path construction

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

commit bc529739db29829989a3a66c61e803fef42fca5b
Author: Rolf Eike Beer <eike@sf-mail.de>
Date:   2019-03-02

    avoid memory allocations for URL pattern replacement

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

commit d839f7ab9ee13cf94c16d5ddb08705296a82054a
Author: Gniourf <gniourfgniourf@gmail.com>
Date:   2018-01-04

    (transfer none) for osm_gps_map_track_get_point
    
    Annotation (transfer none) was missing and was causing segfaults

M	src/osm-gps-map-track.h

commit d275a5d24b55e3ff9f698ac3e04866269c50bc2a
Merge: 22af1d1 45e319d
Author: John Stowers <john.stowers@gmail.com>
Date:   2016-07-09

    Merge pull request #54 from supercamel/master
    
    Added 'breakable' property to polygons. Also tweaked vapi file.

commit 45e319d919cfbb97534600b3c29be6102497d080
Author: Samuel Cowen <samuel.cowen@camelsoftware.com>
Date:   2016-07-03

    Added 'breakable' property to polygons. Also tweaked vapi file.

M	src/OsmGpsMap.vapi
M	src/osm-gps-map-polygon.c
M	src/osm-gps-map-widget.c

commit 22af1d1a8348e36bd4017144220f4ad9b902ca9f
Merge: 3ce072c 95bff87
Author: John Stowers <john.stowers@gmail.com>
Date:   2016-07-03

    Merge pull request #53 from supercamel/master
    
    Added 'shade_alpha' property to polygons + vapi file for Vala bindings.

commit 95bff8767edfe9e97037713c59bf467083e79b1a
Author: Samuel Cowen <samuel.cowen@camelsoftware.com>
Date:   2016-07-02

    Woops! Vapi file was bad.

D	src/OsmGpsMap-1.0.metadata
M	src/OsmGpsMap.vapi

commit 8e80ffbc6b10145a209be871d3e2670c0f1a1358
Author: Samuel Cowen <samuel.cowen@camelsoftware.com>
Date:   2016-07-01

    Added 'shade_alpha' property to polygons. This property affects the tranparency of the shaded area.

A	src/OsmGpsMap-1.0.metadata
A	src/OsmGpsMap.vapi
M	src/osm-gps-map-polygon.c
M	src/osm-gps-map-widget.c

commit 3ce072c05e3db3e7199039ae205f6b2687457379
Merge: 63a8e3a 05d9ea1
Author: John Stowers <john.stowers@gmail.com>
Date:   2016-07-01

    Merge pull request #52 from supercamel/master
    
    Fixed up vala map type bug.

commit 05d9ea1ad15e5a06ecd1dd357120b8374855665d
Author: Samuel Cowen <samuel.cowen@camelsoftware.com>
Date:   2016-07-01

    Fixed up vala map type bug.

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

commit 63a8e3a646e2d67dc14a328c52f3664b514cde91
Merge: 33c611c c13f79b
Author: John Stowers <john.stowers@gmail.com>
Date:   2016-03-26

    Merge pull request #48 from dreadnought/copyright
    
    Show copyright information for the built-in map-sources in the OSD

commit c13f79bf65807e5b5e7521df1e8c11b9e7dfaec6
Author: Patrick Salecker <mail@salecker.org>
Date:   2016-03-26

    show copyright information for the built-in map-sources in the OSD

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

commit 33c611c1c2eaddf7897153737aed8154b1224fc6
Merge: e520fc5 f939d24
Author: John Stowers <john.stowers@gmail.com>
Date:   2016-03-07

    Merge pull request #47 from dreadnought/user-agent
    
    add a property that extends the HTTP user agent

commit f939d24837d1a1e7928e0854723bd6ccf0d0bc42
Author: Patrick Salecker <mail@salecker.org>
Date:   2016-03-05

    add a property  that extends the HTTP user agent

M	examples/mapviewer.py
M	src/osm-gps-map-widget.c

commit e520fc5488a358151a8923452a9d78cda0aa5437
Merge: b7cc420 65def38
Author: John Stowers <john.stowers@gmail.com>
Date:   2016-03-01

    Merge pull request #46 from dreadnought/master
    
    small changes

commit 65def383d3f62c87b7ad53c070c7ed137190ba26
Author: Patrick Salecker <mail@salecker.org>
Date:   2016-02-27

    use the VERSION marco for the user-agent

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

commit 5c9b4aae1e9fc9ff5fcf73c50a5f241dd7151e9e
Author: Patrick Salecker <mail@salecker.org>
Date:   2016-02-27

    clean up

M	docs/reference/libosmgpsmap-sections.txt
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h

commit b7cc4200206776ea0acb781d688abc3b7c58dc28
Merge: c1983d8 0472006
Author: John Stowers <john.stowers@gmail.com>
Date:   2016-02-19

    Merge pull request #44 from dreadnought/travis-ci
    
    fix introspection error and warnings

commit 047200691b03d5676de15d1919ba47c0d71b76de
Author: Patrick Salecker <mail@salecker.org>
Date:   2016-02-19

    add more files to .gitignore

M	.gitignore

commit da394859c06421c550fb827cc833d3aff00f4d23
Author: Patrick Salecker <mail@salecker.org>
Date:   2016-02-19

    fix comment for the point-added signal

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

commit a8bd491866b3a0afcc2eb684cf69e0ae51e8acea
Author: Patrick Salecker <mail@salecker.org>
Date:   2016-02-19

    fix incorrect annotations and add some missing comment blocks

M	docs/reference/libosmgpsmap-sections.txt
M	src/osm-gps-map-polygon.h
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h

commit 0d7349e1428f2b70bc35a168470f8d27eb61acb7
Author: Patrick Salecker <mail@salecker.org>
Date:   2016-02-19

    add --warn-error to INTROSPECTION_SCANNER_ARGS

M	src/Makefile.am

commit 3093f61a949d21ff58ad4eeb0dd90afc50b7249f
Author: Patrick Salecker <mail@salecker.org>
Date:   2016-02-19

    move autogen.sh to before_script

M	.travis.yml

commit de22931167010c9f2b15bc38117c204dede75062
Author: Patrick Salecker <mail@salecker.org>
Date:   2016-02-19

    add .travis.yml

A	.travis.yml

commit c1983d823b6b01aefb9d4af728e3cac4d32466ef
Author: John Stowers <john.stowers@gmail.com>
Date:   2015-11-19

    1.1.0

M	NEWS
M	configure.ac

commit da31e0a7ba80792315667fe31f17fdf5cab044a3
Author: John Stowers <john.stowers@gmail.com>
Date:   2015-11-19

    gtk-doc.m4 updates

M	m4/gtk-doc.m4

commit f424fa37b05b6d84a6f2464119a2ec02de1484bd
Merge: 2f46831 1401fd3
Author: John Stowers <john.stowers@gmail.com>
Date:   2015-10-11

    Merge pull request #42 from christophgysin/master
    
    fix type for image rotation

commit 1401fd3e7516e2c812f9c141bfafce9bca777698
Author: Christoph Gysin <christoph.gysin@gmail.com>
Date:   2015-10-11

    fix type for image rotation
    
    This commit fixes warnings:
    g_value_get_float: assertion `G_VALUE_HOLDS_FLOAT (value)' failed
    
    as reported by Monte Bateman on:
    https://groups.google.com/forum/#!topic/osm-gps-map/my8oW-Fw9y0

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

commit 2f4683161117eddf76d71503b2d2b840a370ca56
Merge: ea9a1ef da005b8
Author: John Stowers <john.stowers@gmail.com>
Date:   2015-07-30

    Merge pull request #41 from sardemff7/wip/yahoo-removal
    
    Remove Yahoo service

commit da005b84dc1fdc7cc3b428c18a6e0e75871675ac
Author: Quentin Glidic <sardemff7+git@sardemff7.net>
Date:   2015-07-30

    osm-gps-map-source: Remove Yahoo service
    
    On release, LT_VERSION_INFO should be changed to 1:0:0 as this removes
    API.
    
    Fixes #36
    
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

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

commit ea9a1efafafc3dd108fc4d5447c370686dfde43f
Merge: 7da2efd 0e91be9
Author: John Stowers <john.stowers@gmail.com>
Date:   2015-07-30

    Merge pull request #39 from sardemff7/wip/color-type-fix
    
    osm-gps-map-track: Use GDK_TYPE_RGBA instead of GDK_TYPE_COLOR

commit 0e91be935ecf6b737354bd58a9a99ba801e8f9a9
Author: Quentin Glidic <sardemff7+git@sardemff7.net>
Date:   2015-07-30

    osm-gps-map-track: Use GDK_TYPE_RGBA instead of GDK_TYPE_COLOR
    
    GDK_TYPE_COLOR is deprecated.
    
    Fixes #28
    
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

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

commit 7da2efd79ba3aa27e9dfb3ed7a8f3b66a1e5351a
Merge: 0ce31cb 9811557
Author: John Stowers <john.stowers@gmail.com>
Date:   2015-07-30

    Merge pull request #38 from sardemff7/wip/autotools-cleanup
    
    Autotools cleanup

commit 9811557421d8e61a36a565638f30300f67fd5bbc
Author: Quentin Glidic <sardemff7+git@sardemff7.net>
Date:   2015-07-30

    docs/reference/Makefile.am: INCLUDES is deprecated
    
    Use AM_CFLAGS instead
    
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

M	docs/reference/Makefile.am

commit dee17bae00beedd0656b0719109805758853ff09
Author: Quentin Glidic <sardemff7+git@sardemff7.net>
Date:   2015-07-30

    Makefile.am: Use AM_V_GEN for ChangeLog
    
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

M	Makefile.am

commit cea6437c660cc7a87351d4033399ccb4bb2a8693
Author: Quentin Glidic <sardemff7+git@sardemff7.net>
Date:   2015-07-30

    configure.ac: Always check for GThread
    
    It should always be there if GLib and GTK+3 are there too.
    
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

M	configure.ac
M	examples/Makefile.am

commit 177fba70bc27b0fc9c33dab1ded2f67941edb32f
Author: Quentin Glidic <sardemff7+git@sardemff7.net>
Date:   2015-07-30

    Makefile.am: EXTRA_DIST is here totally useless
    
    osmgpsmap-1.0.pc.in is disted because listed in AC_CONFIG_FILES
    m4 files are always disted
    gtk-doc.make is disted as a dependency of docs/refeence/Makefile.in
    openstreetmap_gps_map_doc_DATA does not exist
    
    EXTRA_DIST must be used only if nothing else is usable. Most of the
    time, dist_* variants of variables (like *_DATA) are available.
    
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

M	Makefile.am

commit 7b9353895704914be24aee87167fa2bfbaca7e7c
Author: Quentin Glidic <sardemff7+git@sardemff7.net>
Date:   2015-07-30

    Makefile.am: Use the already provided docdir
    
    Also osm_gps_mapdocdir was badly defined.
    
    Fixes #12.
    
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

M	Makefile.am

commit 82fa65b0c0164f716db7c959e9842d1db525c44e
Author: Quentin Glidic <sardemff7+git@sardemff7.net>
Date:   2015-07-30

    configure.ac: GNOME_MAINTAINER_MODE_DEFINES is deprecated
    
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

M	Makefile.am
M	configure.ac

commit 7bdd5a73da7d7d18fd3047dc9884d7c9826c9a25
Author: Quentin Glidic <sardemff7+git@sardemff7.net>
Date:   2015-07-30

    Makefile.am: Use AM_DISTCHECK_CONFIGURE_FLAGS
    
    DISTCHECK_CONFIGURE_FLAGS is for users.
    
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

M	Makefile.am

commit 1ae226d8a28a3f94bea5b1b206bd99c19c81fd64
Author: Quentin Glidic <sardemff7+git@sardemff7.net>
Date:   2015-07-30

    configure.ac: Add some Automake options
    
    foreign is to avoid GNU specific files to be mandatory
    subdir-objects and parallel-tests are defaults in newer Automake so
    should be there on older ones to help catching errors.
    
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

M	configure.ac

commit 0ce31cbf31c17a33090a8f58cbdd3ecdb8c97e7a
Merge: c24d08d 123c7fb
Author: John Stowers <john.stowers@gmail.com>
Date:   2015-07-30

    Merge pull request #37 from sardemff7/master
    
    Make GObject Introspection optional

commit 123c7fb3a106e351f590aaa87375456955c53677
Author: Quentin Glidic <sardemff7+git@sardemff7.net>
Date:   2015-07-29

    configure.ac: Make GObject Introspection optional
    
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

M	configure.ac

commit c24d08de184ef25fd9f973644e3b3557974bb746
Merge: 834bed2 499f672
Author: John Stowers <john.stowers@gmail.com>
Date:   2015-06-07

    Merge pull request #35 from LebedevRI/fix-some-leaks
    
    Fix some leaks

commit 499f6720b768dcd47b642186b5fac98b679b0edb
Author: Roman Lebedev <lebedev.ri@gmail.com>
Date:   2015-06-07

    osm_gps_map_setup: do not leak previously g_strdup{,_printf}()-ed strings
    
    Fixes LeakSanitizer-detected leaks like:
    Direct leak of 66 byte(s) in 1 object(s) allocated from:
        0 0x7fa2e849ca06 in __interceptor_realloc (/usr/lib/x86_64-linux-gnu/libasan.so.1+0x54a06)
        1 0x7fa2e0b05f0c in __vasprintf_chk (/lib/x86_64-linux-gnu/libc.so.6+0xf5f0c)
        2 0x7fa2e5a7589b in g_vasprintf (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x8d89b)
        3 0x7fa2e5a502ac in g_strdup_vprintf (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x682ac)
        4 0x7fa2e5a50368 in g_strdup_printf (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x68368)
        5 0x7fa2e94c7c78 in osm_gps_map_setup (/usr/local/lib/libosmgpsmap-1.0.so.0+0x1fc78)
        6 0x7fa2e94c8b48 in osm_gps_map_constructor (/usr/local/lib/libosmgpsmap-1.0.so.0+0x20b48)
        7 0x7fa2e5d0d650 (/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0+0x15650)
        8 0x7fa2e5d0f6a4 in g_object_new_valist (/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0+0x176a4)
        9 0x7fa2e5d0f9e0 in g_object_new (/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0+0x179e0)
    ...

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

commit edc9717e89ae9ee5b568e0b9772b6b32084918c9
Author: Roman Lebedev <lebedev.ri@gmail.com>
Date:   2015-06-07

    osm_gps_map_finalize: do not leak any of the strings we might have g_strdup()-ed in osm_gps_map_set_property

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

commit d64a6f5bd588915fc8df9502d4633daed534d05a
Author: Roman Lebedev <lebedev.ri@gmail.com>
Date:   2015-06-07

    osm_gps_map_set_property: do not leak previously g_strdup()-ed strings
    
    The reason is: if those properties are set more than once,
    the memory allocated previously will leak.
    
    Fixes LeakSanitizer-detected leaks like:
    Direct leak of 4 byte(s) in 1 object(s) allocated from:
        0 0x7f624fd7c74f in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.1+0x5474f)
        1 0x7f624d317799 in g_malloc (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x4f799)
        2 0x7f624d33012e in g_strdup (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x6812e)
        3 0x7f6250da8746 in osm_gps_map_set_property (/usr/local/lib/libosmgpsmap-1.0.so.0+0x20746)
        4 0x7f624d5ed44c (/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0+0x1544c)
        5 0x7f6250da89e6 in osm_gps_map_constructor (/usr/local/lib/libosmgpsmap-1.0.so.0+0x209e6)
        6 0x7f624d5ed650 (/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0+0x15650)
        7 0x7f624d5ef6a4 in g_object_new_valist (/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0+0x176a4)
        8 0x7f624d5ef9e0 in g_object_new (/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0+0x179e0)
        9 0x7f6224b273cf
        10 0x7f624fae0292 in dt_view_load_module /home/lebedevri/darktable/src/views/view.c:189
        11 0x7f624fae03d7 in dt_view_manager_load_module /home/lebedevri/darktable/src/views/view.c:116
        12 0x7f624fae0c75 in dt_view_manager_init /home/lebedevri/darktable/src/views/view.c:81
        13 0x7f624f8a4ff7 in dt_init /home/lebedevri/darktable/src/common/darktable.c:872
        14 0x400cb8 in main /home/lebedevri/darktable/src/main.c:24
        15 0x7f6248311b44 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b44)
        16 0x400bd8 (/usr/local/bin/darktable+0x400bd8)

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

commit 43d72284b0ba9b0ce2f0542eb15842d8738ac575
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   2014-08-10

    initialize OsmGpsMapPoint user data field to NULL

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

commit 4858618594498f1d847372c94c631530e039f6ea
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   2014-08-10

    add user data field and get/set functions to OsmGpsMapPoint

M	src/osm-gps-map-point.c
M	src/osm-gps-map-point.h

commit 834bed2098607947d10233bbca4424668ec069c0
Merge: 7685aff 24bcd6a
Author: John Stowers <john.stowers@gmail.com>
Date:   2014-08-25

    Merge pull request #32 from smartyg/zoom2fit
    
    zoom and center to fit coordinates

commit 24bcd6a72feaf060e932fc4e6fa91053c5709004
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   2014-08-18

    Add function to zoom and center map to fit at least a box with given coordinates.

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

commit 7685aff79f7abde8927ec3272ed48e7265b2f079
Merge: 5a240f7 29f6a36
Author: John Stowers <john.stowers@gmail.com>
Date:   2014-08-22

    Merge pull request #31 from smartyg/editable-modifications
    
    Editable modifications

commit 29f6a366bed653baf168f51a039ebad994403f45
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   2014-08-17

    one more value changed to macro DOT_RADIUS

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

commit 205891b34a07dd822137074098b30b90b7a75134
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   2014-08-17

    replace the dot size with a macro, so it is easier to keep track of and change it

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

commit a8dff9f02853318324b5dfd21650a5fed7af57fd
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   2014-08-17

    fix whitespaces

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

commit f4985f12b4ae98c5ba83bb85965c5a49fa2bac71
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   2014-08-17

    this statement is only there to move the drawing pointer to the right place, dont draw anything before it

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

commit 621393361a2b644f5fae4e11142a243e857090ba
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   2014-08-10

    add little comment about a property

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

commit c613d4940debc3469eb21682d177e9afa2dd70ab
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   2014-08-10

    unify signal name; change changed to point-changed

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

commit 16c693de71e58fff74231fb6a4e0b79abaa0460d
Author: Martijn Goedhart <goedhart.martijn@gmail.com>
Date:   2014-08-10

    disable check for modifier keys when a mouse click is recieved

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

commit 97f0b9c7fd99e4d249b33cfaea3c0f14cff75b78
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-06

    Did some work on getting track color to work. In Gtk+3.8 only the red channel was displayed.

M	examples/mapviewer.c
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.c

commit b3e9387a2166b307e06ea664b7d2f009d528bc40
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-06

    Fixed an error in osm_gps_map_polygon_add()

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

commit 8257039c22a5993539d38c727e8ede8ff43bd9d7
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-06

    Added G_BEGIN_DECLS to osm-gps-map-polygon.h

M	src/osm-gps-map-polygon.h

commit 9ac58716142db8144cd6bcb3ec157f825dde7b8d
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-06

    Added editable track example

A	examples/editable_track.c

commit c32eed0698c990eb9b973fdb2796dbf8546b34e2
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-06

    Added an editable track example.

M	examples/Makefile.am
M	examples/polygon.c

commit 22d1f2266ca7ff05f00f011accfbcc8971c2385f
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-06

    Actually added files for polygons.

A	examples/polygon.c
A	src/osm-gps-map-polygon.c
A	src/osm-gps-map-polygon.h

commit 7bce06478168ad9f9fe04081a692f4e4815de60a
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-06

    Added polygons & an editable polygon example.

M	examples/Makefile.am
M	examples/README
M	src/Makefile.am
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h

commit 285dc89320b91ba4fe27ffd334c8071b853615a6
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-05

    Removed previous example and added -e option to original mapviewer example.

D	examples/editable_tracks.c
M	examples/mapviewer.c
M	src/osm-gps-map-track.c
M	src/osm-gps-map-widget.c

commit e7db3ed6e3902feabccf9914b037a53217874de6
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-04

    Added a length function to the track that returns the great circle length in meters.

M	examples/editable_tracks.c
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h

commit ee722bf425633e3c42573c4d219649eed680eadd
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-04

    Added editable tracks example.

A	examples/editable_tracks.c

commit ce6c297efad9c27d96f04fdfd955bdd5cb61c79e
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-04

    Removed white space issues

M	m4/gtk-doc.m4
M	src/converter.c
M	src/osd-utils.c
M	src/osm-gps-map-compat.c
M	src/osm-gps-map-image.c
M	src/osm-gps-map-image.h
M	src/osm-gps-map-layer.c
M	src/osm-gps-map-osd.c
M	src/osm-gps-map-point.c
M	src/osm-gps-map-source.c
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h

commit 635b56ddbf89d548e16584526c1a67d258e29fa2
Author: Samuel Cowen <samuel.cowen89@gmail.com>
Date:   2014-06-03

    Make images rotateable and made tracks editable, similar to google maps polylines.

M	src/converter.c
M	src/osd-utils.c
M	src/osm-gps-map-compat.c
M	src/osm-gps-map-image.c
M	src/osm-gps-map-image.h
M	src/osm-gps-map-layer.c
M	src/osm-gps-map-osd.c
M	src/osm-gps-map-point.c
M	src/osm-gps-map-source.c
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h

commit 5a240f70ef744a4499ef3d1f0844023442328b12
Merge: 7347547 71418bb
Author: John Stowers <john.stowers@gmail.com>
Date:   2014-04-23

    Merge pull request #29 from gordonjcp/master
    
    fix setup bug with initial map y setting, improve zoom centering

commit 71418bbd3683634d461e430056de6f3a28bdfb87
Author: Gordon JC Pearce <gordonjcp@gjcp.net>
Date:   2014-04-22

    fix setup bug with initial map y setting, improve zoom centering

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

commit 7347547178fc5c296f66d66717c5b787b04d475c
Author: John Stowers <john.stowers@gmail.com>
Date:   2014-04-08

    1.0.2

M	NEWS
M	configure.ac

commit d9df23229a4847707861d2c0c44ae2e4f42fb7de
Author: John Stowers <john.stowers@gmail.com>
Date:   2014-04-08

    fix build with new giscanner

M	src/Makefile.am

commit 3fa49479fee07e6d354dea96f5a7ffad192cb491
Merge: a544f68 8b111ca
Author: John Stowers <john.stowers@gmail.com>
Date:   2014-01-26

    Merge pull request #25 from andrewgee/master
    
    OpenStreetMap require an accurate User-Agent or no tiles!

commit 8b111ca6ac88ea5b00fd6e838e48eb57f04290e0
Author: Andrew Gee <andrew@andrewgee.org>
Date:   2014-01-25

    Remove non-funtioning OSMC map source

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

commit 49a5d6a2816b6bda09f89ed1e6be80633068647c
Author: Andrew Gee <andrew@andrewgee.org>
Date:   2014-01-25

    Changed user-agent to be unique to library. Openstreetmap require accurate user agents

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

commit a544f68768d3d03a80da63ff343305b04e4417b7
Author: guillomovitch <guillomovitch@gmail.com>
Date:   2013-06-30

    when building with -Wl,--no-undefined linker option

M	src/Makefile.am

commit 6e866d61819df62dfc4962806639a0c25c87ae87
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-06-19

    1.0.1

M	configure.ac

commit 2751302310c45aeb1b143c8af8ea1e2634d61029
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-06-19

    NEWS

M	NEWS

commit a271437f04b3ec3b519b8c7908b27ad3ee8ae671
Author: Chris <chrrrisw@gmail.com>
Date:   2013-06-19

    fix link/include paths

M	.gitignore
M	Makefile.am
M	osmgpsmap-1.0.pc.in

commit a506ce391f8f611c9ae7745a70b37c84d794ca97
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-06-18

    fix docs build

M	docs/reference/Makefile.am

commit 422d39f2ad8727f9d5460bcadbaabb4733bf0725
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-06-18

    bump pkg-config, libname and inc path

M	Makefile.am
M	configure.ac
M	examples/Makefile.am
M	examples/mapviewer.py
R089	osmgpsmap.pc.in	osmgpsmap-1.0.pc.in
M	src/Makefile.am

commit b19ee7054ae4bb599a242e629b23ad99b8a49e25
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-06-18

    NEWS

M	NEWS

commit fa93262645c1399994ae5bafbc5fbdaa99446650
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-06-18

    tidy up licence headers to match copying (GPLv2+)

M	COPYING
M	NEWS
M	src/converter.c
M	src/converter.h
M	src/osd-utils.c
M	src/osd-utils.h
M	src/osm-gps-map-compat.c
M	src/osm-gps-map-compat.h
M	src/osm-gps-map-image.c
M	src/osm-gps-map-image.h
M	src/osm-gps-map-layer.c
M	src/osm-gps-map-layer.h
M	src/osm-gps-map-osd.c
M	src/osm-gps-map-osd.h
M	src/osm-gps-map-point.c
M	src/osm-gps-map-point.h
M	src/osm-gps-map-source.c
M	src/osm-gps-map-source.h
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h
M	src/osm-gps-map.h
M	src/private.h

commit d0201f5874c64a0cb27af06559f78fd66e35e668
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-06-12

    fix dragging map

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

commit 68004516f0c991656560b854755898e742ec7842
Merge: 3834f0e 2b36774
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-06-05

    Merge pull request #21 from mklein-de/master
    
    Fix Google URIs

commit 2b367747cd009c379c16d8e6763a8e215c59a775
Author: Michael Klein <michael.klein@puffin.lb.shuttle.de>
Date:   2013-06-04

    Fix Google hybrid/satellite URIs

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

commit 3834f0e1095a856728afbbc0e5f3486fa0b4fe58
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-02-06

    remove deprecated functionality

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

commit 30697da3678a760602affda13343b9314ff08762
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-02-06

    just disable the stupid extra border thing. ill fix this later

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

commit eb7e3d13d6eb39de31bacfba36541d53d059f61e
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-02-06

    examples: unify click behaviour between examples

M	examples/mapviewer.c
M	examples/mapviewer.py

commit 40fd0ea7888cd451a0ffa076f75d8d95591b9606
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-02-06

    for transfer full, you get a ref

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

commit 392ecdf447733305e04538ea9b56f641db1eaa40
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-02-06

    make env.sh a runnable helper

M	examples/env.sh

commit da2c67880c18deb5daa9ea11bb32cd42cd710f65
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-01-30

    add a small note re the projection

M	src/converter.c

commit 704f18a057e1e9321ade4140cfa7f0f546605eea
Author: houz <google@houz.is-a-geek.org>
Date:   2013-01-07

    compile with strict compilation

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

commit 402576149ab02d00cb3cd187ed39e7ada42f88af
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-01-06

    AC_CONFIG_HEADERS is recommended

M	configure.ac

commit 96cb4520638a7503d90ea58c0a431f3c5a401cc9
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-01-06

    fix packing

M	examples/mapviewer.py

commit 28cfe4a30da99c52be57671fa86d4d4922c662b6
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-01-06

    fix unitialized variable warning

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

commit 7be15b6cd1aed5fa5a14c56c73e06c971d3b756c
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-01-06

    compat for all gtk3 versions

M	examples/mapviewer.c

commit 113d6a08d4ce2e44d267a6375b8c29726d46192e
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-01-06

    fix offset on click events

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

commit a12c703180e0ea6c80a4781a084be470d006b498
Merge: ee1b9e8 1f4150c
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-01-06

    Merge pull request #20 from dumbbell/fix-with-gcc42
    
    osm_gps_map_image_get_zorder: Change return type to "gint"

commit ee1b9e80fa9944fada31e11bb5d685acfe1932b4
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-01-06

    fix build on gtk 3

M	configure.ac
M	examples/mapviewer.c
M	src/osm-gps-map-widget.c

commit 9b284c567f02adfcbf23be46205d4ce3372d33d5
Merge: ec54339 efe9dd5
Author: John Stowers <john.stowers@gmail.com>
Date:   2013-01-06

    Merge remote-tracking branch 'snoiraud/gtk3'
    
    Conflicts:
            examples/mapviewer.py
            python/osmgpsmapmodule.c

commit 1f4150c5c0e811230774a0cc7178f328a5265601
Author: Jean-Sébastien Pédron <jean-sebastien@yakaz.com>
Date:   2012-12-18

    osm_gps_map_image_get_zorder: Change return type to "gint"
    
    ... instead of "const gint".
    
    The returned value is a scalar, not a pointer, therefore it's copied.
    The "const" qualifier is unneeded and even breaks the build with older
    GCC such as 4.2.

M	src/osm-gps-map-image.c
M	src/osm-gps-map-image.h

commit efe9dd5f5356ec729758700e8eb14acee2e5f63c
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2012-10-12

    As the lib is now for gtk3, libosmgpsmap must change its version number.
    So we can now mix applications with gtk2 and gtk3.

M	configure.ac

commit d3faeb8e209e76bc62a25bcd34411be92627343c
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2012-09-28

    Solved missing tiles.

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

commit 7241a4221c462269218c3dada0c6c8aa6e7506c4
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2012-09-19

    copy-paste of comment : need cleaning.

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

commit e90c283ab948dac81fc9c7e4c30f4e6df142cad1
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2012-09-17

    Update map providers : openstreetmap renderer is closed and opencyclemap uri changed.

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

commit 47ce5ca45cdf748dc24e4114d4a6a1e1dc63fbd2
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2012-09-16

    Gtk3 : warning suppression and offset problem (EXTRA_BORDER)

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

commit a25ff92045c9587585dd02c0d606b8f17d79bc1a
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2012-09-15

    Gtk3 migration ... conversion from :
        GdkColor to GdkRGA
        gdk_color_parse to gdk_rgba_parse
        gtk_color_button_get_color to gtk_color_chooser_get_rgba
        gtk_color_button_set_color ot gtk_color_chooser_set_rgba
        GTK_COLOR_BUTTON to GTK_COLOR_CHOOSER
        gdk_cairo_set_source_color to gdk_cairo_set_source_rgba
        gdk_window_get_pointer to gdk_window_get_device_position
    
        g_thread_init no more needed
        some cleaning

M	examples/mapviewer.c
M	src/osd-utils.c
M	src/osd-utils.h
M	src/osm-gps-map-osd.c
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.c

commit 4c48d319a9f6dc8bf0f6a7ae52a37495a7787431
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2012-09-14

    Gobject introspection : use our version. We can have only major and minor so 0.7.4 doesn't work.

M	configure.ac
M	examples/mapviewer.py
M	src/Makefile.am

commit 6019c88b7823ff0f47a039ce4e6f3f2320c67a17
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2012-09-09

    too many cairo destroy.

M	examples/mapviewer.c
M	src/osm-gps-map-osd.c
M	src/osm-gps-map-widget.c

commit 9a7994835190461f2d478bf804fc6409acbdd11c
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2012-09-08

    gobject introspection : somme warnings suppression and cleaning

M	examples/mapviewer.py
M	src/osm-gps-map-compat.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.c

commit a9369ed9a6e25201f66324fa814328fc78a27e4c
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2012-09-02

    Solved the get_bbox and get_degrees for python calls.

M	examples/mapviewer.py
M	src/osm-gps-map-point.c
M	src/osm-gps-map-widget.c

commit 0b760b8574e9d169014af3d3d87a45118cc17bf4
Author: SNoiraud <serge.noiraud@laposte.net>
Date:   2012-09-01

    Really use gtk3.

M	examples/mapviewer.py
M	m4/gtk-doc.m4
M	src/Makefile.am
M	src/osm-gps-map-widget.c

commit ec54339d4080f5fece402cd7794dcd79c132509b
Merge: 9542268 8d7ee21
Author: John Stowers <john.stowers@gmail.com>
Date:   2012-08-05

    Merge pull request #19 from fsphil/master
    
    Add a Z-order property to OsmGpsMapImage objects

commit 8d7ee214841dcbb25021c7447a1b26b995e15877
Author: Phil <phil@apollo.sanslogic.co.uk>
Date:   2012-08-05

    Add a Z-order property to OsmGpsMapImage objects

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

commit 9542268edd0e6a7ace5c6c6fce091e95807416c3
Merge: d1e6825 0ebaa16
Author: John Stowers <john.stowers@gmail.com>
Date:   2012-05-13

    Merge pull request #18 from PabloCastellano/example
    
    Minor fix in Python example (osm -> osmgpsmap)

commit 0ebaa16b7d8549295d4252c4f53891f6c6f9b9d6
Author: Pablo Castellano <pablo@anche.no>
Date:   2012-05-13

    Minor fix in Python example (osm -> osmgpsmap)

M	examples/mapviewer.py

commit d1e6825c5be58eb9ae96abe8e6b6d6e4e5ecefbf
Author: John Stowers <john.stowers@gmail.com>
Date:   2011-08-04

    Fix google

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

commit 2aa702cdb8f7b324091c625fbab54309456d83b2
Author: John Stowers <john.stowers@gmail.com>
Date:   2011-05-02

    Fix build on mac

M	python/osmgpsmapmodule.c

commit 1381c0e9fc6270e2f04241d7a6b9e91d8f24926a
Merge: 4b95e51 1885505
Author: John Stowers <john.stowers@gmail.com>
Date:   2011-03-20

    Merge branch 'master' into gtk3
    
    Conflicts:
            configure.ac
            python/configure.ac
            python/osmgpsmap.defs
            python/setup.py

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

    Post release version bump

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

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 4b95e51066f853fba9209b6a99b9f71d60581e22
Author: John Stowers <john.stowers@gmail.com>
Date:   2011-03-19

    Closer to working

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

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

    Fix widget packing

M	examples/mapviewer.ui

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

    Remove compat with old glib

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

commit 41bcea17fff6577b2c2ee7af14ef305dd8264d99
Author: John Stowers <john.stowers@gmail.com>
Date:   2011-03-18

    Remove support for libsoup-2.2

M	configure.ac
M	docs/reference/Makefile.am
M	examples/Makefile.am
M	src/Makefile.am
M	src/osm-gps-map-widget.c
M	src/private.h

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

    Compiles with gtk+-3, many drawing errors

M	configure.ac
M	examples/mapviewer.c
M	src/osm-gps-map-image.c
M	src/osm-gps-map-image.h
M	src/osm-gps-map-layer.c
M	src/osm-gps-map-layer.h
M	src/osm-gps-map-osd.c
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h
M	src/private.h

commit 0676e6cdf62435d93f6ae16d359b26171dd8e1e2
Author: John Stowers <john.stowers@gmail.com>
Date:   2011-03-18

    Remove old python bindings

D	python/AUTHORS
D	python/COPYING
D	python/ChangeLog
D	python/Makefile.am
D	python/NEWS
D	python/README
D	python/configure.ac
D	python/m4/.gitignore
D	python/m4/am_check_python_headers.m4
D	python/osmgpsmap-compat.defs
D	python/osmgpsmap.defs
D	python/osmgpsmap.override
D	python/osmgpsmapmodule.c
D	python/setup.py

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

    Remove gdk_draw_pixbuf

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

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

    Update gtk2 and gobject-introspection requirements

M	configure.ac
M	src/Makefile.am

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

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

    Fix ChangeLog generation

M	Makefile.am

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

    Fix OSM_GPS_MAP_CACHE_FRIENDLY in Python bindings

M	python/osmgpsmapmodule.c

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

    Fix Google

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

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

    NEWS updates

M	NEWS

commit 8242a41e0db061b9cd1210b9c664c20fb05cc5f9
Author: Sander van Grieken <sander@outrightsolutions.nl>
Date:   2010-07-19

    Python bindings can be built against old pygtk/pygobject (Maemo)

M	python/configure.ac

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

    Fix build on gtk+ < 2.18 (Maemo)

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

commit 29ba11ebf133661717d202dfa7e8e86d8e725179
Author: Adam Boggs <boggs@aircrafter.org>
Date:   2010-07-18

    Fix bug in image code
    
            * Height and width were not assigned correctly

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

commit 4b5f972d161e022dcd5eb3e3222f7adb41d4afca
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-07-03

    Make configure print gtk-doc and introspection status

M	configure.ac

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

    Fix convert_geographic_to_screen bug in python bindings

M	python/osmgpsmap.override

commit bb082fc415ee01634d147d7118d2756ce3f81918
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-25

    Doc updates

M	docs/reference/libosmgpsmap-sections.txt
M	src/osm-gps-map-widget.c

commit 607628fc821e5d30ce4e6996ee62a34dfbd0c0a3
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-25

    Make osm_gps_map_point_{copy,free} public

M	docs/reference/libosmgpsmap-sections.txt
M	src/osm-gps-map-point.c
M	src/osm-gps-map-point.h

commit 60af4854f076a232641fa6a40917c0ec597f1832
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-25

    Post release version bump

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

commit 3b6e9df259d2c16640312a5babd993facc8ca5ca
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-25

    NEWS updates

M	NEWS

commit 514139bf7cbc186e9fda3fc81fa2166ca4f6e52c
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-25

    Fix google

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

commit b74885e6abeb8a2393c6cf75244578c944f47d96
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-25

    Bump library soname
    
    This is a bugfix release and is API/ABI compat
    with 0.7.0

M	configure.ac

commit 9cb6a47b10594f3487ad325415d0e64664256f08
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-23

    Do not dist gir_DATA
    
    GIR files contain a shared-library attribute which varies per platform,
    and therefore must not be disted; see bug 621611 for rationale.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621728

M	src/Makefile.am

commit 75ad0ee9e3c00fbeae252836a7a6346f6b3ba274
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-10

    Rename osm-gps-map-types.h to private.h

M	src/Makefile.am
M	src/converter.c
M	src/osm-gps-map-source.c
M	src/osm-gps-map-widget.c
R094	src/osm-gps-map-types.h	src/private.h

commit bbf88f454076f30656fc7db70f0cd1b9fdb7d762
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-10

    Remove unnecessary OSM_GPS_MAP_PRIVATE macro

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

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

    Add examples and descriptions to docs

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

commit 8c8a6e49c90572f30984b691804a8e1614c6d43c
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-10

    Remove useless g_warning

M	src/osd-utils.c

commit e248bdbe3480a4e305a2b25f1c1f62fef6903d4a
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-10

    s/osm_gps_map_source_is_valid/source_is_valid/ in python bindings

M	python/osmgpsmap.defs

commit 94f0ea00dd4770aafc6e07a2edf39fe0318ab069
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-10

    Fix crasher in python bindings

M	examples/mapviewer.py
M	python/osmgpsmap.defs

commit cf59ab9f18c37e7c4c96eed0203f713dc4a5d7b6
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-10

    Fix convert_geographic_to_screen python bindings

M	python/osmgpsmap.override

commit 1fd910e4e5370f09a381f21d3f0a88115970a64b
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-10

    Reduce num swearing/line

M	examples/mapviewer.js

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

    Dont install mapviewer binary

M	examples/Makefile.am

commit 0032f931de3871b7e9acd55fde3f3ed181987a93
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-09

    Demo apps should store cache in same place

M	examples/mapviewer.c

commit 70fac9e4a00bd630f74e8bf41c0c1b78a2bfa18e
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-09

    Add note about GI_TYPELIB_PATH

M	examples/mapviewer.js

commit 20b045b7eab5f5da152edf674f664513136823cf
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-09

    Plug small leak in example

M	examples/mapviewer.c

commit 6800cc211439b9af72249edf3f1173d300bf0f1d
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-08

    Fix crash when adding tracks etc before shown

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

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

    Add COPYING, README to stop autotools from regenerating them

M	.gitignore
A	python/COPYING
M	python/README

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

    Fix crash in track_add_point

M	python/osmgpsmap.defs
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.c

commit a52c9aed1dfa6895304ac45645c2eca5c468e0e9
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-03

    Post release version bump

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

commit a1a4d20fabe12080d11203baf52c00f7f2fd01d7
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-03

    Python bindings should check for exact version

M	python/configure.ac

commit f824c8a71aa7a41afc0534c7127ca830ddabd8ed
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-03

    Dist gtk-doc.m4

M	Makefile.am

commit 21fd8df5328d2eee70dd62fb9ae3d853ee9fa4f3
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-03

    Version python bindings on Windows

M	python/setup.py

commit 0fd2f26e9f4825164db6c029ee9c66b44a42c250
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-02

    Autotools fixes

M	Makefile.am

commit 1789328ca52ca8b51a686fa31fcf8030b05e7261
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-01

    Build with -DGSEAL_ENABLE

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

commit 2e10fa05992c653d69a20146dcc950314248da22
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-01

    Autotools fixes

M	Makefile.am
M	python/Makefile.am

commit 7cfd57d9e8ce97b85e75ca1d96085a75b490c8a2
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-01

    NEWS updates

M	NEWS

commit 0c3f9b232538550b959f3bbde9711c0a19ff8d4b
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-01

    Autotools fixes

M	Makefile.am
R100	src/poi.png	examples/poi.png
M	python/Makefile.am

commit c0b3ad1f843d2b3d2d34a6fecc6c89cecbac159c
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-01

    Build docs by default

M	Makefile.am

commit eaa0feef6b8438bab47fabb41f15d2006b7aedd4
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-28

    Move demos to own directory

M	Makefile.am
M	configure.ac
A	examples/.gitignore
A	examples/Makefile.am
A	examples/env.sh
R100	src/main.c	examples/mapviewer.c
A	examples/mapviewer.js
R099	python/mapviewer.py	examples/mapviewer.py
R100	src/mapviewer.ui	examples/mapviewer.ui
M	src/Makefile.am

commit f1cc7f19a3bc00c9e6dcd99afd3a102d108693b2
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-01

    Bump ABI version
    
            * I *think* ABI has been preserved, be cautious
            * API has been preserved

M	configure.ac

commit b266e8f4765e2665bb8f8e55c6499ed4ce79bf31
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-01

    Document ::changed

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

commit 48a26d67fa1f93839c4f5190d07e0dd214c8e160
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-06-01

    Add osm_gps_map_set_center_and_zoom, update docs

M	docs/reference/libosmgpsmap-sections.txt
M	python/mapviewer.py
M	python/osmgpsmap-compat.defs
M	python/osmgpsmap.defs
M	src/main.c
M	src/osm-gps-map-compat.c
M	src/osm-gps-map-compat.h
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h

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

    Python bindings for osm_gps_map_download_cancel_all

M	python/osmgpsmap.defs

commit 394d0c679459d3d1946bfca0a91244ec37aafe4d
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-29

    Add osm_gps_map_download_cancel_all

M	src/main.c
M	src/mapviewer.ui
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h

commit a4de199f383bceb7331e6b2ac5c433969e7cd7eb
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-29

    Fix docs for show-gps-point

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

commit db60eda7bbd11c399f5b85de075e8736804f04ea
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-28

    Add show-gps-point property

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

commit 856207209778215895d1053a57afc889ace5551e
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-28

    Improve compatibility code for remove_image and replace_track

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

commit 54898fdc8228b528fab06a2015bddeb979e18249
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-28

    Add introspection and gtk-doc m4

A	m4/gtk-doc.m4
A	m4/introspection.m4

commit 21ad885d8a3858eede05c89436bd37294c9e54de
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-28

    Adapt to autotools cleanups, max compiler warnings

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

commit 37fd50d6d36f9abaf7ccb9e058b565698982e5ae
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-28

    Autotools cleanups

M	configure.ac
M	python/configure.ac
M	src/Makefile.am

commit bd8fdf91a1e33e7e40d3c84a3c4239730ec63776
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-28

    Silence some compiler warnings

M	src/main.c

commit 2518fa9bf96d1214362ea7c9a6f22d267150abac
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-28

    autofoo

A	src/.gitignore

commit 5cebe487277089301df9f0faca35685e473f0a91
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-28

    Autotools and Introspection cleanup

M	.gitignore
M	Makefile.am
M	configure.ac
A	m4/.gitignore
A	python/.gitignore
M	python/Makefile.am
M	python/configure.ac
A	python/m4/.gitignore
R052	python/acinclude.m4	python/m4/am_check_python_headers.m4
M	src/Makefile.am

commit 8479d0e3a1fba4e37a29c95dad5e49f4b3412eb5
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-28

    API Documentation

M	docs/reference/libosmgpsmap-docs.xml
M	docs/reference/libosmgpsmap-sections.txt
M	docs/reference/libosmgpsmap.types

commit e9ce2e4e56ad4bb4a67ea2bcb3dcf62ba506f237
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Minor fixes to python bindings

M	python/osmgpsmap.defs

commit 4822dee450e6e8314791dc5afea6cbb95908233d
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Add some more docs and annotations

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

commit d3a371888ba8d61d45bbc37d2237e66a56eddfa8
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Add osm_gps_map_get_event_location

M	python/mapviewer.py
M	python/osmgpsmap.defs
M	src/osm-gps-map-compat.c
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h

commit 678f076130bf8144bcc16678bfe1c66f2a1c819d
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Update python to not use deprecated API

M	python/Makefile.am
M	python/mapviewer.py
M	python/osmgpsmap.override

commit 832456a643bece94dc5305b06ac8d3f83260ae7d
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Autotools - use pygobject-2.0 codegen

M	python/Makefile.am
M	python/configure.ac

commit 003c9d4198f9eef8510afd02ec94b3b3ef36d3f3
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    API tidy, track_get_color should only return color

M	python/osmgpsmap.defs
M	src/main.c
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.c

commit f1244654128797a804e5e0e945d70e3bc06e968a
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    API tidy, image_draw takes a GdkRectangle

M	python/osmgpsmap.defs
M	python/osmgpsmap.override
M	src/osm-gps-map-image.c
M	src/osm-gps-map-image.h
M	src/osm-gps-map-widget.c

commit 818923c1a93a8d76f85572f6a19199326bd4b617
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Fix python bindings to new API

M	python/Makefile.am
A	python/osmgpsmap-compat.defs
M	python/osmgpsmap.defs
M	python/osmgpsmap.override

commit 2122b55f5fd75cceaa1cdaf468e1b7cf7778791e
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Print g_critical in deprecated functions

M	src/main.c
M	src/osm-gps-map-compat.c

commit fb8278f36225bba53ff995150a03b49fb006d94e
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Clean up Point API

M	src/main.c
M	src/osm-gps-map-compat.c
M	src/osm-gps-map-point.c
M	src/osm-gps-map-point.h
M	src/osm-gps-map-widget.c

commit 00e71727efa6ebf877fca4441c4f421f274029cd
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Rename add coordinate_ prefix to coordinate routines

M	src/main.c
M	src/osm-gps-map-compat.c
M	src/osm-gps-map-compat.h
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h

commit a7c5482e4fe64d1512b53ba0ab760ad769ed03dd
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Move osm-gps-map-point to own file

M	src/Makefile.am
M	src/osm-gps-map-image.h
A	src/osm-gps-map-point.c
A	src/osm-gps-map-point.h
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.h
M	src/osm-gps-map.h

commit e2c9c934306ea98323d3028bb03a8010f0c5970d
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Demo app should die if cannot find UI file

M	src/main.c

commit f5326b2d6f17a01cac2cb889fc3b7bf5152c2778
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Clean headers

M	src/osm-gps-map-layer.h
M	src/osm-gps-map-types.h
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h

commit 3964d87092f681fae59637c1575779e71f985b85
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Track color can now be changed at runtime

M	src/main.c
M	src/mapviewer.ui
M	src/osm-gps-map-track.c
M	src/osm-gps-map-track.h
M	src/osm-gps-map-widget.c

commit 07227bf7242393c0bdbae75a74e6749bc2be4879
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-27

    Port demo app to GtkBuilder

M	src/main.c
A	src/mapviewer.ui

commit 8df4c95fc7c2b96dc1298db9845512803b447e30
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-26

    Use GObject props to keep map updated with image/track changes

M	src/main.c
M	src/osm-gps-map-compat.c
M	src/osm-gps-map-image.c
M	src/osm-gps-map-track.c
M	src/osm-gps-map-widget.c
M	src/osm-gps-map-widget.h

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

    Split widget into multiple files
    
            * osm-gps-map-widget contains core code
            * osm-gps-map-source contains the
              OsmGpsMapSource_t code
            * osm-gps-map-compat contains backwards compatibility
              code to maintain API compatibility

M	src/Makefile.am
M	src/main.c
A	src/osm-gps-map-compat.c
A	src/osm-gps-map-compat.h
A	src/osm-gps-map-source.c
A	src/osm-gps-map-source.h
R091	src/osm-gps-map.c	src/osm-gps-map-widget.c
C065	src/osm-gps-map.h	src/osm-gps-map-widget.h
M	src/osm-gps-map.h

commit 01813dd03f40b3a955d4c85ebd2908f7f6ce2a10
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-26

    Add new OsmGpsMapImage API

M	src/Makefile.am
M	src/main.c
A	src/osm-gps-map-image.c
A	src/osm-gps-map-image.h
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 5cb4d6bb543eceb3f0825cf5b6453433b5bd8bcf
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-26

    More tracks API work. Need to port colors over and finish compat code, then it is done

M	docs/reference/libosmgpsmap-sections.txt
M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 6ffce178a150de5eee5fb5827c091830ebb1b1d6
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-25

    Initial implementation of track api

M	src/Makefile.am
M	src/main.c
A	src/osm-gps-map-track.c
A	src/osm-gps-map-track.h
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 2cd742abe4b8f934ee8fefcafddecb623a0f8697
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-26

    Tidy ups and save some memory
    
            * Move many gboolean values to single bit flags in
              OsmGpsMapPrivate
            * Rename some priv variables for clarity

M	src/osm-gps-map.c

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

    Doc updates

M	configure.ac
M	docs/reference/libosmgpsmap-docs.xml
M	src/osm-gps-map.c
M	src/osm-gps-map.h

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

    NEWS updates

M	NEWS

commit 0817a28473aa33cd57b42be598f1ce41e1f0d99c
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-25

    Test app supports setting tile-cache-base

M	src/main.c

commit 3916d054500f037be4a32b60a2c7d7a3627a2799
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-25

    Fix Google sources

M	src/osm-gps-map.c

commit 1925fe4916947ec961c18203077a09bc4967269f
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-25

    Fix doc build

M	docs/reference/Makefile.am
M	docs/reference/libosmgpsmap-docs.xml
M	src/Makefile.am

commit bbc1cf326c72e8756840c9be6a827a39a47a4f9e
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-06

    Add gtk-doc support

M	autogen.sh
M	configure.ac
A	docs/Makefile.am
A	docs/reference/Makefile.am
A	docs/reference/libosmgpsmap-docs.xml
A	docs/reference/libosmgpsmap-overrides.txt
A	docs/reference/libosmgpsmap-sections.txt
A	docs/reference/libosmgpsmap.types
A	docs/reference/version.xml.in
M	src/osm-gps-map.c

commit 4518dfc9873d1171ec644588e0db4d3456708412
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-25

    Redraw OSD scale if the zoom OR latitude changes

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

commit 8d78a01f4b33bf31a5949dcb00a15a7d036bfd2e
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-25

    Make draw_gps_point a private virtual method

M	python/mapviewer.py
M	python/osmgpsmap.defs
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 52fea4701b71246254eb1981242ab0c94d013c42
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-05-25

    Add adjustable auto-center-threshold

M	NEWS
M	python/osmgpsmap.defs
M	src/osm-gps-map.c

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

    Improvements to changing source and tile-cache after map is constructed

M	NEWS
M	python/mapviewer.py
M	src/osm-gps-map.c

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

    NEWS updates

M	NEWS

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

    Provide a notify signal for zoom

M	src/osm-gps-map.c

commit 2b801aa104e62b865ff5c049d37de32db4b172af
Author: Joshua Judson Rosen <rozzin@geekspace.com>
Date:   2010-05-18

    Split pkg-config probes for less confusing ./configure output & errors.
    
    Signed-off-by: John Stowers <john.stowers@gmail.com>

M	configure.ac
M	python/Makefile.am
M	python/configure.ac
M	src/Makefile.am

commit 48ab6347c1e740290730569411ce30b9bd69ffce
Author: Joshua Judson Rosen <rozzin@geekspace.com>
Date:   2010-05-17

    Support building outside the source-tree.
    
    Signed-off-by: John Stowers <john.stowers@gmail.com>

M	python/configure.ac

commit 858d626e61dd4813df37ca548d680cc6fd715c9d
Author: Joshua Judson Rosen <rozzin@geekspace.com>
Date:   2010-05-16

    Don't backdoor in through .libs--just let libtool do its thing.
    
    Signed-off-by: John Stowers <john.stowers@gmail.com>

M	python/configure.ac

commit b12a16f9b5bbe5a486a808c6c2c10d64efb6461f
Author: Joshua Judson Rosen <rozzin@geekspace.com>
Date:   2010-05-16

    Simplified build-relationship between mapviewer and libosmgpsmap.la.
    
    Signed-off-by: John Stowers <john.stowers@gmail.com>

M	src/Makefile.am

commit e709aab124b2e06846f242d4a575d57703c4fec2
Author: Joshua Judson Rosen <rozzin@geekspace.com>
Date:   2010-05-16

    It looks like GLib 2.16 and Cairo 1.6 are actually sufficient.
    
    Signed-off-by: John Stowers <john.stowers@gmail.com>

M	configure.ac

commit 0b86e96dc41c10b9106bd130c01c0211f4e4f631
Author: Joshua Judson Rosen <rozzin@geekspace.com>
Date:   2010-05-16

    Provide a "notify" signal for OsmGpsMap's "tiles-queued" property.
    
    Signed-off-by: John Stowers <john.stowers@gmail.com>

M	src/osm-gps-map.c

commit 1620e804e8a12c1a5e6e5abc464229268356c842
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-04-26

    fix changelog generation

M	Makefile.am

commit da303f656b8aecf9100c2c47cf7184861a854949
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-04-25

    fix google

M	src/osm-gps-map.c

commit c3dd286403fcaca47f61c36c3e9154f8ce129831
Author: Charles Clément <charles.clement@gmail.com>
Date:   2010-04-25

    fix memory leak fetching cached tile

M	src/osm-gps-map.c

commit 520eebc1d583e638796226fb141381269693e366
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-04-25

    print library version in python test app

M	python/mapviewer.py

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

    fix google

M	src/osm-gps-map.c

commit 56c4c31f372b3a34a7bb07e2fa83a3d3edd759a3
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-02-10

    post release version bump

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

commit 01ab662505379c3849430d220c67ec770a53dcc9
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-02-10

    Update NEWS for release

M	Makefile.am
M	NEWS

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

    make the drag limit a gobject property

M	python/osmgpsmap.defs
M	src/osm-gps-map.c

commit 167e22fa708b3bebc20d66a4c0d5dc478c2c0773
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-02-08

    boilerplate for OSD_DOUBLE_BUFFER

M	src/osm-gps-map.c

commit 538810151d3849c880bd1a66fbcc9b329266adad
Author: Till Harbaum <till@harbaum.org>
Date:   2010-02-08

    Release auto center when application changes map center

M	src/osm-gps-map.c

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

    licence tidy up

M	COPYING
M	python/mapviewer.py
M	python/osmgpsmapmodule.c
M	src/converter.c
M	src/converter.h
M	src/main.c
M	src/osd-utils.c
M	src/osd-utils.h
M	src/osm-gps-map-layer.c
M	src/osm-gps-map-layer.h
M	src/osm-gps-map-osd.c
M	src/osm-gps-map-osd.h
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 77bae108241da88ef2818af9240f53edd7c5241a
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-09

    Add a OsmGpsMapLayer interface
    
            * Add OsmGpsMapOsd as an implementation of
            this interface. The OSD can show one or many of
            the following; scale, zoom control, crosshair,
            dpad, map center coord, GPS indicator
            * All cairo drawing code thanks to Till Harbaum
            * Entrypoint is osm_gps_map_add_layer
            * Layers must provide draw,render,busy and
            button_press functions
            * Add zoom helper function, zoom_in and zoom_out
            * Update python bindings for new interface

M	python/Makefile.am
M	python/mapviewer.py
M	python/osmgpsmap.defs
M	python/osmgpsmap.override
M	python/osmgpsmapmodule.c
M	src/Makefile.am
M	src/main.c
A	src/osd-utils.c
A	src/osd-utils.h
A	src/osm-gps-map-layer.c
A	src/osm-gps-map-layer.h
A	src/osm-gps-map-osd.c
A	src/osm-gps-map-osd.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

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

    support both libsoup versions

M	configure.ac
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c

commit 1b6346a5cc8707d4b1c0ccc67b4c9e88868014db
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-21

    post release version bump

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

commit bf091e9ba22064a842fd1e2ca95109de1a52f6c3
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-21

    NEWS for release

M	NEWS

commit 48cd88379507790871a3a3dd165330261b6f9b64
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-21

    Small fixes
    
            * emit changed in one more place
            * ship a copy of strcmp0 for old (< 2.16) glib

M	src/osm-gps-map.c

commit cbc896bb7c6d6322692407401c1f35c7c79c2da5
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-20

    minor make fix

M	Makefile.am
M	python/Makefile.am

commit c0f14e3c8d7c17de999b4e06ef6e909c06de79e9
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-20

    NEWS

M	NEWS

commit 001c7b2d739a2713a055837d8dc347ad705de7c3
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-20

    python demo fixes on windows

M	python/Makefile.am
M	python/mapviewer.py

commit 326e4be730ce688441c8d91d24d1a85724c08da3
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-20

    fix link, should fix deb package

M	src/Makefile.am

commit f1db54a425bb18d0c771b850a9d8779a4e0b8d6a
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-20

    Build and autotools fixes
    
            * version library
            * sync version numbers (0.5) accross packages
            * win32 build fixes

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

commit a2cd2d7a68cf1bd17f7eb5f512bc6b458e8ab253
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-16

    add osm_gps_map_source_is_valid()

M	python/osmgpsmap.defs
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 9827d66739710fa25ed222b4648e31af7cf9dc16
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-16

    add changed signal

M	src/osm-gps-map.c

commit 850b3413de4ba9b1e947b7869c8b790c119fba07
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-14

    add OPENCYCLEMAP and OSM_PUBLIC_TRANSPORT

M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 12966bf28ef94f733c5dd92e439a42ff5826cf70
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-14

    improve python example a little

M	python/mapviewer.py

commit d8d0fdf7ad5d82316b0d66603b9fe1f584dd56a6
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-13

    sync gobject props with python bindings

M	python/osmgpsmap.defs
M	src/osm-gps-map.c

commit 734d4e1748809d27804d9f7a9a2f8bbdfa89377e
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-13

    Improve map cache dir flexibility
    
            * Add a OSM_GPS_MAP_CACHE_FRIENDLY option
            which uses the friendly name instead of
            the MD5
            * add a tile-cache-base option which when
            present, overrides the default cache
            base dir that would otherwise be provided
            by osm_gps_map_get_default_cache_directory

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

commit 7aa19f600674e8e1e8616afcaad39483b6cc60eb
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-13

    fix bug in osm_gps_map_geographic_to_screen

M	src/osm-gps-map.c

commit c4d8dfd9a040a7d47d53dd9ef09b1d0a40a0c665
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-13

    Add osm_gps_map_add_image_with_alignment

M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit c03509133876e358c18805973c3f6727014d5533
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-13

    change release server

M	Makefile.am

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

    ignores

M	.gitignore

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

    refer to it as osm-gps-map

M	README

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

    add COPYING to stop autotools from regenerating it

M	.gitignore
A	COPYING

commit 28e0f66bc853d5c11239bb2d23cf3df76bc6b5e2
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-12

    rename binaries to mapviewer{,.py}

M	Makefile.am
R100	python/openstreetmap-gps-map.py	python/mapviewer.py
M	src/Makefile.am

commit 0ee2f112473264328020c6fc28907d070a856f29
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-12

    silence some build warnings

M	src/main.c

commit 5b32eaf4d695ad9e18e8f23fbf3083525cc532fb
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-12

    fix two small bugs

M	src/osm-gps-map.c

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

    whitespace header cleanup

M	src/osm-gps-map.h

commit 2ad9c342d3bca4063e460acda4a9ed944cd8d5fe
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-12

    Revert "export lat2pixel and friends for BrainStorm"
    
    This reverts commit 549a125cf0da718c73210b0964f5c6c38a8d74a4.
    
    No need to export these functions use scree_to_geographic and
    geographic_to_screen instead

M	python/osmgpsmap.defs
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 549a125cf0da718c73210b0964f5c6c38a8d74a4
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-12

    export lat2pixel and friends for BrainStorm

M	python/osmgpsmap.defs
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 16a58483ed6527fe8d0d43c0c8492c54477ca6b7
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-12

    demo app should use openstreetmap

M	src/main.c

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

    add till to copywrite

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

commit b7d32f1a3627aee97c5ea585f7e73f90afaa6c80
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-11

    ignore motion notify events when the button is not down

M	src/osm-gps-map.c

commit 781e6141b96ecd653cda25220e4ca2192127fc81
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-11

    fix python bindings by removing osd_speed

M	python/osmgpsmap.defs

commit 3f66d4d1f07a6c0ff48863be2b12b0210b3600bc
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-10

    Update python bindings to inclue new CACHE_X constants

M	python/osmgpsmapmodule.c

commit f953e15a4a76f29da1f4e1a442e9386f41639eab
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-10

    Restore, but depreciate tile-cache-is-full-path
    
            * It now has no effect. Pass the special strings
            OSM_GPS_MAP_CACHE_{DISABLED,AUTO} for known
            behaviour, otherwise the given cache is assumed to
            be full path
            * Conditionally check for GLIB2.16 and use to hash
            the repo URI if present

M	src/osm-gps-map.c

commit 51152b3bd8afedb1267f8a27729334bebb9c53d5
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    Revert "adjust gps precision indicator"
    
    This reverts commit 835b6a5eee1eb59d70525f8a2555dfc1005ed68e.

M	src/osm-gps-map.c

commit 933d0ef7b1c359289b68b7eb1b12f5c7562eb72d
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    remove osm_gps_map_osd_speed

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

commit 4e4a53492276a94614a1d9dcbcc04cece2338da3
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    add osm_gps_map_replace_track

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

commit f080b23c2486c679d18a74e4d4fabab9f1199c3e
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    adjust gps precision indicator

M	src/osm-gps-map.c

commit 13b4dfbb41c87e11403fe0178032e4b6be8aa730
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    whitespace

M	src/osm-gps-map.c

commit 291e85333db3479ff32cd9ed4b8046a0ee874e6e
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    bugfix, init variable

M	src/osm-gps-map.c

commit a556d9f83eb21f5b4353907951ebb31151ce2169
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    change map source, need to be able to set prop after construction

M	src/osm-gps-map.c

commit b7a1216a36d40d29849131efb83ab6612156d0a2
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    minor bugfix, free priv->gps

M	src/osm-gps-map.c

commit 810185b248789f61d8e00d34c66aed3d17dc3ade
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    redraw cleanups, redraw while dragging

M	src/osm-gps-map.c

commit 3baf90343fb1297d1508850a7096133c90e57cc4
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    actually look in the tile cache before hitting the disk

M	src/osm-gps-map.c

commit feccbc39b09fdb9b4880babbc538ad3db5c27faa
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    kill some compiler warnings

M	src/osm-gps-map.c

commit 6357463907c33995a84e476be7a05d8090ec3b28
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    remove unused variable

M	src/osm-gps-map.c

commit a2a7c11394222fed5b8dab0d520d6c8b7fd5e0a7
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    simplify getting lat/lon props

M	src/osm-gps-map.c

commit f82a05a46134141d053b3da74b59b3182485dad8
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    allow changing the source at runtime

M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 9ff96a47603db7184adac1db887babc194acf530
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    code formatting and cleanup

M	src/osm-gps-map.c

commit b9bc55e06b9e7ce37c10cec5ec9e52f3808d69e8
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    add center_coord_set

M	src/osm-gps-map.c

commit eb6a9aee6668729763bd6cd1f5f0c99c53dd6910
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    libsoup22 compatibility

M	src/osm-gps-map.c

commit 48d3d798ea02e5049c7f6d882bccb8e2cb1032e8
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-09

    allow null tile cache

M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit b5c859d9460f34440d014cbabc5f4040ce5303f9
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-08

    fix uninitialized variable warning

M	src/osm-gps-map.c

commit d68ddc39c1eb29c1171da1ea1f4563a758146b33
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-08

    Draw gps heading
    
            * To add a gps_point without a heading indicator
            pass OSM_GPS_MAP_INVALID to draw_gps

M	python/openstreetmap-gps-map.py
M	python/osmgpsmapmodule.c
M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 2300cf2fb10cf2c5e28f757f274558e982a469af
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-08

    put user-agent in a #define

M	src/osm-gps-map.c

commit 147079e12bce22e2e9918f8b4b1ad7a77b579c26
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-08

    Add keyboard navigation
    
            * See osm_gps_map_set_keyboard_shortcut and OsmGpsMapKey_t
            * Implementation based on code by Till Harbaum <till@harbaum.org>

M	python/openstreetmap-gps-map.py
M	python/osmgpsmap.defs
M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit b19a833ff72b567cccd3081b2a1f6ea6dc690cb7
Author: Till Harbaum <till@harbaum.org>
Date:   2010-01-08

    Simplify map scale calculation

M	src/osm-gps-map-types.h
M	src/osm-gps-map.c

commit 1bcdb6804c0dcb2832d2af2f508232fb4948579e
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-09

    minor code cleanup

M	src/osm-gps-map.c

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

    enable automake silent rules

M	configure.ac
M	python/configure.ac

commit 08ee6c5b89dc73171ba6f1c7681c63890840fe97
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-09

    remove gdk drawing

M	configure.ac
M	src/osm-gps-map.c

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

    minor code cleanup

M	src/osm-gps-map.c

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

    draw gps track on python example

M	python/openstreetmap-gps-map.py

commit 69e52c2ec1ba602d4ddd7f76f3e2e1c207d71757
Author: David Paleino <dapal@debian.org>
Date:   2010-01-08

    python: dynamically link against the local library

M	python/configure.ac
M	python/openstreetmap-gps-map.py

commit 35e4e0fe9ea23bbd0ccdebf4d9491afa043025b5
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-08

    reorder some functions in python method defs, make it easier to keep up to date

M	python/osmgpsmap.defs

commit 502a12a77587ce658aaf78ad364c1f21d456cd7c
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-08

    post release version bump

M	Makefile.am
M	NEWS
M	configure.ac

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

    dist the improved python example

M	Makefile.am
D	TODO.tasks
D	openstreetmap-gps-map.anjuta
D	python/test.sh

commit 6d65430354306928984af99aecb28b5afad6341e
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-08

    Update NEWS for release

M	NEWS

commit 65912aa0316dad7d41b9eadbbd25870e3ffc6340
Author: John Stowers <john.stowers@gmail.com>
Date:   2010-01-08

    generate ChangeLog at dist time

M	.gitignore
D	ChangeLog
M	Makefile.am

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

    fix google and openaerialmap

M	src/osm-gps-map.c

commit 9646ace778e68be1dd89ad2a9d1bcd346a14ce49
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-10-04

    Add osm_gps_map_get_default_cache_directory

M	python/openstreetmap-gps-map.py
M	python/osmgpsmap.defs
M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 0a1a6cb3a19b807e3266ac608af64ff0b012c636
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-10-04

    demo python app is executable

M	python/openstreetmap-gps-map.py

commit 5ec01f140844412c1c26e16271c7b461f9b4b088
Author: Adam Boggs <boggs@aircrafter.org>
Date:   2009-07-29

    add remove_image

M	python/osmgpsmap.defs
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 71581266c04bb803d28ccf7c55199aae54238887
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-18

    Dont hardcode image format
    
    Map repository images are now saved with the
    correct file extension (jpg, png)
    
        * Add new gobject property, image_format
        * Add xxx_source_get_image_format(MapSource_t ID)
        * Update python bindings to new API

M	python/openstreetmap-gps-map.py
M	python/osmgpsmap.defs
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 2f611bc0bc06a6ba92d120e05d11427717c92c57
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-18

    Fix file writing corruption on windows
    
        * Use FILE *f instead of fd
        * Use g_fopen
        * Write files in binary mode

M	src/osm-gps-map.c

commit 9e7a558b7b77d7662a8bfd77a07328dc0db9902f
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-18

    fix build on windows

M	src/main.c

commit 835e9480d26574d9e6aa238daec8f79471387e4e
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-18

    Improvements to work on windows
    
        * Use g_build_filename
        * Use G_DIR_SEPARATOR when creating path
        * Use xdg cache dir for maps

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

commit a89538cece10b5c90f9d0b53b5b21f804a961316
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-13

    add map_source as python constructor arg

M	python/osmgpsmap.defs
M	src/osm-gps-map.c

commit fc7054b4cfaa24f776b14bb6cefb9110fa630cfa
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-13

    Map can now be constructed by passing a SOURCE ID
    
       * You can use map-source property and pass
         a OsmGpsMapSource_t ID instead of the map repo uri

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

commit 49e1b1f4d9692e09b509f47da8b39f2d02b4ae3e
Author: Till Harbaum <till@harbaum.org>
Date:   2009-07-12

    Use hashtable foreach_remove to purge tile cache

M	src/osm-gps-map.c

commit 6a11f1bc0fc9ed11e4dde9a8240671c6a89d3079
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-05

    Implement a blank map source that just draws grey tiles

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

commit f93cf2cf948dbc838b6d6d95a7f7bb2c1b0abde6
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-05

    Fix osm max zoom, it should be 18

M	src/osm-gps-map-types.h
M	src/osm-gps-map.c

commit 9ba82584c50ea1be5cc3ee2a9d188274c720f8c5
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-05

    add osm_gps_map_get_scale

M	NEWS
M	python/osmgpsmap.defs
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 25e224826fb402e2ee9f2a6b4727381ffd2725f2
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-04

    Add getters for name and zoom
    
        * Add osm_gps_map_source_get_friendly_name
        * Add osm_gps_map_source_get_max_zoom
        * Add osm_gps_map_source_get_min_zoom
        * .. and wrap in python API

M	configure.ac
M	python/configure.ac
M	python/osmgpsmap.defs
M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 619e580be47e94ade687577036275f36a68fd23c
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-04

    Prefix SOURCE with OSM_GPS_MAP

M	NEWS
M	python/osmgpsmap.defs
M	python/osmgpsmapmodule.c
M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 26245ef6cc8b0327ec6da0b278c4e7083d347c76
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-04

    Remove map repo uri strings from public API
    
        * Replace with OsmGpsMapSource_t enum
        * Add get_repo_uri(source) function, and use this
          to convert a MapSource_t to a repo uri
        * Update python bindings to new API

M	python/osmgpsmap.defs
M	python/osmgpsmapmodule.c
M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 975a6e19f87754b1b4ca04dad64d2ff5640f9e39
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-04

    Add NEWS for current and 0.3.0 release

M	NEWS

commit 2c6a19fba51990f9ff63505b46922e9a560945dd
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-04

    add custom map uri entry

M	python/openstreetmap-gps-map.py

commit ed0e5c4c34f1d47d8f910fb61bdbb1cdbbd6423d
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-07-04

    rewrite python demo to be more OO

M	python/openstreetmap-gps-map.py

commit 8f42f83d9b3bab99f972325d61c2c1154540109d
Author: Adam Boggs <boggs@aircrafter.org>
Date:   2009-06-30

    Fix bug getting pixbuf height for added images

M	src/osm-gps-map.c

commit 77e1e8efeb79645d4241bac96b0d34fb1feae2e2
Author: Hadley Rich <hads@nice.net.nz>
Date:   2009-05-15

    Add python port of demo application

A	python/openstreetmap-gps-map.py

commit f8157079701096aa451164c785742f48265e8e29
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-05-15

    bump version to 0.3.1

M	configure.ac

commit 78516ab914d0fbc0eee9ec99c1cc7a42baa62a75
Merge: 0dc7ad0 2647f23
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-04-22

    Merge branch 'controls' of git://github.com/mardy/osm-gps-map

commit 0dc7ad0c368f477d81058cd58a3e0d3f84326f87
Merge: 1cce4f2 e1fb30e
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-04-22

    Merge branch 'master' of git://github.com/mardy/osm-gps-map

commit e1fb30e027abc290cd69f0cfe19a7d750f533569
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-04-21

    Fix GPS tracks and images

M	src/osm-gps-map.c

commit 2647f2323cbc7c2082903ee28dab9191ff1b88f2
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-04-20

    Add python bindings for osm_gps_map_scroll

M	python/osmgpsmap.defs
M	python/osmgpsmap.override

commit a24d470cf4870964343f422ec6c2a9fa3ad8cedd
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-04-20

    Add osm_gps_map_scroll
    
    This method can be used to react to keypresses of directional arrows by
    moving the map.
    This is a very naive implementation, but surely correct. Performance
    issues will be addressed later, as needed.

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

commit 283650ffe91dcc6e03f7cb0cddd39db60c987f38
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-04-20

    Rename internal function

M	src/osm-gps-map.c

commit 3e998267d6f63ff732160af89e0d0a13a1c76b4f
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-04-19

    Enable focus and keypress events

M	src/osm-gps-map.c

commit 990aa145adef0b345fff276bada6e7e5cc2fdb93
Merge: 34cd810 83d78cc
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-04-20

    Merge branch 'private'

commit 1cce4f2111fffa2dd872bfb6c565b936d52d0036
Author: John Stowers <john@nzjrs-desktop.(none)>
Date:   2009-04-03

    Port example application to use GOption so that we may pass it
    debug arguments to check window redrawing.
    
    Add the following flags
    -m MAP_ID (like the old behaviour)
    -t Store maps in /tmp (previously controlled by a #define
    -d Debug window updates
    
    The debug window updates command is necesary because if your
    distributor built gtk without debug flags then passing
    --gtk-debug=updates or GTK_DEBUG=updates do not work
    and one must call gdk_window_set_debug_updates manually,
    which I do.

M	src/main.c

commit 34cd810b0964797aa0474526d72e338ae3223983
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-31

    Fix widget repainting
    
    Downloaded tiles did not trigger a redraw of the correct area, so some
    parts could be left unpainted.
    
    The easiest fix is to redraw the whole window in
    osm_gps_map_map_redraw(): in any case this was triggering a redraw of
    all the tiles, and for each of them gtk_widget_queue_draw_area() was
    being called, sometimes (for the downloaded tiles) with the wrong area.
    So, substitute these redraws with a single one.
    Note that the removed calls to gtk_widget_queue_draw_area() could only
    be invoked in a code-path that starts with osm_gps_map_map_redraw(), so
    we can remove them safely.

M	src/osm-gps-map.c

commit 83d78cc58fec4c5ab4fc5814d661258d47220a92
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-31

    Use the pointer to the private struct
    
    To get the private data, directly use the pointer to it.
    Add checks on all public APIs.

M	src/osm-gps-map.c

commit 4b8497386eef3cb212cb7feba1557e9ae7de526f
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-31

    Remove unnecessary assignment

M	src/osm-gps-map.c

commit 26b423449f14e22e8f20ae679247c7425eef7b40
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-31

    Add pointer to private struct
    
    This breaks binary compatibility for if applications are subclassing the
    widget and adding some fields to the instance struct, but hopefully
    there are none at the moment.

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

commit 311ddc8631d73136ff51f068e5f57de19f81ab22
Merge: 81be350 22b4c18
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-31

    Merge branch 'master' into resize

commit 22b4c18e83745d201b391fb1caca7ef54cc4414b
Merge: 4d6778d db1b5a3
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-31

    Merge branch 'resize' of git@github.com:mardy/osm-gps-map

commit 81be35029a732cce40f46cd21a0a67a278721d8c
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    Add EXTRA_BORDER around the map
    
    Instead of having an extra border only around the right and the bottom
    of the map, distribute it along all sides: now the visible area starts
    at coordinates (EXTRA_BORDER, EXTRA_BORDER) of the pixmap.
    This means that when dragging the map for short movements, the user is
    less likely to see white borders.

M	src/osm-gps-map.c

commit 4d6778d0369125665ab1827aac5cfcda98f5936a
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    No point in calling floor() for integers

M	src/osm-gps-map.c

commit ac7a3cde7f0e1c38877ccba7040e7dbac9619977
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    Use TILESIZE definition

M	src/osm-gps-map.c

commit 98d87f3a54a35a35be7033f1886335a9e63e0f5b
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    Introduce a #define for the extra border

M	src/osm-gps-map.c

commit 81217325784f4c963642afb69138819777e07188
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    Fix redraw on resize
    
    Redrawing the map must happen at the same time as resetting the pixmap,
    or the widget will be painted black.

M	src/osm-gps-map.c

commit b5a252aa54b5dd8c582ae476eb30cef3b6b631c9
Merge: 9a5acd8 8ab390b
Author: John Stowers <john@nzjrs-desktop.(none)>
Date:   2009-03-31

    Merge branch 'master' of git://github.com/mardy/osm-gps-map

commit 8ab390b61f9b6b6eeba0d5ac0cbb7340c736803e
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-29

    Add Python wrappers

M	python/osmgpsmap.defs
M	python/osmgpsmap.override

commit f4e7a2a95b66f967e4104bbc10a7a56730577270
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-29

    Use GLib types

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

commit f039bdd9270d4e989960b125dd33f673c4a26dcb
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-29

    Map screen pixels to coordinates
    
    Add two methods to convert screen pixel coordinates to/from geographic
    coordinates (in degrees).

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

commit 9a5acd8acb76bca10b872105fbae0ceaf208def3
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-03-12

    Use cairo for drawing by default

M	configure.ac

commit db1b5a3a3834e2d2dc2f80cc6a4ac8a9ea1f55bf
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    Add EXTRA_BORDER around the map
    
    Instead of having an extra border only around the right and the bottom
    of the map, distribute it along all sides: now the visible area starts
    at coordinates (EXTRA_BORDER, EXTRA_BORDER) of the pixmap.
    This means that when dragging the map for short movements, the user is
    less likely to see white borders.

M	src/osm-gps-map.c

commit ce43af6aaf099c839bd0e19570b498a8b06698a0
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    Fix redraw on resize
    
    Redrawing the map must happen at the same time as resetting the pixmap,
    or the widget will be painted black.

M	src/osm-gps-map.c

commit 3726a1d25c3d981d906a1e9ba9ef0b51e6e4911d
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    No point in calling floor() for integers

M	src/osm-gps-map.c

commit 498ba97e23f00e5056a05ad548cb2ce8aa7de0f8
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    Use TILESIZE definition

M	src/osm-gps-map.c

commit f74edfeee8450b27be5e631101391902cc8e439c
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    Introduce a #define for the extra border

M	src/osm-gps-map.c

commit 3a24216ebed2c32bc8f3918aae53be61208b08db
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-02

    Fix error message
    
    The default error message is misleading in this case.

M	python/osmgpsmap.override

commit 12bb2d981b0f43aa04ef96bb481207cca1047aec
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-01

    Add osm_gps_map_set_center()
    
    Allow centering the map without having to specify a zoom level.
    
    Override the auto-generated python bindings, by allowing latitude and
    longitude to be specified as a tuple parameter.

M	python/osmgpsmap.defs
M	python/osmgpsmap.override
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit cc0c9418828dea56c52f747762368112a605f05b
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    Store the coordinates of the center
    
    When the caller sets the latitude and longitude of the center of the
    map, store them. This allows accurate zooming in.

M	src/osm-gps-map.c

commit 438ebca3e0066d720445f2b2b0344d3bc0e26d81
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-08

    Convert tabs into spaces
    
    Convert tabs into spaces, add Vim and Emacs modelines.

M	src/converter.c
M	src/converter.h
M	src/main.c
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 21011cab974c594ef5af90d13591bdab9212f6c6
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-02

    More gitignore

M	.gitignore

commit 3cbc3d54dd0b2607fd2c73ea56c1126060c1209d
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-02

    Remove autogenerated files

D	config.h.in
D	python/aclocal.m4

commit 26dd715bc8964d6358ce98aa753bbedf7f2e6080
Author: Alberto Mardegan <mardy@users.sourceforge.net>
Date:   2009-03-02

    Remove auto-generated files

D	COPYING
D	aclocal.m4

commit 77c8b94a19ca4c261ebc29f095af280a9faebba8
Author: Alberto Mardegan <mardy.tardi@gmail.com>
Date:   2009-03-01

    Use fixed-point arithmetics with the zoom
    
    Also, documents the formulas, in case we want to rewrite them later.

M	src/converter.c
M	src/converter.h

commit b75129c5f0c173c69ada2a2776a169fa05ec71cc
Author: Alberto Mardegan <mardy.tardi@gmail.com>
Date:   2009-03-01

    Don't redraw the map while dragging

M	src/osm-gps-map.c

commit eaa715ae8eb7dcac71761d3313bad67c85191a55
Author: Alberto Mardegan <mardy.tardi@gmail.com>
Date:   2009-03-01

    Have a flag to indicate dragging

M	src/osm-gps-map.c

commit b9091e3a4e74983e7f436ec7ef71b99d1cc71797
Author: Alberto Mardegan <mardy.tardi@gmail.com>
Date:   2009-03-01

    Redraw map in a g_idle function
    
    Sometimes several redraw operations are requested almost at the same
    time; by putting the redraw in a g_idle function we can avoid
    unnecessary multiple redraws.

M	src/osm-gps-map.c

commit 89359a429a35e66ce9d53dbd1da2647cb3ffc383
Author: Alberto Mardegan <mardy.tardi@gmail.com>
Date:   2009-03-01

    Redraw the screen when download completes
    
    Don't save the coordinates of where the downloaded tile should be shown,
    because most likely they'll be wrong by that time. Instead, issue a full
    redraw of the map.

M	src/osm-gps-map-types.h
M	src/osm-gps-map.c

commit 59f9cef38d1dd8474c46f47548efacea886578ae
Author: Alberto Mardegan <mardy.tardi@gmail.com>
Date:   2009-03-01

    Cache most recently used tiles in memory

M	src/osm-gps-map.c

commit d9114240d554d7b7bdaac5fa8e7e6cbdb0df7ef3
Author: Alberto Mardegan <mardy.tardi@gmail.com>
Date:   2009-03-01

    Implement dispose() method
    
    Unreferencing other GObjects should be done during dispose.

M	src/osm-gps-map.c

commit 629cf1472c60e121aaf4174579875cc2e28ef751
Author: Alberto Mardegan <mardy.tardi@gmail.com>
Date:   2009-03-01

    Render missing tiles
    
    If a tile is missing, try to replace it with an upscaled version of a
    lower resolution image.

M	src/osm-gps-map.c

commit 468a44499dc241c59e9e510ad92d09ef54ab606f
Author: Alberto Mardegan <mardy.tardi@gmail.com>
Date:   2009-03-01

    Add modeline for vim

M	src/osm-gps-map.c

commit 6b4af8c9cebaad4a09b03337e5ab9f1bdf7c2c43
Author: Alberto Mardegan <mardy.tardi@gmail.com>
Date:   2009-03-01

    Set default log handler for libosmgpsmap

M	src/main.c

commit b3100c895746b6a05afcd366f346d4a4a325c41c
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-03-01

    add ignores

A	.gitignore

commit 3372a2928c5da8f193c63cdef8d832d9bcd5ee73
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-02-22

    The cairo map should have the same color gps track as the gdk one

M	src/osm-gps-map.c

commit dfe12f45ce75795004c0dc72cb4b79f54604193c
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-02-15

    prevent some artifacts when drawing not yet loaded map tiles

M	src/osm-gps-map.c

commit 1c563f5ec1446ba283f8ce46ee937c9258f2eb54
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-02-14

    Support adjustable hightlight radius in both modes

M	src/osm-gps-map.c

commit d3419583e066748f3725c2df49a899c9697d7bf7
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-02-14

    Split out the parts of last commit that contain the conversion of #defines for GPS drawing into adjustable object properties

M	src/osm-gps-map-types.h
M	src/osm-gps-map.c

commit 94b424c9bc51e71df4c62b70918fda2c60cdd2bd
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-02-14

    update autofoo m4s

M	aclocal.m4
M	python/aclocal.m4

commit 33af9a9a957ac293badc4d5451f92145d37ba389
Author: John Stowers <john@nzjrs-uni.mech.canterbury.ac.nz>
Date:   2009-02-10

    README

M	README

commit 388a73a22d070d2f3bb6a3f598aca09ecd65c734
Author: John Stowers <john@nzjrs-uni.mech.canterbury.ac.nz>
Date:   2009-02-10

    Update (c) and AUTHORS. Add Everaldo contributions for cairo

M	AUTHORS
M	src/converter.h
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 25670df947207ee2d8946fc65acecad48fb1b6a1
Author: John Stowers <john@nzjrs-uni.mech.canterbury.ac.nz>
Date:   2009-02-10

    Hybrid is no longer working

M	src/osm-gps-map.h

commit c502627530288bb5d6e6e188a844eb597d3668d9
Author: John Stowers <john@nzjrs-uni.mech.canterbury.ac.nz>
Date:   2009-02-10

    Fixed Google Maps url.

M	src/osm-gps-map.h

commit bfef6ad59e653361f491dac50611323660f57170
Author: John Stowers <john@nzjrs-uni.mech.canterbury.ac.nz>
Date:   2009-02-10

    Autofoo

M	aclocal.m4
M	python/aclocal.m4

commit 9b0d1db554f20273863127941ecacce298313d6c
Author: John Stowers <john@nzjrs-uni.mech.canterbury.ac.nz>
Date:   2009-02-10

    reshuffle some code to share more gps point drawing logic between cairo and gdk drawing modes

M	src/osm-gps-map.c

commit c5633cf1ff10cbf4ff4c951496cd973de21360e1
Author: John Stowers <john@nzjrs-uni.mech.canterbury.ac.nz>
Date:   2009-02-10

    reshuffle some code to share more gps track drawing logic between cairo and gdk drawing modes

M	src/osm-gps-map.c

commit b428c0429e0c18aa1067992b8779a6c839adb60b
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-31

    Refactor gtk_map_view_fill_tiles_pixel and gtk_map_view_motion_notify

M	src/osm-gps-map.c

commit c1e6aa39cd1346e08795ff24cbae879e6a4b2641
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-31

    Draw a big transparent area around GPS point.

M	src/osm-gps-map.c

commit 857e3f20042cc0a26920243979951ed79f3ead15
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-31

    Use cairo to draw the track also

M	src/osm-gps-map.c

commit e0ec071aa886dcd7ae2167dc1d2049f2e7fb1944
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-31

    Refactor osm_gps_map_print_track to remove some intermediate unnecessary variables and improve readability

M	src/osm-gps-map-types.h
M	src/osm-gps-map.c

commit b1c5a95c0d6ab64aa9ae43e597c0010407e58b16
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-31

    Use cairo to draw the gps point

M	src/osm-gps-map-types.h
M	src/osm-gps-map.c

commit bd4697f875126dde3ee611211d1d062e8b117209
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-31

    Conditionally include cairo

M	src/osm-gps-map.c

commit 5dea7f6f3229690ed48ec06c2cb4cf68547bd244
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-31

    Add autofoo to conditionally enable and test for cairo support

M	config.h.in
M	configure.ac

commit 569e5b6f7f86482a2cde6c21ece6eef52baa5a18
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-29

    Update version to 0.2

M	configure.ac

commit ebf0a24078468493ae6594d308fcd139b4273d28
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-29

    Add all python files to EXTRA_DIST

M	Makefile.am

commit 5e87664e3f50beae120bd6ca878eb7fa97ccd95f
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-21

    Make the python extension buildable using setuptools

M	python/setup.py

commit ef4c2f4e20fdb53c30f67356ffefed78e2c38aa6
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-12

    Ignores

commit c6a980bbfffa67b1898de04d100b8087bcd243fa
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-12

    Build test

M	COPYING
M	aclocal.m4
M	python/aclocal.m4

commit 7b0a0534b4d47dce06edc3437c174b53b350754c
Author: John Stowers <john.stowers@gmail.com>
Date:   2009-01-12

    IMPORTING OSM_GPS_MAP INTO ITS OWN REPOSITORY GENERALLY FAILED, SO I
    HAD TO REPLAY THE FOLLOWING COMMITS MANUALLY
    
    MY APOLOGIES.............
    
    ------------------------------------------------------------------------
    r794 | john.stowers | 2008-12-03 05:33:39 +1300 (Wed, 03 Dec 2008) | 1 line
    
    Ignores
    ------------------------------------------------------------------------
    r778 | john.stowers | 2008-10-31 22:59:32 +1300 (Fri, 31 Oct 2008) | 4 lines
    
    * Kill some useless g_debugs
    * Move soup session construction back to init
    * file tile-cache-is-full-path property name in demo app
    
    ------------------------------------------------------------------------
    r772 | john.stowers | 2008-10-31 09:31:19 +1300 (Fri, 31 Oct 2008) | 7 lines
    
    * Add new tile-cache-full-path gobject property. If this is TRUE then
      the path passed to tile-cache is interpreted as the full path to
      cache the map tiles. If this is FALSE then the path passed to
      tile-cache is interpreted as a base directory, and the cached tiles
      are actually placed in base_dir/md5sum(repo_uri)
    * Update other files to new API
    
    ------------------------------------------------------------------------
    r770 | john.stowers | 2008-10-31 04:03:55 +1300 (Fri, 31 Oct 2008) | 1 line
    
    Shush
    ------------------------------------------------------------------------
    r760 | john.stowers | 2008-10-30 04:37:13 +1300 (Thu, 30 Oct 2008) | 1 line
    
    Add kwargs to python constructor
    ------------------------------------------------------------------------
    r748 | john.stowers | 2008-09-25 07:20:37 +1200 (Thu, 25 Sep 2008) | 1 line
    
    Add well known map URIs to the header, remove the invert_zoom property, as it has been superseeded by the #S string
    ------------------------------------------------------------------------
    r747 | john.stowers | 2008-09-24 20:21:43 +1200 (Wed, 24 Sep 2008) | 1 line
    
    Take the cookie from the environment variable, set the referrer
    ------------------------------------------------------------------------
    r746 | john.stowers | 2008-09-24 07:09:45 +1200 (Wed, 24 Sep 2008) | 1 line
    
    Support quadtree based map sources
    ------------------------------------------------------------------------
    r745 | john.stowers | 2008-09-24 07:09:19 +1200 (Wed, 24 Sep 2008) | 1 line
    
    Replace the build time map source selection with a runtime one
    ------------------------------------------------------------------------
    r723 | john.stowers | 2008-09-14 19:37:39 +1200 (Sun, 14 Sep 2008) | 1 line
    
    remove unversioned files
    ------------------------------------------------------------------------
    r722 | john.stowers | 2008-09-14 19:35:43 +1200 (Sun, 14 Sep 2008) | 1 line
    
    Wrap download maps

M	config.h.in
M	configure.ac
M	python/osmgpsmap.defs
M	python/osmgpsmap.override
M	python/osmgpsmapmodule.c
M	python/test.sh
M	src/main.c
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 43e68e761a7321b1708f3a40a9ea41bf0de236ca
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-24

    Cache maps in homedir by default

M	src/main.c

commit 3fd6cdff245091265326367b339fb0d9321d69f1
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-22

    Autofoo

M	configure.ac

commit d47c7c1245b5134fe052c69bc92d7997ebc2174d
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-22

    Make 0.1 release of osm-gps-map

M	Makefile.am
M	configure.ac
M	src/Makefile.am

commit f4e4897418604a9515fbd6faaac010c9ce381804
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-20

    * Add some new API to osm-gps-map
      * osm_gps_map_add_track
      * osm_gps_map_clear_tracks
      * osm_gps_map_clear_images
    * Wrap NEW api from python
    * Use the new add_track api in the groundstation to show previous path

M	python/osmgpsmap.defs
M	python/osmgpsmap.override
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit c64c456fc7d900495188b173a716671b7a180a4b
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-19

    * Remove no used click and scroll code
    * Remove some unnecessary g_debug

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

commit 0938be0193e947069e3dfeb2b94616c83dd6fd1b
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-19

    Add a custom log handler and the ability to turn off debug messages

M	python/test.sh
M	src/Makefile.am
M	src/converter.c
M	src/osm-gps-map.c

commit a09bd129c96a2a0aae63cfdd39495e14b64c8ccb
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-19

    Update to newer API

M	aclocal.m4
M	python/aclocal.m4
M	python/configure.ac
M	python/osmgpsmap.override

commit 68134296ee02f08454f3c55c6bf4bae4076f2441
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-19

    Moving static functions to gead of the file

M	src/osm-gps-map.c

commit 4cb8e4cb2e9679d8aa747eea790a5a31d535046d
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-19

    * Implement map caching
    * Change all uses of coord_t TO BE IN RADIANS
    * All other external API is DEGREES, i.e. when lat and lon
      are function arguments, they are in DEGREES
    * Add map caching to the demo app
    * Make some functions static

M	src/converter.c
M	src/main.c
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 20cfa4c05d10695bd1eec2409bc8d1fb16980bb8
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-19

    Can successfully build an installer on windows now

M	python/README
D	python/setup-pycairo.py
D	python/setup-pygtksourceview.py
A	python/setup.py

commit 54394142fa86393b1dea48e5198e4152ec73a0f5
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-18

    example setup files for windows

A	python/setup-pycairo.py
A	python/setup-pygtksourceview.py

commit 494b7d856dce264710213f74f2c2627d630a34cc
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-18

    Autofoo, install a pc file, pass make distcheck

M	Makefile.am
M	aclocal.m4
M	configure.ac
A	osmgpsmap.pc.in
M	python/aclocal.m4

commit 9ad58656d3dea88f1ccb4a706b39c0ef0d4c8f57
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-15

    * Change trip-counter --> record-trip-history
    * Add show-trip history as a new property. This controls whether
      The GPS trip is shown or not.
    * Whether the trip history is recorded or not is
      dependant on the record-trip-history proptery

M	src/osm-gps-map.c

commit 6184df18f8ec9efdd63dbd5da4e55b53cd8279aa
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-12

    Fix autofoo

M	src/Makefile.am

commit cb110638c4d76d189393b00f1d9088694c5ffc25
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-11

    Add broken osd speed implementation

M	src/osm-gps-map.c

commit 8fe6dde5eaf506be421f8974f7473c46a4e9b0cd
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-10

    test commit

D	src/test.txt.txt

commit 8dbdbe7413440825ec035b6886a33c5a85248ac6
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-10

    test commit

A	src/test.txt.txt

commit a7e4c2a4d71d1abcce3a0f8e71e247668f93bf26
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-09

    * Remove commented out code and useless comments
    * Add function prototypes and kill some compile warnings.

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

commit 31dc237b04ca6085ad16409e0a0c8736fa13653d
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-07

    * Seperate the code to draw the current gps point into its own funcion
    * Plug leaks when not releasing GdkGc
    * Make trip_counter a gobject property

M	src/osm-gps-map.c

commit e46c88ce74dc4c59eabd554fe9d0d7276df1a000
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-06

    * More renaming
      * wtfcounter --> drag_counter
      * mouse_dx --> drag_mouse_dx
      * mouse_x --> drag_start_mouse_x
      * local_x --> drag_start_local_x
    * Redraw the track after we get the last tile

M	src/osm-gps-map.c

commit fd15d11bd5e639db04c44c5d4dca145965079a61
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-06

    * Rename
      * global_{x,y} --> map_{x,y}
      * global_zoom --> map_zoom
      * global_autocenter --> map_auto_center
      * global_auto_download --> map_auto_download
    * Use g_object_set when changin auto_center so that watchers of this
    widget will get property notify events for it.

M	src/osm-gps-map.c

commit 704982bd32f12d71bbd26dc22a93e8e23004477b
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-06

    Fix crash on finalize. Now one can swap maps while the application is running

M	src/osm-gps-map.c

commit acbc9be21109e9934be6650427e3057d05e8465e
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-08-06

    * Add proxy-uri support
    * Be smarter with not downloading tiles that gave a 404
    * Support a few more map types
    * (hopefully) stop crash on exit by not always requeing messages which failed

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

commit d1657184cd44b9779a67bb566b35f007200647cf
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-07-30

    Shush warnings

M	src/osm-gps-map.c

commit f4bfa15ab330539f404cc40e350783001df19c10
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-07-30

    Introduce a new tile uri format string. Special characters #Z #X #Y are replaced by the zoom, x and y tiles

D	replace.c
M	src/main.c
M	src/osm-gps-map.c

commit 3bf1ac2449ed6c718d5eb9099283eca1946fa82c
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-07-30

    Make max zoom a gobject property, and prepare to change the way map uris are specified into a string with special placeholders

A	replace.c
M	src/main.c
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c

commit 08e53547b1ffb0be1ee3f3ef22b535de58b03bec
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-07-18

    Expose the queued tiles as a gobject property

M	python/test.sh
M	src/osm-gps-map.c

commit 46532676d205721b2dcca159cd8e5af2c62de598
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-07-18

    Keep a hashtable of tiles waiting to be downloaded. Its helpful on slow internet connections. Tidy up widget resources properly in finalize

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

commit 7737b619ae8a64eb9ddacb56ae93032c3a8adac0
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-06-18

    Dont draw received gps points if we are dragging the map

M	src/osm-gps-map.c

commit c32e6b8f62dd305afdf3985a7e76f49bf6017cfc
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-06-17

    Pass all updates through redraw which removes duplicate code. Re-order the map auto center code to draw the gps position properly, and not leave multiple circles everywhere

M	src/osm-gps-map.c

commit 9d62a1a9c4333f02775b181c2937b7b0981cb777
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-06-17

    Implement map autocenter

M	src/osm-gps-map.c

commit 43d6e37007a1de3fa854ebabc99a36c83e3293e3
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-25

    Also free the coord_t structs when freeing the gps track

M	src/osm-gps-map.c

commit 9db5cf4172fb63e3e340f1cdfad05851c8f68459
Author: Mark Cottrell <mac132@student.canterbury.ac.nz>
Date:   2008-05-25

    added a function to clear the gps track (osm_gps_map_clear_gps), also added a right click menu to the map in test.py

M	python/osmgpsmap.defs
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 3adfea27afde02ec9072e20bab2373651c59d6e9
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-24

    Remove bbox_t and just use two coord_t

M	python/osmgpsmap.defs
M	python/osmgpsmap.override
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit e84456039198f55ede9dafd619d57fd9625cd9d8
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-23

    Update licence and AUTHORS

M	AUTHORS
M	python/AUTHORS
M	python/osmgpsmapmodule.c
M	src/converter.c
M	src/converter.h
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit b39db1413d684f0a7dc4c4bea3f6988e34b290c7
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-23

    Add the ability to add images to the map at given locations

M	python/Makefile.am
M	python/osmgpsmap.defs
M	python/osmgpsmap.override
M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h
A	src/poi.png

commit 4e20ed8c692aa2ac820fc308e9204064a55a3e90
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-23

    Stupid aclocal.m4

M	python/aclocal.m4

commit 818d9b0e085f0f1580b490309c5e9a966b890c56
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-23

    restore the ability to print the gps track on the map. See the demo. Still some bugs. Remove get_zoom, its redundant with gobject props

M	aclocal.m4
M	python/aclocal.m4
M	python/osmgpsmap.defs
M	python/osmgpsmap.override
M	python/test.sh
M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 111d592a98f92465e99911f1ae020d6b9449913e
Author: Mark Cottrell <mac132@student.canterbury.ac.nz>
Date:   2008-05-23

    added the osm_gps_map_get_zoom_level function, returning the current zoom level.  tidies up zoom functionality in test.py, might be a bit unnecessary though.

M	python/osmgpsmap.defs
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit be33aad67b47cc7c26328d9dc357bcc17594992e
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-22

    svn ignore aclocal.m4

commit 6d0244ba73cd6396499d3cadf2f88ca3236ae043
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-22

    Tidy external API and wrap the function to get the lat/lon of a pixel co-ordinate. Should be able to implement the test app in python now

M	aclocal.m4
M	python/aclocal.m4
M	python/osmgpsmap.defs
M	python/osmgpsmap.override
M	python/test.sh
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 2fe164c750f797dcfc083fbbe60a431ed8be76c3
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-22

    Improve order of OSMGPSMAP_CFLAGS and _LIBS to actually test for gtk

M	python/configure.ac

commit 293fdaca21f7ad0e93a17f486b7193e0339dd466
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-22

    init threads first in python version

M	aclocal.m4
M	python/aclocal.m4
M	python/test.sh

commit 9f2ec5b4793824f15497af061036f55c9737331b
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-21

    Add python bindings

M	aclocal.m4
A	python/AUTHORS
A	python/ChangeLog
A	python/Makefile.am
A	python/NEWS
A	python/README
A	python/acinclude.m4
C093	aclocal.m4	python/aclocal.m4
A	python/configure.ac
A	python/osmgpsmap.defs
A	python/osmgpsmap.override
A	python/osmgpsmapmodule.c
A	python/test.sh

commit 12ef99a03962014fa61d58699b8ccf0750e12630
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-21

    Remove messed up drawing when dragging. Ported from tgps 0.9.0.3

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

commit e5dee1dd774808c7ac2d5d6076c2bd555d4481a2
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-14

    Add getters and construct-only setters for map X and Y

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

commit b53d0eb198a8b01c48533ffab833c2ca9792aa78
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-13

    Add lat/lon prop getters. Add public API to convert pixel x,y to lat/lon. Add basic GPS marker. Improve demo application to double click to set gps point

M	configure.ac
M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit fd9b82771c6e4c9cf246b36cc58f90d9fb920a73
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-12

    Fix user data passing to clicked callbacks

M	src/main.c

commit 96d4cffa56c7c3f31d4b0227aac2e712d40536f6
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-12

    More warning fixes

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

commit cc73b46f7e1bed7e0c8c1c0e82d7b76c9e531b93
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-12

    Tidy up test app, init gc_map in configure

M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 3e8d9aac4dde9dbf1e9dc66643473968e7be66aa
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-12

    Add small gui with home button

M	COPYING
M	aclocal.m4
M	src/main.c
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 82a03727f4efb482b9d79a6ccdc3ef6e4cc6136d
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-11

    Init threads first

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

commit 3844d99fd416c003b991c73e33b9916ac9df2b1b
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-11

    Can also use google aerial

M	src/main.c

commit 770aa96841d51b4a894f2f21e5ff92f72051abe5
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-11

    Fix zoom, and drag. Now works with google maps too

M	src/main.c
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit 3361695b23dc72a0a8a5350e11f278a59047fc18
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-11

    Actually does something....

M	src/main.c
M	src/osm-gps-map-types.h
M	src/osm-gps-map.c
M	src/osm-gps-map.h

commit fc0a4aef04c944f05b02bae9d033bcfa2217cb35
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-11

    More portage

M	src/Makefile.am
A	src/converter.c
A	src/converter.h
A	src/osm-gps-map-types.h
M	src/osm-gps-map.c

commit bec38677b3f2918c97a6a1edea795fc7191a0c11
Author: John Stowers <john.stowers@gmail.com>
Date:   2008-05-10

    Add first attempt of porting tangogps to its own widget

A	AUTHORS
A	COPYING
A	ChangeLog
A	Makefile.am
A	NEWS
A	README
A	TODO.tasks
A	aclocal.m4
A	autogen.sh
A	config.h.in
A	configure.ac
A	openstreetmap-gps-map.anjuta
A	src/Makefile.am
A	src/main.c
A	src/osm-gps-map.c
A	src/osm-gps-map.h
