summaryrefslogtreecommitdiffstats
path: root/vcl/aqua
Commit message (Expand)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* can use Zip for thisDavid Tardon2012-02-291-0/+0
* there is no Sequence::isEmpty()Ivan Timofeev2012-02-272-4/+4
* Replace getLength() with isEmpty() where appropriateChr. Rossmanith2012-02-274-9/+9
* vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez2012-02-221-24/+0
* unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold2012-02-221-18/+0
* EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich2012-02-222-4/+1
* unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold2012-02-201-5/+0
* risk converting ByteString to rtl::OString for OSes I don't haveCaolán McNamara2012-02-194-95/+94
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2012-02-101-34/+34
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-4/+6
* vcl: Remove unused GetSymbolKeyNameThomas Arnhold2012-01-281-7/+0
* vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks2012-01-161-1/+1
* vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks2012-01-151-2/+2
* vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks2012-01-151-10/+0
* Use SAL_N_ELEMENTSThomas Arnhold2012-01-101-1/+1
* catch exception by constant referenceTakeshi Abe2012-01-091-2/+2
* catch exception by constant referenceTakeshi Abe2012-01-081-1/+1
* Fix fdo#33816 - don't loop infinitely when using Apple RemoteThorsten Behrens2012-01-061-2/+2
* Removed unnecessary tools includes.Marcel Metz2012-01-051-2/+0
* use officecfg/Office/Common.hxx directlyDavid Tardon2011-12-221-2/+6
* Removed extra semicolonsJesse2011-12-152-2/+2
* Adapted Mac-only code to ByteString reduction.Stephan Bergmann2011-12-141-1/+1
* Adapted Mac-only code to ByteString reduction.Stephan Bergmann2011-12-141-4/+4
* possible fix for build breakerMarkus Mohrhard2011-12-051-2/+0
* bah, wrong file extension...David Tardon2011-12-051-1/+1
* fix build on macosxDavid Tardon2011-12-051-2/+5
* move the check function to vclDavid Tardon2011-12-051-69/+1
* Fix build in macosxAugust Sodora2011-12-011-1/+1
* remove include of pch header from vclNorbert Thiebaud2011-11-2754-108/+0
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-251-1/+1
* fix build on MacOS XDavid Tardon2011-11-211-1/+1
* convert aqua plugin to rtl::O(U)StringDavid Tardon2011-11-216-22/+22
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-191-6/+4
* redundant if not-null checks on deleteThomas Arnhold2011-11-071-2/+1
* Further clean up of areas touched by previous commit.Stephan Bergmann2011-11-042-6/+6
* String->OUString, remove unused codeAugust Sodora2011-11-042-18/+12
* Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara2011-10-271-2/+2
* Fix for fdo41997 continuation of VCL cleanupOlivier Hallot2011-10-251-5/+5
* SystemFlavor NSStrings should not be constKristian Rietveld2011-10-241-12/+12
* Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot2011-10-211-2/+2
* Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann2011-10-071-14/+2
* Revert "cppcheck scope reduction in vcl/..salatsuifontutils.cxx"Pierre-André Jacquod2011-10-071-1/+2
* cppcheck scope reduction in vcl/..salatsuifontutils.cxxPierre-André Jacquod2011-10-071-2/+1
* Fix build against the 10.4 SDKTor Lillqvist2011-10-041-1/+1
* Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest ...Tor Lillqvist2011-10-031-3/+2
* Make deprecation warnings non-fatal even in a -Werror compilationTor Lillqvist2011-09-285-12/+16
* WaE: foo does not implement the fooDelegate protocolTor Lillqvist2011-09-282-2/+23
* WaE: suggest a space before ';' or explicit braces around empty body in 'whil...Tor Lillqvist2011-09-281-1/+2
* WaE: ATSUI is deprecated in newer SDKsTor Lillqvist2011-09-283-0/+30