summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
2017-02-10convert Orientation to scoped enumNoel Grandin
2017-02-09convert PDFVersion to scoped enumNoel Grandin
2017-02-09convert DestAreaType to scoped enumNoel Grandin
2017-02-09convert PDFWriter::PageTransition to scoped enumNoel Grandin
2017-02-09Resolves: ofz#576 unexpected exception with invalid fractionCaolán McNamara
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2017-02-09convert FontType to scoped enumNoel Grandin
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin
2017-02-08clarify we're not setting a pal index in the maskCaolán McNamara
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-02-08use c++11 data()Caolán McNamara
2017-02-08coverity#1400143 Missing move assignment operatorCaolán McNamara
2017-02-06vcl: fix inconsistent GraphicsStateUpdateFlags assertsMichael Stahl
2017-02-06Add missing #includesStephan Bergmann
2017-02-05sal_uIntPtr to sal_uInt16Matteo Casalin
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2017-02-02convert BmpCombine to scoped enum and drop unusedNoel Grandin
2017-02-01Need <config_features.h> hereTor Lillqvist
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-02-01tdf#105461 PDF export: handle text fill colorMiklos Vajna
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-30vcl: fix MetaTextLine reading, version 2 contains overlineTomaž Vajngerl
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-27coverity#1371303 Missing move assignment operatorCaolán McNamara
2017-01-27everything ImplClear clears is managed by their dtors anywayCaolán McNamara
2017-01-27Animation dtor will be called anyway, so drop ClearCaolán McNamara
2017-01-27everything reset by ImplClear is going to be overwritten anywayCaolán McNamara
2017-01-27we copy the flag for the context in the ctor, but not the contextCaolán McNamara
2017-01-27remove weirdness of ImpGraphic assignment operatorCaolán McNamara
2017-01-27DisableGlyphInjection does nothingKhaled Hosny
2017-01-27move these into the member init listCaolán McNamara
2017-01-27ImplClear sets mbSwapOut false, so mbSwapOut is actually always false hereCaolán McNamara
2017-01-27reformat member initializationCaolán McNamara
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25ofz#463 unable to mmapCaolán McNamara
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-21coverity#1399156 split ImplCreateSwapInfo and ImplClearGraphicsCaolán McNamara
2017-01-21This does not seem to be neededKhaled Hosny
2017-01-21Move these defines to the only file using themKhaled Hosny
2017-01-19vcl: Fix a small chance of memleaksTakeshi Abe
2017-01-18Resolves: tdf#98593 buttons in writer show different text at different zoomsCaolán McNamara
2017-01-18Ref...DeviceTextLayout::GetTextArray is only called by Ref...DeviceTextLayoutCaolán McNamara
2017-01-18don't need so many bracketsCaolán McNamara
2017-01-18ofz: reduce scope, check stream, validate nActionsCaolán McNamara
2017-01-18TODO: fix reindentation below if you can accept being blamed by the SCMCaolán McNamara
2017-01-18pdf export: make FontIdentifier comparison strict weak ordering.Mark Hung
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2017-01-12make the include of OpenGLHelper.hxx not global hereDouglas Mencken
2017-01-10ofz#395 leak in Bitmap::AcquireWriteAccessCaolán McNamara