summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-09-20Convert FIND_TRIP into functionGravatar Dirk Hohndel
2012-09-19Partial rewrite of the dive trip codeGravatar Dirk Hohndel
2012-09-19Check if trip is NULL before calling DIVE_TRIPGravatar Lubomir I. Ivanov
2012-09-18Fix some of the problems reported by cppcheckGravatar Dirk Hohndel
2012-09-18When deleting dives make sure that amount_selected stays consistentGravatar Dirk Hohndel
2012-09-18Proper placement for the file menu separator lines in MacOSXGravatar Henrik Brautaset Aronsen
2012-09-18Prevent dive_from_path from dereferencing invalid iterGravatar Dirk Hohndel
2012-09-18Call xmlCleanupParser only once - when we are done with libxmlGravatar Lubomir I. Ivanov
2012-09-18Cosmetic changes to the NSIS installer scriptGravatar Ivan Habunek
2012-09-18Fixed permissions in NSIS installerGravatar Ivan Habunek
2012-09-18Fixed a couple of memleaks in gtk-gui.c and info.cGravatar Lubomir I. Ivanov
2012-09-18Added an entry "New" in the "File" menuGravatar Lubomir I. Ivanov
2012-09-18Fix crash when simply clicking OK in import dialogGravatar Dirk Hohndel
2012-09-18Generalized the "Import" dialog titleGravatar Lubomir I. Ivanov
2012-09-18Moved "Import" in a separate section in the "File" menuGravatar Lubomir I. Ivanov
2012-09-17Merge branch 'defaultfile'Gravatar Dirk Hohndel
2012-09-17Make sure dive info is displayed correctly at startGravatar Dirk Hohndel
2012-09-17Simplify code in file_open as we now only open one fileGravatar Dirk Hohndel
2012-09-17Don't close existing data file in file_open if user cancelsGravatar Dirk Hohndel
2012-09-17Once again improve existing filename handlingGravatar Dirk Hohndel
2012-09-17Fix potential crash when importing divesGravatar Dirk Hohndel
2012-09-17Correctly deal with empty XML filesGravatar Dirk Hohndel
2012-09-17Show the datafile name even with no divesGravatar 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-15Don't show an error if we can't load the default fileGravatar Dirk Hohndel
2012-09-14Changing Miika's code to avoid global iterGravatar Dirk Hohndel
2012-09-14Improving the yearly statistics codeGravatar Miika Turkia
2012-09-13Make sure all parts of the edit dialogs are using current_dive / edit_diveGravatar Dirk Hohndel
2012-09-13make clean should remove subsurface.exe as wellGravatar Dirk Hohndel
2012-09-13Mark divelist changed when modifying tripsGravatar 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-13Minor improvements to the NSIS installer scriptGravatar Ivan Habunek
2012-09-13Minor fix for the NSIS installer scriptGravatar Ivan Habunek
2012-09-13Added version info to NSI installer script.Gravatar Ivan Habunek
2012-09-13Created a modern windows installer scriptGravatar Ivan Habunek
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-11Fix memory handling error on MacOSGravatar Dirk Hohndel
2012-09-11Fix a long standing bug when editing divesGravatar 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-11Better compatibility with older GTK and CairoGravatar Lubomir I. Ivanov