aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
AgeCommit message (Expand)Author
2014-04-17Removed the globals 'userid' and 'save_userid_local' variablesGravatar Tomaz Canabrava
2014-04-17Mark a lot of TODO's where I think it should be moved to C code.Gravatar Tomaz Canabrava
2014-04-14git-save: improve commit authorship dataGravatar Linus Torvalds
2014-04-14Add option to save userid in data filesGravatar Venkatesh Shukla
2014-03-31Merge branch 'planner-mods'Gravatar Dirk Hohndel
2014-03-31Distinguish between entered and calculated waypointsGravatar Robert C. Helling
2014-03-25Add optional Win32 console allocationGravatar Lubomir I. Ivanov
2014-03-21Add current time and adjusted time to gui when adjusting dive's timestampGravatar Gehad
2014-03-17Be more careful about dive computer selectionGravatar Linus Torvalds
2014-03-14Improved handling of git syntax names with no git repositoryGravatar Linus Torvalds
2014-03-14Convert other users of showError() to the new world orderGravatar Linus Torvalds
2014-03-14show the error string in the GUI rather than stderrGravatar Linus Torvalds
2014-03-14error handling: return errors for save functionsGravatar Linus Torvalds
2014-03-13git object format: make sure parenthood isn't lost when savingGravatar Linus Torvalds
2014-03-12Stop using the "git descriptor file" modelGravatar Linus Torvalds
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-08Add initial parser for git treesGravatar Linus Torvalds
2014-03-06Initial implementation of git save formatGravatar Linus Torvalds
2014-03-05Another small tweak to whitespace toolGravatar Dirk Hohndel
2014-02-28Fix negative value for depths in Information BoxGravatar Nicu Badescu
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-16Rename old 'xml' file as 'bak' file when savingGravatar Linus Torvalds
2014-02-15Math is hard. Let's go shopping.Gravatar Dirk Hohndel
2014-02-15Add unit support for CSV importGravatar Miika Turkia
2014-02-14Import Shearwater Desktop divelog databaseGravatar Miika Turkia
2014-02-14Refactoring sqlite import supportGravatar Miika Turkia
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-02-11Fix ATM-vs-bar confusionGravatar Linus Torvalds
2014-02-11Put include guard to every headerGravatar Boris Barbulovski
2014-02-10Add support for heartrate and bearing information in samplesGravatar Linus Torvalds
2014-02-06Include images in profileGravatar Robert C. Helling
2014-01-25Set up the parsing of manual CSV filesGravatar Miika Turkia
2014-01-22Improve floating point equality testGravatar Robert Helling
2014-01-21Prevent potential math overflow in new profileGravatar Robert C. Helling
2014-01-17Support for XSLT template for CSV importGravatar Miika Turkia
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2014-01-11Don't show tanks that aren't used during a diveGravatar Dirk Hohndel
2014-01-09Add and use 'string_to_fraction()' helper converter functionGravatar Linus Torvalds
2014-01-09Add unit-aware cylinder size string parsercGravatar Linus Torvalds
2014-01-09Add unit-aware conversion of pressure dataGravatar Linus Torvalds
2014-01-08Add a string_to_depth() helper function to match our string_to_weight oneGravatar Linus Torvalds
2014-01-08const'ify our strtod() helper functionsGravatar Linus Torvalds
2014-01-07Add a unique id to every diveGravatar Dirk Hohndel
2014-01-02Make our 'ascii_strtod()' helper more genericGravatar Linus Torvalds
2013-12-28Allow tracking of more weight systemsGravatar Dirk Hohndel
2013-12-19Files: add wrappers for certain open() methodsGravatar Lubomir I. Ivanov
2013-12-16Remove the xslt_path now that all XSLT files are kept in a resourceGravatar Thiago Macieira
2013-12-04Allow comma separated CSV filesGravatar Dirk Hohndel
2013-11-29Editing air or water temperature should modify dive computer, not diveGravatar Dirk Hohndel
2013-11-21Add optional support for stopdepth import from csvGravatar Anton Lundin