Age | Commit message (Expand) | Author |
2020-10-25 | cleanup: split out divecomputer functions from dive.c | Berthold Stoeger |
2020-10-25 | cleanup: break out event-related code into event.[c|h] | Berthold Stoeger |
2020-10-24 | devices: create device nodes in parsers | Berthold Stoeger |
2020-10-24 | git: add device-table to git-parser-state | Berthold Stoeger |
2020-10-17 | filter: remove filter_preset_table_t | Berthold Stoeger |
2020-10-16 | core: add device_table parameter to device table functions | Berthold Stoeger |
2020-09-29 | filter: implement loading of filter presets from git repositories | Berthold Stoeger |
2020-09-06 | cleanup: use taxonomy_set_category() function | Berthold Stoeger |
2020-05-12 | Remove 'string marker after running out of strings' warning | Linus Torvalds |
2020-05-06 | media: use table instead of linked list for media | Berthold Stoeger |
2020-05-01 | cleanup: move declaration of utc_mk* functions to new subsurface-time.h header | Berthold Stoeger |
2020-05-01 | cleanup: move dive_table from dive.h to divelist.h | Berthold Stoeger |
2020-05-01 | core: always keep an empty cylinder at the end of the cylinder array | Berthold Stoeger |
2020-04-18 | debug output: ensure our debug output is captured on Android | Dirk Hohndel |
2020-04-13 | Fix compiler warning about variable length field not last in struct. | Robert C. Helling |
2020-04-10 | media: move picture function from dive.c to picture.c | Berthold Stoeger |
2020-04-04 | cleanup: copy saved_git_id, don't use local buffer | Berthold Stoeger |
2020-03-20 | Core: introduce invalid flag for dives | Berthold Stoeger |
2020-03-17 | git: load into arbitrary dive tables | Berthold Stoeger |
2020-03-16 | git: return strdup()ed empty string on error in pop_cstring | Berthold Stoeger |
2020-02-15 | load-git: fix up any corrupted modechange event names | Linus Torvalds |
2020-02-15 | load-git: clean up string handling during parsing | Linus Torvalds |
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 | Core: remove MAX_CYLINDERS restriction | Berthold Stoeger |
2019-08-08 | Cleanup: move error reporting function declarations to errorhelper.h | Berthold Stoeger |
2019-08-04 | Cleanup: use clear_git_id() instead of setting saved_git_id | Berthold Stoeger |
2019-08-04 | Coding style: add spaces in load-git.c | Berthold Stoeger |
2019-08-04 | Git: Make parser reentrant | Berthold Stoeger |
2019-08-04 | Cleanup: make functions in core/load-git.c local | Berthold Stoeger |
2019-07-18 | Core: dynamically resize weight table | Berthold Stoeger |
2019-07-10 | Git: handle excess of cylinders or weightsystems gracefully | 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 | Dive site: add dive site table parameter to dive site functions | Berthold Stoeger |
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-01-09 | Core: add trip_table parameter to trip-functions | Berthold Stoeger |
2018-11-21 | Git parser: don't produce user-visible error on git parsing | 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-11-18 | Core: unify insert_trip() and insert_trip_dont_merge() | 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 |