History log of /trunk/main/vcl/unx/gtk/ (Results 1 - 21 of 21)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA
a72d41dc20-Jan-2023 Damjan Jovanovic

Allow us to build against the C++14 standard, while
not breaking compatibility with C++98.

Clang 13 and 15 on FreeBSD can successfully compile OpenOffice
when "-std=c++14" is set in

Allow us to build against the C++14 standard, while
not breaking compatibility with C++98.

Clang 13 and 15 on FreeBSD can successfully compile OpenOffice
when "-std=c++14" is set in gbuild and dmake, and Clang 15 can
still compile it with these changes and "-std=gnu++98".

Most of the changes involved fixing bad code, eg. NULL being
implicitly converted to sal_False, NULL being converted to typed
pointers using reinterpet_cast instead of static_cast, and integer
conversions to shorter integers.

Note that this does not change the currently targeted C++
standard on Linux and FreeBSD, which remains gnu++98.

Patch by: me

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
b2b6b13816-Sep-2019 mseidel

Fixed typos, removed whitespace

Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415
af7a586e16-Jan-2018 Tsutomu Uchino

#i127662# send better window position to input method for suggestion window

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

Revision tags: AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411
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 ...

cbc3d69623-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...


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

show more ...

f02ea3ea20-Jun-2014 Juergen Schmidt

#121627# merge fix from aoo410 branch that fixes the geometry calculations for scroll bars

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

#121627# merge fix from aoo410 branch that fixes the geometry calculations for scroll bars

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

show more ...

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
a453dfd501-Apr-2014 Andre Fischer

i124482: Special handling of input field backgrounds of Adwaita theme (Merged from branch AOO410).

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

i124482: Special handling of input field backgrounds of Adwaita theme (Merged from branch AOO410).

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

show more ...

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

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

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

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

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

93ed1f2918-Jul-2012 Armin Le Grand

basic, cui, extensions, filter, vcl: fix some warnings
Patch by: Michael Stahl

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

basic, cui, extensions, filter, vcl: fix some warnings
Patch by: Michael Stahl

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

show more ...

0d63794c06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

9f62ea8406-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

cdf0e10c16-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 ...