]> git.street.me.uk Git - andy/viking.git/history - src/viktrwlayer.c
Merge pull request #20 from huobos/zh_CN
[andy/viking.git] / src / viktrwlayer.c
2017-01-14 Rob NorrisFix small memory leak.
2016-08-09 Rob NorrisDisable more functionality that doesn't work if gpsbabe...
2016-06-25 Rob NorrisReplace internal uri_escape() function with a glib...
2016-05-03 Rob NorrisFix to return the correct hash table pointer.
2016-05-03 Rob NorrisFix to use the correct GC index for drawing track stops.
2016-04-23 Rob NorrisPrefer default TrackWaypoint layers to be in LatLon...
2016-04-09 Rob NorrisRemove use of unnecessary pointer to pointer variables.
2016-04-09 Rob NorrisEnable a clear icon on entry boxes used for search...
2016-02-12 Rob NorrisMore sensible new name allocation.
2016-01-29 Rob NorrisFix crash if a route requested by the route finder...
2016-01-29 Rob NorrisEnable activating waypoint search when pressing return...
2016-01-17 Rob NorrisApply alpha setting to the waypoint image pixbuf before...
2016-01-17 Rob Norris[QA] Reusable function for freeing the waypoint image...
2016-01-17 Rob Norris[QA] Remove unused variable.
2015-12-15 Rob NorrisExtend function to get optionally get duration of a...
2015-12-15 Rob NorrisMerge branch 'KMZ-Maps'
2015-12-14 Rob NorrisMake the find best zoom level function reusable.
2015-12-12 Rob NorrisSF Bugs#103: Fix TrackWaypoint layer items may not...
2015-12-07 Rob Norris[QA] Tidy trw_layer_draw_point_names()
2015-12-07 Rob NorrisSF Bugs#127: Fix initial display of Waypoint sort order.
2015-12-04 Rob NorrisMerge pull request #8 from swegener/etag-in-xattr
2015-12-04 Rob NorrisMerge pull request #3 from Shura0/point_names
2015-11-15 Rob NorrisEnsure calculation of the waypoint bounds even when...
2015-11-14 Rob NorrisCID#34586: Avoid potential explicit null deferenced
2015-11-08 Rob NorrisCID#34584+CID#34583: Prevent deference after null check
2015-11-08 Rob Norris[QA] CID#34575: Remove logically dead code.
2015-11-08 Rob NorrisFix track tooltips minutes value should be rounded.
2015-11-08 Rob Norris[QA] CID#101114+CID#101115: Result not floating point
2015-11-08 Rob Norris[QA] CID#131384: Check function return value.
2015-09-10 Rob NorrisEnsure thumbnails are created when opening JPG files.
2015-08-31 Roman LebedevFix 2 heap-buffer-overflows in trw_layer_download_map_a...
2015-07-08 Alexander ZaitsevOptimization
2015-07-07 Alexander Zaitsevtrackpoint labels
2015-05-02 Rob NorrisSF Bugs#120: Fix Track drawing bug across the 180th...
2015-04-16 Rob Norris[WINDOWS] Remove usage of 'filter with' functions as...
2015-03-28 Christian MüllerInterpolate timestamps of a track between first and...
2015-03-28 Rob NorrisExtend TrackWaypoint layer tooltip to include the total...
2015-03-28 Rob NorrisFix mislabelled distance markers when using Nautical...
2015-03-28 Rob Norris[QA] Fix (an unused) function parameter type.
2015-03-28 Rob NorrisEnable invoking Web Tools via right click menus on...
2015-03-17 Rob Norris[QA] Improve tool_edit_trackpoint_click() comments
2015-03-16 Rob NorrisFix enable selecting trackpoints/routepoints via Edit...
2015-03-16 Rob NorrisSF Bugs#118: Fix route point selection via the Edit...
2015-03-06 Rob Norris[QA] Force integer type in calls to abs() as x,y in...
2015-03-06 Rob Norris[QA] Use labs() instead of abs() in comparison of times...
2015-02-24 Rob NorrisMerge branch 'TimeSort'
2015-02-22 Rob NorrisImprove date treeview storage consistency by updating...
2015-02-22 Rob NorrisAdd ability to sort Aggregate layers and sublayers...
2015-02-22 Rob NorrisRefactor getting first timestamp for VikTrwlayers ...
2015-02-22 Rob NorrisRefactor sublayer sort to use a common function.
2015-02-22 Rob NorrisFix uniquify tracks to use the appropriate sort order.
2015-02-22 Rob NorrisRemove 'has_visibile_column' from treeview as it's...
2015-02-22 Rob NorrisMerge branch 'MapnikRenderingLayer'
2015-01-27 Rob NorrisSplit background threads into two pools.
2015-01-27 Rob NorrisEnable opening an external Astronomy program at the...
2015-01-27 Rob NorrisSlightly more configurable support for RedNotebook.
2014-12-14 Rob NorrisFix stdout/stderr variable usage.
2014-12-14 Rob NorrisImprove potential statusbar message of a selected track...
2014-12-14 Rob NorrisSupport showing a climb (vertical speed) value in the...
2014-11-04 Rob NorrisSF Bugs#113: Fix waypoints can be accidentally moved...
2014-10-15 Rob Norris[WINDOWS] For some reason the compiler under Windows...
2014-10-15 Rob NorrisEnsure waypoint bounds are recalculated when a waypoint...
2014-10-14 Rob NorrisMake "utils.h" commonly available in "viking.h"
2014-09-11 Rob NorrisMerge commit 'ToolbarConfig'
2014-08-03 Rob NorrisAdd Gtk+ utility functions from Geany 1.24.1
2014-06-09 Rob NorrisSF Features#120: Add Nautical Miles preference for...
2014-06-05 Rob Norris[QA] Move Waypoint dialog code into its own file.
2014-06-05 Rob NorrisMerge branch 'TimeDisplay'
2014-06-05 Rob NorrisSF Features#95 - Part 1: Allow and use configuration...
2014-06-05 Rob NorrisIf a route or track creation is cancelled with the...
2014-06-05 Rob NorrisAdd and use preference in whether a name is requested...
2014-04-25 Rob NorrisAllow setting timestamps on trackpoints and waypoints...
2014-04-10 Rob NorrisEnable exporting to GeoJSON file via the program togeojson.
2014-04-08 Rob NorrisRationalise acquire mode to have more obvious behaviour.
2014-03-26 Rob NorrisCreate and use a function to return the duration of...
2014-03-26 Rob NorrisRefix Merging tracks by time.
2014-03-22 Rob NorrisOptimize tooltip message generation, remove unnecessary...
2014-02-08 Rob NorrisAdd support for reading waypoint specific URL fields...
2014-02-05 Rob NorrisMerge branch 'ImprovedRouteFinder'
2014-02-05 Matthew HagueImprove the Route Finder Tool
2014-01-02 Rob Norris[QA] Rename variables to avoid shadowing global variables.
2014-01-02 Rob Norris[QA] Add default cases for all switch statements.
2014-01-02 Rob Norris[QA] Add explicit missing field initializers.
2013-12-07 Rob NorrisFix right click on a selected waypoint image starts...
2013-11-25 Rob Norris[QA] Remove unused parameter
2013-11-25 Rob NorrisFix excluding own self track when creating lists of...
2013-11-20 Rob NorrisRedNotebook 1.7.3+ integration to open the diary progra...
2013-11-16 Rob NorrisEnable a history of requested positions.
2013-11-16 Rob NorrisFix highlight draw to cope with cut layers.
2013-11-16 Rob NorrisEnsure highlight for a single track or waypoint is...
2013-11-15 Rob NorrisFix compiler warnings from Export via GPSBabel work
2013-11-04 Guilhem BonnefilleSF Feature#49: Export via GPSBabel
2013-11-04 Guilhem BonnefilleExtract trw export module
2013-10-30 Rob NorrisBasic support of some GPX Metadata values common to...
2013-10-26 Rob NorrisEnable a search item by date feature from an Aggregate...
2013-10-26 Rob NorrisOpen picture associated with a waypoint on double click...
2013-10-26 Rob NorrisRefactor: update OSM track upload
2013-10-25 Rob NorrisMerge branch 'Refactor'
2013-10-24 Rob Norris[QA] Remove unnecessary g_critical()
2013-10-24 Rob NorrisRefactor: Create and use functions to access track...
next