summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/salgdilayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-26vcl: remove unnecessary header includes in vcl/source/gdi/salgdilayout.cxxChris Sherlock1-28/+3
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-1/+1
2015-08-24tdf#89381 Revert "vcl: SalGraphics::mirror() - always use GetGraphicsWidth()"Maxim Monastirsky1-6/+30
2015-08-23don't mirror 0, RECT_EMPTY, 0, RECT_EMPTY rectangleCaolán McNamara1-1/+3
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-6/+5
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin1-42/+42
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-03-23Typo: impemented->implementedJulien Nabet1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-3/+3
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne1-1/+1
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-0/+30
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky1-1/+12
2014-11-16vcl: SalGraphics::mirror() - always use GetGraphicsWidth()Chris Sherlock1-30/+6
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock1-0/+5
2014-09-30fdo#82577: Handle RegionNoel Grandin1-4/+4
2014-03-20all the filterText impls are now no-ops, so removeCaolán McNamara1-5/+0
2014-03-20Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-21/+16
2014-03-13CosmeticsTor Lillqvist1-38/+38
2014-02-26Remove visual noise from vclAlexander Wilms1-7/+7
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-21/+21
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-05Doxygen warnings correctedChris Sherlock1-3/+3
2014-02-04Revert "Doxygen warnings corrected"Caolán McNamara1-3/+3
2014-02-04Doxygen warnings correctedChris Sherlock1-3/+3
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1
2013-12-31Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr1-5/+5
2013-06-28fdo#63254: correct re-mirroring formulaIvan Timofeev1-2/+2
2013-06-14Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand1-24/+63
2013-06-13cppcheck: fix all the others Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand1-16/+25
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-26Use OUString and sal_Int32 in filterText()Chr. Rossmanith1-1/+1
2012-11-06Fix some file modesStephan Bergmann1-0/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-28/+22
2012-04-23Remove unused vcl methods.Monica Ramirez Arceda1-34/+0
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold1-17/+0
2012-02-01const is such a useless concept anyway </sarcasm>Luboš Luňák1-19/+16
2012-01-06Removed unnecessary tools/ref.hxx includes.Marcel Metz1-1/+0
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon1-1/+1
2011-11-20Remove some unused methodsThomas Arnhold1-8/+0
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-12/+15
2011-03-23vcl2gnumake: rebase to DEV300m103Philipp Lohmann [pl]1-26/+34
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-56/+64
2011-02-14rebase to DEV300_m100Philipp Lohmann [pl]1-32/+32
2011-02-14rebase to DEV300_m100Philipp Lohmann [pl]1-30/+30