log src/octave-svgconvert.cc @ 33554:6f33e7ee3c3d default tip

age author description
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Tue, 12 Dec 2023 22:38:08 -0800 Rik maint: C++ style check for src/ before 9.1 release. stable
Tue, 09 May 2023 18:25:45 +0200 Markus Mützel octave-svgconvert: Fix parsing of fields.
Thu, 13 Apr 2023 16:17:45 +0200 Markus Mützel build: Check for Qt function QTextStream::setEncoding.
Thu, 13 Apr 2023 13:30:01 +0200 Markus Mützel Use QStreamView if available.
Wed, 12 Apr 2023 17:57:48 +0200 Markus Mützel Replace remaining deprecated QRegExp by QRegularExpression.
Fri, 03 Mar 2023 16:04:18 -0500 John W. Eaton eliminate some clang warnings about defaulted functions being deleted
Fri, 17 Feb 2023 23:27:46 -0500 John W. Eaton default or disable more ctors, dtors, and assignment ops
Thu, 02 Feb 2023 11:41:24 -0500 Arun Giridhar Replace various iterators with range-based loops (bug #63738)
Tue, 31 Jan 2023 20:11:12 +0100 Markus Mützel maint: Merge stable to default.
Tue, 31 Jan 2023 20:06:43 +0100 Markus Mützel print: Add option to merge only subsequent triangles with SVG toolchain (bug #63646). stable
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Tue, 17 Jan 2023 09:42:15 -0500 John W. Eaton assume QPrinter::setPageSize is avaialable
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 07 Dec 2022 14:26:00 +0100 Markus Mützel octave-svgconvert: Include header that defines "stdin". stable
Thu, 01 Sep 2022 22:32:29 +0200 Pantxo Diribarne Hint SVG renderers to not interpolate images (bug #62998)
Mon, 29 Aug 2022 16:36:34 +0200 Pantxo Diribarne svgconvert: Use Lossless encoding of images when available (bug #52193)
Sun, 14 Aug 2022 18:24:07 +0200 Pantxo Diribarne Fix wrong color in PDF printout of some latex strings (bug #62884) stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 26 Nov 2021 17:39:45 -0800 Rik maint: Use same Copyright code block in all files. stable
Thu, 16 Sep 2021 21:51:03 +0200 Markus Mützel Windows: Don't get pointers to C strings while vector is still unstable.
Sat, 17 Apr 2021 12:21:48 +0200 Markus Mützel Windows: Support non-ASCII characters in command line arguments.
Wed, 07 Apr 2021 22:21:36 +0200 Pantxo Diribarne octave-svgconvert: Don't use Qt's SVG module (bug #59546)
Fri, 02 Apr 2021 01:32:39 -0400 John W. Eaton avoid warning about deprecated Qprinter::setPaperSize function
Mon, 22 Mar 2021 21:32:54 +0100 Pantxo Diribarne Initial implementation of a LaTeX interpreter (bug #59546).
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 16 May 2020 15:53:42 +0200 Pantxo Diribarne Produce better looking TeX superscript and subscripts (bug #58376).
Wed, 29 Apr 2020 22:08:43 +0200 Pantxo Diribarne svgconvert: Allow switching fontangle in part of a text string (bug #58274) stable
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Sat, 11 Jan 2020 13:55:55 -0800 Rik maint: Use Octave coding conventions in src/ directory.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Wed, 27 Mar 2019 23:24:40 +0000 John W. Eaton maint: Strip trailing whitespace from source files. stable
Thu, 31 Jan 2019 11:19:34 +0100 Pantxo Diribarne Make sure octave-svgconvert encodes SVG documents in UTF8 (bug #55612) stable
Thu, 24 Jan 2019 19:18:51 +0000 John W. Eaton maint: Strip trailing whitespace from source files. stable
Mon, 12 Nov 2018 01:52:15 +0100 Pantxo Diribarne print.m: Fix localization of the default font file (bug #52193)
Thu, 08 Nov 2018 08:44:39 -0800 Mike Miller octave-svgconvert: delete unused #include <QtMath> (bug #54984)
Fri, 17 Nov 2017 11:03:30 +0100 Pantxo Diribarne Add SVG convertion option for printing to PDF and raster outputs (bug #52193)