summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-04-10Translate German comments and general clean-upPhilipp Weissenbacher2-197/+113
2013-04-10Kill the ToolBar class, move the needed bits directly to ToolBox.Jan Holesovsky2-0/+18
2013-04-09Related: fdo#62287 make it impossible to use a dead AquaSalFrameCaolán McNamara1-2/+8
2013-04-09Related: #i120237# cache the updated frame reference in AquaSalGraphicsHerbert Dürr1-1/+8
2013-04-09Resolves: #i120237# workaround a crash on OSX...Herbert Dürr1-3/+4
2013-04-09rename expat external to 'expat'David Tardon1-1/+1
2013-04-09fdo#39468 Translate German comments V2 - source/edit/texteng.cxxChristian M. Heller1-165/+126
2013-04-09WaE: unused variable 'lineRunGlyphStartIx'Tor Lillqvist1-0/+1
2013-04-08Revert "fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string un...Rene Engelhard2-22/+2
2013-04-08More fixes to the CoreText codeTor Lillqvist1-8/+12
2013-04-08more code overview documentation.Michael Meeks1-0/+2
2013-04-08Use SAL_FINAL hereTor Lillqvist1-1/+1
2013-04-08fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes.navin patidar2-2/+22
2013-04-08GetGlyphOutlines is unusedTor Lillqvist1-2/+0
2013-04-08Use SAL_OVERRIDE and drop an unused member functionTor Lillqvist1-30/+23
2013-04-08Add a commment with guesses about the layout engine "API"Tor Lillqvist1-0/+27
2013-04-08Refactoring, no change in end resultTor Lillqvist1-63/+85
2013-04-08More hacking, still not working properlyTor Lillqvist1-64/+91
2013-04-08Bin some pointless SAL_INFOsTor Lillqvist1-9/+1
2013-04-08Bin unused fields and an unimplemented methodTor Lillqvist1-3/+0
2013-04-08Add SAL_INFO output operator for CoreTextStyleInfoTor Lillqvist2-0/+16
2013-04-08Add SAL_INFO output operator for CTFontRefTor Lillqvist2-3/+22
2013-04-08Add SAL_INFO output operator for CGColorRefTor Lillqvist2-0/+17
2013-04-08Add logging output operators for CGPoint and CGSizeTor Lillqvist2-1/+23
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák3-12/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák336-2993/+2870
2013-04-07Avoid hang on make subsequentcheck on LinuxTor Lillqvist1-2/+7
2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist3-40/+1
2013-04-07Need more headers to make sure we have CGRectTor Lillqvist1-0/+5
2013-04-07Bin some not longer interesting NSLoggingTor Lillqvist1-18/+0
2013-04-07We need to acquire the yield mutex hereTor Lillqvist1-0/+4
2013-04-07Create a justified line if asked toTor Lillqvist1-0/+11
2013-04-07We have just one element in these tablesTor Lillqvist1-2/+2
2013-04-07Don't return in a (rare?) case without restoring the CGContext state stackTor Lillqvist1-1/+1
2013-04-07Use CGContextShowGlyphsWithAdvances()Tor Lillqvist1-5/+7
2013-04-07Take trailing whitesapce into considerationTor Lillqvist1-2/+9
2013-04-07Try calling RefreshRect() in DrawText() like in the ATSUI codeTor Lillqvist1-0/+24
2013-04-07Bin some #if 0 codeTor Lillqvist1-9/+1
2013-04-07mpChars2Glyphs is unusedTor Lillqvist1-9/+0
2013-04-07Add comments to some questionable codeTor Lillqvist1-1/+14
2013-04-07Log the ImplLayoutArgs parameter in AdjustLayout().Tor Lillqvist1-5/+7
2013-04-07Add operator<< for CGRect for SAL_INFO goodnessTor Lillqvist2-1/+18
2013-04-06Actually no need to have it inline in the headerTor Lillqvist2-81/+85
2013-04-06Move the SAL_INFO operator<< for ImplLayoutArgs to sallayout.hxx for re-useTor Lillqvist2-61/+85
2013-04-05new module i18nlangtagEike Rathke36-42/+42
2013-04-05Resolves: fdo#61940 unable to change shape fill colorsCaolán McNamara1-2/+11
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist2-2/+3
2013-04-04make border property of multiline edit optionalCaolán McNamara1-1/+4
2013-04-04map justification property to alignment bitsCaolán McNamara1-0/+14
2013-04-04use existing hook for replacing %FOO variablesCaolán McNamara2-7/+12