summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
AgeCommit message (Expand)Author
2020-09-12pdfium: only init pdfium library once and destroy on LO exitTomaž Vajngerl
2020-06-04Cut down on -pthread/-lpthread proliferationStephan Bergmann
2019-01-16tdf#117295 WIN no main loop shortcut for OLE dialogJan-Marek Glogowski
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski
2018-05-07Allow building Qt5 backend on HaikuKacper Kasper
2018-04-27loplugin:unusedmethodsNoel Grandin
2018-04-23vcl: ImplDuoTone() -> BitmapDuoToneFilterChris Sherlock
2018-04-22vcl: ImplEmbossGrey() -> BitmapEmbossGreyFilterChris Sherlock
2018-04-22vcl: ImplMosaic() -> BitmapMosaicFilterChris Sherlock
2018-04-22vcl: ImplSepia -> BitmapSepiaFilterChris Sherlock
2018-04-22vcl: ImplSolarize() to BitmapSolarizeFilterChris Sherlock
2018-04-22vcl: ImplPopArt() -> BitmapPopArtFilterChris Sherlock
2018-04-22vcl: ImplSobelGrey() -> BitmapSobelGreyFilterChris Sherlock
2018-04-22vcl: ImplMedianFilter() -> BitmapMedianFilterChris Sherlock
2018-04-22vcl: create BitmapSmoothenFilterChris Sherlock
2018-04-22vcl: ImplConvolute3() -> BitmapConvolutionMatrixFilterChris Sherlock
2018-04-21vcl: Bitmap::ImplSeparableUnsharpenFilter() -> BitmapSeparableUnsharpenFilterChris Sherlock
2018-04-21vcl: get rid of tabs in vcl/Library_vcl.mkChris Sherlock
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock
2018-04-20vcl: ImplSeparableBlurFilter() -> BitmapGaussianSeparableBlurFilterChris Sherlock
2018-04-17remove ImpBitmapNoel Grandin
2018-04-16vcl: move Bitmap::ImplScaleFast() and Bitmap::ImplScaleInterpolate()Chris Sherlock
2018-04-16vcl: migrated BitmapProcessor and scale classes to BitmapFilterEx classesChris Sherlock
2018-04-12vcl: Add a internal (memory) manager for Graphic objectsTomaž Vajngerl
2018-04-10vcl: detach usage and remove GraphicManager and GraphicCacheTomaž Vajngerl
2018-03-22move btndlg from vcl to toolkitCaolán McNamara
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-03-07add GraphicLoader and funct. to load graphic from URLTomaž Vajngerl
2018-03-06vcl: split painting bitmap functions to bitmappaint.cxxChris Sherlock
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2018-03-05vcl: move vcl/source/gdi/bitmap.cxx to vcl/source/bitmap/bitmap.cxxChris Sherlock
2018-01-28fix build with glm 0.9.9Rene Engelhard
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky
2017-11-06QT5 first stab on implementing CommonSalLayoutJan-Marek Glogowski
2017-11-03improve debug printing of ErrCodeNoel Grandin
2017-11-03vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens
2017-10-26Fix build on linux without cupsSzymon Kłos
2017-10-02Add IDialogRenderable interface for rendering of dialogsTomaž Vajngerl
2017-10-02move ITileRenderable implementation to own fileTomaž Vajngerl
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski
2017-09-15consistent naming of externals: jpeg-turbo->libjpeg-turboMichael Stahl
2017-09-12WIP: Implement Basic Common Printing BackendYash Srivastav
2017-08-31vcl PDF export: remove no longer direct curl dependencyMiklos Vajna
2017-08-29move ListControl to vclMarkus Mohrhard
2017-08-24vcl PDF export: remove no longer direct NSS dependencyMiklos Vajna
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati
2017-07-21migrate to boost::gettextCaolán McNamara