aboutsummaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
AgeCommit message (Expand)Author
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
2011-10-05Mark the FileChooserButton as UNABLE to select multiple filesGravatar Dirk Hohndel
2011-10-05Add XML file import back and treat open and import differentlyGravatar Dirk Hohndel
2011-10-05For a manual renumber, default to the existing first dive numberGravatar Linus Torvalds
2011-10-05Move 'dive_list_update_dives()' call into 'report_dives()'Gravatar Linus Torvalds
2011-10-04Shorten the tooltip timeoutGravatar Dirk Hohndel
2011-10-04Replace event text with small red triangle and tooltipGravatar Dirk Hohndel
2011-10-04Change plot routine to take a drawing_area as argumentGravatar Dirk Hohndel
2011-10-03Merge branch 'uemis-integration' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-10-03Remove the ability to 'Import' .SDA filesGravatar Dirk Hohndel
2011-10-02Split up generic code to generate a gtk tree view columnGravatar Linus Torvalds
2011-09-27The notebook pages can only be dropped back into the main notebookGravatar Dirk Hohndel
2011-09-27Linus would like to be less on the bleeding edge of Gtk+Gravatar Dirk Hohndel