summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2018-01-26tdf#38915: don't wait on message queue if application already has quit.Mike Kaganski1-1/+2
2017-12-18Drop a bunch of font metrics flagsKhaled Hosny1-148/+51
2017-12-18ServerFontLayout is already goneKhaled Hosny1-1/+1
2017-12-18Kill old Graphite layout enginesKhaled Hosny2-316/+1
2017-12-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann3-4/+4
2017-12-18convert PolyFlags to scoped enumNoel Grandin4-30/+30
2017-12-05Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M1-2/+2
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2-10/+10
2017-12-05remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-1/+1
2017-12-05ofz#954 out of memoryCaolán McNamara1-0/+5
2017-11-04Revert "Revert "tdf#112486 Do not force GDI in no OpenGL""Andras Timar1-1/+1
2017-09-28Revert "tdf#112486 Do not force GDI in no OpenGL"Andras Timar1-1/+1
2017-09-28Revert "tdf#106990 set cleartype setting / force to use GDI render mode"Andras Timar1-71/+3
2017-09-28tdf#112486 Do not force GDI in no OpenGLXisco Fauli1-1/+1
2017-09-26Resolves: tdf#112180: avoid crash with specific ttfCaolán McNamara1-3/+3
2017-09-04tdf#104252 EMF rendering, set correct VirtualDevice sizeSzymon Kłos1-2/+2
2017-07-13tdf#106990 set cleartype setting / force to use GDI render modeTomaž Vajngerl1-3/+71
2017-05-30tdf#103158 ctrl+shift should work on key upMaxim Monastirsky1-0/+1
2017-05-11tdf#106265 ScopedHDC to clean-up hDC when rendering glyphsTomaž Vajngerl1-6/+6
2017-04-26tdf#107205 vcl: don't always use D2DWriteTextOutRendererMichael Stahl1-6/+12
2017-04-18tdf#106933 vcl: delete D2DWriteTextOutRenderer before exit()Michael Stahl2-10/+17
2017-03-10CIA: unnecessary dllCaolán McNamara2-5/+5
2017-03-10tdf#103831, tdf#100986: Force using GDI when neededKhaled Hosny1-23/+8
2017-02-24Revert "tdf#95761 All Hotkeys with CTRL+ALT+ not worked"Andras Timar1-3/+8
2017-02-09tdf#105286 use alternative font when glyph is not vertical.Mark Hung1-3/+27
2017-01-13tdf#105015: Don’t ignore all printer fontsKhaled Hosny1-6/+11
2016-12-21tdf#104733: Don't ignore OpenType-CFF fons on WindowsKhaled Hosny1-2/+9
2016-12-16tdf#104159: Fix caching glyphs of non-UI fontsKhaled Hosny1-11/+5
2016-12-16tdf#104159: Re-enable OpenGL glyph caching on WindowsKhaled Hosny1-13/+82
2016-12-16tdf#104533: Fix font metrics for non-SFNT fontsKhaled Hosny1-6/+42
2016-12-15tdf#103514: Try harder to ignore non-SFNT fontsKhaled Hosny1-9/+5
2016-12-03add the SalAbort message to the crash reporterMarkus Mohrhard1-0/+3
2016-12-01tdf#104013: Band aid for overzealous clippingKhaled Hosny1-0/+5
2016-11-22tdf#55469 Consistent line spacing across platformsKhaled Hosny1-29/+13
2016-11-17Silence -Werror,-Wlogical-op-parenthesesStephan Bergmann1-1/+1
2016-11-17Resolves: tdf#87960 add and use a ToolFontColor for toolbar item entriesCaolán McNamara1-0/+1
2016-11-17tdf#43740 SimpleWinLayout::LayoutText only advance position for actual glyphs.Mark Hung1-2/+19
2016-11-16Exit GLyphyTor Lillqvist1-304/+7
2016-11-15tdf#103725: Default to GDI even with the new layout engineKhaled Hosny2-12/+30
2016-11-15tdf#103725: Fix horizontal scaling on WindowsKhaled Hosny1-5/+11
2016-11-14Revert "tdf#103725: Fix horizontal scaling on Windows"Khaled Hosny2-31/+22
2016-11-11tdf#103725: Fix horizontal scaling on WindowsKhaled Hosny2-22/+31
2016-11-11Unused codeKhaled Hosny1-18/+0
2016-11-11loplugin:overrideStephan Bergmann1-1/+1
2016-11-04opengl: change from BGRA to RGBA color arrangement on WindowsTomaž Vajngerl1-4/+63
2016-11-04Font features are not a Graphite-only featureKhaled Hosny1-1/+1
2016-11-02tdf#71603: Create a new DC for the font fallbackKhaled Hosny1-6/+10
2016-11-01tdf#71603: Improve font fallback on Windows a bitKhaled Hosny1-8/+13
2016-11-01Use the font language instead of guessing itKhaled Hosny1-158/+2
2016-11-01Misplaced #if ENABLE_GRAPHITEKhaled Hosny1-8/+8