log libinterp/corefcn/ft-text-renderer.cc @ 26376:00f796120a6d stable

age author description
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 14:13:59 +0100 Andreas Weber Fix static analyzer detected V668 issues (bug #55347).
Tue, 01 Jan 2019 08:13:41 -0800 Rik maint: merge stable to default.
Mon, 31 Dec 2018 18:07:09 +0100 Pantxo Diribarne Make sure text bounding box is high enough (bug #55328). stable
Thu, 20 Dec 2018 22:33:11 -0800 Rik maint: Remove deprecated graphics properties.
Thu, 13 Dec 2018 16:11:50 +0100 Pantxo Diribarne Fix regression in multi-line text rendering (bug #55218)
Fri, 23 Nov 2018 11:18:53 +0100 Pantxo Diribarne Improve text extent calculation when using freetype text renderer (bug #55075)
Fri, 30 Nov 2018 20:29:28 +0100 Markus Mützel Silence compiler warning about incorrect format specifier (bug #55046).
Tue, 12 Jun 2018 13:03:04 -0400 John W. Eaton solve installation info initialization problem differently
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Fri, 08 Jun 2018 13:42:34 -0400 John W. Eaton move some static configuration variables inside a class
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Sat, 02 Jun 2018 14:17:49 +0200 Markus Mützel Re-organize to avoid code duplication (bug #54083).
Sat, 02 Jun 2018 12:07:56 +0200 Markus Mützel Add support for "tab" character in strings in plots (bug #54035).
Sun, 06 May 2018 21:03:51 +0200 Markus Mützel Convert strings to UTF-32 for FreeType (bug #53646).
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 16 Mar 2018 16:59:40 -0700 Mike Miller configure: new option --with-system-freefont to use system fonts (bug #53348) stable
Fri, 16 Mar 2018 15:28:34 -0700 Mike Miller include a proper definition of Octave's private font fallback directory stable
Sat, 10 Feb 2018 07:58:25 -0500 John W. Eaton avoid splitting namespace blocks unnecessarily
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 21 Dec 2017 12:34:51 -0500 John W. Eaton maint: Indent pragmas as other preprocessor directives.
Tue, 03 Oct 2017 11:11:21 +0200 Pantxo Diribarne Provide default font files and use them (bug #52150)
Tue, 11 Oct 2016 15:20:35 +0200 Pantxo Diribarne improve text rendering in svg printout (bug #48567)
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Tue, 02 May 2017 16:01:14 -0700 Rik maint: Add '#include "XXX.h"' to XXX.cc files.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.