summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu
2016-06-08Simplify GfxLink using smart pointersMark Page
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin
2016-06-03Convert NupOrderType to scoped enumNoel Grandin
2016-06-03Convert FontRights to scoped enumNoel Grandin
2016-06-01Convert printer enums to scoped enumsNoel Grandin
2016-05-31Convert ControlType to scoped enumNoel Grandin
2016-05-31Convert PrinterSupport to scoped enumNoel Grandin
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin
2016-05-30Convert FontRelief to scoped enumNoel Grandin
2016-05-30convert TransparentType to scoped enumNoel Grandin
2016-05-30Remove CycleMode enumNoel Grandin
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-26loplugin:unusedreturntypesNoel Grandin
2016-05-26Convert MtfConversion to scoped enumNoel Grandin
2016-05-25vcl: replace prematurely optimized GlyphEmit with a std::vectorMichael Stahl
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-25Convert Disposal to scoped enumNoel Grandin
2016-05-24Revert "Simplify GfxLink using std::shared_ptr to clarify ownership"Stephan Bergmann
2016-05-23Simplify GfxLink using std::shared_ptr to clarify ownershipMark Page
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin
2016-05-20loplugin:unusedmethods in vclNoel Grandin
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin
2016-05-14cppcheck: uninitialised members in vclJochen Nitschke
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-06coverity#1359236 Uninitialized scalar fieldCaolán McNamara
2016-05-06vcl: save one heap allocThorsten Behrens
2016-05-05fix crash in WallpaperImpl destructorNoel Grandin
2016-05-04tdf#62525 vcl: use cow_wrapper for wallXisco Fauli
2016-05-04tdf#62525 vcl: use cow_wrapper for mapmodXisco Fauli
2016-04-29tdf#62525 vcl: use cow_wrapper for lineinfoXisco Fauli
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-27vcl: remove unused variable and redundant methodXisco Fauli
2016-04-27tdf#62525 vcl: use cow_wrapper for HatchXisco Fauli
2016-04-27tdf#89866 tdf#96504 vcl: fix printing of form controls with imagesMichael Stahl
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-25GDIMetaFile: rename members missing their prefixesMiklos Vajna
2016-04-24Pasting -- from a pdf from a fallback font doesn't give -- as outputCaolán McNamara
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin