]> git.street.me.uk Git - andy/viking.git/history - src/viktrwlayer.c
Minimum GTK+2.14 required for the build.
[andy/viking.git] / src / viktrwlayer.c
2013-04-10 Rob NorrisMinimum GTK+2.14 required for the build.
2013-04-09 Rob NorrisMerge branch 'i18n-launchpad' into master
2013-04-09 Rob NorrisPosition Trackpoint Edit and Waypoint dialogs to not...
2013-04-09 Rob NorrisFix waypoint selection when the waypoint has an image...
2013-04-07 Rob NorrisUse a busy cursor when exporting to a file.
2013-03-29 Rob NorrisFix unintentional renames if drag dropping within the...
2013-03-17 Rob NorrisSF#3608311: Fix crash caused by renaming blank sublayer...
2013-03-17 Rob Norris[QA] Better for vik_track reverse to worry about trackp...
2013-03-17 Rob NorrisMerge branch 'Optimize'
2013-03-14 Rob NorrisOptimize: Calculate associated icon of a waypoint only...
2013-03-14 Rob NorrisOptimize: Only create waypoint font size string when...
2013-03-14 Rob NorrisSpeed up item selection by restricting search within...
2013-03-14 Rob NorrisOnly attempt to draw waypoints when they are in the...
2013-03-13 Rob NorrisStore track bounding box and only attempt to draw it...
2013-03-05 Rob NorrisEnable updating the treeview to allow setting a blank...
2013-03-03 Rob NorrisMerge branch 'LayerDefaultValues'
2013-03-03 Rob NorrisNow layer property defaults are available, improve...
2013-03-03 Rob NorrisImprove the Waypoint tooltip to display the description...
2013-03-03 Rob NorrisCreate and use a function to detect when a TrackWaypoin...
2013-03-03 Rob Norris[QA] Use vik_track function to append trackpoints from...
2013-03-03 Rob NorrisRemove direct access for '->style' and replace with...
2013-03-03 Rob Norrisgtk_object_sink() has been deprecated since GTK version...
2013-02-16 Rob NorrisAdd default values for layers.
2013-02-16 Rob Norris[QA] Initialization of TrackWaypoint layer data in...
2013-02-16 Rob NorrisEnable some layers to be created without needing a...
2013-01-30 Rob NorrisMerge branch 'i18n-launchpad'
2013-01-28 Rob NorrisEnsure tracks coloured according to the draw mode.
2013-01-26 Rob NorrisEnsure when creating tracks they are allocated a colour.
2013-01-26 Rob NorrisRework TrackWaypoint layer option to draw 'All Tracks...
2013-01-26 Rob Norris[QA] Reduce warnings when compiling with Clang.
2013-01-23 Rob NorrisMerge branch 'MyOSMTraces'
2013-01-23 Rob NorrisAdd Acquiring 'My' OSM Traces as a datasource.
2013-01-20 Guilhem Bonnefille[QA] Replace some coef with more explicit function
2013-01-20 Guilhem Bonnefille[QA] Convert DEG2RAD and RAD2DEG to macro functions
2013-01-19 Rob NorrisAdd TrackWaypoint layer Delete menu options for routes.
2013-01-19 Rob NorrisMerge branch 'WikipediaPointsRework'
2013-01-19 Rob NorrisSimplify getting bounds for wikipedia waypoints by...
2013-01-19 Rob NorrisMove 'Add Wikipedia Waypoints' into the Acquire Menu...
2013-01-18 Rob NorrisSimplify layer update redraw in determining the gtk...
2013-01-18 Rob NorrisAllow acquiring an URL with a username/password authent...
2013-01-17 Guilhem BonnefilleAdd bearing information while creating route/track
2013-01-16 Rob NorrisAvoid CRITICAL warnings when updating a waypoint. Check...
2013-01-16 Rob NorrisFix routes display in different coordinate views.
2013-01-16 Rob NorrisAllow attempting to open a URL in a waypoint comment...
2013-01-12 Rob NorrisOptimise: get reference to VikWindow only once per...
2013-01-12 Rob Norris[QA] Better variable name usage following the change...
2013-01-12 Rob Norris[QA] Add specific enumeration for route finder tool
2013-01-12 Rob NorrisChange TrackWaypoint properties that are radiogroups...
2013-01-12 Rob NorrisAdd tooltips for Preferences and Layer Parameters.
2013-01-07 Rob NorrisThe geonamesearch should not be calling display updates.
2013-01-06 Rob Norris[QA] Fixup go to Geocache Webpage
2013-01-06 Rob Norris[QA] Prevent potential clash of accelerator
2013-01-05 Rob NorrisMerge branch 'GPX-Route+Icons+Colour'
2013-01-05 Rob NorrisFix Google Route Finding usage as a route type.
2013-01-05 Rob NorrisMaintain track properties when splitting a track.
2013-01-05 Rob NorrisImprove contrast between default track colours.
2013-01-05 Rob NorrisRewrite TrackWaypoint layer copy/paste to use GbyteArra...
2013-01-05 Rob NorrisSimplify internals of layer copy and paste for waypoint...
2013-01-05 Rob NorrisSF#2564997: Enable specific track colours in default...
2013-01-05 Rob NorrisDisplay waypoint symbols in the layers panel tree view.
2013-01-05 Rob NorrisReplace 'Add Track' tool with 'Create Route' tool.
2013-01-05 Rob NorrisImprove warning message, no creating is happening here.
2013-01-05 Rob NorrisAdd ability to append other type of track or route...
2013-01-05 Rob NorrisEnable converting a track to a route, or a route to...
2013-01-05 Rob NorrisAdd support for GPX routes - as a new sublayer type...
2013-01-05 Rob NorrisAdd paste menu option in the sublayer menu container...
2013-01-05 Rob NorrisAdd options to start making a new track and finishing...
2013-01-05 Rob NorrisAdd new 'New' submenu for the TrackWaypoint layer
2013-01-05 Rob NorrisMove TrackWaypoint layer menu view sublayer options...
2013-01-05 Rob NorrisEnable tooltip for track and waypoint sublayer containers.
2013-01-05 Rob NorrisMake sublayer containers for track and waypoint sublaye...
2013-01-05 Rob Norris[QA] Better internal variable name in track drawing
2013-01-05 Rob Norris[QA] Make a local function static.
2013-01-04 Guilhem BonnefilleRestore Google Directions feature
2013-01-03 Guilhem Bonnefille[QA] Remove uneeded const modifier
2013-01-03 Guilhem BonnefilleUse local variable instead of multiple GCast
2012-12-30 Guilhem Bonnefille[QA] Add ifdef macro for Google Directions related
2012-12-30 Guilhem Bonnefille[QA] Remove uneeded compatibility
2012-12-13 Guilhem Bonnefille[QA] Extract utility function from viktrwlayer
2012-12-07 Guilhem Bonnefille[QA] Replace code by GObject macro (viklayer)
2012-11-30 Rob NorrisTidy up: remove unused parameter in select track or...
2012-11-30 Rob NorrisAllow configuration of trackpoint size and direction...
2012-11-30 Rob NorrisAdd the capability to draw a directional arrow on tracks.
2012-11-17 Rob Norris[I8N] Maintain .vik file compatibilty with translated...
2012-11-12 Rob NorrisNever willingly abort, remove exit() statements.
2012-11-09 Rob NorrisAllow a simple Waypoint text size to be set per layer.
2012-11-09 Rob NorrisUse default system font in manually created layouts.
2012-11-09 Rob NorrisTidy some functions to use the VikTrack type properly
2012-11-09 Rob NorrisWhen downloading maps along a track always display...
2012-11-09 Rob NorrisAdd acquire from file into the TrackWaypoint menu options.
2012-11-02 Rob NorrisMerge branch 'TrackWaypoint-GPS-Up'
2012-10-27 Rob NorrisSF#3575828: Ensure new track drawing uses track propert...
2012-10-21 Rob NorrisAnother bit of Google Directions needs ifdef disabling
2012-10-19 Rob NorrisAllow GPS Upload from any selected TrackWaypoint layer...
2012-10-19 Rob NorrisEnable option to not write invisible tracks or waypoint...
2012-10-13 Rob NorrisMerge branch 'TrackMergeSplitImprovements'
2012-09-20 Rob NorrisDisable direction finding via Google services as they...
2012-09-20 Rob NorrisEnsure correct selection of track or waypoint following...
2012-09-20 Rob NorrisAdd a background block to the track drawing distance...
2012-09-20 Rob NorrisUse gdk_draw_layout() rather than gdk_draw_string(...
next