log src/txt-eng-ft.cc @ 14101:ff5588774680 stable ss-3-5-91

age author description
Wed, 07 Dec 2011 04:16:27 -0500 John W. Eaton better fix for fontconfig segfault
Mon, 05 Dec 2011 16:08:13 -0500 John W. Eaton avoid segfault related to fontconfig memory management
Sun, 04 Dec 2011 16:17:45 -0500 John W. Eaton apply singleton_cleanup to a few more classes
Thu, 20 Oct 2011 12:54:32 +0100 Michael Goffioul [MSVC] Prevent duplicate symbol.
Tue, 11 Oct 2011 10:53:24 -0400 John W. Eaton allow warnings about missing glyphs to be disabled
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Mon, 15 Aug 2011 17:35:30 -0400 Vanya Sergeev Native multi-line text alignment.
Mon, 15 Aug 2011 10:24:09 -0400 Ben Abbott allow multi-line string property for text objects using cell arrays or char matrices
Thu, 03 Feb 2011 19:30:13 +0100 Konstantinos Poulios Move axes labels and title positioning to axes::properties
Sun, 30 Jan 2011 12:01:35 -0500 John W. Eaton txt-eng-ft.cc (ft_manager::ft_manager): omit fc_init_done from init list if fontconfig is missing
Sat, 22 Jan 2011 02:34:42 -0500 Pascal Dupuis more constructor initialization fixes
Sat, 22 Jan 2011 02:21:52 -0500 Pascal Dupuis Explicitly disallow copying in some classes.
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Wed, 19 Jan 2011 17:55:56 -0500 John W. Eaton attempt better backward compatibility for Array constructors
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 06 Jan 2011 20:46:03 +0100 Konstantinos Poulios improvements in text-extent calculation
Fri, 23 Apr 2010 15:57:32 -0400 John W. Eaton avoid GCC warnings
Sun, 07 Mar 2010 21:00:07 +0000 Michael Goffioul Implement text extent property
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Wed, 18 Nov 2009 21:02:49 -0500 godfrey Allow more font matches
Sat, 05 Sep 2009 19:02:39 -0400 John W. Eaton txt-eng-ft.cc (ft_manager::do_get_font): remove spurious assignment used for debugging
Fri, 04 Sep 2009 17:47:03 -0400 John W. Eaton avoid crash if default font can't be found
Sun, 28 Jun 2009 23:00:53 +0100 Michael Goffioul Improve error handling in text rendering.
Sun, 28 Jun 2009 08:51:41 +0100 Michael Goffioul Install text engine headers and fix rendering of 90x rotated text.
Fri, 26 Jun 2009 21:12:09 +0100 Michael Goffioul [mq]: graphics_text_engine