]> git.street.me.uk Git - andy/viking.git/history - src/vikwindow.c
Add OSM GPS Tiles in default data config
[andy/viking.git] / src / vikwindow.c
2017-03-17 Rob NorrisPut vikutils.h into viking.h
2017-03-13 Rob NorrisThreading rewrite to remove use of unsupported cross...
2017-02-27 Rob NorrisFix GPX file loading in a previously selected layer.
2017-02-25 huobosSome more variables need marking for i18n
2017-01-22 Rob NorrisInfo message to remind user of the version in use.
2017-01-22 Rob NorrisImproved feedback/feature availability when no directio...
2017-01-21 Rob NorrisMerge pull request #19 from huobos/typo
2017-01-21 Rob NorrisMerge pull request #17 from huobos/gpx
2017-01-20 huobosOpen files in selected layer
2017-01-14 Rob NorrisFix toggling visibility of the menu.
2016-08-09 Rob NorrisSF Bugs#133: Remove the auto added map when opening...
2016-08-09 Rob NorrisDisable more functionality that doesn't work if gpsbabe...
2016-06-25 Rob NorrisLoad the startup file first so that subsequent files...
2016-01-29 Rob Norris[QA] Consistent usage of g_stat() GStatBuf parameter...
2016-01-29 Rob Norris[QA] Remove unused variable.
2016-01-17 Rob Norris[QA] Better value type usage, even if these values...
2015-12-19 Rob NorrisDon't remove project name if one decides not to delete...
2015-12-15 Rob NorrisMerge branch 'KMZ-Maps'
2015-12-14 Rob NorrisEnable importing a map from a KMZ file.
2015-12-14 Rob NorrisEnable KMZ Map file generation for Custom Map support...
2015-12-04 Rob NorrisMerge pull request #3 from Shura0/point_names
2015-11-08 Rob NorrisCID#34584+CID#34583: Prevent deference after null check
2015-11-08 Rob Norris[QA] Generally print warnings to the console for low...
2015-11-08 Rob Norris[QA] CID#131385+CID#131387: Be more explicit that we...
2015-07-10 Rob NorrisMore correct menu icon
2015-05-31 Rob NorrisDon't retain GTK Dialogs in memory.
2015-05-31 Rob NorrisRe-fix SF Features #82. Simplify usage of restoring...
2015-03-16 Rob NorrisAllow re-sizing the width of the layers panel to smalle...
2015-02-22 Rob NorrisMerge branch 'MapnikRenderingLayer'
2015-01-27 Rob NorrisSplit background threads into two pools.
2014-12-14 Rob NorrisExtend zoom menus to cater for the highest zoom levels.
2014-12-14 Rob NorrisFix potential crashes from long running threads in...
2014-11-16 Rob NorrisSF Features#124: Enable modifier key to enable panning...
2014-11-04 Rob NorrisSF Bugs#113: Fix waypoints can be accidentally moved...
2014-10-29 Rob NorrisSF Bugs#114: Fix Shortcut keys get reset next start
2014-09-13 Rob NorrisFix up toolbar/menu toggle button alignment when loadin...
2014-09-11 Rob NorrisMerge commit 'ToolbarConfig'
2014-08-21 Rob NorrisAdd debug output view of the Back/Forward positions.
2014-08-03 Rob NorrisIntegrate toolbar code to be used with Viking windows.
2014-08-03 Rob Norris[QA] Use VIK_VIEWPORT_DRAWMODE values in GtkRadioAction...
2014-08-03 Rob NorrisGive all action entries with an icon a tooltip.
2014-08-01 Rob NorrisSave and use the position of the horizontal pane when...
2014-08-01 Rob Norris[QA] Better to claim key board event handled for F5...
2014-08-01 Rob NorrisSF Bugs#109: Ctrl+Keypad+/- to Zoom In/Out respectively.
2014-08-01 Rob Norris[QA] Use glib functions for the format in reporting...
2014-07-13 Rob NorrisAdd map cache information to be accessible from the...
2014-06-09 Rob NorrisSF Features#120: Add Nautical Miles preference for...
2014-06-05 Rob NorrisMerge branch 'TimeDisplay'
2014-06-05 Rob NorrisSF Features#95 - Part 2: TimeZone lookup based on an...
2014-05-15 Rob NorrisEnable copying the centre location of the viewport...
2014-04-10 Rob NorrisEnable importing from GeoJSON files via the usage of...
2014-04-08 Rob NorrisRationalise acquire mode to have more obvious behaviour.
2014-04-08 Rob NorrisConvert some console warnings to get reported to the...
2014-03-22 Rob NorrisFix crashing on double clicks - properly initialize...
2014-02-23 Rob NorrisFix building on Windows as Viking only supports GLIB...
2014-01-02 Rob Norris[QA] Rename variables to avoid shadowing global variables.
2014-01-02 Rob Norris[QA] Add explicit missing field initializers.
2014-01-01 Rob NorrisAdd a preference to control the number of recent files...
2014-01-01 Rob NorrisEnable JPG files as a primary supported type.
2014-01-01 Rob Norris[QA] Rename function
2014-01-01 Rob NorrisFix autodownload tiles when scrolling. Was broken by...
2013-12-09 Rob NorrisEnable zooming in/out in jumps of 3 levels by pressing...
2013-12-09 Rob NorrisEnable double clicking as an optional way to control...
2013-11-25 Rob Norris[QA] Remove unused parameter
2013-11-25 Rob Norris[QA] Tools are enabled per active layer
2013-11-16 Rob NorrisEnable a history of requested positions.
2013-11-16 Rob NorrisEnsure highlight for a single track or waypoint is...
2013-11-14 Rob NorrisSupport using multiple Viking files with relative paths.
2013-11-04 Guilhem BonnefilleRefactoring: introduce a function for better encapsulation
2013-10-24 Rob NorrisSF Bugs #104: Fix GStatBuf not available on Glib <...
2013-10-19 Guilhem BonnefilleFix translatable string with variable argument
2013-10-19 Guilhem BonnefilleFix 'export_to_common' dialog
2013-10-02 Rob NorrisSF Features#116: Add an Acquire From URL option.
2013-09-27 Rob NorrisShow Map License information for each map type only...
2013-09-14 Rob NorrisAlways open new .vik file in current window when no...
2013-09-11 Rob NorrisFix opening files with spaces in them when using the...
2013-09-11 Rob NorrisSF Features#53: Part2: Keep the size and zoom options...
2013-07-15 Rob Norris[QA] Fix misc small memory leaks.
2013-07-15 Rob Norris[QA] Fix several memory leaks on program closure.
2013-07-10 Guilhem BonnefilleQA: replace direct access to GtkWidget->window member...
2013-07-07 Rob NorrisAdd ability to use a conversion function between the...
2013-07-02 Rob NorrisMore reliable waypoint symbol resetting on preferences...
2013-06-29 Rob NorrisMerge branch 'LayerSort'
2013-06-23 Guilhem BonnefilleGeneralize Acquire Directions
2013-06-13 Rob NorrisMerge branch 'InternalSettings+StartupPreferences'
2013-06-13 Rob NorrisMap data license does not need to be shown every time...
2013-06-13 Rob NorrisEnable an optional automatic IP to location startup...
2013-06-13 Rob NorrisEnable Startup Method option to choose between using...
2013-06-13 Rob NorrisAdd a startup option to load a default map (as defined...
2013-06-13 Rob NorrisAdd preference to control whether the auto window setti...
2013-06-13 Rob NorrisSave and restore the generate image values using the...
2013-06-13 Rob NorrisUse settings to store Window layout states
2013-06-11 Rob NorrisAdd a simple file properties dialog to show some detail...
2013-05-25 Rob Norris[QA] Revise direct access for '->vbox' to use gtk_dialo...
2013-05-23 Rob NorrisAllow opening of files via Drag and Drop onto the Viewport.
2013-05-23 Rob NorrisFix background thread statusbar update instability.
2013-05-02 Rob NorrisMerge branch 'DatasourceRemoteFile'
2013-05-02 Rob NorrisAdd a new webtool datasource to allow acquiring data...
2013-05-02 Rob NorrisPrepare for dynamic VikDataSourceInterface creation...
2013-04-27 Rob Norris[QA] Protection from trying to use small values in...
next