summaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
AgeCommit message (Expand)Author
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
2011-09-27Use the correct signal to avoid Gtk-CRITICAL error messageGravatar Dirk Hohndel
2011-09-27Clean up the drag and drop code and allow ripping off the Dive ProfileGravatar Dirk Hohndel
2011-09-27Add drag-n-drop support to be able to re-integrate the dive listGravatar Linus Torvalds
2011-09-27Don't mark the divelist window transientGravatar Linus Torvalds
2011-09-27Merge branch 'otu-tracking-v2' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-09-27Store options in gconfGravatar Dirk Hohndel
2011-09-27Make the dive list start as a plain notebook pageGravatar Linus Torvalds
2011-09-27Add preference option to chose if SAC and/or OTU should be in divelistGravatar Dirk Hohndel
2011-09-26Add the version to the MakefileGravatar Linus Torvalds
2011-09-26Add a GtkEntry to allow editing of the device nameGravatar Linus Torvalds
2011-09-26Add a "Dive Computer" frame around the dive computer choice in importGravatar Linus Torvalds
2011-09-26Add a xml file filter to the file open dialogGravatar Linus Torvalds
2011-09-24Add an 'About' dialogGravatar Linus Torvalds
2011-09-24Use 'gtk_dialog_get_content_area()' instead of accessing dialog directlyGravatar Linus Torvalds
2011-09-22Fix progress bar during libdivecomputer importsGravatar Linus Torvalds
2011-09-21Use the last (or only) filename on command line as default for savingGravatar Dirk Hohndel
2011-09-21Show the "save changes" dialog before the main window is destroyedGravatar Dirk Hohndel
2011-09-21Check for changes at regular 'quit' events as wellGravatar Dirk Hohndel
2011-09-21Catch changes to the info of the current dive when quittingGravatar Dirk Hohndel