[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master updated (caaecd8 -> 12d84c9)
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master updated (caaecd8 -> 12d84c9) |
Date: |
Fri, 27 Jul 2018 17:23:13 -0400 (EDT) |
chicares pushed a change to branch master.
from caaecd8 Fix defect introduced 20180723T1356Z: passkey not updated
new 37e9b0b Update to wxWidgets v3.1.1-319-g9daf5bec98 snapshot
new a86d90a Use more recent wxPdfDocument fixing the text origin bug
new b6b6827 Do call EndPage() in PDF generation code
new 6465704 Restore the use of wxDCClipper in PDF table generation
code
new e821acd Require specifying font sizes when using pdf_writer_wx
new 005b3eb Replace pdf_writer_wx::get_page_height() with
get_total_height()
new 4cfcfe4 Refactor: remove render_page_template() helper function
new a8d5e26 Look for image files referenced in templates under data
directory
new c56a67f Implement and use simple HTML output pagination
new f03ff64 Merge first two notes pages of regular individual
illustrations
new 28e3c42 Remove workarounds for wx 3.1.1 warnings not relevant any
more
new 2bd38fa Use standard <img> tag instead of <scaled_image> in
templates
new 554eb23 Forbid page breaks inside paragraphs in the illustrations
new 271db22 Fix over eager assert in pdf_writer_wx::output_html()
new 12d84c9 Fix regression in font sizes used for the group quotes PDF
Summary of changes:
cover.mst | 2 +-
group_quote_pdf_gen_wx.cpp | 16 ++--
ill_reg_column_headings.mst | 2 +-
ill_reg_header.mst | 2 +-
ill_reg_narr_summary2.mst | 2 +-
install_wx.sh | 2 +-
install_wxpdfdoc.make | 9 ++-
ledger_pdf_generator_wx.cpp | 182 ++++++++++++++++++++++++------------------
nasd_header_upper.mst | 2 +-
pdf_writer_wx.cpp | 169 +++++++++++++++++++++++++++++++--------
pdf_writer_wx.hpp | 30 ++++++-
reg_d_group_header_upper.mst | 2 +-
reg_d_indiv_header.mst | 2 +-
reg_d_indiv_notes1.mst | 32 +++++++-
reg_d_indiv_notes2.mst | 154 ++++++++++++++++++++++++++++++++---
reg_d_indiv_notes3.mst | 186 -------------------------------------------
wx_table_generator.cpp | 13 ++-
17 files changed, 461 insertions(+), 346 deletions(-)
delete mode 100644 reg_d_indiv_notes3.mst
- [lmi-commits] [lmi] master updated (caaecd8 -> 12d84c9),
Greg Chicares <=
- [lmi-commits] [lmi] master 37e9b0b 01/15: Update to wxWidgets v3.1.1-319-g9daf5bec98 snapshot, Greg Chicares, 2018/07/27
- [lmi-commits] [lmi] master 6465704 04/15: Restore the use of wxDCClipper in PDF table generation code, Greg Chicares, 2018/07/27
- [lmi-commits] [lmi] master a8d5e26 08/15: Look for image files referenced in templates under data directory, Greg Chicares, 2018/07/27
- [lmi-commits] [lmi] master 005b3eb 06/15: Replace pdf_writer_wx::get_page_height() with get_total_height(), Greg Chicares, 2018/07/27
- [lmi-commits] [lmi] master 28e3c42 11/15: Remove workarounds for wx 3.1.1 warnings not relevant any more, Greg Chicares, 2018/07/27
- [lmi-commits] [lmi] master b6b6827 03/15: Do call EndPage() in PDF generation code, Greg Chicares, 2018/07/27
- [lmi-commits] [lmi] master a86d90a 02/15: Use more recent wxPdfDocument fixing the text origin bug, Greg Chicares, 2018/07/27
- [lmi-commits] [lmi] master 554eb23 13/15: Forbid page breaks inside paragraphs in the illustrations, Greg Chicares, 2018/07/27
- [lmi-commits] [lmi] master 271db22 14/15: Fix over eager assert in pdf_writer_wx::output_html(), Greg Chicares, 2018/07/27
- [lmi-commits] [lmi] master 12d84c9 15/15: Fix regression in font sizes used for the group quotes PDF, Greg Chicares, 2018/07/27