summaryrefslogtreecommitdiff
path: root/vcl/aqua/source
AgeCommit message (Collapse)Author
2012-07-23Fix fdo#50631 - have GetTextBoundRect() properly rotate boundsThorsten Behrens
Earlier fixes to AquaSalGraphics::GetGlyphBoundRect() are ineffective, since this method is not even called from ATSLayout. Change-Id: Iaeda228afed4799e6d54c5a7b1764b39f7b77c81 Signed-off-by: Jan Holesovsky <kendy@suse.cz> Signed-off-by: Michael Meeks <michael.meeks@suse.com> Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-06-04fdo#50631: Fix the bounding box of rotated glyphs on MacOSX.Norbert Thiebaud
Similarly to Ifb04d4a8e485182c5ef2771025b06832bfd75ae0 (commit ac25f124858b79e302adcc533d6a658d5c529394), we need to rotate the bounding box of glyphs on MacOSX too. Additionally, round the position up, and convert the size more straight-forward way. Change-Id: Idf7a077836e65072795c6d98d61925ce62ee35b7
2012-05-29nuke unused typedefTakeshi Abe
Change-Id: I12a55e08a83b88221d992790c97c830761755582
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
Change-Id: I09d0c5d6797b6df9e84ad3574fc420241fe72707
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
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
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
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
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap()
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
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks
A DisplayScreen is a screen index as used by the upper level abstractions, an X11Screen is a wrapper around an integer X screen index.
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
2012-01-09catch exception by constant referenceTakeshi Abe
2012-01-08catch exception by constant referenceTakeshi Abe
2012-01-06Fix fdo#33816 - don't loop infinitely when using Apple RemoteThorsten Behrens
Removed erratic loop condition - we simply want to check if any frame has fullscreen flag set.
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-22use officecfg/Office/Common.hxx directlyDavid Tardon
2011-12-15Removed extra semicolonsJesse
2011-12-14Adapted Mac-only code to ByteString reduction.Stephan Bergmann
2011-12-14Adapted Mac-only code to ByteString reduction.Stephan Bergmann
2011-12-05possible fix for build breakerMarkus Mohrhard
2011-12-05bah, wrong file extension...David Tardon
2011-12-05fix build on macosxDavid Tardon
2011-12-05move the check function to vclDavid Tardon
Other plugins may want to use it too.
2011-12-01Fix build in macosxAugust Sodora
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-21fix build on MacOS XDavid Tardon
2011-11-21convert aqua plugin to rtl::O(U)StringDavid Tardon
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-07redundant if not-null checks on deleteThomas Arnhold