summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2018-07-31Add missing sal/log.hxx headersGabor Kelemen12-0/+12
2018-07-26Missing includes (Windows --disable-pch)Stephan Bergmann1-0/+1
2018-07-25-Wc++11-narrowing (clang-cl)Stephan Bergmann2-4/+4
2018-07-25loplugin:sallogareas (clang-cl)Stephan Bergmann1-6/+6
2018-07-20Fix typosAndrea Gelmini1-1/+1
2018-07-16cppcheck: useInitializationList in vclJochen Nitschke1-1/+1
2018-07-10Revert "tdf#117517: Fix OpenGL text rendering on Windows"Jan-Marek Glogowski1-3/+21
2018-07-09WIN GetFontMetric doesn't matter for GetEmbedFontDataJan-Marek Glogowski1-20/+3
2018-07-09tdf#118555 fix HFONT fallback handing / lifecycleJan-Marek Glogowski2-37/+71
2018-07-05vcl: experiment for font related test fails on WNTMichael Stahl1-3/+8
2018-06-21merge GenericSolarMutex and SolarMutexNoel Grandin1-4/+4
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin4-10/+9
2018-06-11drop PhysicalFontFace::CloneNoel Grandin1-5/+0
2018-06-09rename SalPrinterQueueInfo::mpSysData to mpPortNameNoel Grandin1-8/+4
2018-06-09hold and return SalMenu by std::unique_ptrNoel Grandin1-7/+2
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin1-16/+8
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin1-7/+2
2018-06-09return SalSession with std::unique_ptrNoel Grandin1-5/+0
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin3-17/+3
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin1-8/+8
2018-05-29Change SFErrCodes to scoped enumStephan Bergmann1-7/+7
2018-05-21Partially revert "Fixup 23c5125148a8110d88385b29570bf0b7d4400458"Khaled Hosny1-2/+1
2018-05-14tdf#96947 vcl opengl win: fix background of menu items w/ check/radio marksMiklos Vajna1-13/+38
2018-05-12Fixup 23c5125148a8110d88385b29570bf0b7d4400458Khaled Hosny2-1/+3
2018-05-12Use HarfBuzz to get Kashida widthKhaled Hosny1-9/+1
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny2-15/+13
2018-05-10tdf#117517: Fix OpenGL text rendering on WindowsKhaled Hosny1-21/+3
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski3-21/+92
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski4-38/+43
2018-05-05Fix typosAndrea Gelmini1-1/+1
2018-05-04tdf#117364 Special Character dialog grid font issuesNoel Grandin2-19/+8
2018-05-04logging: add some strategic places around vcl messagesThorsten Behrens2-0/+4
2018-04-27Resolves: tdf#117178 distinguish between pressed vs unpressed rolloverCaolán McNamara1-0/+1
2018-04-26tdf#113643 Editing tables in Impress lags terriblyNoel Grandin2-8/+19
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny2-4/+4
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin1-11/+11
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin1-2/+2
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin1-3/+1
2018-04-23weld SfxPrintOptionsDialogCaolán McNamara1-4/+4
2018-04-20loplugin:simplifybool (clang-cl)Stephan Bergmann1-7/+7
2018-04-20loplugin:cstylecast (clang-cl)Stephan Bergmann1-2/+2
2018-04-18vcl: WNT: *really* avoid calling SHAddToRecentDocs() from unit testsMichael Stahl1-2/+1
2018-04-18vcl: WNT: avoid calling SHAddToRecentDocs() from unit testsMichael Stahl1-0/+4
2018-04-18Related: tdf#117068 inform salframe that there's a modal dialog runningCaolán McNamara1-2/+2
2018-04-17remove ImpBitmapNoel Grandin2-3/+1
2018-04-17tdf#116812: Revert "The mfFontScale[n] is always 1.0"Khaled Hosny2-10/+40
2018-04-16Fix typosAndrea Gelmini1-1/+1
2018-04-16push logic from ImpBitmap::ImplReleaseBuffer downNoel Grandin1-0/+2
2018-04-12Fix typosAndrea Gelmini1-1/+1
2018-04-11improve commit 95eb921ec06ee7Noel Grandin1-5/+3