summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-12-12lokdialog: Allow windows / dialogs in different languages.Jan Holesovsky1-3/+7
2017-12-09lokdialog: Move lok cursor invalidation callbacks to vcl::CursorPranav Kant3-49/+40
2017-12-09headless: improve popup menu background defaults.Michael Meeks1-0/+2
2017-12-08lokdialog: Prevent crash on autopopup and some other dialogsPranav Kant1-8/+8
2017-12-05ofz: optimize 1bit mask to avoid timeoutCaolán McNamara1-13/+23
2017-12-05simplify Bitmap operator==/IsEqual (stage2)Noel Grandin2-3/+3
2017-12-05simplify Bitmap operator==/IsEqual (stage1)Noel Grandin2-4/+4
2017-12-05Fix typosAndrea Gelmini4-4/+4
2017-12-05Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M15-29/+29
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin32-255/+255
2017-12-05remove UL/L suffixes from shift-by-constant expressionsNoel Grandin9-100/+100
2017-12-05move the exception handlingCaolán McNamara1-159/+152
2017-12-05tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski18-4/+33
2017-12-05return false on exceptionCaolán McNamara1-152/+159
2017-12-05Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann4-8/+8
2017-12-05ofz#984 better match post-creation aBitmap.HasGreyPalette() logicCaolán McNamara1-1/+1
2017-12-05ofz: 0 bitcount bmps are unsupportedCaolán McNamara1-0/+4
2017-12-05expand forcing to mono mask during load to non-indexed sources tooCaolán McNamara1-4/+12
2017-12-05ofz#948 optimize the edge-case of converting masks to 1bit during dib loadCaolán McNamara1-36/+46
2017-12-05move bitmap allocation after palette readCaolán McNamara1-10/+10
2017-12-05return early on errorCaolán McNamara1-186/+184
2017-12-05process palette standaloneCaolán McNamara1-5/+6
2017-12-05ofz: reject broken rle bmpsCaolán McNamara2-1/+2
2017-12-05ofz#787 avoid bmp oomCaolán McNamara1-2/+3
2017-12-05-Werror,-Wimplicit-fallthroughStephan Bergmann1-0/+1
2017-12-05reject bmps with unknown compression schemesCaolán McNamara2-6/+22
2017-12-05vector::data seems more natural than &vector::frontCaolán McNamara4-13/+13
2017-12-05loplugin: unnecessary destructor vbahelper..vclNoel Grandin26-101/+0
2017-12-05Related tdf#101467: fix a leak with pSalMask (vcl/bitmapex)Julien Nabet1-2/+4
2017-12-05pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara1-0/+2
2017-12-05pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara1-0/+2
2017-12-05crashtesting: empty ReadAccess on converting fdo58541-1.xls to pdfCaolán McNamara1-1/+1
2017-12-05ofz#968 short-cut slow create mask when we are our own mask alreadyCaolán McNamara1-2/+9
2017-12-05tweak indent a littleCaolán McNamara1-119/+116
2017-12-05ofz#954 out of memoryCaolán McNamara14-1/+38
2017-12-05ofz#908 faster to scale a monochrome bitmap than a non-monochrome oneCaolán McNamara1-6/+6
2017-12-05improve readabilityJochen Nitschke1-12/+24
2017-12-05just calculate the scanline positionsCaolán McNamara1-36/+3
2017-12-05bmp is never 'unique' so always copiedCaolán McNamara1-0/+1
2017-12-05convert BmpConversion to scoped enumNoel Grandin23-89/+74
2017-12-05Bitmap::Convert->ConvertCaolán McNamara1-3/+3
2017-12-05coverity#1400143 Missing move assignment operatorCaolán McNamara1-2/+2
2017-12-05convert BmpCombine to scoped enum and drop unusedNoel Grandin2-87/+4
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin3-16/+8
2017-12-05new loplugin: useuniqueptr: vclNoel Grandin36-124/+85
2017-12-05defaults are good enoughCaolán McNamara1-4/+0
2017-12-05noone cares about the return from WriteGraphic eitherCaolán McNamara1-2/+2
2017-12-05noone cares about the return from ReadGraphicCaolán McNamara1-2/+2
2017-12-05loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin1-2/+2
2017-12-05Change Read/Write access to Scoped Read/Write accessMark Page9-92/+48