History log of /trunk/main/vcl/aqua/source/gdi/salgdi.cxx (Results 1 - 19 of 19)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7f5c89d5 30-Nov-2023 John Bampton

misc: fix spelling (#187)

* misc: fix spelling

* Update TestExtension.java

* Update FilterFactory.idl

* Update ExtendedTypeDetectionFactory.idl

* Update L

misc: fix spelling (#187)

* misc: fix spelling

* Update TestExtension.java

* Update FilterFactory.idl

* Update ExtendedTypeDetectionFactory.idl

* Update LocationTest.java

* Update HelpComponent.java

* Update HelpSearch.java

* Update TestExtension.java

* Update SOReportJobFactory.java

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

show more ...


Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
# e26449d3 23-Jan-2014 Herbert Dürr

#i122301# switch Mac port to CoreText API

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


# 24a22e85 08-Jan-2014 Herbert Dürr

#i123895# make the Mac code 64bit clean regarding CGFloat/float mismatches


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


# 51747b8e 03-Jan-2014 Herbert Dürr

#i123951# prepare ATSUI code parts for its new CoreText cousin


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


# 54ae6a37 17-Dec-2013 Herbert Dürr

#i123840# normalize SalGraphics point count argument types to sal_uInt32

The old mixture of sal_uInt32, ULONG, sal_uLong, sal_uIntPtr gets
consolidated. 4e9 points are more than enough f

#i123840# normalize SalGraphics point count argument types to sal_uInt32

The old mixture of sal_uInt32, ULONG, sal_uLong, sal_uIntPtr gets
consolidated. 4e9 points are more than enough for a SalGraphics.


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

show more ...


# 8a718ffc 17-Dec-2013 Herbert Dürr

#i123840# normalize SalFrame resolution type to sal_Int32

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


# 248a599f 16-Dec-2013 Herbert Dürr

#i123840# add and use the sal_GlyphId type

Using the central definition adds consistency and cleans up many ad hoc
declarations. The type sal_GlyphId will become a class in the future so

#i123840# add and use the sal_GlyphId type

Using the central definition adds consistency and cleans up many ad hoc
declarations. The type sal_GlyphId will become a class in the future so
that its bitfield operations etc. can then be isolated into nice methods.


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

show more ...


# a94c8ebd 12-Dec-2013 Herbert Dürr

#i123840# fix narrowing conversions in CoreGraphic's array initializers

C++11 says that narrowing conversions in array initializers are illegal.
This often happened for signed/unsigned a

#i123840# fix narrowing conversions in CoreGraphic's array initializers

C++11 says that narrowing conversions in array initializers are illegal.
This often happened for signed/unsigned and 32bit/64bit mismatches when
initializing CoreGraphics elementary types. Using CoreGraphic helper
methods for primitives solves these problems and is recommended anyway.


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

show more ...


# bde8a4bd 02-Dec-2013 Herbert Dürr

#i123795# variable names should not confuse vcl Window and cocoa NSWindow types

VCL's Window type and Cocoa's NSWindow type are quite different.
Naming variables as if they were the same

#i123795# variable names should not confuse vcl Window and cocoa NSWindow types

VCL's Window type and Cocoa's NSWindow type are quite different.
Naming variables as if they were the same introduces gratuitous
complexity especially when debugging stacks where both types are used.
The names of NSView type variables have been adjusted too.


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

show more ...


Revision tags: AOO401, AOO400
# 910823ae 18-Apr-2013 Jürgen Schmidt

#121996# integrate first part to remove 3layer office

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


# afab9726 23-Jan-2013 Herbert Dürr

#i121534# support native drawing of affinely-transformed images on Mac

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


# 5f27b83c 23-Jan-2013 Armin Le Grand

#121534# Reintegrating changes for rotated bitmap support

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


Revision tags: AOO340
# e6f63103 23-Oct-2012 Armin Le Grand

#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class

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

#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class

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

show more ...


# 79aad27f 15-Feb-2012 Herbert Dürr

remove svn:executable properties from more source files

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


# 3324c5be 18-Jan-2012 Armin Le Grand

linecap: correctons for WaE and mac drawing

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


# 5aaf853b 17-Jan-2012 Armin Le Grand

linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for doing the basic implementation and offering it under apache license

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

linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for doing the basic implementation and offering it under apache license

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

show more ...


# 9f62ea84 06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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


# 59213536 10-Sep-2011 Eike Rathke

ooo34gsl01: #i117131# use correct sign for TTFontInfo

# User Philipp Lohmann [pl] <Philipp.Lohmann@oracle.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@11675

ooo34gsl01: #i117131# use correct sign for TTFontInfo

# User Philipp Lohmann [pl] <Philipp.Lohmann@oracle.com>

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

show more ...


# cdf0e10c 16-Aug-2011 rcweir

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/extras/l10n is a copy of (currently tip-most)
http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5

Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):

/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
/ooo/trunk/core/gettext/gettext-0.18.1.1.patch
/ooo/trunk/core/apache-commons/patches/codec.patch
/ooo/trunk/core/libcroco/libcroco-0.6.2.patch
/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
/ooo/trunk/core/graphite/graphite-2.3.1.patch
/ooo/trunk/core/hwpfilter/source/hwpeq.cpp
/ooo/trunk/core/solenv/bin/cwstouched.pl
/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
/ooo/trunk/core/writerfilter/source/doctok/escher.html
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl

Also: Repository.mk from the l10n toplevel


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

show more ...