History log of /trunk/main/vcl/aqua/source/app/ (Results 1 - 22 of 22)
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
92af728422-Dec-2020 Jim Jagielski

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

(cherry picked from commit aa118bd3b6209f0ce1307c244bc3c9f4edf445e4)

dfec590522-Dec-2020 Jim Jagielski

Push latest updates: macOS, beanshell

(cherry picked from commit ecf1c5e9ed4686657a2b296e936b55d484d94961)

1fa2089422-Dec-2020 Jim Jagielski

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

946b634e02-Dec-2020 Jim Jagielski

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

(cherry picked from commit c757d8c627d70ac92c9a1decf4153cfe497b40c6)

d73dd1d301-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
343cc52d02-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
4f2b660424-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 ...

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

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

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

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

245318c306-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

2dae356123-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

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

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

c7ada65917-Apr-2013 Herbert Dürr

allow Mac port running with completely inactive AppleRemote

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

Revision tags: AOO340
79aad27f15-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

323de32230-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208186 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

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

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