Age | Commit message (Expand) | Author |
2011-09-08 | Use an indirect pointer to min/max entry rather than value | Linus Torvalds |
2011-09-08 | Save default units using GConf | 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 | Update the dive units without destroyng and rebuilding the dive list | Linus Torvalds |
2011-09-07 | Add Ok/Cancel buttons to unit dialog | Linus Torvalds |
2011-09-07 | Do output unit conversion in the dive info window too | Linus Torvalds |
2011-09-07 | Honor depth unit settings when plotting the depth profile | Linus Torvalds |
2011-09-07 | Make divelist honor the length units | Linus Torvalds |
2011-09-07 | Add GtkTreeViewColumn information to 'struct DiveList' | Linus Torvalds |
2011-09-07 | Add radio buttons for temperature and volume | Linus Torvalds |
2011-09-06 | Make a 'units' dialog window | Linus Torvalds |
2011-09-06 | Start doing gas management using output units | Linus Torvalds |
2011-09-06 | Clean up type handling of cylinder pressure plot | Linus Torvalds |
2011-09-06 | Start "output unit management" support | Linus Torvalds |
2011-09-06 | Fix drawing artifacts with dives that have samples past the dive duration | Dirk Hohndel |
2011-09-06 | Minimally parse some UDDF format dives | Linus Torvalds |
2011-09-06 | Add framework for UDDF importer | Linus Torvalds |
2011-09-06 | Use 'cairo_translate()' instead of manual translation | Linus Torvalds |
2011-09-06 | Merge branch 'dirk' | Linus Torvalds |
2011-09-06 | Print starting and ending pressures | Dirk Hohndel |
2011-09-06 | Add some information about properly formatted commit messages | Linus Torvalds |
2011-09-06 | Merge branch 'patch-1' of git://github.com/schacon/diveclog | Linus Torvalds |
2011-09-06 | Add some air usage statistics to the dive plot | Linus Torvalds |
2011-09-06 | Do cylinder pressure plot first, then depth, then text notes | Linus Torvalds |
2011-09-06 | Add more explicit contributing explanation | Scott Chacon |
2011-09-06 | Tweak the "show depth in text" heuristic a bit | Linus Torvalds |
2011-09-06 | Plot some numerical depth markers | Linus Torvalds |
2011-09-06 | Fix drawing artifact with UEMIS xml data | Dirk Hohndel |
2011-09-05 | Repaint the dives in dive_list_update_dives() instead of in callers | Linus Torvalds |
2011-09-05 | update UEMIS date_time parsing | Dirk Hohndel |
2011-09-05 | Update dive info and profile after loading files | Linus Torvalds |
2011-09-05 | Merge branch 'open-files' of git://github.com/nathansamson/diveclog | Linus Torvalds |
2011-09-05 | Add support from importing from Diving Log xml files | Linus Torvalds |
2011-09-05 | Make the import source an enumeration | Linus Torvalds |
2011-09-05 | Report errors when opening files | Nathan Samson |
2011-09-05 | Make it possible to load multiple files at once. | Nathan Samson |
2011-09-05 | Open File works. I refactored the code and introduced a new type. I never use... | Nathan Samson |