]> git.street.me.uk Git - andy/viking.git/history - src/vikwindow.c
Read zip files contents which are stored with no compression.
[andy/viking.git] / src / vikwindow.c
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...
2013-04-27 Rob NorrisFix incorrect setting to lowest zoom value when clickin...
2013-04-27 Rob Norris[QA] Improve create zoom menu to use G_N_ELEMENTS to...
2013-04-22 Rob NorrisSet the generate image file filter according to the...
2013-04-17 Rob NorrisSF#3387591: Improve keyboard copy+paste behaviour when...
2013-04-17 Rob NorrisSF#3028797: Remember last directory used when saving...
2013-04-10 Rob NorrisMerge branch 'GTK+-Updates'
2013-04-10 Rob Norris[QA] Remove old checks for minimum GTK+2.10, since...
2013-04-10 Rob NorrisRework combo boxes to work with GTK+2.24 or earlier.
2013-04-10 Rob Norrisgtk_marshal_VOID__POINTER_UINT depreciated, use g_cclos...
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 NorrisAdd 'Export All' functionality to convert all TrackWayp...
2013-04-07 Rob NorrisEnable a busy cursor when loading and saving files...
2013-03-17 Rob NorrisMerge branch 'Optimize'
2013-03-14 Rob NorrisOptimize: Calculate associated icon of a waypoint only...
2013-03-09 Rob NorrisRemove blank entry on the Tools->Webtools menu list.
2013-03-03 Rob NorrisMerge branch 'LayerDefaultValues'
2013-03-03 Rob NorrisRemove direct access for '->style' and replace with...
2013-03-03 Rob NorrisDon't use deprecated GtkObject - use GObject instead.
2013-03-03 Rob Norris[QA] Remove unused variable in VikWindow.
2013-02-17 Rob NorrisRevise Layer Default icon.
2013-02-16 Rob NorrisAdd default values for layers.
2013-02-16 Rob Norris[QA] Better usage of enumeration type to identify layers.
2013-01-30 Rob NorrisMerge branch 'i18n-launchpad'
2013-01-26 Guilhem BonnefilleRemove zoom combobox in toolbar
next