aboutsummaryrefslogtreecommitdiffstats
path: root/divelist.c
AgeCommit message (Expand)Author
2011-09-20Attempt to get the location column to resize in a sensible wayGravatar Dirk Hohndel
2011-09-20Minor tweaks to column headersGravatar Dirk Hohndel
2011-09-19Reinstate the main window titleGravatar Linus Torvalds
2011-09-19Hacky hard-coded font for dive list entriesGravatar Linus Torvalds
2011-09-19Make helper function for creating TreeView columns in the dive listGravatar Linus Torvalds
2011-09-19Add cylinder description to dive listGravatar Linus Torvalds
2011-09-19Turn the rest of the duplicate string fields to use render functionsGravatar Linus Torvalds
2011-09-19Use renderer function for divelist depth field tooGravatar Linus Torvalds
2011-09-19Use a renderer function on the date fieldGravatar Linus Torvalds
2011-09-19Oops, fix typo. EAN, not EADGravatar Linus Torvalds
2011-09-19Update the divelist when dive info changesGravatar Linus Torvalds
2011-09-19Add air usage calculations to dive listGravatar Linus Torvalds
2011-09-19Add location to divelist tooGravatar Linus Torvalds
2011-09-19Clean up divelist generation some moreGravatar Linus Torvalds
2011-09-19Start filling in temperature and nitrox data in dive listGravatar Linus Torvalds
2011-09-19Add temp/nitrox/sac entries to divelistGravatar Linus Torvalds
2011-09-19Make the divelist column naming clearerGravatar Linus Torvalds
2011-09-07Update the dive units without destroyng and rebuilding the dive listGravatar Linus Torvalds
2011-09-07Make divelist honor the length unitsGravatar Linus Torvalds
2011-09-07Add GtkTreeViewColumn information to 'struct DiveList'Gravatar Linus Torvalds
2011-09-05Repaint the dives in dive_list_update_dives() instead of in callersGravatar Linus Torvalds
2011-09-05Open File works. I refactored the code and introduced a new type. I never use...Gravatar Nathan Samson
2011-09-04Zebra-color the divelistGravatar Linus Torvalds
2011-09-04Right align the numbersGravatar Nathan Samson
2011-09-04Generate date string for the dive list dynamicallyGravatar Linus Torvalds
2011-09-04Split the dive list in columns. Columns are sortable now (name = date, depth,...Gravatar Nathan Samson
2011-08-31Use a gtk table instead of hboxGravatar Linus Torvalds
2011-08-31Teach the thing to actually track the currently selected diveGravatar Linus Torvalds
2011-08-31Re-do the tree selection code with a selection callbackGravatar Linus Torvalds
2011-08-31Split up divelist scroll window generation into its own fileGravatar Linus Torvalds