summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)Author
2017-05-25tdf#103158 ctrl+shift should work on key upMaxim Monastirsky
2017-05-11tdf#106265 ScopedHDC to clean-up hDC when rendering glyphsTomaž Vajngerl
2017-04-26tdf#107205 vcl: don't always use D2DWriteTextOutRendererMichael Stahl
2017-04-15tdf#106933 vcl: delete D2DWriteTextOutRenderer before exit()Michael Stahl
2017-03-09CIA: unnecessary dllCaolán McNamara
2017-03-07tdf#103831, tdf#100986: Force using GDI when neededKhaled Hosny
2017-02-09tdf#105286 use alternative font when glyph is not vertical.Mark Hung
2017-01-13tdf#105015: Don’t ignore all printer fontsKhaled Hosny
2016-12-21tdf#104733: Don't ignore OpenType-CFF fons on WindowsKhaled Hosny
2016-12-16tdf#104159: Fix caching glyphs of non-UI fontsKhaled Hosny
2016-12-16tdf#104159: Re-enable OpenGL glyph caching on WindowsKhaled Hosny
2016-12-16tdf#104533: Fix font metrics for non-SFNT fontsKhaled Hosny
2016-12-15tdf#103514: Try harder to ignore non-SFNT fontsKhaled Hosny
2016-12-03add the SalAbort message to the crash reporterMarkus Mohrhard
2016-12-01tdf#104013: Band aid for overzealous clippingKhaled Hosny
2016-11-22tdf#55469 Consistent line spacing across platformsKhaled Hosny
2016-11-17Silence -Werror,-Wlogical-op-parenthesesStephan Bergmann
2016-11-17Resolves: tdf#87960 add and use a ToolFontColor for toolbar item entriesCaolán McNamara
2016-11-17tdf#43740 SimpleWinLayout::LayoutText only advance position for actual glyphs.Mark Hung
2016-11-16Exit GLyphyTor Lillqvist
2016-11-15tdf#103725: Default to GDI even with the new layout engineKhaled Hosny
2016-11-15tdf#103725: Fix horizontal scaling on WindowsKhaled Hosny
2016-11-14Revert "tdf#103725: Fix horizontal scaling on Windows"Khaled Hosny
2016-11-11tdf#103725: Fix horizontal scaling on WindowsKhaled Hosny
2016-11-11Unused codeKhaled Hosny
2016-11-11loplugin:overrideStephan Bergmann
2016-11-04opengl: change from BGRA to RGBA color arrangement on WindowsTomaž Vajngerl
2016-11-04Font features are not a Graphite-only featureKhaled Hosny
2016-11-02tdf#71603: Create a new DC for the font fallbackKhaled Hosny
2016-11-01tdf#71603: Improve font fallback on Windows a bitKhaled Hosny
2016-11-01Use the font language instead of guessing itKhaled Hosny
2016-11-01Misplaced #if ENABLE_GRAPHITEKhaled Hosny
2016-10-31fix MSVC 2015 build Error C2397lbenes
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe
2016-10-31Avoid excessive text clipping on WindowsKhaled Hosny
2016-10-31Reduce number of argumentsKhaled Hosny
2016-10-30ENABLE_GRAPHITE_DWRITE is always set to 1Khaled Hosny
2016-10-28tdf#98879: Fix vertical text on Windows for the new layoutKhaled Hosny
2016-10-28tdf#103514: Always ignore bitmap fonts on WindowsKhaled Hosny
2016-10-25Skip font formats not supported by CommonSalLayoutKhaled Hosny
2016-10-22Simplify CommonSalLayout constructor on WindowsKhaled Hosny
2016-10-21tdf#103365: Try to fix Windows OpenGL renderingKhaled Hosny
2016-10-20Incapsulate WinSalVirtualDevice betterMike Kaganski
2016-10-20Various loplugin warnings (clang-cl)Stephan Bergmann
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny
2016-10-18Cache HarfBuzz fontKhaled Hosny
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain
2016-10-18GSoC: Move TextOutRenderer definition to winlayout.hxxAkash Jain
2016-10-18GSoC: Integrate new CommonSalLayout in win/ codeAkash Jain
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain