]> git.tdb.fi Git - ext/subsurface.git/history - main.c
Some UI beauty patches:
[ext/subsurface.git] / main.c
2011-09-04 Hylke BonsSome UI beauty patches:
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
2011-08-31 Linus TorvaldsStart moving some of the non-parsing stuff out of ...