History log of /trunk/main/vcl/unx/generic/ (Results 1 - 25 of 40)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
9e38389914-Jan-2024 Arrigo Marchiori

Ensure default substitutions on patterns

This is requested by the documentation of function FcFontMatch().

Addresses bug #128583.

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA
2df387e606-Oct-2020 mseidel

Fixed typos (beeing -> being) and some more

Revision tags: 420-Dev2-m2, AOO417
036fea6109-Aug-2019 Damjan Jovanovic

More unknwon -> unknown typos.

Patch by: me

d8faddcc08-Jun-2019 Matthias Seidel

Fixed typos (determins-> determines)

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

74cbd1f108-Jun-2019 Matthias Seidel

Fixed typos (wether -> whether)

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

Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1
c1e8cc3a01-May-2018 Don Lewis

The register storage class is deprecated and is incompatible with C++17.
Modern compilers have mostly been ignoring it, probably other than to
forbid the use of the address-of operator. Get

The register storage class is deprecated and is incompatible with C++17.
Modern compilers have mostly been ignoring it, probably other than to
forbid the use of the address-of operator. Get ahead of the game and
delete it now.

Reported by clang 6.



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

show more ...

bccc157201-May-2018 Don Lewis

Fix the easy cast-related errors reported by clang 6 in its default
C++14 mode.



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

Fix the easy cast-related errors reported by clang 6 in its default
C++14 mode.



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

show more ...

Revision tags: AOO415, AOO414, AOO413
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 ...

Revision tags: AOO4121
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
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

86e1cf3429-Apr-2014 Pedro Giffuni

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


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

show more ...

Revision tags: AOO410, AOO410_Beta
04daac5518-Dec-2013 Herbert Dürr

#i123865# fix typo in i18n_xkb's constructor

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

54ae6a3717-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 ...

8a718ffc17-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

e78229df17-Dec-2013 Herbert Dürr

#i123865# enable XKB for all X11-based display targets

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

248a599f16-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 ...

24c56ab928-Nov-2013 Herbert Dürr

#i123068# remove implicit conversions from rtl strings to their elements

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

b4fbd7a927-Nov-2013 Herbert Dürr

#i123755# adjust kernpair hashmap resize() to rehash()

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

Revision tags: AOO401, AOO400
2c21464b14-Jun-2013 Armin Le Grand

i122456 Corrected tesellationing for fat lines

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

910823ae18-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

8537260031-Jan-2013 Herbert Dürr

XKeycodeToKeysym() was officially deprecated in 2011

XkbKeycodeToKeysym() has obsoleted it in 2003 anyway


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1440903

XKeycodeToKeysym() was officially deprecated in 2011

XkbKeycodeToKeysym() has obsoleted it in 2003 anyway


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

show more ...

30c1b1ef30-Jan-2013 Herbert Dürr

fix x11_cursor headers from thousands of ill-formed C++11 conversions

This change eliminates almost 6000 warnings when building on newer UNX platforms


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

fix x11_cursor headers from thousands of ill-formed C++11 conversions

This change eliminates almost 6000 warnings when building on newer UNX platforms


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

show more ...

5f27b83c23-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
e6f6310323-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 ...

7bd133ca18-Jun-2012 Herbert Dürr

#c708666# remove unused member m_aThread from GetPPDAttribs struct

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

12