summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks8-18/+18
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-0/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-3/+3
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks1-0/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin15-206/+219
2015-04-10vcl: fix virtual device lifecycle.Michael Meeks1-0/+8
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks2-8/+8
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-10/+10