History log of /trunk/main/vcl/ (Results 126 - 150 of 523)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
30928f5415-Oct-2016 pfg

CFF: raise FDArray count limit to 256.

Per spec, the maximum for FDArray elements is 256, something that is not
common but some people like to test the limits [1].

Thanks to Aud

CFF: raise FDArray count limit to 256.

Per spec, the maximum for FDArray elements is 256, something that is not
common but some people like to test the limits [1].

Thanks to Audrey Tang for posting a patch under CC0 Universal declaration
which I found by accident.

[1] http://blogs.adobe.com/CCJKType/2012/05/all-unicode-cfr.html


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1765111 13f79535-47bb-0310-9956-ffa450edef68

show more ...

7d294ebc15-Oct-2016 pfg

Adapt TrueType font detection for the Apple specification variant.

From the Microsoft OpenType Specification:
https://www.microsoft.com/typography/otspec/otff.htm

NOTE: The Appl

Adapt TrueType font detection for the Apple specification variant.

From the Microsoft OpenType Specification:
https://www.microsoft.com/typography/otspec/otff.htm

NOTE: The Apple specification for TrueType fonts allows for 'true' and
'typ1' for sfnt version. These version tags should not be used for fonts
which contain OpenType tables.
____

We are complying with the OpenType usage fine but we were not taking into
account the NOTE so Apple TrueType variants would not be recognized.

Apparently valid values are 0x00010000 and 0x00020000. Keep it simple and
just assume any value different than zero is valid here.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1765086 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b296461c01-Sep-2016 truckman

Fix -Wshift-negative-value compiler warnings. The result of shifting
negative integer values is undefined, so change the operand to be
unsigned.



git-svn-id: https://svn.ap

Fix -Wshift-negative-value compiler warnings. The result of shifting
negative integer values is undefined, so change the operand to be
unsigned.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758692 13f79535-47bb-0310-9956-ffa450edef68

show more ...

851abcd931-Aug-2016 truckman

Fix -Wformat-security warnings.

There are a number of instances where the code calls *printf() to
print arbitrary strings and the string is passed as the format
argument to *printf()

Fix -Wformat-security warnings.

There are a number of instances where the code calls *printf() to
print arbitrary strings and the string is passed as the format
argument to *printf(). Since these strings might contain %
conversion sequences, this is a security hazard. Fix the problem
by printing the strings with a "%s" format.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758644 13f79535-47bb-0310-9956-ffa450edef68

show more ...

0f3868f631-Aug-2016 truckman

Fix -Wformat-security warnings.

CreateT3FromTTGlyphs() uses a bunch of "const char *" variables to hold
the format strings for its fprintf() calls resulting in warnings that
the form

Fix -Wformat-security warnings.

CreateT3FromTTGlyphs() uses a bunch of "const char *" variables to hold
the format strings for its fprintf() calls resulting in warnings that
the format strings for these calls are not string literals. Suppress
these warnings by changing the variables to be "const char * const".



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758639 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b63233d807-Aug-2016 damjan

Merge branches/gbuild-reintegration to trunk.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO4121
a4e19be716-Jun-2016 truckman

#i126999#: fix vcl/source/glyphs/graphite_layout.cxx compile with libc++ 3.8.0

Rename local inline function round() to round2long() to avoid ambiguity
with libc++ round() function and be

#i126999#: fix vcl/source/glyphs/graphite_layout.cxx compile with libc++ 3.8.0

Rename local inline function round() to round2long() to avoid ambiguity
with libc++ round() function and better describe its functionality. This
fixes a compile error when building with libc++ version 3.8.0, which
was first observed with FreeBSD 11.0.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1748663 13f79535-47bb-0310-9956-ffa450edef68

show more ...

2a691cbd05-Feb-2016 Kay Schenk

#i126118# More fixes for null second op in ifndef statements.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1728725 13f79535-47bb-0310-9956-ffa450edef68

6a5107d705-Feb-2016 Kay Schenk

#i126118# More changes to fix null operands in ifndef statements.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1728724 13f79535-47bb-0310-9956-ffa450edef68

29adf7ff05-Feb-2016 Kay Schenk

#i126118# more changes to fix null second op in ifndef statements.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1728723 13f79535-47bb-0310-9956-ffa450edef68

b784edbf25-Dec-2015 Tsutomu Uchino

#i126753# fix invalid parse of GSUB table for OpenType fonts

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1721674 13f79535-47bb-0310-9956-ffa450edef68

487b2be301-Dec-2015 Pedro Giffuni

Prevent division by zero

CID: 735658, 735659


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717552 13f79535-47bb-0310-9956-ffa450edef68

64f438df30-Nov-2015 Pedro Giffuni

Fix mismatch in r1717119

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717188 13f79535-47bb-0310-9956-ffa450edef68

7f9eba4c29-Nov-2015 Pedro Giffuni

Resource Leak

CID: 705772


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717119 13f79535-47bb-0310-9956-ffa450edef68

788ab39624-Nov-2015 Pedro Giffuni

Uninitialized scalar variable

CID: 1028321, 1028322, 1028323


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716157 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO412, SNAPSHOT, AOO411
6dcc473024-Sep-2015 Andrea Pescetti

#i126560# Fix print job counter reset.
Patch by: Damjan Jovanovic <damjan@apache.org>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705193 13f79535-47bb-0310-9956-f

#i126560# Fix print job counter reset.
Patch by: Damjan Jovanovic <damjan@apache.org>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705193 13f79535-47bb-0310-9956-ffa450edef68

show more ...

af1486d914-Sep-2015 Yuri Dario

#i118923# OS/2, use pmbidi header from dev toolkit.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1702986 13f79535-47bb-0310-9956-ffa450edef68

f9bb485f24-Jun-2015 Herbert Dürr

#i105098# fix drag&drop insertion of files/images on Mac

Fixed-by: Manik <mm30f@yahoo.com>
Reviewed-by: Herbert Duerr <hdu@apache.org>


git-svn-id: https://svn.apache.org/re

#i105098# fix drag&drop insertion of files/images on Mac

Fixed-by: Manik <mm30f@yahoo.com>
Reviewed-by: Herbert Duerr <hdu@apache.org>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1687177 13f79535-47bb-0310-9956-ffa450edef68

show more ...

8274110d19-Mar-2015 Kay Schenk

#126118# Fix malformed if statements in makefile.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1667884 13f79535-47bb-0310-9956-ffa450edef68

fe912e6821-Jan-2015 Ariel Constenla-Haile

i46871 - Add French translation for Space key

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1653444 13f79535-47bb-0310-9956-ffa450edef68

3d4efda814-Jan-2015 Tsutomu Uchino

#i125991# catch IndexOutOfBoundsException to avoid fatal error happen when input method is used on Gtk environment

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1651591 13f79

#i125991# catch IndexOutOfBoundsException to avoid fatal error happen when input method is used on Gtk environment

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1651591 13f79535-47bb-0310-9956-ffa450edef68

show more ...

acc5f2a331-Oct-2014 Herbert Dürr

#i125815# fix build breaker with Mac 10.10 SDK


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1635806 13f79535-47bb-0310-9956-ffa450edef68

1df6489c21-Oct-2014 Herbert Dürr

#i125776# handle OSX SDK 10.9 changes regarding NSPrintingOrientation -> NSPaperOrientation

SDK 10.9 changed the NSPrintInfo::orientation method to take a parameter of type
NSPaperOrient

#i125776# handle OSX SDK 10.9 changes regarding NSPrintingOrientation -> NSPaperOrientation

SDK 10.9 changed the NSPrintInfo::orientation method to take a parameter of type
NSPaperOrientation (i.e. enum) instead of NSPrintingOrientation (i.e. NSUInteger).
The actual values are the same so the binaries work fine on older and newer platforms,
but the type mismatch on the newer SDK would break the build.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1633297 13f79535-47bb-0310-9956-ffa450edef68

show more ...

c4e09a4715-Oct-2014 Herbert Dürr

#i63015# always default to WinAnsiEncoding for non-symbol PDF-Type1 export

Suggested-By: edv@gruene.de
Reviewed-By: hdu@apache.org


git-svn-id: https://svn.apache.org/repos/

#i63015# always default to WinAnsiEncoding for non-symbol PDF-Type1 export

Suggested-By: edv@gruene.de
Reviewed-By: hdu@apache.org


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1631975 13f79535-47bb-0310-9956-ffa450edef68

show more ...

1261ca0814-Jul-2014 Herbert Dürr

#i125234# the scrollbar arrows disappeared in OSX>=10.7

so the native-widget assumptions about the scrollbar layout has to be adjusted.


git-svn-id: https://svn.apache.org/repos

#i125234# the scrollbar arrows disappeared in OSX>=10.7

so the native-widget assumptions about the scrollbar layout has to be adjusted.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1610422 13f79535-47bb-0310-9956-ffa450edef68

show more ...

12345678910>>...21