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, AOO411 |
|
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, AOO410_Beta |
|
4f2b6604 | 24-Feb-2014 |
Herbert Dürr |
#i119006# delay AOO/Mac initial event until the app has finished lauching delaying the initial event prevents complaints from OSX>=10.7's "windows restore" feature to recur infinitely. A
#i119006# delay AOO/Mac initial event until the app has finished lauching delaying the initial event prevents complaints from OSX>=10.7's "windows restore" feature to recur infinitely. Apparently OSX cleans things up for us just before we get the applicationDidFinishLaunching() callback. This should solve one of the most popular support questions for AOO on Mac for good. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571205 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
dbfe0a54 | 10-Feb-2014 |
Herbert Dürr |
#i124201# rename apple_remote's MainController to AppleRemoteController having a MainController class in the global namespace of an application with gazillions of MVC patterns is not a g
#i124201# rename apple_remote's MainController to AppleRemoteController having a MainController class in the global namespace of an application with gazillions of MVC patterns is not a good idea. Renaming it to better match its scope (i.e. the Apple Remote) cleans this up. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1566545 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2fb76c82 | 06-Feb-2014 |
Herbert Dürr |
#i123795# amend r1565258's commit with its missing part git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565295 13f79535-47bb-0310-9956-ffa450edef68 |
245318c3 | 06-Feb-2014 |
Herbert Dürr |
#i114728# set AOO's Mac baseline to OSX 10.7 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565259 13f79535-47bb-0310-9956-ffa450edef68 |
97dacec1 | 06-Feb-2014 |
Herbert Dürr |
#i123795# add a windowForParent() method for AquaA11yWrapper for getting the parent window of an A11y enabled NSView. The method viewElementForParent() was abused for that purpose, but i
#i123795# add a windowForParent() method for AquaA11yWrapper for getting the parent window of an A11y enabled NSView. The method viewElementForParent() was abused for that purpose, but it was mis-named and mis-typed. The new method cleans this up and the now unused viewElementForParent() method can be retired. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565258 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2dae3561 | 23-Jan-2014 |
Herbert Dürr |
#i123895# add VCL support for 64bit OSX port git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560745 13f79535-47bb-0310-9956-ffa450edef68 |
38754389 | 23-Jan-2014 |
Herbert Dürr |
#i123840# on 64bit OSX NSRect is a CGRect but not on 32bit git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560739 13f79535-47bb-0310-9956-ffa450edef68 |
b5127012 | 22-Jan-2014 |
Herbert Dürr |
#i123951# remove aqua/salfontutils.hxx header which is and was unused by by both CoreText and ATSUI git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560355 13f795
#i123951# remove aqua/salfontutils.hxx header which is and was unused by by both CoreText and ATSUI git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560355 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
24a22e85 | 08-Jan-2014 |
Herbert Dürr |
#i123895# make the Mac code 64bit clean regarding CGFloat/float mismatches git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1556533 13f79535-47bb-0310-9956-ffa450edef68 |
51747b8e | 03-Jan-2014 |
Herbert Dürr |
#i123951# prepare ATSUI code parts for its new CoreText cousin git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555073 13f79535-47bb-0310-9956-ffa450edef68 |
54ae6a37 | 17-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 ...
|
8a718ffc | 17-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 |
248a599f | 16-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 ...
|
bde8a4bd | 02-Dec-2013 |
Herbert Dürr |
#i123795# variable names should not confuse vcl Window and cocoa NSWindow types VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same
#i123795# variable names should not confuse vcl Window and cocoa NSWindow types VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same introduces gratuitous complexity especially when debugging stacks where both types are used. The names of NSView type variables have been adjusted too. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1547078 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
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 |
|
79aad27f | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from more source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68 |
67e470da | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68 |
5aaf853b | 17-Jan-2012 |
Armin Le Grand |
linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for doing the basic implementation and offering it under apache license git-svn-id: https://svn.apache.org/repos/asf
linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for doing the basic implementation and offering it under apache license git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232507 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ebfcd9af | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230727 13f79535-47bb-0310-9956-ffa450edef68 |
24f6443d | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230721 13f79535-47bb-0310-9956-ffa450edef68 |
ff005604 | 10-Sep-2011 |
Eike Rathke |
ooo34gsl10: #i117587# handle application resigning/becoming active during presentation # User Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> git-svn-id: https://svn.apache.org/re
ooo34gsl10: #i117587# handle application resigning/becoming active during presentation # User Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1167573 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|