summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2015-09-02tdf#93532 - Switching to 64-bit checksumMarco Cecchetti9-172/+147
2015-08-28Add a globally usable WindowsErrorString functionTor Lillqvist1-42/+16
2015-08-25don't mirror 0, RECT_EMPTY, 0, RECT_EMPTY rectangleCaolán McNamara1-1/+3
2015-08-24tdf#89381 Revert "vcl: SalGraphics::mirror() - always use GetGraphicsWidth()"Maxim Monastirsky1-6/+30
2015-08-17tdf#44388: handle the NULL clip correctly for pdf outputThorsten Behrens1-3/+6
2015-08-11tdf#93325 ImplAnimView rendercontext: stop painting animgifs directlyMiklos Vajna1-12/+37
2015-07-13min legal size here is > 4Caolán McNamara1-1/+1
2015-07-08Related tdf#91362: disable paper size & orientation selectionKatarina Behrens3-3/+7
2015-07-07tdf#91362: Make "printer was modified" status persistentKatarina Behrens1-3/+13
2015-06-27tdf#91362: Don't override printer page autodetectionKatarina Behrens1-1/+8
2015-05-27tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-3/+3
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
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks17-232/+255
2015-04-27More loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann6-8/+8
2015-04-20vcl: convert new to ::CreateMichael Meeks5-6/+6
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann3-30/+35
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann7-27/+27
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks10-19/+19
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks2-6/+8
2015-04-10Fix unintended destruction of adjacent printers.Michael Meeks1-2/+2