History log of /trunk/main/vcl/aqua/source/app/salinst.cxx (Results 1 - 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 92af7284 22-Dec-2020 Jim Jagielski

It is better to move *into* a struct rather than *before* one.

(cherry picked from commit aa118bd3b6209f0ce1307c244bc3c9f4edf445e4)


# dfec5905 22-Dec-2020 Jim Jagielski

Push latest updates: macOS, beanshell

(cherry picked from commit ecf1c5e9ed4686657a2b296e936b55d484d94961)


# 1fa20894 22-Dec-2020 Jim Jagielski

500 is way too long. 100ms is about right.


# 946b634e 02-Dec-2020 Jim Jagielski

DOUBLE_MAP on macOS is probelmatic on later systems. Punt for now.

(cherry picked from commit c757d8c627d70ac92c9a1decf4153cfe497b40c6)


# d73dd1d3 01-Dec-2020 Jim Jagielski

Huge updates to macOS UNO bridges, based on FreeBSD and Linux.

(cherry picked from commit 37f4cb171557a563bb797a6166dd60f907b367f2)


Revision tags: AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410
# 343cc52d 02-Apr-2014 Herbert Dürr

#i124509# use setenv() instead of putenv() on OSX

putenv() has changed its semantic to no longer copy input buffers which
results in problems if the input buffers were only temporary. Us

#i124509# use setenv() instead of putenv() on OSX

putenv() has changed its semantic to no longer copy input buffers which
results in problems if the input buffers were only temporary. Using
setenv(), which still copies the input buffers solves the problem.


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

show more ...


Revision tags: 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 ...


# 01367266 24-Feb-2014 Herbert Dürr

#i123840# prefer NSZero* constants over open coded altetnatives


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


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


# f0625723 07-Feb-2014 Herbert Dürr

#i124201# re-enable the AppleRemote again

now that its nasty stability problems on 64bit AOO for OSX are fixed


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@156

#i124201# re-enable the AppleRemote again

now that its nasty stability problems on 64bit AOO for OSX are fixed


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

show more ...


# 5e27b86b 07-Feb-2014 Herbert Dürr

#i124201# fix frame-list handling with AppleRemote events

iterating beyond the end of a frame-list must be avoided


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk

#i124201# fix frame-list handling with AppleRemote events

iterating beyond the end of a frame-list must be avoided


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

show more ...


# 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


# 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


# a9ab3c7b 21-Jan-2014 Herbert Dürr

get rid of an extraneous parentheses in "if((A==B))"

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


Revision tags: AOO401, AOO400
# cd426cce 17-Apr-2013 Herbert Dürr

avoid problems with C++ initializer lists (N2672) in our Aqua code

when the provided type and the target type of an initializer list don't match
the new behaviour described in C++11's N2

avoid problems with C++ initializer lists (N2672) in our Aqua code

when the provided type and the target type of an initializer list don't match
the new behaviour described in C++11's N2672 proposal can be triggered. Though
that is very useful in general it complicates things for our case so that we're
better of to use the little helpers provided by XCode's CF framework.


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

show more ...


Revision tags: AOO340
# 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 ...