summaryrefslogtreecommitdiff
path: root/vcl/aqua
AgeCommit message (Expand)AuthorFilesLines
2012-12-18fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks1-10/+27
2012-10-10Fix fdo#55142 - use proper output offsets.Sergey Farbotka1-1/+1
2012-10-01Silly workaround for fdo#55156Tor Lillqvist1-0/+4
2012-09-27Fix crash on Mac when a11y in use, and avoid infinite loop, fdo#47275Tor Lillqvist2-2/+20
2012-09-20Don't access broken service mgr during bootstrap failureStephan Bergmann1-6/+13
2012-09-10fdo#47368: Fix for infinite recursionMichael Meeks1-9/+3
2012-08-10WaE: unused variableChristian Lohmaier1-0/+1
2012-07-22Fix fdo#50631 - have GetTextBoundRect() properly rotate boundsThorsten Behrens1-1/+28
2012-06-04fdo#50631: Fix the bounding box of rotated glyphs on MacOSX.Norbert Thiebaud1-5/+21
2012-05-29nuke unused typedefTakeshi Abe1-3/+0
2012-05-27Use normal font in tab headersStefan Knorr (astron)1-1/+0
2012-05-23fdo#49914, rulers: DarkShadow color is supposed to be dark (even on Mac).Jan Holesovsky1-1/+0
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara2-4/+0
2012-04-25isOUStringType still used (from dbgutil code)Stephan Bergmann1-1/+8
2012-04-24WaE: when type is in parentheses, array cannot have dynamic sizeTor Lillqvist1-1/+1
2012-04-24WaE: delete called on class that is abstract but has non-virtual destructorTor Lillqvist1-0/+1
2012-04-24WaE: 'ATSLayout::InitFont' hides overloaded virtual functionTor Lillqvist1-2/+2
2012-04-24WaE: unused functionsTor Lillqvist2-27/+0
2012-04-24WaE: incompatible pointer typesTor Lillqvist1-1/+1
2012-04-24WaE: unused variableTor Lillqvist1-1/+0
2012-04-24WaE: semicolon before method body is ignoredTor Lillqvist1-3/+3
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-02-29can use Zip for thisDavid Tardon1-0/+0
2012-02-27there is no Sequence::isEmpty()Ivan Timofeev2-4/+4
2012-02-27Replace getLength() with isEmpty() where appropriateChr. Rossmanith4-9/+9
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez1-24/+0
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold1-18/+0
2012-02-22EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich2-4/+1
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold1-5/+0
2012-02-19risk converting ByteString to rtl::OString for OSes I don't haveCaolán McNamara4-95/+94
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-34/+34
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-4/+6
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold1-7/+0
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks1-1/+1
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks1-2/+2
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks1-10/+0
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold1-1/+1
2012-01-09catch exception by constant referenceTakeshi Abe1-2/+2
2012-01-08catch exception by constant referenceTakeshi Abe1-1/+1
2012-01-06Fix fdo#33816 - don't loop infinitely when using Apple RemoteThorsten Behrens1-2/+2
2012-01-05Removed unnecessary tools includes.Marcel Metz1-2/+0
2011-12-22use officecfg/Office/Common.hxx directlyDavid Tardon1-2/+6
2011-12-15Removed extra semicolonsJesse2-2/+2
2011-12-14Adapted Mac-only code to ByteString reduction.Stephan Bergmann1-1/+1
2011-12-14Adapted Mac-only code to ByteString reduction.Stephan Bergmann1-4/+4
2011-12-05possible fix for build breakerMarkus Mohrhard1-2/+0
2011-12-05bah, wrong file extension...David Tardon1-1/+1
2011-12-05fix build on macosxDavid Tardon1-2/+5
2011-12-05move the check function to vclDavid Tardon1-69/+1