History log of /aoo41x/main/vcl/unx/gtk/ (Results 1 - 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, 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, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, 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 ...

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