Age | Commit message (Expand) | Author |
2015-06-12 | Indicate that there are unsaved changes with a '*' in the window title | Dirk Hohndel |
2015-06-01 | Simplify model handling and crashes fixes | Tomaz Canabrava |
2015-02-12 | Change one more spot in divelist.c from locations to dive sites | Dirk Hohndel |
2015-02-12 | Get trip location from dive's dive site | Dirk Hohndel |
2015-01-25 | Have get_dive_gas return air when without cylinders | Anton Lundin |
2015-01-06 | Always show deco gas as dive gas | Anton Lundin |
2015-01-02 | Fix a crash when dive date is epoch | Miika Turkia |
2014-11-12 | Deselect dives that are no longer shown as the dive list is filtered | Dirk Hohndel |
2014-11-11 | Dive list and filter: when selecting a trip, only select visible dives | Dirk Hohndel |
2014-11-04 | Offer to save to a copy in replan mode | Robert C. Helling |
2014-11-04 | Prepare for PSCR calculations | Robert C. Helling |
2014-10-19 | Make planner work again for CCR dives | Robert C. Helling |
2014-08-18 | Planner: assign a dive number if the right number seems obvious | Dirk Hohndel |
2014-08-16 | Make divelist gas column slightly easier to understand | Dirk Hohndel |
2014-08-11 | Rename dive gas function and defines for clarity | Anton Lundin |
2014-07-18 | get_gas_at_time needs to always give us a valid gasv4.1.91 | Dirk Hohndel |
2014-07-18 | Use get_gas_at_time in active_o2 | Anton Lundin |
2014-07-17 | Replace cylinder_is_used with is_cylinder_used | Anton Lundin |
2014-07-08 | Considering previous dives for tissue loading | Robert C. Helling |
2014-07-03 | Don't crash if get_divenr is called with NULL argument | Dirk Hohndel |
2014-07-02 | UI restructure: fix get_divenr to do the right thing on a copy of a dive | Dirk Hohndel |
2014-06-25 | Deco artefacts with low GFlow | Robert C. Helling |
2014-06-18 | CNS doesn't increase when PO2 is below 0.5 atm | Anton Lundin |
2014-06-12 | Correct pO2 formula in CNS calculation. | Robert C. Helling |
2014-06-04 | Fix typo that broke gas reporting in dive list | Dirk Hohndel |
2014-06-03 | CCR code: Change to sample structure | Willem Ferguson |
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-24 | Dive list: move trip merging logic into divelist.c | Dirk Hohndel |
2014-05-24 | Dive list: move trip selection / deselection logic to divelist.c | Dirk Hohndel |
2014-05-24 | Add some helper functions | Dirk Hohndel |
2014-05-20 | Use get_o2 instead of local version | Anton Lundin |
2014-05-19 | Remove unused variables | Dirk Hohndel |
2014-05-14 | Mark new dives "downloaded" when importing new dives | Linus Torvalds |
2014-05-13 | Do not check for null before free. | Tomaz Canabrava |
2014-05-08 | Use the used flag on cylinders in get_dive_gas | Anton Lundin |
2014-04-26 | Don't calculate SAC-rates for negative pressure changes | Linus Torvalds |
2014-03-10 | Get rid of crazy empty tag_list element at the start | Linus Torvalds |
2014-03-08 | Another case of 'dereference before NULL check' | Dirk Hohndel |
2014-03-08 | Don't use dive before checking it against NULL | Dirk Hohndel |
2014-03-03 | Remove pointless assignments | Dirk Hohndel |
2014-03-03 | Whitespace cleanup | Dirk Hohndel |
2014-02-27 | Massive automated whitespace cleanup | Dirk Hohndel |
2014-02-12 | Use "rint()" instead of rounding manually with "+ 0.5" | Linus Torvalds |
2014-02-11 | Fix ATM-vs-bar confusion | Linus Torvalds |
2014-02-10 | Fix calloc parameter order. | Boris Barbulovski |
2014-01-16 | Convert the C code to using stdbool and true/false | Anton Lundin |
2014-01-07 | When merging dives, keep dive ids in mind | Dirk Hohndel |
2014-01-01 | Typos on comments | Rodrigo Severo |
2013-12-12 | Fix incorrect handling of autogrouped trips | Dirk Hohndel |