From 4f01392de56f44e33a7e0989a340cced73147a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 25 Oct 2021 15:54:24 +0200 Subject: Add basic print functionality Sadly, the line width depends on the widget's DPI, which seems to even cause uneven lines on Windows, where virtual printers claim high DPI. It might also be an unrelated problem. Similarly, selected objects are exported highlighted. Other than that, it works quite well. Add a manifest to make the print dialog look nice with the older GTK+ bundle we depend upon. The RC file could theoretically be scanned for /\s+"([^"]+)"\s*$/, unescaped, and the results configure_file()-stamped. --- share/gui/window-main.ui | 4 +--- share/logdiag.manifest | 11 +++++++++++ share/logdiag.rc | 2 ++ 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 share/logdiag.manifest (limited to 'share') diff --git a/share/gui/window-main.ui b/share/gui/window-main.ui index 8209cd4..f826698 100644 --- a/share/gui/window-main.ui +++ b/share/gui/window-main.ui @@ -6,10 +6,8 @@ - diff --git a/share/logdiag.manifest b/share/logdiag.manifest new file mode 100644 index 0000000..ace298f --- /dev/null +++ b/share/logdiag.manifest @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/share/logdiag.rc b/share/logdiag.rc index 30684e2..cff1571 100644 --- a/share/logdiag.rc +++ b/share/logdiag.rc @@ -1 +1,3 @@ +#include LD_ICON ICON "logdiag.ico" +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "logdiag.manifest" -- cgit v1.2.3