aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
AgeCommit message (Expand)Author
2013-10-14Only calculate decompression if the user turned the preference onGravatar Dirk Hohndel
2013-10-11Remove some arguments, that we find in plot_dataGravatar Anton Lundin
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-09Disable unused functionGravatar Dirk Hohndel
2013-10-07Remove even more code and declarationsGravatar Dirk Hohndel
2013-10-06Make Windows cross compile againGravatar Dirk Hohndel
2013-10-06Remove lots of ifdef'ed out code from GTK/glib versionGravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-04Added configuration options for vertical speed units.Gravatar Patrick Valsecchi
2013-10-03Fix unitialized variable useGravatar Patrick Valsecchi
2013-10-01Ascending/descending speeds are usually expressed in x/minGravatar Patrick Valsecchi
2013-09-27Added a ruler which can be dragged along the profileGravatar Maximilian Güntner
2013-09-23Remove o2/he from plot_data and fix gas plot textGravatar Anton Lundin
2013-09-18Show sample time in the mouseover.Gravatar Anton Lundin
2013-09-18Only calculate with he when he is present in eventGravatar Anton Lundin
2013-07-05Calculate deco stops, TTS and NDLGravatar Anton Lundin
2013-06-21Round up times instead of downGravatar Anton Lundin
2013-06-21Use the gasmix straight offGravatar Anton Lundin
2013-05-31Show the gas with the pressure diagramGravatar Dirk Hohndel
2013-05-31Show ceilings for individual tissuesGravatar Robert Helling
2013-05-17Merge branch 'Qt'Gravatar Dirk Hohndel
2013-05-16Correctly set the unselected dive.Gravatar Tomaz Canabrava
2013-05-16Initialize / reset selected_dive to -1Gravatar Dirk Hohndel
2013-05-10Tweaks to maintabGravatar Amit Chaudhuri
2013-05-09Removed unused code that I'm sure it's safe to delete.Gravatar Tomaz Canabrava
2013-05-09Plot the vertical ruler on the left of the profile.Gravatar Tomaz Canabrava
2013-05-09Plotting deco text.Gravatar Tomaz Canabrava
2013-05-09Plotting cylinder pressure text.Gravatar Tomaz Canabrava
2013-05-09Plotting depth text.Gravatar Tomaz Canabrava
2013-05-09Plotting temperature text.Gravatar Tomaz Canabrava
2013-05-09Plot of the Cylinder Pressure over time.Gravatar Tomaz Canabrava
2013-05-08Stop passing around gc and piGravatar Dirk Hohndel
2013-05-08Plot the temperature GraphGravatar Tomaz Canabrava
2013-05-06Plotting the Events doneGravatar Tomaz Canabrava
2013-05-06Port the plot text method to Qt, also test it by actually plotting somethingGravatar Tomaz Canabrava
2013-05-04Plot of the Mean DephGravatar Tomaz Canabrava
2013-05-04Start plotting something.Gravatar Tomaz Canabrava
2013-05-04Moved the plot from the cairo version to the Qt versionGravatar Tomaz Canabrava
2013-05-04Converted the Colors.h code to QtGravatar Tomaz Canabrava
2013-05-03Fix compiler warningsGravatar Dirk Hohndel
2013-05-03Matching build fixes for cross built WindowsGravatar Dirk Hohndel
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
2013-03-28Fix cylinder pressure interpolationGravatar Linus Torvalds
2013-03-28Use the new get_o2()/get_he() helper functions more widelyGravatar Linus Torvalds
2013-03-28Fix get_cylinder_index() gasmix comparisonsGravatar Linus Torvalds
2013-03-28When merging dives, match up the cylinders to each other using gasmixGravatar Linus Torvalds
2013-03-26B/W Print: Make sure that all colors are monochromeGravatar Lubomir I. Ivanov
2013-03-26Color print: Show SAC lines in a color different from whiteGravatar Lubomir I. Ivanov
2013-03-25Add macros for text sizesGravatar Dirk Hohndel