summaryrefslogtreecommitdiffstats
path: root/vcl/win/gdi
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2016-10-031-1/+1
* vcl: remove WNT ImplFontAttrCacheMichael Stahl2016-09-302-160/+0
* vcl: fix some mysterious WNT font cache fileMichael Stahl2016-09-291-3/+3
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* loplugin:constantparam in vcl..xmlscriptNoel Grandin2016-09-071-1/+1
* convert DuplexMode to scoped enumNoel Grandin2016-09-051-8/+8
* convert Orientation to scoped enumNoel Grandin2016-09-051-3/+3
* convert OutDevSupportType to scoped enumNoel Grandin2016-09-051-2/+2
* boost::intrusive_ptr->tools::SvRefCaolán McNamara2016-09-021-10/+8
* -Werror,-Wswitch (clang-cl)Stephan Bergmann2016-08-251-0/+1
* -Werror,-Winconsistent-missing-override (clang-cl)Stephan Bergmann2016-08-251-1/+1
* tdf#101026 Create more correct replacement control vectorArmin Le Grand2016-07-281-7/+6
* tdf#82214 optimize PatternFillPrimitive and SVGArmin Le Grand2016-07-071-41/+15
* tdf#82214 optimize performance for primitivesArmin Le Grand2016-07-071-48/+77
* comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2016-07-041-2/+2
* tdf#98710 check the font is bound, substitute FON fontsTomaž Vajngerl2016-07-042-1/+21
* tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli2016-06-241-97/+97
* Convert PART to scoped enumNoel Grandin2016-06-201-105/+105
* convert DBG_ASSERT in vclNoel Grandin2016-06-174-14/+14
* tdf#96099 Remove various smart pointer typedefs in vclMark Page2016-06-103-5/+5
* tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu2016-06-093-4/+4
* Convert ButtonValue to scoped enumNoel Grandin2016-06-081-12/+12
* Clean up Windows error reporting a bitTor Lillqvist2016-06-031-7/+6
* tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav2016-06-021-7/+5
* Convert ControlType to scoped enumNoel Grandin2016-05-311-79/+79
* vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl2016-05-251-3/+3
* Convert BMP_FORMAT to scoped enumNoel Grandin2016-05-251-22/+21
* tdf#98792: This assertion is not neededTor Lillqvist2016-05-251-1/+0
* remove (un-)definitions of NDEBUG from source filesMichael Stahl2016-05-251-4/+0
* SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2016-05-251-0/+1
* Convert BitmapAccessMode to scoped enumNoel Grandin2016-05-223-16/+16
* split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara2016-05-211-13/+0
* cppcheck: uninitialised members in vclJochen Nitschke2016-05-141-0/+4
* Revert "tdf#98983: Font fallback: Map 'MS Sans Serif' to the TrueType version"Tor Lillqvist2016-05-121-5/+1
* tdf#98983: Font fallback: Map 'MS Sans Serif' to the TrueType versionTor Lillqvist2016-05-121-1/+5
* tdf#99369: Try harder to bail out for non-horizontal textTor Lillqvist2016-05-121-4/+8
* simplify SalGraphics::copyArea flags argumentNoel Grandin2016-05-123-6/+5
* remove unused return type from SalGraphics::SetFontNoel Grandin2016-05-111-10/+2
* Convert SAL_INVERT to scoped enumNoel Grandin2016-05-101-6/+6
* convert SAL_ROP to scoped enumNoel Grandin2016-05-101-1/+1
* tdf#99207: Fix incorrect RGB ordering in Graphite DWrite pathTim Eves2016-05-101-6/+8
* tdf#99258 bail out if we fail to reserve the textureTomaž Vajngerl2016-05-081-6/+23
* Fix typosAndrea Gelmini2016-04-301-1/+1
* tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel2016-04-263-5/+8
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2016-04-201-1/+1
* tdf#94682 limit the number of textures for the glyph texture atlasTomaž Vajngerl2016-04-181-4/+53
* tdf#40863 only use polygons with area for WinClipRegionsArmin Le Grand2016-04-141-12/+32
* remove dead stuff from Windows SalDataNoel Grandin2016-04-131-4/+2
* tdf#99165 always provide control points for beziersArmin Le Grand2016-04-131-4/+28
* WNT: check result of PostMessage()Michael Stahl2016-04-121-1/+2