summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-12post padmin shrinkage a lot of FontManager can go nowCaolán McNamara4-410/+3
2012-01-11Resolves:fdo#44078 fix unfortunate name alias mixups with DejaVu fontsCaolán McNamara1-4/+15
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-1/+1
2012-01-11Resolves: fdo#44492 look up font by FC_FILE+FC_INDEX rather than FC_FAMILYCaolán McNamara4-19/+42
2012-01-11align m_nCollectionEntry with getFontFaceNumber and FC_FACE, bump cache magicCaolán McNamara3-15/+15
2012-01-11further shrinkage of padmin non-fontconfig code-pathsCaolán McNamara2-95/+0
2012-01-11adapt findFontFileID to know about multiple font faces in a font fileCaolán McNamara4-54/+122
2012-01-11addFontFile always add all font faces in that fileCaolán McNamara3-3/+3
2012-01-11align getFontFaceNumber with FC_FACECaolán McNamara4-8/+4
2012-01-11on generic X11 unix we always use fontconfigCaolán McNamara5-33/+16
2012-01-11remove redundant Clipboard_getSupportedServiceNamesCaolán McNamara2-10/+0
2012-01-11callcatcher: lets trust my own toolingCaolán McNamara6-64/+0
2012-01-10Apparently need more (all?) methodsTor Lillqvist1-0/+80
2012-01-10Avoid CUPS on AndroidTor Lillqvist1-0/+2
2012-01-10Rename weird "NetPath" term to the more descriptive "InstallationRootPath"Tor Lillqvist2-13/+13
2012-01-10Add a couple more methodsTor Lillqvist1-1/+18
2012-01-10Build more code on Android, tooTor Lillqvist1-0/+19
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold6-7/+7
2012-01-10can drop intermediate strings nowCaolán McNamara1-4/+2
2012-01-10Replace (Byte)String with rtl::O(U)StringChristina Rossmanith2-32/+33
2012-01-10callcatcher: update listCaolán McNamara6-46/+1
2012-01-10reduce DragMode fooCaolán McNamara2-31/+0
2012-01-10Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILEMarcel Metz1-3/+2
2012-01-10Remove cruft in debug toolsMarcel Metz1-219/+1
2012-01-09callcatcher: remove unused SalColormap methodsThomas Arnhold2-56/+0
2012-01-09callcatcher: clean up vcl i18nThomas Arnhold4-85/+0
2012-01-09Replace Table with std::set.Marcel Metz1-14/+7
2012-01-09catch exception by constant referenceTakeshi Abe1-2/+2
2012-01-07Remove unused codeAugust Sodora2-198/+1