summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2-1/+5
2012-01-15WaE: narrowing conversionDavid Tardon1-1/+1
2012-01-15WaE: deprecated functionDavid Tardon1-1/+1
2012-01-15avoid warnings about deprecated decls. from glib2David Tardon2-0/+2
2012-01-15vcl: fix MinGW buildMatúš Kukan1-5/+0
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks18-58/+56
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks19-90/+50
2012-01-15Remove unused SalDisplay::IsLocalMichael Meeks2-126/+0
2012-01-15vcl: hide / make internal misc. vcl display handling methods.Michael Meeks1-6/+9
2012-01-15vcl: isolate new attempt to count monitors as screens to gtk3 fdo#43458Michael Meeks2-0/+4
2012-01-13Replace getLength() with isEmpty() in vcl/generic/fontmanagerChristina Rossmanith4-22/+22
2012-01-13tidy some string typesCaolán McNamara1-6/+7
2012-01-13Replace (Byte)String with rtl::O(U)StringChristina Rossmanith1-15/+15
2012-01-13Drop XLFD support from fontmanagerKhaled Hosny3-541/+5
2012-01-13callcatcher: update list, getXLFD is now unusedCaolán McNamara2-77/+0
2012-01-12VCL_DLLPUBLIC is in the wrong placeCaolán McNamara3-83/+38