aboutsummaryrefslogtreecommitdiffstats
path: root/display.h
AgeCommit message (Expand)Author
2014-03-31Show EAD/END only for trimix/nitrox dives respectivelyGravatar Robert C. Helling
2014-03-17Be more careful about dive computer selectionGravatar Linus Torvalds
2014-03-07Remove a Lot of Dead Code.Gravatar Tomaz Canabrava
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-27Store zoomed plot in preferencesGravatar Tomaz Canabrava
2014-02-23Calculate minimum and maximum heartrateGravatar Dirk Hohndel
2014-02-11Put include guard to every headerGravatar Boris Barbulovski
2014-02-10Use 'struct membuffer' for profile info string generationGravatar Linus Torvalds
2013-10-07Remove even more code and declarationsGravatar Dirk Hohndel
2013-09-16implement device probe in CGravatar Danilo Cesar Lemes de Paula
2013-05-10Implement the get_screen_dpi functionGravatar Dirk Hohndel
2013-05-08Stop passing around gc and piGravatar Dirk Hohndel
2013-05-06Avoid redefinition of typedef ‘bool’Gravatar Henrik Brautaset Aronsen
2013-05-04Moved the plot from the cairo version to the Qt versionGravatar Tomaz Canabrava
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
2013-04-14Separate Gtk related code from core logic: infoGravatar Dirk Hohndel
2013-04-01Have some C++ file in the projectGravatar Alberto Mardegan
2013-03-19Add user definible options to the print menu - slider versionGravatar Salvador Cuñat
2013-03-18Manually remove events in the profile context menuGravatar Dirk Hohndel
2013-03-17First step towards a context menu in the profile viewGravatar Dirk Hohndel
2013-03-13Hook up color printing with print dialog.Gravatar Amit Chaudhuri
2013-02-09Show the actice divecomputer's data in the Info notebookGravatar Dirk Hohndel
2013-02-07Use GDK methods to retrieve the actual screen DPIGravatar Lubomir I. Ivanov
2013-02-04Get printing parameters in the beginingGravatar Salvador Cuñat
2012-12-17Add a "View next dive computer" menu itemGravatar Linus Torvalds
2012-12-11Merge branch 'cns' into cns-mergeGravatar Dirk Hohndel
2012-12-11Calculate dive maxima/minima independent of dive computerGravatar Linus Torvalds
2012-12-09Don't print partial pressure values in the profileGravatar Dirk Hohndel
2012-12-07Move 'plot_info' into 'struct graphics_context'Gravatar Linus Torvalds
2012-11-11Create tool-tip with depth/pressure for the whole profile areaGravatar Linus Torvalds
2012-11-11Add another print option, 1 dive per sheet.Gravatar boret
2012-09-11Use GTK_UNIT_INCH when printing to provide consistency across OSGravatar Lubomir I. Ivanov
2012-08-30Add support for printing only the selected divesGravatar Linus Torvalds
2012-08-30Remove the pretty-print without dive profile option.Gravatar Pierre-Yves Chibon
2012-08-29Invert the print 'dive profile' option.Gravatar Pierre-Yves Chibon
2012-08-28Merge branch 'freediving-tweaks' of git://github.com/mguentner/subsurfaceGravatar Linus Torvalds
2012-08-28Work on the printing of the dives, first attempt to print as table.Gravatar Pierre-Yves Chibon
2012-08-22moved zoomed_plot to display.hGravatar Maximilian Güntner
2011-11-28Define all colors in one placeGravatar Henrik Brautaset Aronsen
2011-10-04Replace event text with small red triangle and tooltipGravatar Dirk Hohndel
2011-10-04Change plot routine to take a drawing_area as argumentGravatar Dirk Hohndel
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-20Make the divelist font configurableGravatar Linus Torvalds
2011-09-13Make the printout look differentGravatar Linus Torvalds
2011-09-13Add the capability to print a dive profileGravatar Linus Torvalds
2011-09-12Make 'report_error()' usable from outside of main.cGravatar Linus Torvalds
2011-09-12Start some very initial libdivecomputer integrationGravatar Linus Torvalds
2011-09-09First (broken) try at actually tracking cylinder typesGravatar Linus Torvalds
2011-09-09Rename 'cylinder.c' as 'equipment.c'Gravatar Linus Torvalds
2011-09-09Add a notebook for cylinder informationGravatar Linus Torvalds