summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2013-06-13cppcheck: fix all the others Prefer prefix ++/-- operatorsJulien Nabet
2013-06-13cppcheck: fix several Prefer prefix ++/-- operatorsJulien Nabet
2013-06-13cppcheck: fix return statement followed by breakJulien Nabet
2013-06-13don't make it a secret what the errors areCaolán McNamara
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-06-13Work around -Werror=type-limits when plain char is unsignedStephan Bergmann
2013-06-13Remove dead code related to unused WITH_SVP_LISTENINGStephan Bergmann
2013-06-12Small correction in scaling code seen while debugging something elseArmin Le Grand
2013-06-12Added ColorDepth change test with assertion to the Bitmap::Scale methodArmin Le Grand
2013-06-12WaE: non-constant-expression cannot be narrowed from 'long' to 'CGFloat'Tor Lillqvist
2013-06-12Atempt at making --enable-gtk3 build againStephan Bergmann
2013-06-12Corrected bitmap scaler to not create 24bit outputs for scaling masks/alphasArmin Le Grand
2013-06-12Resolves: #i121233# some slight corrections/enhancementsArmin Le Grand
2013-06-12allow at least some KDE protocols in KFileDialogLuboš Luňák
2013-06-12Resolves: #i121267# added support for taking clipping into account...Armin Le Grand
2013-06-12Related: #i121237# Corrected Region exportArmin Le Grand
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand
2013-06-12fdo#65132 compute font height correctlyDavid Tardon
2013-06-12Fix exception specification for ZipFileAccess::createWithURLNoel Grandin
2013-06-12EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with itFridrich Štrba
2013-06-12Pass also the bounding box in device units to the EMF+ partFridrich Štrba
2013-06-12sal_Bool to boolTakeshi Abe
2013-06-11Resolves: #i121194# Better support for graphic fill styles...Armin Le Grand
2013-06-11fix and simplify getting files from the KDE4 file dialogLuboš Luňák
2013-06-11protect against exception during construction.Michael Meeks
2013-06-11Cairo canvas fixesMichael Meeks
2013-06-11Revert "fix canvas bitmap rendering (argb32 pixmaps) fixes color in n#780830"Michael Meeks
2013-06-11Revert "pass argb32 pixmaps from vcl to canvas, avoiding costly x11 ...Michael Meeks
2013-06-11Resolves: #i121183# Added buffering non-bitmap formats in GraphicArmin Le Grand
2013-06-11Missing zip files now result in a DeploymentException so ignore that.Michael Meeks
2013-06-11limit next codepoint index to the minindex..endindex boundsOliver-Rainer Wittmann
2013-06-11fdo#65450 Not to call MenuBar's selection logic for rollover effectIsamu Mogi
2013-06-11mark as constTakeshi Abe
2013-06-11sal_Bool to boolTakeshi Abe
2013-06-10mingw64: Don't cast to pointers from narrower integersFridrich Štrba
2013-06-09sal_Bool to boolTakeshi Abe
2013-06-08Resolves: #i121382# Corrected size handling including font size handling...Armin Le Grand
2013-06-07further reduce GUIBASE usage; don't set it to headlessMatúš Kukan
2013-06-07dump more info when encountering an odd language for a scriptCaolán McNamara
2013-06-07Fix memory leak in SelectionManager::getXdndVersion.Mark Wielaard
2013-06-06Newer mingw-w64 has gdiplus headers, though a bit buggyFridrich Štrba
2013-06-06Remove some warnings on mingw64Fridrich Štrba
2013-06-07sal_Bool to boolTakeshi Abe
2013-06-06fix WM_CLASSLuboš Luňák
2013-06-06simplify WM_COMMANDLuboš Luňák
2013-06-06Remove remnants of help agentCaolán McNamara
2013-06-06Some more movement to mingw64 portFridrich Štrba
2013-06-06Fix memory leak in Exif::processExif. Delete aExifData when done.Mark Wielaard
2013-06-05CGColorCreateGenericRGB is not available on iOSTor Lillqvist