]> err.no Git - libchamplain/shortlog
libchamplain
2009-05-06 Emmanuel RodriguezComment methods that are no longer in the API
2009-05-06 Emmanuel RodriguezAdd xs/ChamplainMapSourceFactory.xs
2009-05-06 Emmanuel RodriguezNew mappings
2009-05-06 Emmanuel RodriguezFormatting
2009-05-06 Emmanuel RodriguezAdd get/set projection
2009-05-06 Emmanuel RodriguezRemove the constructors as they don't exist any longer
2009-05-05 Mike SheldonUpdate python bindings to support new ChamplainMapSourc...
2009-05-05 Pierre-Luc... Fix project name
2009-05-05 Pierre-Luc... Fix champlain-gtk doc
2009-05-05 Pierre-Luc... Fix bindings distribution
2009-05-05 Pierre-Luc... Update NEWS for 0.3 release
2009-05-05 Pierre-Luc... Add Id to ChamplainMapSource
2009-05-04 Pierre-Luc... Add 0.2.10 NEWS
2009-05-04 Pierre-Luc... Add small documentation fixes
2009-05-04 Pierre-Luc... Add MAINTAINERS
2009-05-04 Pierre-Luc... Fix documentation generation
2009-05-04 Pierre-Luc... Introduce ChamplainMapSourceDesc to list available...
2009-05-03 Mike SheldonAdd support for wrapping champlain_map_source_factory_g...
2009-05-03 Mike SheldonUpdate python bindings to support new API
2009-05-03 Mike SheldonAdd DemoMarkerLayer for creating demo markers
2009-05-03 Pierre-Luc... Fix a bug where shadow would show up for image only...
2009-05-03 Pierre-Luc... Fix typo: OpenAErialMap
2009-05-03 Pierre-Luc... Complete MapSource documentation
2009-05-03 Pierre-Luc... Improve documenation of base marker and map source
2009-05-03 Pierre-Luc... Introduce ChamplainMapSourceFactory
2009-05-02 Pierre-Luc... Generate fill_tile documentation
2009-05-02 Pierre-Luc... Fix BaseMarker documentation
2009-05-02 Pierre-Luc... Continue API simplification
2009-05-02 Pierre-Luc... Update documentation
2009-05-02 Pierre-Luc... ChamplainTile: clean-up and documention
2009-05-02 Pierre-Luc... Remove ChamplainZoomLevel from public API
2009-05-02 Pierre-Luc... Improve cache doc
2009-05-02 Pierre-Luc... Substract the highest removed popularity from non clear...
2009-05-02 Pierre-Luc... Add cache documentation
2009-05-01 Pierre-Luc... Implement cache purging
2009-05-01 Pierre-Luc... Add CACHE debug level
2009-05-01 Pierre-Luc... Finally get totally rid of tile_ready and friends
2009-05-01 Pierre-Luc... Remove state update from tile_ready and friends
2009-05-01 Pierre-Luc... Merge map_load_visible_tiles and view_load_visible_tiles
2009-05-01 Pierre-Luc... Make the tile_ready and friends private
2009-05-01 Pierre-Luc... Remove debugging
2009-05-01 Pierre-Luc... Fix tile's update on screen when no new data to show
2009-05-01 Pierre-Luc... Use sqlite to save the etags received from server
2009-05-01 Pierre-Luc... Introduce ChamplainCache to deal with caching tiles
2009-05-01 Pierre-Luc... Send and save etag
2009-05-01 Pierre-Luc... Use If-Modified-Since to check if tile is up to date.
2009-05-01 Pierre-Luc... Add a champlain_view_get_coords_at for x, y in the...
2009-05-01 Pierre-Luc... Allow NULL to be passed to champlain_marker_set_image
2009-04-30 Emmanuel RodriguezReset the id for the redraw_on_idle when done
2009-04-30 Pierre-Luc... Fix bug 580785: decel-rate of a view is not set correctly
2009-04-29 Pierre-Luc... Fix Bug 580371: demos/launcher doesn't start at the...
2009-04-29 Emmanuel RodriguezMemChecker: error when freeing a color
2009-04-29 Emmanuel RodriguezThis file is autogenerated
2009-04-29 Debarshi RayAdd G_BEGIN_DECLS and G_END_DECLS around headers and...
2009-04-27 Pierre-Luc... Don't redraw the marker each time the properties change
2009-04-27 Pierre-Luc... Use the gnome icon theme for markers
2009-04-26 Pierre-Luc... Implement marker shadow
2009-04-26 Emmanuel RodriguezMemory leak fix: file_loaded_cb() now frees the actor...
2009-04-26 Emmanuel RodriguezMemory leak fix: map_free() noew frees the map
2009-04-26 Emmanuel RodriguezInitialize priv->map in the constructor.
2009-04-26 Emmanuel RodriguezNo need to set zoom-level min and max twice
2009-04-26 Emmanuel RodriguezMemory leak fix: g_string_append() doesn't need a duplicate
2009-04-26 Emmanuel RodriguezMade all references to the word "license" consistent...
2009-04-24 Stephane Delcroixprefix factory ctors by Create, not New
2009-04-24 Stephane Delcroixdepend on gapi-2.0 >= 2.13.90 (r132561) so constructors...
2009-04-24 Pierre-Luc... Fix Bug 575133: Position lost on zoom out (from level...
2009-04-24 Pierre-Luc... Finish the fix to bug 573037: Support proxies
2009-04-24 Pierre-Luc... Add vim swap to gitignore
2009-04-24 Stephane DelcroixUpdate the managed bindings
2009-04-22 Victor Godoy... Update the Python bindings to have ChamplainBaseMarker
2009-04-22 Emmanuel RodriguezMemory leak fix: priv->uri and priv->filename.
2009-04-22 Emmanuel RodriguezMemory leak fix: priv->tiles is now freed in champlain_...
2009-04-22 Emmanuel RodriguezMemory leak: priv->map is now freed in champlain_view_d...
2009-04-22 Pierre-Luc... Fix minimal clutter version required
2009-04-20 Emmanuel RodriguezMemory fix in champlain_network_map_source_get_tile().
2009-04-20 Pierre-Luc... Fix memory management in ChamplainView
2009-04-19 Pierre-Luc... Fix Bug 576832: Any go_to should stop a previous and...
2009-04-19 Emmanuel RodriguezNo need to create/remove a marker
2009-04-19 Emmanuel RodriguezMemory leaks fix
2009-04-19 Pierre-Luc... Improve gitignore
2009-04-13 Emmanuel RodriguezThe constructor new_with_actor() is now named new_with_...
2009-04-13 Emmanuel RodriguezExample that shows how to use a image that's not from...
2009-04-13 Emmanuel Rodrigueznew_full() doesn't throw an exception
2009-04-13 Emmanuel RodriguezUse the new constructors new_from_file new_with_image.
2009-04-13 Emmanuel Rodrigueznew_with_image() is now new_from_file()
2009-04-13 Emmanuel Rodriguezchamplain_marker_new_full should not have a GError...
2009-04-13 Emmanuel RodriguezFix the new_with_image constructor and doc
2009-04-13 Pierre-Luc... Change markers constructors: new_from_file, new_with_im...
2009-04-13 Emmanuel RodriguezNo need for PROTOTYPES: DISABLE
2009-04-13 Emmanuel RodriguezChamplain::Marker->new_with_text() gets passed only...
2009-04-13 Emmanuel RodriguezC_ARGS: without parameters are clearly identied
2009-04-13 Emmanuel RodriguezChamplain::Marker->new_with_text() takes optional param...
2009-04-13 Emmanuel RodriguezUsing a ChamplainBaseMarker instead of a ChamplainMarker
2009-04-13 Emmanuel RodriguezAdapt the test to the new markers API
2009-04-13 Pierre-Luc... Remove undefined macro
2009-04-13 Emmanuel RodriguezReplace OpenArialMap by OpenAerialMap in the test labels
2009-04-13 Emmanuel RodriguezCorrect a typo in OpenAerial
2009-04-13 Emmanuel RodriguezAdd a title to each section and remove private objects
2009-04-13 Emmanuel RodriguezAdd champlain to the documentation
2009-04-13 Emmanuel RodriguezFix broken titles
next