]> git.tdb.fi Git - ext/subsurface.git/history - main.c
Boiler-plate code for opening/saving a file
[ext/subsurface.git] / main.c
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
2011-08-31 Linus TorvaldsStart moving some of the non-parsing stuff out of ...