aboutsummaryrefslogtreecommitdiffstats
path: root/display.h
AgeCommit message (Expand)Author
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
2011-09-05Open File works. I refactored the code and introduced a new type. I never use...Gravatar Nathan Samson
2011-09-04Remove the redundant frames in the notebook. Closes #9Gravatar Nathan Samson
2011-08-31Make the main display sanerGravatar Linus Torvalds
2011-08-31Start cleaning up dive accessorsGravatar Linus Torvalds
2011-08-31Add some more dive info - and actually update itGravatar Linus Torvalds
2011-08-31Add fake 'info' frame contentsGravatar Linus Torvalds
2011-08-31Add 'repaint_dive()' prototype, and fix dependenciesGravatar Linus Torvalds
2011-08-31Teach the thing to actually track the currently selected diveGravatar Linus Torvalds
2011-08-31Split up divelist scroll window generation into its own fileGravatar Linus Torvalds