summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/print
AgeCommit message (Expand)Author
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-30loplugin:stringadd in vclNoel Grandin
2022-12-21No need for bool return value hereNoel Grandin
2022-11-21remove FontAttributes::meCharSetCaolán McNamara
2022-11-20vcl: add NeedsArtificialBold/Italic() to LogicalFontInstanceKhaled Hosny
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-24use faster TempFile for font subset writingNoel Grandin
2022-09-22tdf#151107 swap job orientation if paper matching swapped width/heightCaolán McNamara
2022-09-21use more string_view in vclNoel Grandin
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny
2022-09-08vcl: Pass FontCharMap to OpenTTFont*() when possibleKhaled Hosny
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny
2022-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny
2022-09-05vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx}Khaled Hosny
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCapabilities()Khaled Hosny
2022-09-05vcl: Don’t parse cmap in PrintFontManager::getGlyphWidths()Khaled Hosny
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCharMap()Khaled Hosny
2022-09-04vcl: Align GenPspGraphics and FreeTypeTextRenderImpl moreKhaled Hosny
2022-07-27tdf#149439 Update Custom values that may have changed since last printer checkCaolán McNamara
2022-07-18cid#1507357 Big parameter passed by valueCaolán McNamara
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-05-03Why cast from FontWeight to intStephan Bergmann
2022-05-01use string_view in WhitespaceToSpaceNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-09sal_GlyphId is internal to VCLLuboš Luňák
2022-03-10Trust the family name in the font file if necessary in AddTempDevFontHelper()Tor Lillqvist
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand
2021-12-07Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2021-09-07vcl: rename PrinterOptions to vcl::printer::OptionsChris Sherlock
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara
2021-05-28no need to allocate these on the heapNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-04-13tdf#124176 Use pragma once in vclsarynasser
2021-04-07vcl: class to automatically delegate calls to SalGraphicImplTomaž Vajngerl
2021-04-05vcl: move GenPspGraphics into a subclass of SalGraphicsImplTomaž Vajngerl
2021-03-22cid#707834 silence Uninitialized scalar fieldCaolán McNamara
2021-03-01drop commented out codeCaolán McNamara