]> err.no Git - libchamplain/shortlog
libchamplain
2009-06-12 Emmanuel RodriguezAdd parameters to map sources constructors
2009-06-12 Emmanuel RodriguezDon't invoke gperl_callback_invoke() with the extra...
2009-06-12 Emmanuel RodriguezTest the registration of a custom map source
2009-06-12 Emmanuel RodriguezReplace all map constructors by a generic one.
2009-06-12 Emmanuel RodriguezFixed the expected license for OpenAerialMap
2009-06-12 Emmanuel RodriguezThe predefined map sources have the same in formation...
2009-06-12 Emmanuel RodriguezMap description is no longer copy/pasted
2009-06-12 Emmanuel RodriguezThe type gpointer is already a pointer. No need for...
2009-06-12 Emmanuel RodriguezChamplain::MapSourceFactory->register() works with...
2009-06-12 Emmanuel RodriguezSet the gpointer data of the builtin MapSources to...
2009-06-12 Emmanuel Rodriguezchamplain_map_source_factory_register takes a construct...
2009-06-12 Emmanuel Rodriguezgpointer is already a pointer, no need for gpointer*
2009-06-12 Emmanuel RodriguezChamplainMapSourceConstructor is more binding friendly.
2009-06-12 Pierre-Luc... Reintroduce deleted functions and mark them as deprecated
2009-06-12 Pierre-Luc... Version bump to 0.3.3
2009-06-12 Pierre-Luc... get_list is now champlain_map_source_factory_dup_list
2009-06-12 Pierre-Luc... Fix ChamplainPoint gtk documentation
2009-06-12 Pierre-Luc... Fix configure warning
2009-06-12 Pierre-Luc... Define ChamplainPoint as a G_TYPE_BOXED
2009-06-10 Pierre-Luc... Fix ChamplainPolygon documentation
2009-06-10 Pierre-Luc... Resize polygon actors on ChamplainView resize
2009-06-10 Pierre-Luc... Have each ChamplainPolygon have their ClutterActor
2009-06-10 Pierre-Luc... Refine the Polygon point API
2009-06-10 Pierre-Luc... Rename Line to Polygon
2009-06-10 Pierre-Luc... Better line demo
2009-06-10 Pierre-Luc... Implement fill/stroke color, and stroke width
2009-06-10 Pierre-Luc... Get rid of double set of default values
2009-06-10 Pierre-Luc... Add default stroke and fill colors
2009-06-10 Pierre-Luc... FALSE is not NULL
2009-06-10 Pierre-Luc... Implement shape filling and stroking
2009-06-10 Pierre-Luc... Make the view draw many lines
2009-06-10 Pierre-Luc... Draw the lines using Cairo
2009-06-10 Pierre-Luc... Introduce the API for route drawing
2009-06-09 Pierre-Luc... Fix error tile always showing up when no network connec...
2009-06-09 Pierre-Luc... Fix coding style
2009-06-09 Emmanuel RodriguezRename Champlain::MapSourceFactory->get_default() to...
2009-06-09 Pierre-Luc... Add DOAP project description
2009-06-04 Emmanuel RodriguezRename Champlain::MapSourceFactory->get_default() to...
2009-06-04 Emmanuel Rodriguezchamplain_network_map_source_fill_tile is no longer...
2009-06-04 Emmanuel RodriguezSynchronized with the API changes made to the singletons.
2009-06-03 Pierre-Luc... Fix Bug 584775: build system installs "uninstalled...
2009-06-01 Pierre-Luc... Fix Bug 583502: Center_on can be wrong
2009-05-31 Pierre-Luc... Fix Bug 584368 for ChamplainMapSourceFactory
2009-05-31 Pierre-Luc... Fix Bug 584368 for ChamplainCache
2009-05-31 Pierre-Luc... Fix Bug 584390: Cache doesn't work on first run
2009-05-31 Pierre-Luc... Fix Bug 584365: "longitude" and "latitude" properties...
2009-05-28 Pierre-Luc... Fix coding style
2009-05-28 Pierre-Luc... Also unref the previous level
2009-05-28 Pierre-Luc... Implement proper dispose and finalize functions where...
2009-05-27 Stephane Delcroixbump version
2009-05-27 Stephane Delcroixdrop the dep down to gtk# 2.12
2009-05-27 Stephane Delcroixprefix factory ctors by Create, not New
2009-05-27 Stephane Delcroixupdated
2009-05-27 Stephane Delcroixhide the private properties
2009-05-27 Stephane Delcroixgenerate ChamplainTile
2009-05-27 Stephane Delcroixno longer hide ZoomLevel
2009-05-27 Stephane Delcroixreparsing api
2009-05-24 Pierre-Luc... Fail if either libsoup or libsoup-gnome are not found
2009-05-20 Pierre-Luc... Actually show is not working, realize happens in every...
2009-05-20 Pierre-Luc... The window has to be realized (on show) before setting...
2009-05-20 Pierre-Luc... Better handling of corrupted files and correctly report...
2009-05-20 Pierre-Luc... Fix Bug 582786: champlain_network_map_source_fill_tile...
2009-05-20 Pierre-Luc... Generate the correctly named pc files
2009-05-20 Pierre-Luc... Add comment on name
2009-05-20 Pierre-Luc... Fix .pc.in files to have the correct paths
2009-05-20 Pierre-Luc... Fix Bug 582448: Should provide uninstalled.pc files
2009-05-19 Pierre-Luc... Fix bug: tiles without etag (in cache db) would always...
2009-05-19 Pierre-Luc... Remove trailing spaces + coding style fix
2009-05-19 Pierre-Luc... Move the popularity incrementation on idle
2009-05-19 Emmanuel RodriguezRemove the debug used for profiling
2009-05-19 Emmanuel RodriguezUpdate the SQL error messages
2009-05-19 Emmanuel RodriguezSafer sqlite3 calls.
2009-05-19 Emmanuel RodriguezThe popularity is incremented through a prepared statement
2009-05-19 Emmanuel RodriguezBetter error handling of SQL errors.
2009-05-19 Emmanuel RodriguezUse a prepare statement for fetching the Etag
2009-05-19 Emmanuel RodriguezUsing TEXT as the data types for filename and etag
2009-05-18 Emmanuel RodriguezBug fix: get_modified_time_string() fails if the time...
2009-05-18 Emmanuel RodriguezCreate the getters/setters for Champlain::MapSourceDesc
2009-05-18 Emmanuel RodriguezAdd t/ChamplainMapSourceDesc.t to the MANIFEST
2009-05-18 Emmanuel RodriguezThe tests for Champlain::MapSourceDesc are in Champlain...
2009-05-18 Emmanuel RodriguezTests for Champlain::MapSourceDesc
2009-05-18 Emmanuel RodriguezUse the map constants instead of the long names (namesp...
2009-05-18 Emmanuel RodriguezAdd the MapSource ID constants
2009-05-18 Emmanuel RodriguezAdd the VERSION macros
2009-05-18 Emmanuel RodriguezNow running 81 tests
2009-05-16 Emmanuel RodriguezNo need to unref the loader in case of error
2009-05-16 Emmanuel RodriguezDocumentation updates
2009-05-12 Pierre-Luc... Reset the factory instance pointer to NULL if it gets...
2009-05-12 Emmanuel Rodriguezlibsoup-gnome 2.26 works also
2009-05-12 Emmanuel RodriguezTest the reset of the font name
2009-05-12 Emmanuel Rodriguezchamplain_marker_set_font_name() resets the font when...
2009-05-12 Emmanuel RodriguezAccept a NULL image for champlain_marker_set_image()
2009-05-12 Emmanuel RodriguezReset the colors by passing undef
2009-05-12 Emmanuel RodriguezTest set_color() and set_text_color()
2009-05-12 Emmanuel RodriguezAllow NULL to set_color() and set_text_color()
2009-05-12 Emmanuel RodriguezReset the colors when NULL is passed to set_color and...
2009-05-12 Emmanuel RodriguezAdd documented but missing symbols to the documentation
2009-05-12 Emmanuel RodriguezAdd the new getters to the documentation
2009-05-12 Emmanuel RodriguezNew getters as in the bug 581786
2009-05-12 Emmanuel RodriguezAdd tests for the new getters in Champlain::View
next