summaryrefslogtreecommitdiffstats
path: root/divelist.c
AgeCommit message (Expand)Author
2014-08-11Rename dive gas function and defines for clarityGravatar Anton Lundin
2014-07-18get_gas_at_time needs to always give us a valid gasv4.1.91Gravatar Dirk Hohndel
2014-07-18Use get_gas_at_time in active_o2Gravatar Anton Lundin
2014-07-17Replace cylinder_is_used with is_cylinder_usedGravatar Anton Lundin
2014-07-08Considering previous dives for tissue loadingGravatar Robert C. Helling
2014-07-03Don't crash if get_divenr is called with NULL argumentGravatar Dirk Hohndel
2014-07-02UI restructure: fix get_divenr to do the right thing on a copy of a diveGravatar Dirk Hohndel
2014-06-25Deco artefacts with low GFlowGravatar Robert C. Helling
2014-06-18CNS doesn't increase when PO2 is below 0.5 atmGravatar Anton Lundin
2014-06-12Correct pO2 formula in CNS calculation.Gravatar Robert C. Helling
2014-06-04Fix typo that broke gas reporting in dive listGravatar Dirk Hohndel
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson
2014-06-01Remove the .used member of the cylinder structureGravatar Dirk Hohndel
2014-06-01Encapsulate the horrid gas encoding in gas change eventsGravatar Dirk Hohndel
2014-05-24Dive list: move trip merging logic into divelist.cGravatar Dirk Hohndel
2014-05-24Dive list: move trip selection / deselection logic to divelist.cGravatar Dirk Hohndel
2014-05-24Add some helper functionsGravatar Dirk Hohndel
2014-05-20Use get_o2 instead of local versionGravatar Anton Lundin
2014-05-19Remove unused variablesGravatar Dirk Hohndel
2014-05-14Mark new dives "downloaded" when importing new divesGravatar Linus Torvalds
2014-05-13Do not check for null before free.Gravatar Tomaz Canabrava
2014-05-08Use the used flag on cylinders in get_dive_gasGravatar Anton Lundin
2014-04-26Don't calculate SAC-rates for negative pressure changesGravatar Linus Torvalds
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-08Another case of 'dereference before NULL check'Gravatar Dirk Hohndel
2014-03-08Don't use dive before checking it against NULLGravatar Dirk Hohndel
2014-03-03Remove pointless assignmentsGravatar Dirk Hohndel
2014-03-03Whitespace cleanupGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
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-10Fix calloc parameter order.Gravatar Boris Barbulovski
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2014-01-07When merging dives, keep dive ids in mindGravatar Dirk Hohndel
2014-01-01Typos on commentsGravatar Rodrigo Severo
2013-12-12Fix incorrect handling of autogrouped tripsGravatar Dirk Hohndel
2013-12-11divelist.c: Fix possible NULL pointer deref.Gravatar Lubomir I. Ivanov
2013-12-11Remove extra local variable declarationGravatar Anton Lundin
2013-12-11Initialize tissue_toleranceGravatar Anton Lundin
2013-12-07amount_selected should never be decremented if already 0Gravatar Martin Gysel
2013-11-19Fix trip summary line in dive listGravatar Dirk Hohndel
2013-11-16Removed duplicated method.Gravatar Tomaz Canabrava
2013-11-02Replaced the tag implementationGravatar Maximilian Güntner
2013-10-16Helpers: move some date related function to qt-gui.cppGravatar Lubomir I. Ivanov
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-07Next round of code removal and header cleanupGravatar Dirk Hohndel
2013-10-07Remove even more code and declarationsGravatar Dirk Hohndel
2013-10-06Delete code and files that are no longer usedGravatar Dirk Hohndel
2013-10-06Remove lots of ifdef'ed out code from GTK/glib versionGravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel