summaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
AgeCommit message (Expand)Author
2012-09-17Once again improve existing filename handlingGravatar Dirk Hohndel
2012-09-17Mark divelist unchanged after closing the datafileGravatar Dirk Hohndel
2012-09-17Put creation of the file selector box filter into helper functionGravatar Dirk Hohndel
2012-09-17Reimplement the GtkFileChooserButton for importGravatar Dirk Hohndel
2012-09-17The Open menu entry should open just one fileGravatar Dirk Hohndel
2012-09-17Move Import menu entry back to File menuGravatar Dirk Hohndel
2012-09-17File Open now closes the previous file, firstGravatar Dirk Hohndel
2012-09-17Display current filename in windows titleGravatar Dirk Hohndel
2012-09-13Use glib file and pathname functionsGravatar Dirk Hohndel
2012-09-13Prevent the preferences dialog from getting focus with file selector openGravatar Dirk Hohndel
2012-09-13Fix memory leaks and one potential NULL dereferenceGravatar Dirk Hohndel
2012-09-12various small fixes to the defaultfile modelGravatar Lubomir I. Ivanov
2012-09-12Make sure Subsurface receives Quit / Command-Q callback on MacGravatar Dirk Hohndel
2012-09-11Inline g_list_free_full for better compatibilityGravatar Lubomir I. Ivanov
2012-09-11Use glibio functions for mkdirGravatar Dirk Hohndel
2012-09-10Fix silly folder permission bugGravatar Dirk Hohndel
2012-09-10Implement Close menu option that allows closing the data fileGravatar Dirk Hohndel
2012-09-10Change behavior for the existing filenameGravatar Dirk Hohndel
2012-09-09First cut of adding a default file nameGravatar Dirk Hohndel
2012-09-03Correctly initialize the toggle state of the autogroup menu entryGravatar Dirk Hohndel
2012-09-02Add autogen menu commandGravatar Dirk Hohndel
2012-08-28Merge branch 'freediving-tweaks' of git://github.com/mguentner/subsurfaceGravatar Linus Torvalds
2012-08-28Merge git://git.tdb.fi/ext/subsurfaceGravatar Linus Torvalds
2012-08-27Merge branch 'trips' of git://git.hohndel.org/subsurfaceGravatar Linus Torvalds
2012-08-27First cut of explicit trip trackingGravatar Dirk Hohndel
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-22moved zoomed_plot to display.hGravatar Maximilian Güntner
2012-08-22Merge branch 'master' into freediving-tweaksGravatar Maximilian Güntner
2012-08-22Fix an off-by-one error in buffer allocationGravatar Mikko Rasa
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-06-11added "Zoom" button and improved scalingGravatar Maximilian Güntner