summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/app
AgeCommit message (Expand)Author
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist
2013-12-05Resolves: #i123795# variable names should not confuse vcl...Herbert Dürr
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-08-22The AppleRemote code is blocked by sandboxing so bypass it in that caseTor Lillqvist
2013-08-19fdo#39007: Brute force fix: Unlink a potential restorecount.plist fileTor Lillqvist
2013-07-28Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba
2013-07-27fdo#54264: Fix multi-argument ApplicationEvent::TYPE_OPEN/PRINTStephan Bergmann
2013-07-19remove Application::GetWorkAreaPosSizePixelNoel Grandin
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara
2013-06-16We only support 10.6 or laterTor Lillqvist
2013-06-15allow Mac port running with completely inactive AppleRemoteHerbert Dürr
2013-05-14Fix return type of SalYieldMutex::tryToAcquire() to match declarationTor Lillqvist
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18SalData::drainThreadAutoreleasePool() is unusedTor Lillqvist
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac
2013-01-30Remove unused DeInitSalMainStephan Bergmann
2013-01-30Setting env vars in aqua's InitSalMain should long be unnecessaryStephan Bergmann
2013-01-29Do not call putenv with a temporary string argumentStephan Bergmann
2013-01-19AquaSalBitmap and IosSalBitmap were identical so unifyTor Lillqvist
2012-12-10WaE: narrowing from int/long to float in initializer list (-Wc++11-narrowing)Tor Lillqvist
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-18Don't access broken service mgr during bootstrap failureStephan Bergmann
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-27Use normal font in tab headersStefan Knorr (astron)
2012-02-27Replace getLength() with isEmpty() where appropriateChr. Rossmanith
2012-02-22EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich
2012-02-19risk converting ByteString to rtl::OString for OSes I don't haveCaolán McNamara
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks
2012-01-06Fix fdo#33816 - don't loop infinitely when using Apple RemoteThorsten Behrens
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-14Adapted Mac-only code to ByteString reduction.Stephan Bergmann
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-21fix build on MacOS XDavid Tardon
2011-11-21convert aqua plugin to rtl::O(U)StringDavid Tardon
2011-11-04Further clean up of areas touched by previous commit.Stephan Bergmann
2011-11-04String->OUString, remove unused codeAugust Sodora
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot
2011-10-21Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot
2011-09-28WaE: 'NSWindow' may not respond to '-windowShouldClose:'Tor Lillqvist
2011-09-28Let SalAbort dump core on developer builds.Stephan Bergmann
2011-07-21resyncing to masterBjoern Michaelsen