summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-3/+3
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-05-05typo: strech -> stretchAndras Timar1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist2-5/+5
2015-04-28default initialization of object of const type w/o user-provided default ctorStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks8-72/+73
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-16drawinglayer, editeng, forms, fpicker: convert new to ::Create.Michael Meeks2-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks4-6/+6
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2-3/+3
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin8-70/+71
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-27convert CUTFLAG_ constants to enum classNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-16drawinglayer::processor2d::HitTestProcessor2D: ignore pixel size of ...Miklos Vajna1-3/+6
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl2-4/+4
2015-03-04V813: Decreased performanceCaolán McNamara2-60/+60
2015-03-03TyposJulien Nabet1-1/+1
2015-03-03Improve loplugin:passstuffbyrefStephan Bergmann1-2/+2
2015-02-21Typo: deleteing->deletingJulien Nabet1-1/+1
2015-02-17boost->stdCaolán McNamara2-4/+4
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+3
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-0/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-07drawinglayer: fix Android buildMiklos Vajna1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-6/+6
2015-01-06boost::math::nextafter->std::nextafterCaolán McNamara1-2/+1
2014-12-10Resolves: fdo#87189 don't draw negative canvas sizesCaolán McNamara1-1/+1
2014-11-21Revert "WaE: unused functions"Tor Lillqvist1-3/+0
2014-11-21Revert "fdo#81643: Regression in rendering of borders"Kohei Yoshida1-5/+5
2014-11-21WaE: unused functionsTor Lillqvist1-0/+3
2014-11-21fdo#81643: Regression in rendering of bordersZolnai Tamás1-5/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-15drawinglayer: these are expected to be UTF-8Miklos Vajna1-2/+2
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-49/+33
2014-11-03Zero font width means non-scaledStephan Bergmann1-1/+5
2014-11-02vcl: Refactor OutputDevice::TryDrawPolyLineDirect()Chris Sherlock1-5/+2
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-24Resolves: fdo#84729 buffer cache grows to over 9000 unused entriesCaolán McNamara1-0/+5
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin3-24/+24