Age | Commit message (Expand) | Author |
2020-05-01 | cleanup: move declaration of utc_mk* functions to new subsurface-time.h header | Berthold Stoeger |
2020-04-11 | Merge pull request #2643 from bstoeger/cylinder4 | Dirk Hohndel |
2020-04-10 | media: move picture function from dive.c to picture.c | Berthold Stoeger |
2020-04-07 | cleanup: move add_gas_switch_event to dive.c | Berthold Stoeger |
2020-03-20 | Core: introduce invalid flag for dives | Berthold Stoeger |
2020-01-10 | code cleanup: introduce empty_cylinder constant | Dirk Hohndel |
2020-01-06 | core: read and write the user-specified salinity | willemferguson |
2019-12-03 | Desktop: add additional star widgets to Information tab | willemferguson |
2019-11-09 | Parser: set timestamp to zero if parsing failed | Berthold Stoeger |
2019-11-09 | Cylinders: access cylinders with get_cylinder() | Berthold Stoeger |
2019-11-09 | Cleanup: return cylinder from cylinder_start() in parser | Berthold Stoeger |
2019-11-09 | Core: remove MAX_CYLINDERS restriction | Berthold Stoeger |
2019-08-29 | Fix broken windows build with latest MXE | Paul Buxton |
2019-08-08 | Cleanup: move error reporting function declarations to errorhelper.h | Berthold Stoeger |
2019-07-18 | Core: dynamically resize weight table | Berthold Stoeger |
2019-06-19 | Cleanup: move trip-related functions into own translation unit | Berthold Stoeger |
2019-06-19 | Cleanup: move tag functions into own translation unit | Berthold Stoeger |
2019-05-15 | Convert the atmospheric pressure in the Information Tab to an editable field | willemferguson |
2019-05-11 | Cleanup: move parse_location() declaration into header file | Berthold Stoeger |
2019-04-12 | Dive site: add dive site ref-counting | Berthold Stoeger |
2019-04-12 | Dive sites: prepare for dive site ref-counting | Berthold Stoeger |
2019-04-12 | Dive site: set UUID only on save or load | Berthold Stoeger |
2019-04-12 | Parser: parse into custom dive site table | Berthold Stoeger |
2019-04-12 | Dive site: add dive site table parameter to dive site functions | Berthold Stoeger |
2019-04-02 | Initial support for Mares import | Miika Turkia |
2019-03-27 | Cleanup: provide printGPSCoords in C and C++ versions | Berthold Stoeger |
2019-03-24 | Cleanup: fix printGPSCoords signature and leaks | Berthold Stoeger |
2019-03-18 | Core: fix another variable name conflict | Robert C. Helling |
2019-01-09 | Parser: add trip_table parameter to parsing functions | Berthold Stoeger |
2018-11-20 | Core: replace tripflag by notrip boolean | Berthold Stoeger |
2018-11-18 | Core: remove "when" field of struct dive_trip | Berthold Stoeger |
2018-10-29 | Dive site: replace dive->dive_site_uuid by dive_site | Berthold Stoeger |
2018-10-29 | Dive site: return pointer to dive_site in create_dive_site_*() | Berthold Stoeger |
2018-10-29 | Dive site: return pointer to dive_site in get_dive_site_*() | Berthold Stoeger |
2018-10-23 | Parser: make parser (mostly) reentrant | Berthold Stoeger |
2018-10-22 | Parser: remove webservice related code | Berthold Stoeger |
2018-10-21 | Parser: free city and country after use | Berthold Stoeger |
2018-10-21 | Add 'location_t' data structure | Linus Torvalds |
2018-10-16 | Parser: don't leak extra data key/value pairs | Berthold Stoeger |
2018-10-15 | Cleanup: make xml_parsing_units local to parse-xml.c | Berthold Stoeger |
2018-09-26 | Allow XML sample times to have hh:mm:sec format | Linus Torvalds |
2018-09-22 | Trivial: un-static function-local buffer | Berthold Stoeger |
2018-09-12 | DLF import: Remove old debug print | Anton Lundin |
2018-09-12 | DLF import: Decode all sensors, when we got them. | Anton Lundin |
2018-09-12 | DLF import: Set initial gas as first cylinder | Anton Lundin |
2018-09-12 | DLF import: Name dive site | Anton Lundin |
2018-09-12 | DLF import: Decode device configuration into extra strings | Anton Lundin |
2018-09-12 | DLF import: Create separate solenoid open/close events | Anton Lundin |
2018-09-12 | DLF import: record starting battery level | Miika Turkia |
2018-09-12 | DLF import: use battery_end in preparation | Miika Turkia |