Age | Commit message (Expand) | Author |
2020-04-11 | media: invalidate correct dive when removing picture | 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-10 | cleanup: remove picture_free() | Berthold Stoeger |
2020-04-10 | cleanup: remove dive_get_picture_count() function | Berthold Stoeger |
2020-04-07 | cleanup: remove remove_event() function | Berthold Stoeger |
2020-04-07 | core: split out create_gas_change_event() from add_gas_change_event() | Berthold Stoeger |
2020-04-07 | cleanup: move add_gas_switch_event to dive.c | Berthold Stoeger |
2020-04-07 | undo: implement renaming of events | Berthold Stoeger |
2020-04-07 | core: add remove_event_from_dc() function | Berthold Stoeger |
2020-04-07 | core: split add_event() in two parts | Berthold Stoeger |
2020-03-11 | Grammar: replaces 'indexes' by 'indices' | Robert C. Helling |
2020-03-06 | Core: don't return invalid cylinders from explicit_first_cylinder() | Berthold Stoeger |
2020-03-01 | filter: compile fulltext index on mobile | Berthold Stoeger |
2020-03-01 | filter: index/unindex dives on loading or clearing logs | Berthold Stoeger |
2020-01-10 | code cleanup: use gasmix_air for zero initialized gas | Dirk Hohndel |
2020-01-05 | Fix get_divemode logic | Robert C. Helling |
2019-11-16 | Don't acces null dive computer | Robert C. Helling |
2019-11-09 | Cylinders: access cylinders with get_cylinder() | Berthold Stoeger |
2019-11-09 | Desktop: support no-cylinders in dive information tab | Berthold Stoeger |
2019-11-09 | Cleanup: return cylinder from add_empty_cylinder() | Berthold Stoeger |
2019-11-09 | Core: remove MAX_CYLINDERS restriction | Berthold Stoeger |
2019-11-09 | Cleanup: move copy_cylinder_types() from dive.c to equipment.c | Berthold Stoeger |
2019-11-09 | Core: create copy_cylinder_type() function | Berthold Stoeger |
2019-11-09 | Core: dynamically allocate cylinder maps in merge_cylinders() | Berthold Stoeger |
2019-11-09 | Core: dynamically allocate gases array | Berthold Stoeger |
2019-11-09 | Cylinders: dynamically allocate cylinder arrays | Berthold Stoeger |
2019-10-31 | Planner: Add option to treat O2 as narcotic | Robert C. Helling |
2019-10-27 | Cleanup: NULL check pointer before dereferencing | Dirk Hohndel |
2019-10-26 | Core: export dive-computer freeing function | Berthold Stoeger |
2019-10-02 | Cleanup: make table argument to get_dive_from_table() const | Berthold Stoeger |
2019-08-29 | Fix broken windows build with latest MXE | Paul Buxton |
2019-08-08 | Cleanup: move planner/deco related declarations planner/deco.h | Berthold Stoeger |
2019-07-27 | Core: split copy_cylinders() in two functions | Berthold Stoeger |
2019-07-19 | Cleanup: remove bogus mark_divelist_changed() calls | Berthold Stoeger |
2019-07-18 | Core: dynamically resize weight table | Berthold Stoeger |
2019-07-18 | Cleanup: move cylinderuse_from_text() to equipment.c | Berthold Stoeger |
2019-07-14 | Fix cylinder gas type saving when we have bogus gas use data | Linus Torvalds |
2019-06-19 | Cleanup: remove unused parameter used from find_best_gasmix_match() | Berthold Stoeger |
2019-06-19 | Cleanup: remove unused function find_dive_including | Berthold Stoeger |
2019-06-19 | Cleanup: move gas-functions to own translation unit | Berthold Stoeger |
2019-06-19 | Cleanup: move unit-related functions to own translation unit | 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-06-19 | Cleanup: use taglist_copy() instead of STRUCTURED_LIST_COPY | Berthold Stoeger |
2019-06-19 | Coding style: remove Java-style function definitions in dive.c | Berthold Stoeger |
2019-06-19 | Cleanup: remove unused function dump_taglist() | Berthold Stoeger |
2019-05-20 | Core: let count_divecomputers() operate on an arbitrary dive | Berthold Stoeger |
2019-05-20 | Cleanup: rename clone_dive() to move_dive() | Berthold Stoeger |
2019-05-20 | Undo: make "delete dive computer" undoable | Berthold Stoeger |