]> git.tdb.fi Git - ext/subsurface.git/history - display.h
Fix profile and average depth for freedives
[ext/subsurface.git] / display.h
2012-08-28 Linus TorvaldsMerge branch 'freediving-tweaks' of git://github.com...
2012-08-28 Linus TorvaldsMerge git://git.tdb.fi/ext/subsurface
2012-08-28 Pierre-Yves ChibonWork on the printing of the dives, first attempt to...
2012-08-22 Maximilian Güntnermoved zoomed_plot to display.h
2011-12-06 Linus TorvaldsMerge branch 'grid-to-back' of git://github.com/henrik2...
2011-11-28 Henrik Brautaset... Define all colors in one place
2011-10-04 Dirk HohndelReplace event text with small red triangle and tooltip
2011-10-04 Dirk HohndelChange plot routine to take a drawing_area as argument
2011-09-20 Dirk HohndelSeparate out the UI from the program logic
2011-09-20 Linus TorvaldsMake the divelist font configurable
2011-09-14 Linus TorvaldsMake the printout look different
2011-09-13 Linus TorvaldsAdd the capability to print a dive profile
2011-09-12 Linus TorvaldsMake 'report_error()' usable from outside of main.c
2011-09-12 Linus TorvaldsStart some very initial libdivecomputer integration
2011-09-10 Linus TorvaldsFirst (broken) try at actually tracking cylinder types
2011-09-10 Linus TorvaldsRename 'cylinder.c' as 'equipment.c'
2011-09-09 Linus TorvaldsAdd a notebook for cylinder information
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-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 Nathan SamsonMerge branch 'master' into ui-improvements
2011-09-04 Nathan SamsonRemove the redundant frames in the notebook. Closes #9
2011-09-01 Linus TorvaldsMake the main display saner
2011-08-31 Linus TorvaldsStart cleaning up dive accessors
2011-08-31 Linus TorvaldsAdd some more dive info - and actually update it
2011-08-31 Linus TorvaldsAdd fake 'info' frame contents
2011-08-31 Linus TorvaldsAdd 'repaint_dive()' prototype, and fix dependencies
2011-08-31 Linus TorvaldsTeach the thing to actually track the currently selecte...
2011-08-31 Linus TorvaldsSplit up divelist scroll window generation into its...
2011-08-31 Linus TorvaldsSplit up profile frame generation into its own file.