]> err.no Git - libchamplain/shortlog
libchamplain
2009-03-25 Pierre-Luc... Update AUTHORS to inclue Emmanuele
2009-03-25 Emmanuel RodriguezAdded t/ChamplainMapSource.t
2009-03-25 Emmanuel RodriguezUnit tests for Champlain::MapSource
2009-03-25 Emmanuel RodriguezUnit tests for Champlain::Layer
2009-03-25 Emmanuel RodriguezVersion change to 0.03
2009-03-25 Emmanuel RodriguezReturn types are constistent with the existing XS
2009-03-25 Emmanuel RodriguezRemoved the FIXME
2009-03-25 Emmanuel RodriguezCode indentation
2009-03-25 Emmanuele BassiMakefile.PL tweaks
2009-03-25 Emmanuele Bassi[pm] Detect darwin and change dl_load accordingly
2009-03-25 Emmanuele Bassi[view-embed] Use the right types
2009-03-25 Emmanuele BassiAlways include gtk2perl.h explicitly
2009-03-25 Emmanuele Bassi[maps] Fix the ChamplainViewEmbed GType
2009-03-25 Emmanuel RodriguezAdd the GNOME bugzilla
2009-03-25 Emmanuel RodriguezUpdate to 0.02
2009-03-25 Emmanuel RodriguezPretend champlain_view_embed_get_view() takes a GtkWidget
2009-03-25 Emmanuel RodriguezIgnore the files used for building the Perl bindings
2009-03-25 Emmanuel RodriguezAdded missing entries
2009-03-25 Emmanuel RodriguezThe rule clean removes the build folder
2009-03-25 Emmanuel RodriguezVersion change to 0.02
2009-03-25 Emmanuel RodriguezNo need to include "ppport.h".
2009-03-25 Emmanuel RodriguezMove the include file around.
2009-03-25 Emmanuel RodriguezFirst argument of gperl_croak_gerror() is now NULL.
2009-03-25 Emmanuel RodriguezManifest complies with the current files.
2009-03-25 Emmanuel RodriguezAdd the Perl bindings.
2009-03-25 Pierre-Luc... Fix warnings when removing a loading tile.
2009-03-24 Pierre-Luc... Fix Tile ref counting
2009-03-23 Pierre-Luc... Memory management clean-up
2009-03-23 Pierre-Luc... Fix actor's reference counting in ChamplainTile
2009-03-23 Pierre-Luc... Fix Bug 574809: Provide a way to make visible a bunch...
2009-03-23 Mike SheldonAdd pychamplain header file forgotten from previous...
2009-03-22 Mike SheldonWrap champlain_view_go_to for the python bindings
2009-03-22 Emmanuel RodriguezGet and set width/height don't have matching types
2009-03-22 Pierre-Luc... Fix Bug 575139: Corrupted map when double clicking...
2009-03-22 Pierre-Luc... Fix Bug 557641: Smooth movement to a new position
2009-03-22 Pierre-Luc... Fix Bug 558020: Unwanted wrap effect when panning...
2009-03-22 Pierre-Luc... Move anchor computation to a separate function
2009-03-22 Mike SheldonUpdate launcher-gtk.py to use new API
2009-03-22 Mike SheldonUpdate python bindings to support new API changes
2009-03-22 Mike SheldonUpdate python bindings to support new API changes
2009-03-22 Mike SheldonStart adding markers to launcher-gtk.py example (still...
2009-03-22 Pierre-Luc... Fix virtual function
2009-03-22 Pierre-Luc... Assert and return_on_fail should be && not ||
2009-03-22 Pierre-Luc... Update the ignored files
2009-03-22 Pierre-Luc... Fix Bug 576206: Getter for the properties latitude...
2009-03-22 Emmanuel RodriguezFix Bug 576204: Properties latitude and longitude are...
2009-03-22 Emmanuel RodriguezFix Bug 576159: Various memory management fixes for...
2009-03-22 Mike SheldonChamplainView:actor is read-only, should not have a...
2009-03-19 Pierre-Luc... Fix Bug 575601: Return const gchar* insted of gchar*
2009-03-19 Emmanuel RodriguezFix Bug 575903: Memory leaks in champlain-network-map...
2009-03-19 Emmanuel RodriguezFix Bug 575902: ChamplainNetworkMapSource crashes when...
2009-03-17 Emmanuel RodriguezFix Bug 575645: Properties enum has same comment as...
2009-03-16 Pierre-Luc... The inherited object should match the class
2009-03-16 Pierre-Luc... Fix a ton of criticals and warnings if the error tile...
2009-03-16 Pierre-Luc... Fix Bug 575140: launcher-gtk ignores zoom-level on...
2009-03-16 Pierre-Luc... Fix Bug 575138: It is possible to zoom below zoom level 0
2009-03-16 Pierre-Luc... Add buttons over the launcher demo
2009-03-11 Pierre-Luc... Add support for OSM Cycle Map and Osmarender tiles
2009-03-10 Pierre-Luc... Fix state never done if network error
2009-03-10 Pierre-Luc... Remove some left over temp values when ChamplainMapSour...
2009-03-10 Pierre-Luc... Fix Bug 559522 – Lack of user feedback during loading...
2009-03-10 Pierre-Luc... Fix regression introduced when ChamplainMapSource was...
2009-03-10 Pierre-Luc... Fix Bug 569984 – Current position lost on window resize
2009-03-09 Pierre-Luc... Fix demo to have the click on map demo!
2009-03-09 Pierre-Luc... Allow disabling zoom in on double click
2009-03-09 Pierre-Luc... Implement ChamplainView get/set
2009-03-09 Pierre-Luc... Fix setting proxy-uri after the soup session has been...
2009-03-09 Pierre-Luc... Fix compile warnings in the demos
2009-03-09 Pierre-Luc... Use a more specific object type for add_layer
2009-03-08 Pierre-Luc... Fix compiler warnings
2009-03-08 Pierre-Luc... Fix compilation warnings
2009-03-08 Pierre-Luc... Fix warnings
2009-03-08 Pierre-Luc... Build with warning flags
2009-03-08 Stephane Delcroixhide the private properties
2009-03-08 Stephane Delcroixgenerate ChamplainTile
2009-03-08 Stephane Delcroixno longer hide ZoomLevel
2009-03-08 Stephane Delcroixreparsing api
2009-03-06 Pierre-Luc... Missing NULL at the end
2009-03-06 Pierre-Luc... Missing initialisation
2009-03-06 Pierre-Luc... Install champlain-enum-types.h too
2009-03-06 Pierre-Luc... Add support for Proxy
2009-03-06 Pierre-Luc... Offline is a ChamplainNetworkMapSource property
2009-03-06 Pierre-Luc... Introduce ChamplainNetworkMapSource
2009-03-05 Pierre-Luc... Change ChamplainStateEnum to ChamplainState like other...
2009-03-04 Pierre-Luc... Apply "early return" style to view
2009-03-04 Pierre-Luc... Introduce champlain_view_set_map_source
2009-03-04 Pierre-Luc... Documentation and code style updates
2009-03-04 Pierre-Luc... Introduce champlain_view_set_zoom_level
2009-03-04 Pierre-Luc... Introduce champlain_settings to hold global settings.
2009-03-04 Pierre-Luc... Add a more flexible and simpler API for tile URIs
2009-03-04 Pierre-Luc... Fix demos to use new ChamplainMapSource API
2009-03-04 Pierre-Luc... ChamplainZoomLevel and ChamplainTile are public API too
2009-03-04 Pierre-Luc... ChamplainMapSource is public API
2009-03-04 Pierre-Luc... Remove previous tiles when changing source
2009-03-04 Pierre-Luc... Add OpenArialMap
2009-03-04 Pierre-Luc... OpenStreetMap only has 18 levels
2009-03-04 Pierre-Luc... Remove dead code
2009-03-04 Pierre-Luc... Introduce ChamplainMapSource
2009-03-04 Pierre-Luc... anchor is a view property
2009-03-04 Pierre-Luc... GObjectify ChamplainZoomLevel
next