summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2012-08-26Do some whitespace cleanupGravatar Linus Torvalds
2012-08-15Redo dive editingGravatar Dirk Hohndel
2012-05-02Don't close config file when changing preferencesGravatar Linus Torvalds
2012-01-26Split up file reading from 'parse-xml.c' into 'file.c'Gravatar Linus Torvalds
2012-01-05Avoiding some potentially confusing name space clashesGravatar Dirk Hohndel
2011-11-19Make double-clicking on the dive list bring up the dive editorGravatar Linus Torvalds
2011-11-02Merge branch 'add-info-stats-page' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-11-02Add Info & Stats page to the notebookGravatar Dirk Hohndel
2011-11-01Fix 'init_ui()' so that it can change argc/argvGravatar Linus Torvalds
2011-10-31Ignore process serial number argument when run as native MacOSX appGravatar Henrik Brautaset Aronsen
2011-10-27Don't use gconf on WindowsGravatar Dirk Hohndel
2011-10-23Show dive number in dive listGravatar Dirk Hohndel
2011-10-05Fix import trackingGravatar Dirk Hohndel
2011-10-05Add XML file import back and treat open and import differentlyGravatar Dirk Hohndel
2011-10-05Add an '--import' command line optionGravatar Dirk Hohndel
2011-10-05Mark divelist changed when renumbering or adding divesGravatar Dirk Hohndel
2011-10-05Automatically renumber new dives when they are "obvious".Gravatar Linus Torvalds
2011-10-05Move 'dive_list_update_dives()' call into 'report_dives()'Gravatar Linus Torvalds
2011-09-27Add preference option to chose if SAC and/or OTU should be in divelistGravatar Dirk Hohndel
2011-09-21September comes before OctoberGravatar Tero Roponen
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-20Make the divelist font configurableGravatar Linus Torvalds
2011-09-20Merge git://github.com/sirowain/subsurfaceGravatar Linus Torvalds
2011-09-20Make 'struct DiveList' entirely internal to divelist.cGravatar Linus Torvalds
2011-09-20Make a separate "Log" menuGravatar Linus Torvalds
2011-09-20Provide an icon for subsurface.Gravatar Riccardo Albertini
2011-09-19Switch the dive list and dive profile panes aroundGravatar Linus Torvalds
2011-09-19Update the divelist when dive info changesGravatar Linus Torvalds
2011-09-19Make the pane split be vertical rather than horizontalGravatar Linus Torvalds
2011-09-19Remove dive info frameGravatar Linus Torvalds
2011-09-15Rename the project 'subsurface'Gravatar Linus Torvalds
2011-09-14Flush any pending changes at notebook 'switch-page' timeGravatar Linus Torvalds
2011-09-13Add the capability to print a dive profileGravatar Linus Torvalds
2011-09-12Libdivecomputer: start actually importing the dive dataGravatar Linus Torvalds
2011-09-12Make 'report_error()' usable from outside of main.cGravatar Linus Torvalds
2011-09-12Start some very initial libdivecomputer integrationGravatar Linus Torvalds
2011-09-11Add a 'Renumber' menu choiceGravatar Linus Torvalds
2011-09-11Oops. Fix 'buffered dive' informationGravatar Linus Torvalds
2011-09-11Be more careful about unit changesGravatar Linus Torvalds
2011-09-09Rename 'cylinder.c' as 'equipment.c'Gravatar Linus Torvalds
2011-09-09Add a notebook for cylinder informationGravatar Linus Torvalds
2011-09-08Save default units using GConfGravatar 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-07Add radio buttons for temperature and volumeGravatar Linus Torvalds
2011-09-06Make a 'units' dialog windowGravatar Linus Torvalds
2011-09-06Start doing gas management using output unitsGravatar Linus Torvalds
2011-09-06Start "output unit management" supportGravatar Linus Torvalds
2011-09-05Repaint the dives in dive_list_update_dives() instead of in callersGravatar Linus Torvalds
2011-09-05Update dive info and profile after loading filesGravatar Linus Torvalds