summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2012-10-10Fix fdo#55142 - use proper output offsets.Sergey Farbotka1-1/+1
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-16remove unneeded include of boost/bind.hppCaolán McNamara2-4/+0
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 variableTor Lillqvist1-1/+0
2012-04-24WaE: semicolon before method body is ignoredTor Lillqvist1-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold1-18/+0
2012-02-19risk converting ByteString to rtl::OString for OSes I don't haveCaolán McNamara3-77/+76
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-10Use SAL_N_ELEMENTSThomas Arnhold1-1/+1
2012-01-08catch exception by constant referenceTakeshi Abe1-1/+1
2011-12-22use officecfg/Office/Common.hxx directlyDavid Tardon1-2/+6
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-14Adapted Mac-only code to ByteString reduction.Stephan Bergmann1-1/+1
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
2011-12-01Fix build in macosxAugust Sodora1-1/+1
2011-11-27remove include of pch header from vclNorbert Thiebaud10-20/+0
2011-11-21convert aqua plugin to rtl::O(U)StringDavid Tardon2-12/+12
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara1-2/+2
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann1-14/+2
2011-10-07Revert "cppcheck scope reduction in vcl/..salatsuifontutils.cxx"Pierre-André Jacquod1-1/+2
2011-10-07cppcheck scope reduction in vcl/..salatsuifontutils.cxxPierre-André Jacquod1-2/+1
2011-09-28Make deprecation warnings non-fatal even in a -Werror compilationTor Lillqvist4-9/+11
2011-09-28WaE: suggest a space before ';' or explicit braces around empty body in 'whil...Tor Lillqvist1-1/+2
2011-09-28WaE: ATSUI is deprecated in newer SDKsTor Lillqvist3-0/+30
2011-09-28WaE: setAccessoryView is deprecated in 10.5 and laterTor Lillqvist1-1/+18
2011-07-21resyncing to masterBjoern Michaelsen4-4/+6
2011-07-01Add Emacs and vim mode lines to *.mm files, tooTor Lillqvist2-0/+6
2011-06-30make cairo an unconditional requirement for text renderingCaolán McNamara1-2/+0
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen11-248/+117
2011-06-18remove dead codeTakeshi Abe1-2/+0
2011-06-17ooo34gsl01: #i117131# use correct sign for TTFontInfo [hg:d1476b062da5]Philipp Lohmann [pl]1-2/+2
2011-06-17ooo34gslstop1 [hg:c6da340e613c]Philipp Lohmann [pl]1-73/+6
2011-06-09Resolves: fdo#37668 bitwise operations on signed numbersCaolán McNamara1-4/+5
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky13-184/+127
2011-04-18Resolves: fdo#36336 fix crash on launchAnthony Durity1-0/+1
2011-03-24vcl2gnumake: fix warningsPhilipp Lohmann [pl]2-1/+2
2011-03-24vcl2gnumake: solve some merge problemsPhilipp Lohmann [pl]1-1/+1
2011-03-23vcl2gnumake: rebase to DEV300m103Philipp Lohmann [pl]3-44/+55
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-5/+17
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky9-465/+630