summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-09-12Make 'report_error()' usable from outside of main.cGravatar Linus Torvalds
2011-09-12Avoid using type 'gasmix_t': use 'struct gasmix' insteadGravatar Linus Torvalds
2011-09-12Start some very initial libdivecomputer integrationGravatar Linus Torvalds
2011-09-11Clean up dive info box tooGravatar Linus Torvalds
2011-09-11Accept a smaller profile windowGravatar Linus Torvalds
2011-09-11Add a 'Renumber' menu choiceGravatar Linus Torvalds
2011-09-11Pack all the equipment widgets into boxesGravatar Linus Torvalds
2011-09-11Oops. Fix 'buffered dive' informationGravatar Linus Torvalds
2011-09-11Work around more Diving Log bugs..Gravatar Linus Torvalds
2011-09-11Call an LP85 an LP85 even when it's "10% extra".Gravatar Linus Torvalds
2011-09-11Be more careful about unit changesGravatar Linus Torvalds
2011-09-11Parse 'Diving Log' cylinder working pressureGravatar Linus Torvalds
2011-09-11Fix up dive number namingGravatar Linus Torvalds
2011-09-11Show dive number (if it exists) in the location noteGravatar Linus Torvalds
2011-09-11Save and restore a "dive number"Gravatar Linus Torvalds
2011-09-10Add more static cylinder types - and pick them up from the dive logGravatar Linus Torvalds
2011-09-10Add new cylinder models to the cylinder model storeGravatar Linus Torvalds
2011-09-10Let people manage their cylinders in cuft and psiGravatar Linus Torvalds
2011-09-10Declare 'update_dive()' properlyGravatar Linus Torvalds
2011-09-10Now that we don't mess up import, we can save the cylinder working pressureGravatar Linus Torvalds
2011-09-10Don't guess input cylinder size as cubic feetGravatar Linus Torvalds
2011-09-10Actually connect the cylinder configuration with the diveGravatar Linus Torvalds
2011-09-09Getting closer to a usable cylinder management interfaceGravatar Linus Torvalds
2011-09-09First (broken) try at actually tracking cylinder typesGravatar Linus Torvalds
2011-09-09Rename 'cylinder.c' as 'equipment.c'Gravatar Linus Torvalds
2011-09-09Show tank type and O2 mix for air usageGravatar Linus Torvalds
2011-09-09Add a notebook for cylinder informationGravatar 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-08Save default units using GConfGravatar 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-07Update the dive units without destroyng and rebuilding the dive listGravatar Linus Torvalds
2011-09-07Add Ok/Cancel buttons to unit dialogGravatar Linus Torvalds
2011-09-07Do output unit conversion in the dive info window tooGravatar Linus Torvalds
2011-09-07Honor depth unit settings when plotting the depth profileGravatar Linus Torvalds
2011-09-07Make divelist honor the length unitsGravatar Linus Torvalds
2011-09-07Add GtkTreeViewColumn information to 'struct DiveList'Gravatar Linus Torvalds