summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-01-25make padmin ByteString freeCaolán McNamara1-2/+1
2012-01-25callcatcher: remove some unused codeCaolán McNamara2-28/+1
2012-01-25reduce unnecessary includesCaolán McNamara1-1/+0
2012-01-25Clean up (don't bind retval temporaries to references).Stephan Bergmann1-2/+2
2012-01-25Revert "fix rendering of metafiles embedded in emf+"Radek Doulik1-4/+4
2012-01-25Marking ImplDrawModeToColor as const.Muthu Subramanian2-2/+2
2012-01-25Reduced duplicate code detected by simian.Christina Rossmanith3-46/+22
2012-01-25WaE: unused parameter 'nType'Tor Lillqvist1-0/+1
2012-01-24android: re-factor headless a little, and start on the mainloopMichael Meeks5-42/+87
2012-01-24WaE: unused eCaolán McNamara1-2/+5
2012-01-24use write_uInt16s_FromOUString patternCaolán McNamara1-28/+4
2012-01-24callcatcher: update list, remove newly unused methodsCaolán McNamara7-102/+0
2012-01-24use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loopsCaolán McNamara1-46/+4
2012-01-24String->rtl::OUStringCaolán McNamara3-62/+80
2012-01-24fix rendering of metafiles embedded in emf+Radek Doulik1-4/+4
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold1-5/+5
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz1-1/+6
2012-01-23vcl: early crash => no ucb => no images.zip => unhandled exception, caught.Michael Meeks1-1/+7
2012-01-23remove duplicate headerThomas Arnhold1-4/+0
2012-01-23Resolves: fdo#44856 skew artificial fonts before glyph or layout rotationCaolán McNamara1-3/+8
2012-01-23ByteString->rtl::OStringCaolán McNamara1-10/+9
2012-01-21unused methodsThomas Arnhold2-23/+0
2012-01-20Remove some dated Windows-only debug stuff.Stephan Bergmann1-4/+0
2012-01-20android: add missing VCL init symbol goodnessMichael Meeks2-2/+70
2012-01-19remove unused methodsThomas Arnhold2-78/+0
2012-01-19WaE: fix misc. SvStream operator problems.Michael Meeks2-3/+3
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae6-47/+80
2012-01-18Unify blitting in vcl.Thorsten Behrens1-94/+89
2012-01-18remove unused codeThomas Arnhold2-10/+0
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar3-15/+11
2012-01-18android: use config_host.mk for unit test goodnessMichael Meeks1-4/+2
2012-01-18android: tweak headless, expand docs, and start custom android backendMichael Meeks6-14/+142
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz6-8/+8
2012-01-17vcl: expand the documentation in READMEMichael Meeks1-1/+20
2012-01-17remove unused methodsThomas Arnhold6-57/+0
2012-01-16typoCaolán McNamara1-1/+1
2012-01-16Removed FormatterBase::SetFieldTextMariusz Dykierek2-15/+0
2012-01-16Revert RescheduleDuringAcquire, it leads to code being run w/o solar mutex.Stephan Bergmann1-22/+3
2012-01-16Clang -Wsign-compare.Stephan Bergmann1-1/+1
2012-01-16Clang -Wunneeded-internal-declaration.Stephan Bergmann1-24/+0
2012-01-16Add SOLARIS checks for SalDisplay::IsLocal()Thomas Arnhold2-0/+13
2012-01-16Revert "Remove unused SalDisplay::IsLocal"Thomas Arnhold2-0/+126
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz6-11/+8
2012-01-16drop unneeded castDavid Tardon2-2/+2
2012-01-16WaE: getXScreen is an unsigned int nowCaolán McNamara2-2/+2
2012-01-16Same expression on both sides of '-'Caolán McNamara1-8/+8
2012-01-16one bug display->one big displayCaolán McNamara1-1/+1
2012-01-16callcatcher: update list, updateDirTimestamp now unusedCaolán McNamara2-16/+0
2012-01-16vcl: second part of fix for fdo#43458 - get xrandr / y positioning rightMichael Meeks3-20/+23
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks37-752/+868