summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/salgdilayout.cxx
AgeCommit message (Expand)Author
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2016-12-09move the windows restart because of bad-opengl requirements to a better placeCaolán McNamara
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-31Convert ControlType to scoped enumNoel Grandin
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-25fix headless buildOliver Specht
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin
2016-01-26vcl: remove unnecessary header includes in vcl/source/gdi/salgdilayout.cxxChris Sherlock
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks
2015-08-24tdf#89381 Revert "vcl: SalGraphics::mirror() - always use GetGraphicsWidth()"Maxim Monastirsky
2015-08-23don't mirror 0, RECT_EMPTY, 0, RECT_EMPTY rectangleCaolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23Typo: impemented->implementedJulien Nabet
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky
2014-11-16vcl: SalGraphics::mirror() - always use GetGraphicsWidth()Chris Sherlock
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-03-20all the filterText impls are now no-ops, so removeCaolán McNamara
2014-03-20Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-13CosmeticsTor Lillqvist
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-05Doxygen warnings correctedChris Sherlock
2014-02-04Revert "Doxygen warnings corrected"Caolán McNamara
2014-02-04Doxygen warnings correctedChris Sherlock
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2013-12-31Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr
2013-06-28fdo#63254: correct re-mirroring formulaIvan Timofeev
2013-06-14Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand
2013-06-13cppcheck: fix all the others Prefer prefix ++/-- operatorsJulien Nabet