summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2013-03-01Make the map provider choice a preferenceGravatar Dirk Hohndel
2013-02-18Clear statistics and equipment when no dive is selectedGravatar Dirk Hohndel
2013-02-09Fixed some memory leaks in windows.c and main.cGravatar Lubomir I. Ivanov
2013-02-09Finish removing accesses to first divecomputer instead of diveGravatar Dirk Hohndel
2013-01-31Better algorithm to merge gps locations & locations names from webserviceGravatar Dirk Hohndel
2013-01-30Massive cleanupGravatar Dirk Hohndel
2013-01-24Don't set a default filename when called with multiple filenamesGravatar Dirk Hohndel
2013-01-24Don't mark divelist changed for automated merges after allGravatar Linus Torvalds
2013-01-24Merge branch 'webservice-import'Gravatar Dirk Hohndel
2013-01-23Fix setting of the dive_table.preexisting logicGravatar Linus Torvalds
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-23Import and merge GPS data from the webserviceGravatar Dirk Hohndel
2013-01-13Add support for MOD, EAD, AND and EADD in the mouse over displayGravatar Dirk Hohndel
2013-01-11Add default filename and divelist font to prefs structureGravatar Linus Torvalds
2013-01-10Make the default preferences explicitGravatar Linus Torvalds
2013-01-10Split up preference data structure definition into 'pref.h'Gravatar Linus Torvalds
2012-12-22Imrpove the nickname handlingGravatar Dirk Hohndel
2012-12-21Remove nickname from divecomputer data structureGravatar Dirk Hohndel
2012-12-13Add the ability to set a nickname for a dive computerGravatar Dirk Hohndel
2012-12-05When starting with an empty data file and downloading dives, number themGravatar Dirk Hohndel
2012-11-11Add special download modes to force updates from the divecomputerGravatar Dirk Hohndel
2012-11-11Support merging of two adjacent divesGravatar Linus Torvalds
2012-11-11Prepare to merge non-overlapping divesGravatar Linus Torvalds
2012-11-09Fix dive trip merging logicGravatar Linus Torvalds
2012-10-25Allow debug output to go either to log file or to stderrGravatar Dirk Hohndel
2012-10-18Don't enable equipment notebook buttons if there is no diveGravatar Dirk Hohndel
2012-10-18Find translation files on Linux after Subsurface was installedGravatar Dirk Hohndel
2012-10-15Set locale under WindowsGravatar Dirk Hohndel
2012-10-15Forgot to localize names of months and weekdaysGravatar Dirk Hohndel
2012-10-15Support for gettext in MacOSX application bundleGravatar Henrik Brautaset Aronsen
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-10-09A file that we import should never become the default file we save toGravatar Dirk Hohndel
2012-10-04Provide a method to use unicode command line arguments on WindowsGravatar Lubomir I. Ivanov
2012-09-29Fix a number of obvious memory leaksGravatar Dirk Hohndel
2012-09-26Add the ability to create a log file for debugging outputGravatar Dirk Hohndel
2012-09-18Call xmlCleanupParser only once - when we are done with libxmlGravatar Lubomir I. Ivanov
2012-09-17Make sure dive info is displayed correctly at startGravatar Dirk Hohndel
2012-09-17Fix potential crash when importing divesGravatar Dirk Hohndel
2012-09-17Show the datafile name even with no divesGravatar Dirk Hohndel
2012-09-10Change the definition of "dive table changed"Gravatar Dirk Hohndel
2012-09-10Change behavior for the existing filenameGravatar Dirk Hohndel
2012-09-09First cut of adding a default file nameGravatar Dirk Hohndel
2012-08-26Do some whitespace cleanupGravatar Linus Torvalds
2012-08-15Redo dive editingGravatar Dirk Hohndel
2012-05-02Don't close config file when changing preferencesGravatar Linus Torvalds
2012-01-26Split up file reading from 'parse-xml.c' into 'file.c'Gravatar Linus Torvalds
2012-01-05Avoiding some potentially confusing name space clashesGravatar Dirk Hohndel
2011-11-19Make double-clicking on the dive list bring up the dive editorGravatar Linus Torvalds
2011-11-02Merge branch 'add-info-stats-page' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-11-02Add Info & Stats page to the notebookGravatar Dirk Hohndel