index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
2011-09-05
Report errors when opening files
Nathan Samson
2011-09-05
Make it possible to load multiple files at once.
Nathan Samson
2011-09-05
Open File works. I refactored the code and introduced a new type. I never use...
Nathan Samson
2011-09-05
Comment typo fix
Nikola Kotur
2011-09-04
Merge hbonse's UI tweaks, but fixing the compile warnings. Also bringing it u...
Nathan Samson
2011-09-04
Some UI beauty patches:
Hylke Bons
2011-09-04
Remove the redundant frames in the notebook. Closes #9
Nathan Samson
2011-09-04
Use a pane so the dive list can be made wider or smaller to the users wishes
Nathan Samson
2011-09-03
Add 'Quit' menu item, and fix invisible "File" on gtk2
Linus Torvalds
2011-09-03
Use the newer GtkUIManager for menu creation.
Nathan Samson
2011-09-03
Add various dive fixups, and show pressure (if any) in the plot
Linus Torvalds
2011-09-02
Do a dive de-dup pass
Linus Torvalds
2011-09-01
Add ability to 'save' dives
Linus Torvalds
2011-08-31
Add some extended dive info fields
Linus Torvalds
2011-08-31
Make the main display saner
Linus Torvalds
2011-08-31
Boiler-plate code for opening/saving a file
Linus Torvalds
2011-08-31
Add a top 'File' menu
Linus Torvalds
2011-08-31
Use a 'notebook' for Info vs Profile
Linus Torvalds
2011-08-31
Add some more dive info - and actually update it
Linus Torvalds
2011-08-31
Add fake 'info' frame contents
Linus Torvalds
2011-08-31
Use a gtk table instead of hbox
Linus Torvalds
2011-08-31
Teach the thing to actually track the currently selected dive
Linus Torvalds
2011-08-31
Split up divelist scroll window generation into its own file
Linus Torvalds
2011-08-31
Get rid of now unused 'show_dive()' function
Linus Torvalds
2011-08-31
Split up profile frame generation into its own file.
Linus Torvalds
2011-08-31
Draw some kind of profile for the (first) dive
Linus Torvalds
2011-08-30
Make the dive list scrollable (and put it in a vbox)
Linus Torvalds
2011-08-30
Show the dives as a gtk list/tree widget
Linus Torvalds
2011-08-30
Create a gtk window
Linus Torvalds
2011-08-30
Start moving some of the non-parsing stuff out of 'parse.c'
Linus Torvalds
[prev]