summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2018-11-05tdf#118573: Acquire solar mutex when calling Application::RescheduleMike Kaganski1-0/+3
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-1/+1
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin1-2/+2
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin1-7/+2
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski3-28/+28
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski1-2/+2
2018-10-30Rely on the font instance of the glyphJan-Marek Glogowski1-14/+10
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-15/+4
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-4/+3
2018-10-27tdf#120703 (PVS): V519 variable is assigned values twice successivelyMike Kaganski1-2/+0
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-4/+0
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski1-2/+2
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski3-13/+13
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski1-2/+2
2018-10-21pvs-studio: Not all members of a class are initialized inside the constructorCaolán McNamara1-0/+1
2018-10-20use std::unique_ptrCaolán McNamara1-7/+4
2018-10-19WIN fix CacheGlyphToAtlas resource handlingJan-Marek Glogowski1-13/+10
2018-10-14Simplify containers iterations in vclArkadiy Illarionov1-6/+2
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke1-4/+4
2018-10-07Fix typosAndrea Gelmini1-2/+2
2018-10-06Support estimateUsageInBytes for SystemDependentDataArmin Le Grand2-40/+144
2018-10-06tdf#119829 use font cache based glyph rect cacheJan-Marek Glogowski1-15/+4
2018-10-06WIN rename GlyphCache to OpenGLGlyphCacheJan-Marek Glogowski1-8/+8
2018-10-02Unify sal plugin loadersJan-Marek Glogowski1-199/+0
2018-10-02Implement Windows VCL backend as pluginJan-Marek Glogowski3-68/+217
2018-09-24tdf#118690 don't try to process all messagesJan-Marek Glogowski1-1/+6
2018-09-24loplugin:external (clang-cl)Stephan Bergmann9-29/+29
2018-09-21Support buffering SystemDependent GraphicDataArmin Le Grand1-12/+19
2018-09-19loplugin:useuniqueptr in GetTTSimpleGlyphMetricsNoel Grandin1-9/+9
2018-09-18Move yield mutex handling into SalInstanceJan-Marek Glogowski1-24/+8
2018-09-17loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+0
2018-09-17-Werror,-Wshadow (clang-cl)Stephan Bergmann1-1/+0
2018-09-14loplugin:constfields in vclNoel Grandin1-5/+2
2018-09-14make WinFontInstance take and return a WinFontFaceNoel Grandin2-4/+4
2018-09-13vcl: revert verbose WNT font loggingMichael Stahl1-6/+6
2018-09-13Fix typosAndrea Gelmini1-2/+2
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand4-79/+177
2018-09-11loplugin:unnecessaryoverride (clang-cl)Stephan Bergmann2-10/+0
2018-09-11tdf#119756 assume the HFONT is always validJan-Marek Glogowski1-3/+2
2018-09-09cppcheck: fix arrayIndexThenCheck (vcl/salfont)Julien Nabet1-1/+1
2018-09-07Fix some std::unique_ptr array allocsJan-Marek Glogowski2-3/+3
2018-09-07WIN add SalGraphics* to WinFontInstanceJan-Marek Glogowski2-16/+21
2018-09-07WIN drop mhFonts[MAX_FALLBACK]Jan-Marek Glogowski2-44/+17
2018-09-06tdf#119302 WIN better font scale handlingJan-Marek Glogowski2-18/+30
2018-09-04tdf#119340 WIN don't always re-init the HFONTJan-Marek Glogowski1-20/+18
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand4-227/+291
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-21/+21
2018-08-27WIN use the SetTimer timer as one-shotJan-Marek Glogowski1-2/+9
2018-08-27WIN ignore the timer resultsJan-Marek Glogowski2-8/+6
2018-08-24tdf#118786 WIN just assert in YieldJan-Marek Glogowski1-12/+10