summaryrefslogtreecommitdiff
path: root/vcl/inc/win
AgeCommit message (Expand)AuthorFilesLines
2019-10-10initial implementation of Skia drawing on screen in Windowsprivate/llunak/skiaLuboš Luňák1-0/+1
2019-07-25Fix typosAndrea Gelmini1-1/+1
2019-07-05WIN separate LO shared and embedded fontsJan-Marek Glogowski1-2/+3
2019-07-05WIN don't register LO's shared fonts twiceJan-Marek Glogowski1-1/+0
2019-06-20Remove leftover from bitmap fonts support on WindowsKhaled Hosny1-1/+1
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski1-2/+3
2019-04-30tdf#114209 vcl win DirectWrite: handle rotated textMiklos Vajna2-5/+8
2019-04-24Related: tdf#113076 vcl win DirectWrite: handle stretched textMiklos Vajna2-0/+13
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski1-14/+0
2019-04-03tdf#114316 vcl opengl windows: fix missing context menu in full-screen modeMiklos Vajna1-0/+1
2019-02-27convert more Start timer methods from sal_uLong->sal_uInt64Noel Grandin1-1/+1
2019-02-26sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegionNoel Grandin2-2/+2
2019-02-26sal_uIntPtr->sal_uInt64 in SalTimer::StartNoel Grandin1-1/+1
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin1-1/+1
2019-02-01tdf#107792 vcl/win: use ScopedGDI in WinSalVirtualDeviceDmitriy Shilin1-1/+2
2019-01-30loplugin:redundantfcast (clang-cl)Stephan Bergmann1-1/+1
2019-01-30tdf#107792 vcl/win: introduce ScopedCachedHDCDmitriy Shilin1-0/+17
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski1-2/+2
2019-01-18tdf#107792 vcl/win: introduce ScopedHBITMAPDmitriy Shilin1-0/+1
2019-01-18tdf#107792 vcl/win: introduce ScopedSelectedHBRUSHDmitriy Shilin1-0/+1
2019-01-18tdf#107792 vcl/win: introduce ScopedSelectedHFONTDmitriy Shilin1-31/+20
2019-01-13tdf#107792 vcl/win: introduce ScopedSelectedHPENDmitriy Shilin1-0/+25
2019-01-13tdf#107792 vcl/win: move scoped_gdi.hxx to vcl/inc/winDmitriy Shilin1-0/+42
2019-01-09tdf#107792 vcl/win: replace ScopedHDC with type aliasDmitriy Shilin1-45/+0
2018-12-12tdf#117295 WIN no main loop shortcut for OLE dialogJan-Marek Glogowski1-0/+2
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli1-1/+1
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin1-1/+1
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin1-1/+0
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski2-5/+5
2018-10-06WIN rename GlyphCache to OpenGLGlyphCacheJan-Marek Glogowski2-20/+21
2018-10-02Unify sal plugin loadersJan-Marek Glogowski1-1/+0
2018-09-18Move yield mutex handling into SalInstanceJan-Marek Glogowski1-5/+0
2018-09-14make WinFontInstance take and return a WinFontFaceNoel Grandin1-2/+4
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-1/+4
2018-09-07WIN add SalGraphics* to WinFontInstanceJan-Marek Glogowski2-4/+7
2018-09-07WIN drop mhFonts[MAX_FALLBACK]Jan-Marek Glogowski1-13/+0
2018-09-06tdf#119302 WIN better font scale handlingJan-Marek Glogowski2-2/+3
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand2-15/+21
2018-08-27WIN use the SetTimer timer as one-shotJan-Marek Glogowski1-0/+1
2018-08-27WIN ignore the timer resultsJan-Marek Glogowski1-2/+2
2018-08-24tdf#118786 WIN just assert in YieldJan-Marek Glogowski1-1/+1
2018-08-22arg is never nullCaolán McNamara1-1/+1
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara2-6/+6
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara2-3/+3
2018-08-21can now use just FontSelectPatternAttributesCaolán McNamara1-3/+3
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara1-2/+2
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-07-10Revert "tdf#117517: Fix OpenGL text rendering on Windows"Jan-Marek Glogowski1-1/+1
2018-07-09tdf#118555 fix HFONT fallback handing / lifecycleJan-Marek Glogowski2-4/+19
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin2-2/+2