aboutsummaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
AgeCommit message (Expand)Author
2012-06-27Make it possible to do "Add Dive" from just the main dive menuGravatar Linus Torvalds
2012-06-22Update to new sane libdivecomputer interfacesGravatar Linus Torvalds
2012-05-29Save dive computer device name.Gravatar Terrance Stanfield
2012-05-02Show dive import text updates in the progress barGravatar Linus Torvalds
2012-05-02Change the Dive computer import button from "Ok" to "Retry" on errorGravatar Linus Torvalds
2012-05-02Move the "Import" function from the File menu to the Log menuGravatar Linus Torvalds
2012-05-02Show dive import error messages in the import dialogGravatar Linus Torvalds
2012-05-02Remember the default dive computer settingGravatar Linus Torvalds
2012-05-02Don't close config file when changing preferencesGravatar Linus Torvalds
2012-03-23Merge branch 'weight' of git://subsurface.hohndel.org/subsurfaceGravatar Linus Torvalds
2012-03-24Add weight system trackingGravatar Dirk Hohndel
2012-03-16Show statistics of selected divesGravatar Miika Turkia
2012-01-26Split up file reading from 'parse-xml.c' into 'file.c'Gravatar Linus Torvalds
2012-01-15Create separate single dive and total stats pagesGravatar Dirk Hohndel
2012-01-05Avoiding some potentially confusing name space clashesGravatar Dirk Hohndel
2012-01-03Even more Mac-i-nessGravatar Dirk Hohndel
2012-01-03Adding the right header file for R_OK on WindowsGravatar Dirk Hohndel
2012-01-02Only set the window icon if the icon file existsGravatar Dirk Hohndel
2012-01-02Correctly free the GSList in file_openGravatar Dirk Hohndel
2012-01-01Turn subsurface into a real Mac applicationGravatar Dirk Hohndel
2011-12-28Make icon file name OS helper functionGravatar Dirk Hohndel
2011-12-14Return is not a functionGravatar Dirk Hohndel
2011-12-13Add reasonable default device names for divecomputer importGravatar Dirk Hohndel
2011-12-13More intuitive label for "not saving" when exitingGravatar Dirk Hohndel
2011-12-11Make the cylinder table columns unsortableGravatar Linus Torvalds
2011-12-07Make view action shortcuts be ctrl-[1-4] instead of Fn keysGravatar Linus Torvalds
2011-12-06Add shorthand actions for showing just one of the panesGravatar Linus Torvalds
2011-11-28Define all colors in one placeGravatar Henrik Brautaset Aronsen
2011-11-25Remove stale notebook drag-and-drop supportGravatar Linus Torvalds
2011-11-24Split reading/writing preferences into OS specific filesGravatar Dirk Hohndel
2011-11-22Preference handling on MacGravatar Dirk Hohndel
2011-11-19Experimental hard-coded three-pane layoutGravatar Linus Torvalds
2011-11-02Fix drag and drop errorGravatar Dirk Hohndel
2011-11-02Merge branch 'add-info-stats-page' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-11-02Add Info & Stats page to the notebookGravatar Dirk Hohndel
2011-11-01Fix 'init_ui()' so that it can change argc/argvGravatar Linus Torvalds
2011-10-31Using RegQueryValueEx instead of RegGetValueGravatar Lubomir I. Ivanov
2011-10-29Get icons working correctly under WindowsGravatar Dirk Hohndel
2011-10-28Use Registry on Windows to store preferencesGravatar Dirk Hohndel
2011-10-27Don't use gconf on WindowsGravatar Dirk Hohndel
2011-10-25Rearrange the event filter dialogGravatar Dirk Hohndel
2011-10-25Add menu item and dialog to select which events to displayGravatar Dirk Hohndel
2011-10-23Fix oversight in preference implementationGravatar Dirk Hohndel
2011-10-23Make columns for temperature, cylinder, and nitrox optionalGravatar Dirk Hohndel
2011-10-21Fix "Keep window size for new notebook pages" to not set minimum sizeGravatar Dirk Hohndel
2011-10-21Make the first filename on the command line the default filenameGravatar Dirk Hohndel
2011-10-20Keep window size for new notebook pagesGravatar Dirk Hohndel
2011-10-11Have "make install" act more as expected for a desktop applicationGravatar Dirk Hohndel
2011-10-06Remove some useless casts from and to void pointersGravatar Julian Andres Klode
2011-10-05Make FileChooserButton end import dialogGravatar Dirk Hohndel