History log of /aoo41x/main/vcl/unx/ (Results 1 - 25 of 48)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
96cc864a14-Jan-2024 Arrigo Marchiori

Ensure default substitutions on patterns

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

Addresses bug #128583.

(cherry picked from commit 9e383899f55d91d

Ensure default substitutions on patterns

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

Addresses bug #128583.

(cherry picked from commit 9e383899f55d91dcbf240aac96faa852c30bbdbd)

show more ...

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2
b5926b4527-Oct-2019 Ariel Constenla-Haile

Avoid comparison between pointer and integer

(cherry picked from commit 958717d596e223826fa78462155b4447d227e5d3)
(cherry picked from commit 8cf8c6262e36b56aba7183e7b36fa5fd14dcee92)

Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121
024fb56424-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
(cherr

Uninitialized scalar variable

CID: 1028321, 1028322, 1028323

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716157 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 788ab3968fb42204e6527a9cf69780b02b72484b)

show more ...

Revision tags: AOO412, SNAPSHOT
677e55df29-Sep-2015 Kay Schenk

#i125991# merged to AOO410



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

Revision tags: AOO411
54a6759e30-Jun-2014 Herbert Dürr

#i124970# fix DocumentFocusListener::notifyEvent's handling of IndexOutOfBoundsException

the DocumentFocusListener::notifyEvent() throw list only allows a RuntimeException to
propagate.

#i124970# fix DocumentFocusListener::notifyEvent's handling of IndexOutOfBoundsException

the DocumentFocusListener::notifyEvent() throw list only allows a RuntimeException to
propagate. The methods called in notifyEvent() allow IndexOutOfBoundsException though,
so it must be handled in all cases to prevent C++ from invoking its unexpected() abort
mechanisms. Ceterum censeo, non-empty throw lists should be removed altogether...

Merged from trunk revision 1604709


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

show more ...

13a3daf120-Jun-2014 Juergen Schmidt

#121627# integrate patch that fixes the geometry calculations for scroll bars

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1604121 13f79535-47bb-0310-9956-ffa450ed

#121627# integrate patch that fixes the geometry calculations for scroll bars

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

show more ...

Revision tags: AOO410
dc27e81701-Apr-2014 Andre Fischer

i124482: Special handling of input field backgrounds of Adwaita theme.

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

Revision tags: AOO410_Beta
ac96698a30-Dec-2013 Tsutomu Uchino

#i122950# fix duplicated input when input method convert a character on gtk environment

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

#i122950# fix duplicated input when input method convert a character on gtk environment

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

show more ...

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

75c24b6527-Nov-2013 Herbert Dürr

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

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545947 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
d3acfa0f16-Jul-2013 Andre Fischer

122709: Also test for small heights.

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

5d15d7c312-Jul-2013 Andre Fischer

122709: Removed debug code.

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

b000ca5d10-Jul-2013 Andre Fischer

122709: Set default size of application windows to 80% of the screen size.

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

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

3460f9c821-Mar-2013 Herbert Dürr

check native widget's control value type before converting to SpinbuttonValue or ScrollbarValue

Else problems like #i112873# or even crashes can and do happen.


git-svn-id: http

check native widget's control value type before converting to SpinbuttonValue or ScrollbarValue

Else problems like #i112873# or even crashes can and do happen.


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

show more ...

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

12