aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
AgeCommit message (Expand)Author
2014-07-09Add support for importing NDL from CSV filesGravatar Anton Lundin
2014-07-09Add support divecomputer based TTSGravatar Anton Lundin
2014-07-08Fix picture loadingGravatar Dirk Hohndel
2014-07-05Remove gasmix_is_nullGravatar Robert C. Helling
2014-07-04Planner: don't set cylinder start and end pressure when adding diveGravatar Dirk Hohndel
2014-07-04Planner: only track gas when planning a diveGravatar Dirk Hohndel
2014-07-03UI restructure: make planner act on displayed_diveGravatar 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-01Show ascent gas consumption separately in plannerGravatar Robert C. Helling
2014-06-25Make pO2 settings functional in plannerGravatar Robert C. Helling
2014-06-18Use __typeof__ instead of typeof in the headerGravatar Thiago Macieira
2014-06-14User survey: force running the survey from command lineGravatar Dirk Hohndel
2014-06-11Provide for a dive_computer_type variable within dc structureGravatar Willem Ferguson
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-08Picture handling: change data structure to store offset instead timestampGravatar Dirk Hohndel
2014-06-08Picture handling: keep picture list sortedGravatar Dirk Hohndel
2014-06-03Planner: only copy cylinders that were used in the template diveGravatar Dirk Hohndel
2014-06-03WhitespaceGravatar 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-03Don't crash when looping over pictures for a null diveGravatar Dirk Hohndel
2014-06-03Not all C compilers like uintGravatar Dirk Hohndel
2014-06-02Break picture handling code from C++ to C.Gravatar Tomaz Canabrava
2014-06-02Add a FOR_EACH_PICTURE macro and the code for picture_count.Gravatar Tomaz Canabrava
2014-06-02Add stubs for the main methods that will operate on pictures.Gravatar Tomaz Canabrava
2014-06-02Add a picture_list structGravatar Tomaz Canabrava
2014-06-01Remove is_air() and convert its users to gasmixGravatar Dirk Hohndel
2014-06-01Switch verify_gas_exists to take gasmix argumentGravatar Dirk Hohndel
2014-06-01Switch more functions to use gasmix typeGravatar Dirk Hohndel
2014-06-01Next step to using gasmix instead of o2/heGravatar Dirk Hohndel
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-06-01Planner: track gas used even if we don't have a real cylinderGravatar Dirk Hohndel
2014-05-31Planner: don't include the disclaimer in the dive plan detail widgetGravatar Dirk Hohndel
2014-05-30Remove unused structure memberGravatar Dirk Hohndel
2014-05-29Planner: track gas consumption in cylinders and samplesGravatar Dirk Hohndel
2014-05-29Don't assume that pressures are always positiveGravatar Dirk Hohndel
2014-05-26Merge branch 'atdotde'Gravatar Dirk Hohndel
2014-05-26Use get_o2() and get_he() instead of accessing permilles directlyGravatar Robert C. Helling
2014-05-25Move mod calculations to a separate helperGravatar Anton Lundin
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-05-22Create a 'remove_event' function that removes an event.Gravatar Tomaz Canabrava
2014-05-20Dive list: add context menu function to renumber dive(s)Gravatar Dirk Hohndel
2014-05-19Add ability to make a dive computer the first dive computer of a diveGravatar Dirk Hohndel
2014-05-19Add new helper function that looks up the index of a dive by its uniq IDGravatar Dirk Hohndel
2014-05-19Change get_dive_by_diveid to get_dive_by_uniq_idGravatar Dirk Hohndel