summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-7/+7
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin1-2/+0
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-8/+2
2015-06-25tdf#91362: Don't override printer page autodetectionKatarina Behrens1-1/+8
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe14-73/+69
2015-06-16Fix typosAndrea Gelmini2-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-3/+3
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet1-4/+2
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann7-64/+64
2015-06-06Typo: emty->emptyJulien Nabet1-3/+3
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin3-12/+12
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann4-8/+8
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin9-41/+41
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-3/+3
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara3-7/+7
2015-05-21convert CVT constants to scoped enumNoel Grandin4-22/+22
2015-05-20convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin2-15/+15
2015-05-20convert QUEUE_STATUS constants to scoped enumNoel Grandin1-4/+6
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin3-5/+5
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin3-12/+12
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin2-9/+9
2015-05-20convert COPYAREA constant to bool flagNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin5-53/+55
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin3-64/+64
2015-05-18vcl: fix the MapMode ctor too to limit precision to 32 bitsMichael Stahl1-0/+6
2015-05-18tdf#90604: vcl: reduce MapMode precision further to 32 bits...Michael Stahl1-2/+2
2015-05-15tdf#91195: vcl: reduce MapMode Fraction precision to avoid...Michael Stahl1-0/+2
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara6-15/+15
2015-05-15fix debug buildCaolán McNamara1-1/+1
2015-05-15fix buildTomaž Vajngerl1-2/+2
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin7-647/+648
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin1-5/+5
2015-05-11ICONS: Breeze fallsback on galaxy and sifr fallsback on breezeYousuf Philips1-1/+3
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-4/+4
2015-05-10remove a use of OUString::intern()Norbert Thiebaud1-1/+1
2015-05-07convert BMP_VECTORIZE constants to scoped enumNoel Grandin3-11/+11
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin2-5/+5
2015-05-06assert on attempt to print after cancelCaolán McNamara1-2/+2
2015-05-06cancel doesn't cancel printingCaolán McNamara1-7/+10
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin7-23/+23
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin6-25/+25
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin1-12/+12
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-4/+2
2015-04-30Gradually typed LinkStephan Bergmann9-24/+24
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist4-5/+5