summaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
AgeCommit message (Expand)Author
2012-08-26Might as well free current_fileGravatar Dirk Hohndel
2012-08-26Do some whitespace cleanupGravatar Linus Torvalds
2012-08-26replaced stdndup() with the inlined equivalentGravatar Lubomir I. Ivanov
2012-08-26Fix broken default filename for save-asGravatar Dirk Hohndel
2012-08-18Fix default size for scrollable notebookGravatar Dirk Hohndel
2012-08-18Make the notebook portion (dive notes/equipment/info) a scrollable windowGravatar Linus Torvalds
2012-08-18Fix uninitialized pointer crash for "Save As"Gravatar Linus Torvalds
2012-08-17Merge branch 'misc-fixes' of git://github.com/DataBeaver/subsurfaceGravatar Linus Torvalds
2012-08-17Add a 'Save As' entry in the menu.Gravatar Pierre-Yves Chibon
2012-08-17Allow to cancel while trying to quit and the data was changed.Gravatar Pierre-Yves Chibon
2012-08-17When the file has been opened rely on it to save.Gravatar Pierre-Yves Chibon
2012-08-17Remove repetitions of "Show" in Preferences dialogGravatar Henrik Brautaset Aronsen
2012-08-16Merge branch 'tree2' of git://git.hohndel.org/subsurfaceGravatar Linus Torvalds
2012-08-15Redo dive editingGravatar Dirk Hohndel
2012-08-14Add exposure protection trackingGravatar Dirk Hohndel
2012-08-07Add total weight column to divelistGravatar Dirk Hohndel
2012-07-31Add a separate "Save as" entry to the menuGravatar Mikko Rasa
2012-07-31Changes to menu iconsGravatar Mikko Rasa
2012-07-31Divide the panes evenly in view_threeGravatar Mikko Rasa
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