summaryrefslogtreecommitdiffstats
path: root/profile.c
AgeCommit message (Expand)Author
2011-09-16Tweak temperature plot to look better for small fluctuationsGravatar Dirk Hohndel
2011-09-16Tweak plot scaling a bitGravatar Linus Torvalds
2011-09-16Minor corrections to printing of the last temperatureGravatar Dirk Hohndel
2011-09-16Use plot_info for final remaining temperature and pressure data plots tooGravatar Linus Torvalds
2011-09-16Plot pressure data based on 'struct plot_info' rather than raw dive dataGravatar Linus Torvalds
2011-09-16Do min/max pressure and temperature based on the non-surface dataGravatar Linus Torvalds
2011-09-16Plot temperature info using 'struct plot_info' rather than the raw dive samplesGravatar Linus Torvalds
2011-09-16Start using 'plot_info' more for dive-time limitsGravatar Linus Torvalds
2011-09-15Print the end temperature of the diveGravatar Dirk Hohndel
2011-09-15Don't draw temperature plot past the end of the diveGravatar Dirk Hohndel
2011-09-13I'm trying to figure something out that prints reasonably..Gravatar Linus Torvalds
2011-09-13Make the printout look differentGravatar Linus Torvalds
2011-09-13Add the capability to print a dive profileGravatar Linus Torvalds
2011-09-13Use round line noins and capsGravatar Linus Torvalds
2011-09-13Label the temperature graphGravatar Linus Torvalds
2011-09-12Plot a sick kind of temperature curveGravatar Linus Torvalds
2011-09-11Accept a smaller profile windowGravatar Linus Torvalds
2011-09-09Show tank type and O2 mix for air usageGravatar Linus Torvalds
2011-09-08Use the analyzed local minima/maxima for depth text plottingGravatar Linus Torvalds
2011-09-08Use an indirect pointer to min/max entry rather than valueGravatar Linus Torvalds
2011-09-08Show the min/max data in funky purple shadingGravatar Linus Torvalds
2011-09-08Start analyzing depth profile: smoothing and time-based min/max/avgGravatar Linus Torvalds
2011-09-07Remove unused variableGravatar Dirk Hohndel
2011-09-07Show the shallow points of the dive tooGravatar Linus Torvalds
2011-09-07Move text rendering function upwardsGravatar Linus Torvalds
2011-09-07Add font size to the text_render_options structureGravatar Linus Torvalds
2011-09-07Add vertical alignment setting to text outputGravatar Dirk Hohndel
2011-09-07Turn tail recursion back into a loopGravatar Linus Torvalds
2011-09-07Get rid of timelimit code and corner casesGravatar Linus Torvalds
2011-09-07Clean up plot_text_samples() furtherGravatar Linus Torvalds
2011-09-07Simplify/clean up depth min/max finderGravatar Linus Torvalds
2011-09-07Fix up horribly broken cairo scalingGravatar Linus Torvalds
2011-09-07Use a recursive (instead of iterative) minmax depth finderGravatar Linus Torvalds
2011-09-07Tweak depth next_minmax() interfaceGravatar Linus Torvalds
2011-09-07Honor depth unit settings when plotting the depth profileGravatar Linus Torvalds
2011-09-07Add radio buttons for temperature and volumeGravatar Linus Torvalds
2011-09-06Start doing gas management using output unitsGravatar Linus Torvalds
2011-09-06Clean up type handling of cylinder pressure plotGravatar Linus Torvalds
2011-09-06Fix drawing artifacts with dives that have samples past the dive durationGravatar Dirk Hohndel
2011-09-06Use 'cairo_translate()' instead of manual translationGravatar Linus Torvalds
2011-09-06Merge branch 'dirk'Gravatar Linus Torvalds
2011-09-06Print starting and ending pressuresGravatar Dirk Hohndel
2011-09-06Add some air usage statistics to the dive plotGravatar Linus Torvalds
2011-09-06Do cylinder pressure plot first, then depth, then text notesGravatar Linus Torvalds
2011-09-06Tweak the "show depth in text" heuristic a bitGravatar Linus Torvalds
2011-09-06Plot some numerical depth markersGravatar Linus Torvalds
2011-09-06Fix drawing artifact with UEMIS xml dataGravatar Dirk Hohndel
2011-09-05Open File works. I refactored the code and introduced a new type. I never use...Gravatar Nathan Samson
2011-09-05Sanitize and fix cylinder pressure overviewGravatar Linus Torvalds
2011-09-04Remove the redundant frames in the notebook. Closes #9Gravatar Nathan Samson