summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2011-09-05Report errors when opening filesGravatar Nathan Samson
2011-09-05Make it possible to load multiple files at once.Gravatar Nathan Samson
2011-09-05Open File works. I refactored the code and introduced a new type. I never use...Gravatar Nathan Samson
2011-09-05Comment typo fixGravatar Nikola Kotur
2011-09-04Merge hbonse's UI tweaks, but fixing the compile warnings. Also bringing it u...Gravatar Nathan Samson
2011-09-04Some UI beauty patches:Gravatar Hylke Bons
2011-09-04Remove the redundant frames in the notebook. Closes #9Gravatar Nathan Samson
2011-09-04Use a pane so the dive list can be made wider or smaller to the users wishesGravatar Nathan Samson
2011-09-03Add 'Quit' menu item, and fix invisible "File" on gtk2Gravatar Linus Torvalds
2011-09-03Use the newer GtkUIManager for menu creation.Gravatar Nathan Samson
2011-09-03Add various dive fixups, and show pressure (if any) in the plotGravatar Linus Torvalds
2011-09-02Do a dive de-dup passGravatar Linus Torvalds
2011-09-01Add ability to 'save' divesGravatar Linus Torvalds
2011-08-31Add some extended dive info fieldsGravatar Linus Torvalds
2011-08-31Make the main display sanerGravatar Linus Torvalds
2011-08-31Boiler-plate code for opening/saving a fileGravatar Linus Torvalds
2011-08-31Add a top 'File' menuGravatar Linus Torvalds
2011-08-31Use a 'notebook' for Info vs ProfileGravatar Linus Torvalds
2011-08-31Add some more dive info - and actually update itGravatar Linus Torvalds
2011-08-31Add fake 'info' frame contentsGravatar Linus Torvalds
2011-08-31Use a gtk table instead of hboxGravatar Linus Torvalds
2011-08-31Teach the thing to actually track the currently selected diveGravatar Linus Torvalds
2011-08-31Split up divelist scroll window generation into its own fileGravatar Linus Torvalds
2011-08-31Get rid of now unused 'show_dive()' functionGravatar Linus Torvalds
2011-08-31Split up profile frame generation into its own file.Gravatar Linus Torvalds
2011-08-31Draw some kind of profile for the (first) diveGravatar Linus Torvalds
2011-08-30Make the dive list scrollable (and put it in a vbox)Gravatar Linus Torvalds
2011-08-30Show the dives as a gtk list/tree widgetGravatar Linus Torvalds
2011-08-30Create a gtk windowGravatar Linus Torvalds
2011-08-30Start moving some of the non-parsing stuff out of 'parse.c'Gravatar Linus Torvalds