Age | Commit message (Expand) | Author |
2013-03-03 | Try to capture some more potential buffer overflows caused by localization | Dirk Hohndel |
2013-02-23 | Print.c : fixes problem with line height in print_tanks | Salvador Cuñat |
2013-02-17 | Print: better name and layout for custom widget | Dirk Hohndel |
2013-02-17 | Print: implement dynamic pagination of the table layout | Dirk Hohndel |
2013-02-16 | Print: better calculation of the row height in table print | Dirk Hohndel |
2013-02-16 | Redo the print table layout | Dirk Hohndel |
2013-02-15 | Modify table print for using pango_layout_get_extents() | Salvador Cuñat |
2013-02-11 | print.c: Attempt a gettext() fix when printing translated "Gas Used" | Lubomir I. Ivanov |
2013-02-11 | print.c: Fix more buffer lengths | Lubomir I. Ivanov |
2013-02-10 | [PATCH] Print.c: Modify for using pango_layout_get_extents | Salvador Cuñat |
2013-02-09 | The print header should read Duration | Miika Turkia |
2013-02-09 | Move duration to dive structure and replace accessor function | Dirk Hohndel |
2013-02-08 | Add maxdepth back to the dive structure | Dirk Hohndel |
2013-02-07 | print.c: show_dive_header() Reserve more space for strings | Lubomir I. Ivanov |
2013-02-04 | Get printing parameters in the begining | Salvador Cuñat |
2013-02-03 | Merge branch 'po-files' | Dirk Hohndel |
2013-02-03 | Distinguish the two uses of "Gas Used" for translation purposes | Dirk Hohndel |
2013-02-03 | Fix print displacement on SAC, CNS and OTUs | Salvador Cuñat |
2013-02-01 | print: Use logical text extents to layout text in weight system box | Carl Worth |
2013-02-01 | print: Use cairo_save/cairo_restore to manage temporary cairo changes | Carl Worth |
2013-01-30 | Massive cleanup | Dirk Hohndel |
2013-01-28 | Make subsurface compile with -DGSEAL_ENABLE | Linus Torvalds |
2013-01-23 | Move more dive computer filled data to the divecomputer structure | Linus Torvalds |
2013-01-15 | Clean up null pointer printout in weightsystem description | Salvador Cuñat |
2013-01-07 | Fix cylinder printout information | Salvador Cuñat |
2013-01-03 | Fix cylinder printout information | Linus Torvalds |
2013-01-03 | Fix cylinder printout information | Linus Torvalds |
2013-01-02 | Limit to 4 the number of cylinders shown in the data frame | Salvador Cuñat |
2012-12-10 | Move global variables covered by Preferences into one structure | Dirk Hohndel |
2012-12-09 | Add tank data to the print. | Salvador Cuñat |
2012-12-09 | Separate show_dive_text() in two diferent functions. | Salvador Cuñat |
2012-11-20 | Improving table print output. | Salvador Cuñat |
2012-11-11 | Create tool-tip with depth/pressure for the whole profile area | Linus Torvalds |
2012-11-11 | Draw a thin frame around dive prints | Salvador Cuñat |
2012-11-11 | Add another print option, 1 dive per sheet. | boret |
2012-10-17 | Handle dates and a "calculated plural" in translations | Dirk Hohndel |
2012-10-11 | Conversion to gettext to allow localization | Dirk Hohndel |
2012-09-19 | Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t' | Linus Torvalds |
2012-09-11 | Use GTK_UNIT_INCH when printing to provide consistency across OS | Lubomir I. Ivanov |
2012-09-03 | Add the 'Print only selection' checkbox in the print options | Pierre-Yves Chibon |
2012-08-30 | Add support for printing only the selected dives | Linus Torvalds |
2012-08-30 | Remove the pretty-print without dive profile option. | Pierre-Yves Chibon |
2012-08-29 | Have a nice table formating with choosing the 'Table print' option. | Pierre-Yves Chibon |
2012-08-29 | Invert the print 'dive profile' option. | Pierre-Yves Chibon |
2012-08-29 | Deactivate 'Show profiles' if 'table print' is checked. | Pierre-Yves Chibon |
2012-08-28 | Work on the printing of the dives, first attempt to print as table. | Pierre-Yves Chibon |
2012-08-27 | make the font size the same when printing on win32/linux | Lubomir I. Ivanov |
2012-08-27 | Start re-working the print UI to allow printing tables with no profiles. | Pierre-Yves Chibon |
2012-08-20 | Add a "Dive details" widget to the print dialog | Linus Torvalds |
2011-10-04 | Change plot routine to take a drawing_area as argument | Dirk Hohndel |