summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2017-12-05vector::data seems more natural than &vector::frontCaolán McNamara
2017-12-05loplugin: unnecessary destructor vbahelper..vclNoel Grandin
2017-12-05Related tdf#101467: fix a leak with pSalMask (vcl/bitmapex)Julien Nabet
2017-12-05pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara
2017-12-05pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara
2017-12-05crashtesting: empty ReadAccess on converting fdo58541-1.xls to pdfCaolán McNamara
2017-12-05ofz#968 short-cut slow create mask when we are our own mask alreadyCaolán McNamara
2017-12-05tweak indent a littleCaolán McNamara
2017-12-05ofz#954 out of memoryCaolán McNamara
2017-12-05ofz#908 faster to scale a monochrome bitmap than a non-monochrome oneCaolán McNamara
2017-12-05improve readabilityJochen Nitschke
2017-12-05just calculate the scanline positionsCaolán McNamara
2017-12-05bmp is never 'unique' so always copiedCaolán McNamara
2017-12-05convert BmpConversion to scoped enumNoel Grandin
2017-12-05Bitmap::Convert->ConvertCaolán McNamara
2017-12-05coverity#1400143 Missing move assignment operatorCaolán McNamara
2017-12-05convert BmpCombine to scoped enum and drop unusedNoel Grandin
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-12-05new loplugin: useuniqueptr: vclNoel Grandin
2017-12-05defaults are good enoughCaolán McNamara
2017-12-05noone cares about the return from WriteGraphic eitherCaolán McNamara
2017-12-05noone cares about the return from ReadGraphicCaolán McNamara
2017-12-05loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin
2017-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2017-12-05When overreading gif sub blocks, do not read skipped bytesMark Page
2017-12-05Use smart pointers for allocated objects in the gif loaderMark Page
2017-12-05coverity#1398233 Uninitialized scalar fieldCaolán McNamara
2017-12-05convert BmpFilter to scoped enumNoel Grandin
2017-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2017-12-05BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann
2017-12-05ofz#395 leak in Bitmap::AcquireWriteAccessCaolán McNamara
2017-12-05BitmapWriteAccess* -> Bitmap::ScopedWriteAccessCaolán McNamara
2017-12-05Use smart pointers for gdi pdf functionsMark Page
2017-12-05Extend ScopedBitmapAccess and modify various classes to use itMark Page
2017-12-05lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky
2017-12-05lokdialog: Make the Autofilter popup work in Calc.Jan Holesovsky
2017-12-05lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant
2017-12-05lokdialog: Simplify; make the LOK dialog API more genericPranav Kant
2017-12-05lokdialog: Kill some code; use already existing method to paintPranav Kant
2017-12-02Revert "tdf#114025 - avoid deadlock between x11 clipboard and ...Michael Stahl
2017-11-28lokdialog: new callback size_changed with new size of the dialogPranav Kant
2017-11-28lokdialog: Emit callback when title is changedPranav Kant
2017-11-28lokdialog: Launch dialogs which have a notifier registeredPranav Kant
2017-11-28lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky
2017-11-28lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky
2017-11-28lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky
2017-11-28lokdialogs: Assign the LOK window id only when necessary.Jan Holesovsky
2017-11-28lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky
2017-11-28lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky
2017-11-28lokdialog: Notify dialog closure from sfx2/, instead of vcl/Pranav Kant