aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
AgeCommit message (Expand)Author
2011-10-20Add quick hack for "no sample pressure but tank index changed" caseGravatar Linus Torvalds
2011-10-20Fix up multi-cylinder code as per DirkGravatar Linus Torvalds
2011-10-19Start some rough multi-cylinder pressure data plot infrastructureGravatar Linus Torvalds
2011-10-04Change event symbol to bigger yellow triangle with exclamation pointGravatar Dirk Hohndel
2011-10-04Replace event text with small red triangle and tooltipGravatar Dirk Hohndel
2011-10-04Change plot routine to take a drawing_area as argumentGravatar Dirk Hohndel
2011-09-30Distinguish internally between min pressure and end pressureGravatar Dirk Hohndel
2011-09-29Fix the profile coloringGravatar Dirk Hohndel
2011-09-28Remove average depth from printGravatar Dirk Hohndel
2011-09-22Show events on the dive profileGravatar Linus Torvalds
2011-09-21Add helper function for doing depth unit calculationsGravatar Linus Torvalds
2011-09-21Fix array underrun when calculating velocityGravatar Linus Torvalds
2011-09-20Fix 'struct plot_info' memory leakGravatar Linus Torvalds
2011-09-20Fix up printing some moreGravatar Linus Torvalds
2011-09-20Print out only simplified depth profileGravatar Linus Torvalds
2011-09-20Clean up and simplify depth plotGravatar Linus Torvalds
2011-09-20Don't show the smoothed dive profile or the min/max infoGravatar Linus Torvalds
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-16Attempt to smooth out the velocity readingsGravatar Dirk Hohndel
2011-09-16Flip tank pressure graph to show the RIGHT wayGravatar Dirk Hohndel
2011-09-16Stop plotting the gas / consumption information into the profileGravatar Dirk Hohndel
2011-09-16Make handling of empty airconsumption string consistentGravatar Dirk Hohndel
2011-09-16Stop tank / gas / consumption info from changing info_frame sizeGravatar Dirk Hohndel
2011-09-16Indicate vertical velocity through colorGravatar Dirk Hohndel
2011-09-16Show tank / nitrox / air consumption information in the info_frameGravatar Dirk Hohndel
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