summaryrefslogtreecommitdiffstats
path: root/vcl/aqua
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-162-4/+0
* isOUStringType still used (from dbgutil code)Stephan Bergmann2012-04-251-1/+8
* WaE: when type is in parentheses, array cannot have dynamic sizeTor Lillqvist2012-04-241-1/+1
* WaE: delete called on class that is abstract but has non-virtual destructorTor Lillqvist2012-04-241-0/+1
* WaE: 'ATSLayout::InitFont' hides overloaded virtual functionTor Lillqvist2012-04-241-2/+2
* WaE: unused functionsTor Lillqvist2012-04-242-27/+0
* WaE: incompatible pointer typesTor Lillqvist2012-04-241-1/+1
* WaE: unused variableTor Lillqvist2012-04-241-1/+0
* WaE: semicolon before method body is ignoredTor Lillqvist2012-04-241-3/+3
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-2/+2
* 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