]> git.tdb.fi Git - ext/subsurface.git/history - main.c
Fix profile and average depth for freedives
[ext/subsurface.git] / main.c
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-27 Linus TorvaldsMerge branch 'trips' of git://git.hohndel.org/subsurface
2012-08-26 Linus TorvaldsDo some whitespace cleanup
2012-08-21 Maximilian GüntnerMerge branch 'master' into freediving-tweaks
2012-08-17 Linus TorvaldsMerge branch 'misc-fixes' of git://github.com/DataBeave...
2012-08-16 Linus TorvaldsMerge branch 'tree2' of git://git.hohndel.org/subsurface
2012-08-15 Dirk HohndelRedo dive editing
2012-05-02 Linus TorvaldsDon't close config file when changing preferences
2012-03-24 Linus TorvaldsMerge branch 'weight' of git://subsurface.hohndel.org...
2012-01-26 Linus TorvaldsSplit up file reading from 'parse-xml.c' into 'file.c'
2012-01-05 Dirk HohndelAvoiding some potentially confusing name space clashes
2011-11-19 Linus TorvaldsMerge branch 'sacplot' of git://git.hohndel.org/subsurface
2011-11-19 Linus TorvaldsMerge branch 'sacplot' of git://git.hohndel.org/subsurface
2011-11-19 Linus TorvaldsMerge branch 'sacplot' of git://git.hohndel.org/subsurface
2011-11-19 Linus TorvaldsMake double-clicking on the dive list bring up the...
2011-11-02 Linus TorvaldsMerge branch 'add-info-stats-page' of git://github...
2011-11-02 Linus TorvaldsMerge branch 'add-info-stats-page' of git://github...
2011-11-02 Linus TorvaldsMerge branch 'add-info-stats-page' of git://github...
2011-11-02 Dirk HohndelAdd Info & Stats page to the notebook
2011-11-02 Linus TorvaldsFix 'init_ui()' so that it can change argc/argv
2011-11-01 Linus TorvaldsMerge branch 'macosx-app-bundle-1' of git://github...
2011-10-31 Henrik Brautaset... Ignore process serial number argument when run as nativ...
2011-10-28 Dirk HohndelDon't use gconf on Windows
2011-10-24 Linus TorvaldsMerge branch 'ui' of git://github.com/dirkhh/subsurface
2011-10-23 Dirk HohndelShow dive number in dive list
2011-10-05 Dirk HohndelFix import tracking
2011-10-05 Dirk HohndelAdd XML file import back and treat open and import...
2011-10-05 Dirk HohndelAdd an '--import' command line option
2011-10-05 Dirk HohndelMark divelist changed when renumbering or adding dives
2011-10-05 Linus TorvaldsAutomatically renumber new dives when they are "obvious".
2011-10-05 Linus TorvaldsMove 'dive_list_update_dives()' call into 'report_dives()'
2011-09-27 Linus TorvaldsMerge branch 'otu-tracking-v2' of git://github.com...
2011-09-27 Dirk HohndelAdd preference option to chose if SAC and/or OTU should...
2011-09-21 Tero RoponenSeptember comes before October
2011-09-20 Dirk HohndelSeparate out the UI from the program logic
2011-09-20 Linus TorvaldsMake the divelist font configurable
2011-09-20 Linus TorvaldsMerge git://github.com/sirowain/subsurface
2011-09-20 Linus TorvaldsMerge branch 'for-linus' of git://github.com/dirkhh...
2011-09-20 Linus TorvaldsMake 'struct DiveList' entirely internal to divelist.c
2011-09-20 Linus TorvaldsMake a separate "Log" menu
2011-09-20 Riccardo AlbertiniProvide an icon for subsurface.
2011-09-20 Linus TorvaldsSwitch the dive list and dive profile panes around
2011-09-19 Linus TorvaldsUpdate the divelist when dive info changes
2011-09-19 Linus TorvaldsMake the pane split be vertical rather than horizontal
2011-09-19 Linus TorvaldsRemove dive info frame
2011-09-15 Linus TorvaldsRename the project 'subsurface'
2011-09-14 Linus TorvaldsFlush any pending changes at notebook 'switch-page...
2011-09-13 Linus TorvaldsAdd the capability to print a dive profile
2011-09-12 Linus TorvaldsLibdivecomputer: start actually importing the dive...
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-11 Linus TorvaldsAdd a 'Renumber' menu choice
2011-09-11 Linus TorvaldsOops. Fix 'buffered dive' information
2011-09-11 Linus TorvaldsBe more careful about unit changes
2011-09-10 Linus TorvaldsRename 'cylinder.c' as 'equipment.c'
2011-09-09 Linus TorvaldsAdd a notebook for cylinder information
2011-09-08 Linus TorvaldsSave default units using GConf
2011-09-07 Linus TorvaldsUpdate the dive units without destroyng and rebuilding...
2011-09-07 Linus TorvaldsAdd Ok/Cancel buttons to unit dialog
2011-09-07 Linus TorvaldsAdd radio buttons for temperature and volume
2011-09-07 Linus TorvaldsMake a 'units' dialog window
2011-09-07 Linus TorvaldsStart doing gas management using output units
2011-09-07 Linus TorvaldsStart "output unit management" support
2011-09-06 Linus TorvaldsRepaint the dives in dive_list_update_dives() instead...
2011-09-06 Linus TorvaldsUpdate dive info and profile after loading files
2011-09-05 Linus TorvaldsMerge branch 'open-files' of git://github.com/nathansam...
2011-09-05 Nathan SamsonReport errors when opening files
2011-09-05 Nathan SamsonMake it possible to load multiple files at once.
2011-09-05 Nathan SamsonOpen File works. I refactored the code and introduced...
2011-09-05 Nikola KoturComment typo fix
2011-09-04 Linus TorvaldsMerge branch 'ui-tweaks' of https://github.com/nathansa...
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 Hylke BonsSome UI beauty patches:
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-04 Nathan SamsonUse a pane so the dive list can be made wider or smalle...
2011-09-04 Linus TorvaldsAdd 'Quit' menu item, and fix invisible "File" on gtk2
2011-09-04 Linus TorvaldsMerge https://github.com/mrjbq7/diveclog
2011-09-04 Nathan SamsonUse the newer GtkUIManager for menu creation.
2011-09-03 Linus TorvaldsAdd various dive fixups, and show pressure (if any...
2011-09-02 Linus TorvaldsDo a dive de-dup pass
2011-09-01 Linus TorvaldsAdd ability to 'save' dives
2011-09-01 Linus TorvaldsAdd some extended dive info fields
2011-09-01 Linus TorvaldsMake the main display saner
2011-09-01 Linus TorvaldsBoiler-plate code for opening/saving a file
2011-08-31 Linus TorvaldsAdd a top 'File' menu
2011-08-31 Linus TorvaldsUse a 'notebook' for Info vs Profile
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 TorvaldsUse a gtk table instead of hbox
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 TorvaldsGet rid of now unused 'show_dive()' function
2011-08-31 Linus TorvaldsSplit up profile frame generation into its own file.
2011-08-31 Linus TorvaldsDraw some kind of profile for the (first) dive
2011-08-31 Linus TorvaldsMake the dive list scrollable (and put it in a vbox)
2011-08-31 Linus TorvaldsShow the dives as a gtk list/tree widget
2011-08-31 Linus TorvaldsCreate a gtk window
next