]> git.tdb.fi Git - ext/subsurface.git/history - divelist.c
Fix profile and average depth for freedives
[ext/subsurface.git] / divelist.c
2011-09-21 Dirk HohndelSimplistic first attempt to get changes saved when...
2011-09-21 Linus TorvaldsFix up printing some more
2011-09-20 Linus TorvaldsFix divelist sorting
2011-09-20 Dirk HohndelSeparate out the UI from the program logic
2011-09-20 Linus TorvaldsMake the divelist font configurable
2011-09-20 Linus TorvaldsMerge git://github.com/sirowain/subsurface
2011-09-20 Linus TorvaldsMerge branch 'for-linus' of git://github.com/dirkhh...
2011-09-20 Linus TorvaldsMake 'struct DiveList' entirely internal to divelist.c
2011-09-20 Dirk HohndelAttempt to get the location column to resize in a sensi...
2011-09-20 Dirk HohndelMinor tweaks to column headers
2011-09-20 Linus TorvaldsReinstate the main window title
2011-09-20 Linus TorvaldsHacky hard-coded font for dive list entries
2011-09-20 Linus TorvaldsMake helper function for creating TreeView columns...
2011-09-20 Linus TorvaldsAdd cylinder description to dive list
2011-09-20 Linus TorvaldsTurn the rest of the duplicate string fields to use...
2011-09-20 Linus TorvaldsUse renderer function for divelist depth field too
2011-09-20 Linus TorvaldsUse a renderer function on the date field
2011-09-19 Linus TorvaldsOops, fix typo. EAN, not EAD
2011-09-19 Linus TorvaldsUpdate the divelist when dive info changes
2011-09-19 Linus TorvaldsAdd air usage calculations to dive list
2011-09-19 Linus TorvaldsAdd location to divelist too
2011-09-19 Linus TorvaldsClean up divelist generation some more
2011-09-19 Linus TorvaldsStart filling in temperature and nitrox data in dive...
2011-09-19 Linus TorvaldsAdd temp/nitrox/sac entries to divelist
2011-09-19 Linus TorvaldsMake the divelist column naming clearer
2011-09-07 Linus TorvaldsUpdate the dive units without destroyng and rebuilding...
2011-09-07 Linus TorvaldsMake divelist honor the length units
2011-09-07 Linus TorvaldsAdd GtkTreeViewColumn information to 'struct DiveList'
2011-09-06 Linus TorvaldsRepaint the dives in dive_list_update_dives() instead...
2011-09-05 Linus TorvaldsMerge branch 'open-files' of git://github.com/nathansam...
2011-09-05 Nathan SamsonOpen File works. I refactored the code and introduced...
2011-09-04 Linus TorvaldsZebra-color the divelist
2011-09-04 Linus TorvaldsMerge branch 'more-divelist-goodness' of https://github...
2011-09-04 Nathan SamsonRight align the numbers
2011-09-04 Nathan SamsonMerge hbonse's UI tweaks, but fixing the compile warnin...
2011-09-04 Linus TorvaldsGenerate date string for the dive list dynamically
2011-09-04 Linus TorvaldsMerge branch 'ui-improvements' of https://github.com...
2011-09-04 Nathan SamsonSplit the dive list in columns. Columns are sortable...
2011-08-31 Linus TorvaldsUse a gtk table instead of hbox
2011-08-31 Linus TorvaldsTeach the thing to actually track the currently selecte...
2011-08-31 Linus TorvaldsRe-do the tree selection code with a selection callback
2011-08-31 Linus TorvaldsSplit up divelist scroll window generation into its...