summaryrefslogtreecommitdiff
path: root/vcl/aqua
AgeCommit message (Expand)Author
2012-08-09Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIREDTor Lillqvist
2012-08-08remove include comments and boxesThomas Arnhold
2012-08-02mac-only UniString from sal_Unicode*Caolán McNamara
2012-08-01Add own declaration for the since long deprecated KillPicture()Tor Lillqvist
2012-07-31Add declaration of the very deprecated FMGetATSFontRefFromFontTor Lillqvist
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen
2012-07-28No KillPicture() in the 10.7 SDK, so just leak for now...Tor Lillqvist
2012-07-23second fix for WaEMarkus Mohrhard
2012-07-23fix WaE on MacMarkus Mohrhard
2012-07-22Fix fdo#50631 - have GetTextBoundRect() properly rotate boundsThorsten Behrens
2012-07-15#include "tools/helpers.hxx" for FRoundStephan Bergmann
2012-07-01vcl: CTRL_FIXEDBORDER is dead since ef877aab7eIvan Timofeev
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-25Remove OLD_TAB_STYLEThomas Arnhold
2012-06-25Fix error: redefinition of 'value'Tor Lillqvist
2012-06-23Initial basic support for CoreText. very partial and highly unstable.Norbert Thiebaud
2012-06-23WaE on Mac SDK > 10.4Norbert Thiebaud
2012-06-23factorize what we can share for salgdi between CoreText and ATSUINorbert Thiebaud
2012-06-23move ATSUI entangled-code into its specific sub-directoryNorbert Thiebaud
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud
2012-06-13removed code commented-out in the first placeTakeshi Abe
2012-06-11Remove unused InterceptChildWindowKeyDownThomas Arnhold
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-04fdo#50631: Fix the bounding box of rotated glyphs on MacOSX.Norbert Thiebaud
2012-05-29nuke unused typedefTakeshi Abe
2012-05-27Use normal font in tab headersStefan Knorr (astron)
2012-05-23fdo#49914, rulers: DarkShadow color is supposed to be dark (even on Mac).Jan Holesovsky
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
2012-04-25isOUStringType still used (from dbgutil code)Stephan Bergmann
2012-04-24WaE: when type is in parentheses, array cannot have dynamic sizeTor Lillqvist
2012-04-24WaE: delete called on class that is abstract but has non-virtual destructorTor Lillqvist
2012-04-24WaE: 'ATSLayout::InitFont' hides overloaded virtual functionTor Lillqvist
2012-04-24WaE: unused functionsTor Lillqvist
2012-04-24WaE: incompatible pointer typesTor Lillqvist
2012-04-24WaE: unused variableTor Lillqvist
2012-04-24WaE: semicolon before method body is ignoredTor Lillqvist
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-02-29can use Zip for thisDavid Tardon
2012-02-27there is no Sequence::isEmpty()Ivan Timofeev
2012-02-27Replace getLength() with isEmpty() where appropriateChr. Rossmanith
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold
2012-02-22EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold
2012-02-19risk converting ByteString to rtl::OString for OSes I don't haveCaolán McNamara
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold