| 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 | 
|
| 5af57ba1 | 16-Sep-2019 | mseidel | Fixed typos, removed whitespace
 (cherry picked from commit b2b6b138749e974ca2c6396b5ae0a0b78591c7d4)
 | 
            | Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415 | 
|
| af7a586e | 16-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 | 
|
| 3d4efda8 | 14-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 ...  | 
| cbc3d696 | 23-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 ...  | 
| f02ea3ea | 20-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 ...  | 
| 86e1cf34 | 29-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 | 
|
| a453dfd5 | 01-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 | 
|
| ac96698a | 30-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 ...  | 
| 24c56ab9 | 28-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 | 
|
| d3acfa0f | 16-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
 | 
| 5d15d7c3 | 12-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
 | 
| b000ca5d | 10-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
 | 
| 3460f9c8 | 21-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 ...  | 
| 30c1b1ef | 30-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 ...  | 
| 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 ...  | 
| 93ed1f29 | 18-Jul-2012 | Armin Le Grand | basic, cui, extensions, filter, vcl: fix some warningsPatch 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 warningsPatch by: Michael Stahl
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362903 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| 0d63794c | 06-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
 | 
| 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
 | 
| 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 ...  |