]> git.tdb.fi Git - ext/subsurface.git/history - gtk-gui.c
Fix profile and average depth for freedives
[ext/subsurface.git] / gtk-gui.c
2011-10-05 Dirk HohndelMark the FileChooserButton as UNABLE to select multiple...
2011-10-05 Dirk HohndelAdd XML file import back and treat open and import...
2011-10-05 Linus TorvaldsFor a manual renumber, default to the existing first...
2011-10-05 Linus TorvaldsMove 'dive_list_update_dives()' call into 'report_dives()'
2011-10-04 Dirk HohndelShorten the tooltip timeout
2011-10-04 Dirk HohndelReplace event text with small red triangle and tooltip
2011-10-04 Dirk HohndelChange plot routine to take a drawing_area as argument
2011-10-03 Linus TorvaldsMerge branch 'uemis-integration' of git://github.com...
2011-10-03 Linus TorvaldsMerge branch 'uemis-integration' of git://github.com...
2011-10-03 Dirk HohndelRemove the ability to 'Import' .SDA files
2011-10-02 Linus TorvaldsSplit up generic code to generate a gtk tree view column
2011-09-28 Linus TorvaldsMerge branch 'ui' of git://github.com/dirkhh/subsurface
2011-09-28 Dirk HohndelThe notebook pages can only be dropped back into the...
2011-09-28 Dirk HohndelLinus would like to be less on the bleeding edge of...
2011-09-28 Dirk HohndelUse the correct signal to avoid Gtk-CRITICAL error...
2011-09-27 Dirk HohndelClean up the drag and drop code and allow ripping off...
2011-09-27 Linus TorvaldsAdd drag-n-drop support to be able to re-integrate...
2011-09-27 Linus TorvaldsDon't mark the divelist window transient
2011-09-27 Linus TorvaldsMerge branch 'otu-tracking-v2' of git://github.com...
2011-09-27 Dirk HohndelStore options in gconf
2011-09-27 Linus TorvaldsMerge branch 'otu-tracking-v2' of git://github.com...
2011-09-27 Linus TorvaldsMake the dive list start as a plain notebook page
2011-09-27 Dirk HohndelAdd preference option to chose if SAC and/or OTU should...
2011-09-26 Linus TorvaldsAdd the version to the Makefile
2011-09-26 Linus TorvaldsAdd a GtkEntry to allow editing of the device name
2011-09-26 Linus TorvaldsAdd a "Dive Computer" frame around the dive computer...
2011-09-26 Linus TorvaldsAdd a xml file filter to the file open dialog
2011-09-24 Linus TorvaldsAdd an 'About' dialog
2011-09-24 Linus TorvaldsUse 'gtk_dialog_get_content_area()' instead of accessin...
2011-09-22 Linus TorvaldsFix progress bar during libdivecomputer imports
2011-09-21 Linus TorvaldsMerge branch 'quit-handling' of git://github.com/dirkhh...
2011-09-21 Dirk HohndelUse the last (or only) filename on command line as...
2011-09-21 Dirk HohndelShow the "save changes" dialog before the main window...
2011-09-21 Dirk HohndelCheck for changes at regular 'quit' events as well
2011-09-21 Dirk HohndelCatch changes to the info of the current dive when...
2011-09-21 Dirk HohndelSimplistic first attempt to get changes saved when...
2011-09-20 Linus TorvaldsFix preferences dialog
2011-09-20 Dirk HohndelSeparate out the UI from the program logic