summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-04Reduce scope.Jan Holesovsky1-2/+2
2013-04-04fdo#60542 Persona setting: change color of the text menu.Cao Cuong Ngo1-3/+10
2013-04-04unwind tangled mess around spinner buttonsMichael Meeks3-121/+42
2013-04-04need to replace %OOOVENDOR in .ui stringsCaolán McNamara2-1/+5
2013-04-04Related: fdo#61688 get strict ordering rightCaolán McNamara1-2/+7
2013-04-04WaE: variable is uninitialized when used within its own initializationTor Lillqvist1-1/+1
2013-04-03Use OUString in ImplGetEllipsisString()Chr. Rossmanith2-46/+63
2013-04-03Bypass fields that are unused for iOSTor Lillqvist2-3/+15
2013-04-03Ensure we have a CGContext in a couple of more placesTor Lillqvist1-3/+11
2013-04-03It's the font *style* we are looking at hereTor Lillqvist1-16/+12
2013-04-03Add missing breakTor Lillqvist1-0/+1
2013-04-03Fix heap corruptionTor Lillqvist1-1/+0
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold17-0/+127
2013-04-03Resolves: fdo#61688 SIGABRT with debug build in sortIntoBestTabTraversalOrderTerrence Enger1-0/+2
2013-04-03Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann1-1/+1
2013-04-03fdo#39468 Translate German in DBG_ASSERT and OSL_ENSURE in texteng.cxxChristian M. Heller1-58/+58
2013-04-02Some cppcheck cleaningJulien Nabet1-2/+1
2013-04-02Jpeg filter: destroy cinfo at setjmp + minor code clenupsTomaž Vajngerl3-43/+51
2013-04-02Use OUString and sal_Int32 in GetTextWidth() (2)Chr. Rossmanith2-7/+7
2013-04-02vcl: don't try to dlopen kde plugins when kde support is disabledMiklos Vajna1-2/+16
2013-04-02vcl: convert some fprintf to SAL_INFOThomas Arnhold8-53/+25
2013-04-02Fix typo: addtional => additional in the comment.Golnaz Irannejad1-1/+1
2013-04-02update pch filesThomas Arnhold1-4/+2
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-04-01vcl: unused includesMiklos Vajna1-20/+0