aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
AgeCommit message (Expand)Author
2021-01-10profile: pass dive to plot function of profile-itemsGravatar Berthold Stoeger
2021-01-10profile: pass dive to EventItemGravatar Berthold Stoeger
2020-12-29cleanup: move monthname to time.cGravatar Berthold Stoeger
2020-11-24cylindermodel: remove in_planner() useGravatar Berthold Stoeger
2020-10-25cleanup: remove pref.h include in dive.hGravatar Berthold Stoeger
2020-10-25cleanup: move git-pref declarations into core/pref.hGravatar Berthold Stoeger
2020-10-25cleanup: move sort_dive_table declaration to divetable.hGravatar Berthold Stoeger
2020-10-25cleanup: move cylinder_use_text declaration to equipment.hGravatar Berthold Stoeger
2020-10-25cleanup: remove unused macros / declarations from dive.hGravatar Berthold Stoeger
2020-10-25cleanup: move interpolate inline function to its own header fileGravatar Berthold Stoeger
2020-10-25cleanup: remove system includes from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: move application flags to core/subsurfacehelper.hGravatar Berthold Stoeger
2020-10-25cleanup: move function declarations to divelist.hGravatar Berthold Stoeger
2020-10-25cleanup: split out divecomputer functions from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: remove get_times() functionsGravatar Berthold Stoeger
2020-10-25cleanup: move fill_pressures from dive.c to gas.cGravatar Berthold Stoeger
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2020-09-29cleanup: move function declarations from dive.h to parse.hGravatar Berthold Stoeger
2020-09-29includes: move declaration of set_filename() from dive.h to qthelper.hGravatar Berthold Stoeger
2020-09-13cleanup: move set_dc_nickname() declaration from dive.h to device.hGravatar Berthold Stoeger
2020-09-08cleanup: remove count_divecomputers() functionGravatar Berthold Stoeger
2020-09-06Function for "gravity conversion"Gravatar Robert C. Helling
2020-05-22cleanup: constify time_during_dive_with_offset() functionGravatar Berthold Stoeger
2020-05-22cleanup: remove unused function get_dive_n_near()Gravatar Berthold Stoeger
2020-05-06undo: make adding of pictures undoableGravatar Berthold Stoeger
2020-05-06core: move picture-related function from dive.c to picture.cGravatar Berthold Stoeger
2020-05-06media: move addition of pictures out of create_picture()Gravatar Berthold Stoeger
2020-05-06media: use table instead of linked list for mediaGravatar Berthold Stoeger
2020-05-06cleanup: move copy_cylinders from dive.c to equipment.cGravatar Berthold Stoeger
2020-05-05Grantlee: Add salinity and water type to grantlee variablesGravatar Monty Taylor
2020-05-01cleanup: move declaration of utc_mk* functions to new subsurface-time.h headerGravatar Berthold Stoeger
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-05-01cleanup: move FRACTION macro from dive.h to units.hGravatar Berthold Stoeger
2020-05-01cleanup: move DECOTIMESTEP from dive.h to planner.hGravatar Berthold Stoeger
2020-04-19desktop: remove user surveyGravatar Dirk Hohndel
2020-04-13Preserve events when editing dive in plannerGravatar Robert C. Helling
2020-04-11Merge pull request #2643 from bstoeger/cylinder4Gravatar Dirk Hohndel
2020-04-10Merge pull request #2737 from Subsurface-divelog/libgitCleanupGravatar Dirk Hohndel
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-04-10cleanup: remove picture_free()Gravatar Berthold Stoeger
2020-04-10cleanup: remove dive_get_picture_count() functionGravatar Berthold Stoeger
2020-04-09cloud-storage: simplify creation of git authorshipGravatar Dirk Hohndel
2020-04-07cleanup: remove commented-out evn_foreach() functionGravatar Berthold Stoeger
2020-04-07cleanup: remove remove_event() functionGravatar Berthold Stoeger
2020-04-07cleanup: remove vintage report_error() function declarationGravatar Berthold Stoeger
2020-04-07core: split out create_gas_change_event() from add_gas_change_event()Gravatar Berthold Stoeger
2020-04-07undo: implement renaming of eventsGravatar Berthold Stoeger
2020-04-07core: add remove_event_from_dc() functionGravatar Berthold Stoeger
2020-04-07core: split add_event() in two partsGravatar Berthold Stoeger
2020-04-07cleanup: move fill_default_cylinder from planner.c to equipment.cGravatar Berthold Stoeger