]> git.tdb.fi Git - ext/subsurface.git/history - profile.c
Fix profile and average depth for freedives
[ext/subsurface.git] / profile.c
2011-09-17 Dirk HohndelStop plotting the gas / consumption information into...
2011-09-17 Dirk HohndelMake handling of empty airconsumption string consistent
2011-09-16 Dirk HohndelStop tank / gas / consumption info from changing info_f...
2011-09-16 Dirk HohndelIndicate vertical velocity through color
2011-09-16 Dirk HohndelShow tank / nitrox / air consumption information in...
2011-09-16 Dirk HohndelTweak temperature plot to look better for small fluctua...
2011-09-16 Linus TorvaldsTweak plot scaling a bit
2011-09-16 Dirk HohndelMinor corrections to printing of the last temperature
2011-09-16 Linus TorvaldsUse plot_info for final remaining temperature and press...
2011-09-16 Linus TorvaldsPlot pressure data based on 'struct plot_info' rather...
2011-09-16 Linus TorvaldsDo min/max pressure and temperature based on the non...
2011-09-16 Linus TorvaldsPlot temperature info using 'struct plot_info' rather...
2011-09-16 Linus TorvaldsStart using 'plot_info' more for dive-time limits
2011-09-15 Dirk HohndelPrint the end temperature of the dive
2011-09-15 Dirk HohndelDon't draw temperature plot past the end of the dive
2011-09-14 Linus TorvaldsI'm trying to figure something out that prints reasonably..
2011-09-14 Linus TorvaldsMake the printout look different
2011-09-13 Linus TorvaldsAdd the capability to print a dive profile
2011-09-13 Linus TorvaldsUse round line noins and caps
2011-09-13 Linus TorvaldsLabel the temperature graph
2011-09-13 Linus TorvaldsPlot a sick kind of temperature curve
2011-09-11 Linus TorvaldsAccept a smaller profile window
2011-09-09 Linus TorvaldsShow tank type and O2 mix for air usage
2011-09-08 Linus TorvaldsUse the analyzed local minima/maxima for depth text...
2011-09-08 Linus TorvaldsUse an indirect pointer to min/max entry rather than...
2011-09-08 Linus TorvaldsShow the min/max data in funky purple shading
2011-09-08 Linus TorvaldsStart analyzing depth profile: smoothing and time-based...
2011-09-08 Dirk HohndelRemove unused variable
2011-09-08 Linus TorvaldsShow the shallow points of the dive too
2011-09-08 Linus TorvaldsMove text rendering function upwards
2011-09-08 Linus TorvaldsAdd font size to the text_render_options structure
2011-09-08 Dirk HohndelAdd vertical alignment setting to text output
2011-09-07 Linus TorvaldsTurn tail recursion back into a loop
2011-09-07 Linus TorvaldsGet rid of timelimit code and corner cases
2011-09-07 Linus TorvaldsClean up plot_text_samples() further
2011-09-07 Linus TorvaldsSimplify/clean up depth min/max finder
2011-09-07 Linus TorvaldsFix up horribly broken cairo scaling
2011-09-07 Linus TorvaldsUse a recursive (instead of iterative) minmax depth...
2011-09-07 Linus TorvaldsTweak depth next_minmax() interface
2011-09-07 Linus TorvaldsHonor depth unit settings when plotting the depth profile
2011-09-07 Linus TorvaldsAdd radio buttons for temperature and volume
2011-09-07 Linus TorvaldsStart doing gas management using output units
2011-09-07 Linus TorvaldsClean up type handling of cylinder pressure plot
2011-09-07 Dirk HohndelFix drawing artifacts with dives that have samples...
2011-09-06 Linus TorvaldsUse 'cairo_translate()' instead of manual translation
2011-09-06 Linus TorvaldsMerge branch 'dirk'
2011-09-06 Dirk HohndelPrint starting and ending pressures
2011-09-06 Linus TorvaldsMerge branch 'patch-1' of git://github.com/schacon...
2011-09-06 Linus TorvaldsAdd some air usage statistics to the dive plot
2011-09-06 Linus TorvaldsDo cylinder pressure plot first, then depth, then text...
2011-09-06 Linus TorvaldsTweak the "show depth in text" heuristic a bit
2011-09-06 Linus TorvaldsPlot some numerical depth markers
2011-09-06 Dirk HohndelFix drawing artifact with UEMIS xml data
2011-09-05 Linus TorvaldsMerge branch 'open-files' of git://github.com/nathansam...
2011-09-05 Nathan SamsonOpen File works. I refactored the code and introduced...
2011-09-05 Linus TorvaldsSanitize and fix cylinder pressure overview
2011-09-04 Nathan SamsonMerge hbonse's UI tweaks, but fixing the compile warnin...
2011-09-04 Linus TorvaldsMerge branch 'ui-improvements' of https://github.com...
2011-09-04 Hylke BonsSome UI beauty patches:
2011-09-04 Nathan SamsonMerge branch 'master' into ui-improvements
2011-09-04 Nathan SamsonRemove the redundant frames in the notebook. Closes #9
2011-09-04 Linus TorvaldsMerge https://github.com/mrjbq7/diveclog
2011-09-04 Linus TorvaldsDo better cylinder information management
2011-09-03 Linus TorvaldsAdd 'mean depth' marker on dive plot
2011-09-03 Linus TorvaldsAdd various dive fixups, and show pressure (if any...
2011-08-31 Linus TorvaldsDo something half-way sane (no SIGSEGV) when there...
2011-08-31 Linus Torvaldsdive profile plot: use saner minimum limits
2011-08-31 Linus Torvaldsplot a fancier 'filled' depth profile
2011-08-31 Linus TorvaldsPlot dive profile slightly more intelligently.
2011-08-31 Linus TorvaldsTeach the thing to actually track the currently selecte...
2011-08-31 Linus TorvaldsSplit up profile frame generation into its own file.