log libinterp/corefcn/ft-text-renderer.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Sun, 05 Sep 2021 20:01:16 -0700 Rik maint: use "m_" prefix for member variables in file ft-text-renderer.cc.
Wed, 25 Aug 2021 11:25:41 -0700 Rik maint: use "m_" prefix for member variables of text_renderer objects.
Sun, 16 May 2021 19:11:15 +0200 Pantxo Diribarne Add substitution font to SVG font stack if necessary
Sun, 16 May 2021 14:38:11 +0200 Pantxo Diribarne ft-text-renderer.cc: Use m_ prefix for class data members
Sun, 16 May 2021 13:17:20 +0200 Pantxo Diribarne Allow for automatic font substitution in graphics text rendering
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Wed, 07 Apr 2021 21:03:58 +0200 Markus Mützel ft-text-renderer.cc: Revert accidentally committed hunk from hg id ee66869c30d6.
Mon, 05 Apr 2021 10:48:18 +0200 Markus Mützel Fix loading fonts from path with non-ASCII characters on Windows.
Mon, 22 Mar 2021 21:32:54 +0100 Pantxo Diribarne Initial implementation of a LaTeX interpreter (bug #59546).
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Wed, 30 Sep 2020 03:17:52 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Tue, 16 Jun 2020 10:12:00 -0400 John W. Eaton * ft-text-renderer.cc: Allow build to succeed if HAVE_FONTCONFIG is undefined. stable
Sat, 16 May 2020 15:53:42 +0200 Pantxo Diribarne Produce better looking TeX superscript and subscripts (bug #58376).
Sat, 11 Apr 2020 15:57:36 +0200 Pantxo Diribarne Correctly cache fonts in ft_manager (bug #58150) stable
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
Wed, 30 Oct 2019 00:24:23 +0100 Pantxo Diribarne New function uisetfont (bug #57130).
Wed, 05 Jun 2019 13:04:24 +0000 John W. Eaton maint: Merge stable to default.
Tue, 04 Jun 2019 00:26:12 +0200 Pantxo Diribarne Use replacement characters to display non UTF-8 strings in figures (bug #55974) stable
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Wed, 27 Mar 2019 23:32:07 +0000 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 05 Mar 2019 13:51:16 +0100 Pantxo Diribarne Implement axes and text "fontsmoothing" property (bug #55833).