Age | Commit message (Expand) | Author |
2011-09-21 | Add helper function for doing depth unit calculations | Linus Torvalds |
2011-09-21 | Fix array underrun when calculating velocity | Linus Torvalds |
2011-09-20 | Fix 'struct plot_info' memory leak | Linus Torvalds |
2011-09-20 | Fix up printing some more | Linus Torvalds |
2011-09-20 | Print out only simplified depth profile | Linus Torvalds |
2011-09-20 | Clean up and simplify depth plot | Linus Torvalds |
2011-09-20 | Don't show the smoothed dive profile or the min/max info | Linus Torvalds |
2011-09-20 | Separate out the UI from the program logic | Dirk Hohndel |
2011-09-16 | Attempt to smooth out the velocity readings | Dirk Hohndel |
2011-09-16 | Flip tank pressure graph to show the RIGHT way | Dirk Hohndel |
2011-09-16 | Stop plotting the gas / consumption information into the profile | Dirk Hohndel |
2011-09-16 | Make handling of empty airconsumption string consistent | Dirk Hohndel |
2011-09-16 | Stop tank / gas / consumption info from changing info_frame size | Dirk Hohndel |
2011-09-16 | Indicate vertical velocity through color | Dirk Hohndel |
2011-09-16 | Show tank / nitrox / air consumption information in the info_frame | Dirk Hohndel |
2011-09-16 | Tweak temperature plot to look better for small fluctuations | Dirk Hohndel |
2011-09-16 | Tweak plot scaling a bit | Linus Torvalds |
2011-09-16 | Minor corrections to printing of the last temperature | Dirk Hohndel |
2011-09-16 | Use plot_info for final remaining temperature and pressure data plots too | Linus Torvalds |
2011-09-16 | Plot pressure data based on 'struct plot_info' rather than raw dive data | Linus Torvalds |
2011-09-16 | Do min/max pressure and temperature based on the non-surface data | Linus Torvalds |
2011-09-16 | Plot temperature info using 'struct plot_info' rather than the raw dive samples | Linus Torvalds |
2011-09-16 | Start using 'plot_info' more for dive-time limits | Linus Torvalds |
2011-09-15 | Print the end temperature of the dive | Dirk Hohndel |
2011-09-15 | Don't draw temperature plot past the end of the dive | Dirk Hohndel |
2011-09-13 | I'm trying to figure something out that prints reasonably.. | Linus Torvalds |
2011-09-13 | Make the printout look different | Linus Torvalds |
2011-09-13 | Add the capability to print a dive profile | Linus Torvalds |
2011-09-13 | Use round line noins and caps | Linus Torvalds |
2011-09-13 | Label the temperature graph | Linus Torvalds |
2011-09-12 | Plot a sick kind of temperature curve | Linus Torvalds |
2011-09-11 | Accept a smaller profile window | Linus Torvalds |
2011-09-09 | Show tank type and O2 mix for air usage | Linus Torvalds |
2011-09-08 | Use the analyzed local minima/maxima for depth text plotting | Linus Torvalds |
2011-09-08 | Use an indirect pointer to min/max entry rather than value | Linus Torvalds |
2011-09-08 | Show the min/max data in funky purple shading | Linus Torvalds |
2011-09-08 | Start analyzing depth profile: smoothing and time-based min/max/avg | Linus Torvalds |
2011-09-07 | Remove unused variable | Dirk Hohndel |
2011-09-07 | Show the shallow points of the dive too | Linus Torvalds |
2011-09-07 | Move text rendering function upwards | Linus Torvalds |
2011-09-07 | Add font size to the text_render_options structure | Linus Torvalds |
2011-09-07 | Add vertical alignment setting to text output | Dirk Hohndel |
2011-09-07 | Turn tail recursion back into a loop | Linus Torvalds |
2011-09-07 | Get rid of timelimit code and corner cases | Linus Torvalds |
2011-09-07 | Clean up plot_text_samples() further | Linus Torvalds |
2011-09-07 | Simplify/clean up depth min/max finder | Linus Torvalds |
2011-09-07 | Fix up horribly broken cairo scaling | Linus Torvalds |
2011-09-07 | Use a recursive (instead of iterative) minmax depth finder | Linus Torvalds |
2011-09-07 | Tweak depth next_minmax() interface | Linus Torvalds |
2011-09-07 | Honor depth unit settings when plotting the depth profile | Linus Torvalds |