]> git.tdb.fi Git - ext/subsurface.git/history - main.c
Start "output unit management" support
[ext/subsurface.git] / main.c
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
2011-08-31 Linus TorvaldsStart moving some of the non-parsing stuff out of ...