aboutsummaryrefslogtreecommitdiffstats
path: root/dive.c
AgeCommit message (Expand)Author
2014-10-14Reshuffle CCR voting logic and minor clean upsGravatar Robert C. Helling
2014-10-13CCR patch: Reorganise the oxygen partial pressure calculationsGravatar willem ferguson
2014-10-12CCR patch: Calculate the correct partial gas pressures for CCR divesGravatar willem ferguson
2014-10-12Correctly copy all information in an eventGravatar Dirk Hohndel
2014-10-12CCR patch: Oxygen partial pressuresGravatar willem ferguson
2014-10-12Start sanitizing gaschange event informationGravatar Linus Torvalds
2014-10-11Just use strdupGravatar Dirk Hohndel
2014-10-11Keeping up the fight for whitespace consistencyGravatar Dirk Hohndel
2014-10-11CCR patch: Import and store oxygen sensor dataGravatar willem ferguson
2014-10-10CCR dives: Clear duplicate diluent gas pressure readingsGravatar willem ferguson
2014-10-07Fix silly crashGravatar Dirk Hohndel
2014-09-19Set O2 partial pressure for CCR dives correctlyGravatar Robert C. Helling
2014-09-18Helper function for partial pressure calculationGravatar Robert C. Helling
2014-08-19Planner: bring sanity to the SAC rate handlingGravatar Dirk Hohndel
2014-08-16Don't always clear the dive before selectively copyingGravatar Dirk Hohndel
2014-08-16Cut'n'paste for dive data: implement some infrastructureGravatar Dirk Hohndel
2014-08-14Add "download into private trip" dialog checkmarkGravatar Linus Torvalds
2014-08-13Make SAC values in planner settings respect unit settingsGravatar Robert C. Helling
2014-08-06Make gas use statistics be coherent and more completeGravatar Linus Torvalds
2014-08-05Picture handling: cleaning up the messGravatar Dirk Hohndel
2014-08-04Planner: show mean depthGravatar Dirk Hohndel
2014-07-30Implement the functionality of remove_picture.Gravatar Tomaz Canabrava
2014-07-29Don't cross link events between displayed_dive and current_diveGravatar Tomaz Canabrava
2014-07-17Replace cylinder_is_used with is_cylinder_usedGravatar Anton Lundin
2014-07-16Convert ternary "?:" into if for translation tools to workGravatar Dirk Hohndel
2014-07-15Planner: even with broken plans, don't divide by 0Gravatar Dirk Hohndel
2014-07-12Rename event: correctly replace event with new oneGravatar Dirk Hohndel
2014-07-12Remove event: don't compare pointers, compare eventsGravatar Dirk Hohndel
2014-07-10Fix potential division by zeroGravatar Anton Lundin
2014-07-10Fix potential leak of newdc in make_first_dc()Gravatar Anton Lundin
2014-07-10Add helper functions to ensure we have sane tag listsGravatar Dirk Hohndel
2014-07-08Fix picture loadingGravatar Dirk Hohndel
2014-07-06When copying dives, make copies of samples/events in first DCGravatar Dirk Hohndel
2014-07-03UI restructure: add clone_dive helperGravatar Dirk Hohndel
2014-07-03Add a "smart strdup" helper named copy_string()Gravatar Dirk Hohndel
2014-07-03UI restructure: add helper function to copy and clear a diveGravatar Dirk Hohndel
2014-07-02UI restructure: use a global variable to hold the dive we show / editGravatar Dirk Hohndel
2014-07-01Picture loading: only add the pictures to "reasonable" divesGravatar Dirk Hohndel
2014-06-11Allow the user to delete a dive computer from a diveGravatar Dirk Hohndel
2014-06-09Picture handling: switch to stronger typed offsetGravatar Dirk Hohndel
2014-06-08Display liters with script elGravatar Robert C. Helling
2014-06-08Picture handling: change data structure to store offset instead timestampGravatar Dirk Hohndel
2014-06-08Picture handling: keep picture list sortedGravatar Dirk Hohndel
2014-06-08Picture handling: don't add the same picture more than onceGravatar Dirk Hohndel
2014-06-08Picture handling: adjust timestamp after it's setGravatar Dirk Hohndel
2014-06-03Planner: only copy cylinders that were used in the template diveGravatar Dirk Hohndel
2014-06-03When calculating the maximum of unsigned values, use unsigned variableGravatar Dirk Hohndel
2014-06-03CCR code: Change to sample structureGravatar Willem Ferguson
2014-06-03Fix linked list corruption, move code to C.Gravatar Tomaz Canabrava
2014-06-03Not all C compilers like uintGravatar Dirk Hohndel