Commit Graph

53 Commits (4119c0f2da2c77cc773dfc6e5f7dc0c0485b4cd7)

Author SHA1 Message Date
Geert Janssens 9b12eaf158 Remove some stray references to libglade.
15 years ago
Geert Janssens ea06083f9a Remove no longer used druid-utils (replaced with assistant-utils)
15 years ago
Christian Stimming 3fcdf59adf Re-indentation of source code.
15 years ago
Christian Stimming 042b069d84 Minor code documentation improvement of the export-to-pdf feature.
15 years ago
Christian Stimming 7b08c8f345 Make sure to ask for an export-to-PDF output folder every time.
15 years ago
Christian Stimming c5b86dd183 Add "Export to PDF" menu item for reports.
15 years ago
Christian Stimming f4c07c8278 Remember the printing setting after a Report print job
15 years ago
Geert Janssens 7f40be5302 Fix some static warnings and errors as a result of Eclipse's static code
15 years ago
Mike Evans 4801e50176 Added user settable line width and data point markers to net worth
15 years ago
Mike Evans b3aa466378 Commented line width. This value really should be passed from .scm file
15 years ago
Mike Evans ae188cc4c9 Fix setting of line color for line charts.
15 years ago
Christian Stimming 898f07776d (cppcheck) Fix several memory leaks
15 years ago
Geert Janssens 6f87d66b11 Fix report reload and options change that got broken by the previous
15 years ago
Geert Janssens 4ff38781b4 Force custom url handlers to lowercase to deal with Webkit 1.4's case
15 years ago
J. Alex Aycinena 96d93595f6 Correct memory leaks found with Valgrind.
15 years ago
Christian Stimming 8298177be7 Remove gtkhtml-related sources completely.
15 years ago
Geert Janssens f19e1d0d4c Set a printer job name when printing reports and cheques
15 years ago
John Ralls 8ff535a1af Move gnc_locale functions from src/app-utils/gnc-ui-util to src/core-utils/gnc-locale-utils (new files) and adjust accordingly.
16 years ago
John Ralls 4187f8dc78 Adjust gnc_push_locale and gnc_pop_locale to take a locale category and
16 years ago
Christian Stimming 6dfd0f28f4 Re-indentation of source code.
16 years ago
John Ralls a4d1592788 Bug 611077: Removed warnings, webkit handles jumps to anchors internally
16 years ago
John Ralls a899e3149c Bug 611077: Warn instead of assert about gtk_html_jump_to_anchor not being implemented in webkit. Note, however, that Webkit seems to take care of this on its own, so even the warning may be unnecessary.
16 years ago
Christian Stimming 187da546b6 Re-indentation of source code.
16 years ago
Geert Janssens 78f2c9f275 Properly check for the unavailability of windows webkit.
16 years ago
Phil Longstaff 0685c85204 Set default webkit font from system font.
16 years ago
Phil Longstaff a9d83d7126 Check for webkit_web_view_load_uri() function, and if not available, fall back to webkit_web_view_load_html_string().
16 years ago
Mike Alexander 33798cd3d3 When printing WebKit based reports respect the Page Setup settings.
16 years ago
Phil Longstaff 0a5fc8223d Fix #588816 - Heading Banner Image does not display or print on invoice reports
16 years ago
Derek Atkins b45b80962f Make sure we include glade headers (#613326)
16 years ago
Phil Longstaff e822188f65 The webkit used on win32 has webkit_web_frame_print_full() defined in include files, so we don't need a potentially conflicting extern declaration.
16 years ago
Phil Longstaff 1077f321da If building for WIN32, use webkit_web_frame_print_full() so that a GtkPrintOperation object with the correct units can be used to prevent font size problems (see bug 591177). On other platforms, use webkit_web_frame_print() because some distros seem not to have webkit_web_frame_print_full() (and also don't have the font size problem so on those distros, we don't need to create our own GtkPrintOperation object).
16 years ago
Christian Stimming ce99c42871 Re-indentation of source code, next batch.
16 years ago
Phil Longstaff f084ab3020 Fix bug 591177: Printer font is too small to read with webkit as html renderer.
17 years ago
Geert Janssens 80e38458f8 Bump minimum required versions of gtk+, goffice and gtkhtml
17 years ago
Geert Janssens 3c7c04d699 Bug #610051 - Crash when using GktHtml whenever a report is opened
17 years ago
Christian Stimming a824e611e2 Re-indentation of source code, next batch.
17 years ago
Christian Stimming 5e12c3188b Fix memory leak: Let the pixbuf renderer for goffice plots be unreferenced upon plot destruction.
17 years ago
Christian Stimming 8fea558f9a Bug #602069: Fix build on Solaris for different gmp header locations
17 years ago
Phil Longstaff f8a887df76 Bug 600947 - Gnucash-2.3.7 crashes when doing reports with webkit-1.1.15
17 years ago
Phil Longstaff e73288c91f If webkit chosen as html engine, don't bother looking for gtkhtml.
17 years ago
Phil Longstaff 41950b6070 Fix bug 595015 - compiler warnings for missing printf format specs, gcc 4.2.1
17 years ago
Phil Longstaff 3cb697a9eb Fix bug 594048 - gnucash will not compile with most recent goffice versions
17 years ago
Phil Longstaff b4f040a6ce Use SWIG properly to wrap functions to free strings which need to be freed by the caller.
17 years ago
Phil Longstaff f2612dea85 Fix bug 587891: Memory leak - results of gnc-build-url
17 years ago
Christian Stimming d7a88892f1 Fix more signed vs. unsigned char pointer type conflicts.
17 years ago
Phil Longstaff 8bd0bdd89a Clean up include files and code related to goffice. Includes patch by Johannes Engel.
17 years ago
Phil Longstaff 736f3b5f22 Fix handling of GObjects when deleting a report
17 years ago
Phil Longstaff de12ce04c3 Remove unneeded include file dlfcn.h which causes problems on win32.
17 years ago
Phil Longstaff afa7bcd47c Fix bug 578212 – gnucash needs to be patch to build against goffice >= 0.7.5
17 years ago
Phil Longstaff dcdc943f3a 1) Remove obsolete xxx-backend-file files (now are backend-xml)
17 years ago