Age | Commit message (Expand) | Author |
2018-10-21 | Add 'location_t' data structure | Linus Torvalds |
2018-10-16 | Core: use free_dc_contents() in delete_current_divecomputer() | Berthold Stoeger |
2018-10-16 | Core: copy / free serial and fw_version items of struct divecomputer | Berthold Stoeger |
2018-10-16 | Core: copy and free extra_data of dive computer structure | Berthold Stoeger |
2018-10-15 | Core: fix broken commit e5dca8228e | Berthold Stoeger |
2018-10-15 | Cleanup: remove apparently dead code in sanitize_cylinder_type() | Berthold Stoeger |
2018-10-15 | Core: copy whole list in copy_dc_renumber() | Berthold Stoeger |
2018-10-15 | Dive list: make deep copy of picture list on merge | Berthold Stoeger |
2018-10-15 | Dive list: fix crash on dive import | Berthold Stoeger |
2018-10-13 | Dive site: un-globalize displayed_dive_site | Berthold Stoeger |
2018-10-11 | Undo: don't modify source-dives on merge | Berthold Stoeger |
2018-10-11 | Undo: implement rudimentary support for undo of dive-merging | Berthold Stoeger |
2018-10-11 | Undo: implement rudimentary support for undo of dive-splitting | Berthold Stoeger |
2018-10-06 | Import: remove dive->downloaded logic | Berthold Stoeger |
2018-09-29 | Cleanup: split out free_dive() function from delete_single_dive() | Berthold Stoeger |
2018-09-19 | Dive media: on import read metadata only once | Berthold Stoeger |
2018-09-19 | Cleanup: make surface sample in merge_one_sample() non-static | Berthold Stoeger |
2018-09-11 | cleanup[2/6]: remove set_userid() | Jan Mulder |
2018-09-10 | Profile: fix SAC calculation for air dives | Berthold Stoeger |
2018-09-07 | Cleanup: constify get_units() | Berthold Stoeger |
2018-08-25 | Merge branch 'filter8' of https://github.com/bstoeger/subsurface | Dirk Hohndel |
2018-08-23 | Cleanup: const-ify functions taking dives and divecomputers | Berthold Stoeger |
2018-08-23 | Cleanup: const-ify functions taking pointers to events | Berthold Stoeger |
2018-08-23 | Cleanup: const-ify parameters to trivial accessor functions | Berthold Stoeger |
2018-08-23 | Cleanup: pass gasmix by value | Berthold Stoeger |
2018-08-23 | Cleanup: unify get_gas_at_time() and get_gasmix() | Berthold Stoeger |
2018-08-23 | Cleanup: return gasmix by value | Berthold Stoeger |
2018-08-14 | Filter: constify doFilter() argument | Berthold Stoeger |
2018-07-21 | Uninline functions in dive.h | Berthold Stoeger |
2018-07-17 | Cleanup: simplify dive_getUniqID() | Berthold Stoeger |
2018-07-03 | Allow to split dives with more than one dive computer | Robert C. Helling |
2018-07-03 | Profile context menu entry to split a dive | Robert C. Helling |
2018-07-03 | Include cylinder pressures upon force_fixup() | Robert C. Helling |
2018-07-02 | Use (and update) dive computer times when merging and splitting dives | Linus Torvalds |
2018-07-02 | Use proper sample pointer when deciding to split dives | Linus Torvalds |
2018-06-20 | core: add free_samples helper | Dirk Hohndel |
2018-06-20 | core: use num in alloc_samples | jan Iversen |
2018-06-17 | Fix an error around translation of dive modes in the UI | Stefan Fuchs |
2018-06-07 | Dive pictures: remove cache_picture() call in dive_add_picture() | Berthold Stoeger |
2018-06-06 | Bugfix: Load PSC dive logs | Willem Ferguson |
2018-05-28 | Distinguish between user and internal divemode names | Robert C. Helling |
2018-05-14 | Rename enum dive_comp_type to divemode_t | Robert C. Helling |
2018-05-14 | Fix divemode detection in planner | Robert C. Helling |
2018-05-14 | Fix bug for CCR dive bailout | Willem Ferguson |
2018-05-14 | Implement get_divemode() to find the divemode at a particular time | Willem Ferguson |
2018-05-14 | Simplify the bailout detection functions. | Willem Ferguson |
2018-05-14 | Simplify bailout events in the dive log | Willem Ferguson |
2018-05-14 | Implement bailout outside of the dive planner | Willem Ferguson |
2018-05-14 | Incorporate bailout events in CCR & PSCR gas calculations. | Willem Ferguson |
2018-05-14 | Core: remove dive.h from files that don't need it | Dirk Hohndel |