Age | Commit message (Expand) | Author |
2014-07-12 | Rename event: correctly replace event with new one | Dirk Hohndel |
2014-07-12 | Remove event: don't compare pointers, compare events | Dirk Hohndel |
2014-07-10 | Fix potential division by zero | Anton Lundin |
2014-07-10 | Fix potential leak of newdc in make_first_dc() | Anton Lundin |
2014-07-10 | Add helper functions to ensure we have sane tag lists | Dirk Hohndel |
2014-07-08 | Fix picture loading | Dirk Hohndel |
2014-07-06 | When copying dives, make copies of samples/events in first DC | Dirk Hohndel |
2014-07-03 | UI restructure: add clone_dive helper | Dirk Hohndel |
2014-07-03 | Add a "smart strdup" helper named copy_string() | Dirk Hohndel |
2014-07-03 | UI restructure: add helper function to copy and clear a dive | Dirk Hohndel |
2014-07-02 | UI restructure: use a global variable to hold the dive we show / edit | Dirk Hohndel |
2014-07-01 | Picture loading: only add the pictures to "reasonable" dives | Dirk Hohndel |
2014-06-11 | Allow the user to delete a dive computer from a dive | Dirk Hohndel |
2014-06-09 | Picture handling: switch to stronger typed offset | Dirk Hohndel |
2014-06-08 | Display liters with script el | Robert C. Helling |
2014-06-08 | Picture handling: change data structure to store offset instead timestamp | Dirk Hohndel |
2014-06-08 | Picture handling: keep picture list sorted | Dirk Hohndel |
2014-06-08 | Picture handling: don't add the same picture more than once | Dirk Hohndel |
2014-06-08 | Picture handling: adjust timestamp after it's set | Dirk Hohndel |
2014-06-03 | Planner: only copy cylinders that were used in the template dive | Dirk Hohndel |
2014-06-03 | When calculating the maximum of unsigned values, use unsigned variable | Dirk Hohndel |
2014-06-03 | CCR code: Change to sample structure | Willem Ferguson |
2014-06-03 | Fix linked list corruption, move code to C. | Tomaz Canabrava |
2014-06-03 | Not all C compilers like uint | Dirk Hohndel |
2014-06-02 | Break picture handling code from C++ to C. | Tomaz Canabrava |
2014-06-02 | Add a FOR_EACH_PICTURE macro and the code for picture_count. | Tomaz Canabrava |
2014-06-02 | Add stubs for the main methods that will operate on pictures. | Tomaz Canabrava |
2014-06-01 | Remove is_air() and convert its users to gasmix | Dirk Hohndel |
2014-06-01 | Remove the .used member of the cylinder structure | Dirk Hohndel |
2014-06-01 | Encapsulate the horrid gas encoding in gas change events | Dirk Hohndel |
2014-05-29 | Don't assume that pressures are always positive | Dirk Hohndel |
2014-05-26 | Merge branch 'atdotde' | Dirk Hohndel |
2014-05-26 | Use get_o2() and get_he() instead of accessing permilles directly | Robert C. Helling |
2014-05-22 | Create a 'remove_event' function that removes an event. | Tomaz Canabrava |
2014-05-20 | Use the last 'diveid' when merging dives for one dive computer | Linus Torvalds |
2014-05-20 | Migrate code to for_each_dive and for_each_dc | Anton Lundin |
2014-05-19 | Add ability to make a dive computer the first dive computer of a dive | Dirk Hohndel |
2014-05-19 | Assign the uniq dive ID the moment a dive is allocated | Dirk Hohndel |
2014-05-14 | Don't merge divecomputers if we know they are different | Dirk Hohndel |
2014-05-13 | Do not check for null before free. | Tomaz Canabrava |
2014-05-11 | Prefix a method with 'dive_' because it should work only with dives | Tomaz Canabrava |
2014-05-08 | Remove unnecessary include from dive.c | Anton Lundin |
2014-05-08 | Planner: Implement ascend rate according to GUE standard procedures | Robert C. Helling |
2014-05-05 | Fix standard cylinder names | Dirk Hohndel |
2014-04-25 | Add small helper to determine if dive computer has HR data | Dirk Hohndel |
2014-04-17 | Removed the globals 'userid' and 'save_userid_local' variables | Tomaz Canabrava |
2014-03-21 | Add current time and adjusted time to gui when adjusting dive's timestamp | Gehad |
2014-03-10 | Get rid of crazy empty tag_list element at the start | Linus Torvalds |
2014-03-06 | Initial implementation of git save format | Linus Torvalds |
2014-03-05 | Another small tweak to whitespace tool | Dirk Hohndel |