summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
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
2017-11-28lokdialog: Make vcl::DialogID an integerPranav Kant
2017-11-28lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant
2017-11-27ofz: XPMReader::ImplGetColKey short readCaolán McNamara
2017-11-27ofz#4076 bad palette READCaolán McNamara
2017-11-27vcl: StyleSettings - start to unwind code duplication.Michael Meeks
2017-11-24tdf#114025 - avoid deadlock between x11 clipboard and the lock dialog.Michael Meeks
2017-11-23tdf#109343 Fix paste as .RTF on MacXisco Fauli
2017-11-22Apparent fix for what seems like a copy-paste error by me in 2014Tor Lillqvist