summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/print
AgeCommit message (Expand)Author
2024-08-27vcl: Merge PrinterUpdate code into SalGenericInstanceMichael Weghorn
2024-08-27vcl: Drop always null PrinterUpdate::pPrinterUpdateIdleMichael Weghorn
2024-08-27vcl: Drop logically dead "PrinterUpdate::nActiveJobs > 0" codeMichael Weghorn
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen
2024-05-10loplugin:ostr in vclNoel Grandin
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht
2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht
2023-10-29vcl: no raw pointersThorsten Behrens
2023-08-02vcl: Drop the PrintFont -> FastPrintFontInfo -> FontAttributes indirectionKhaled Hosny
2023-08-02vcl: Drop unused FontAttributes::GetMapNames()/AddMapName()Khaled Hosny
2023-08-02vcl: Fold two static method into their only call siteKhaled Hosny
2023-07-31tdf#156230 remove now unused various bit and piecesNoel Grandin
2023-07-30tdf#156230: Drop freshly unused PrinterJob and PrinterGfxKhaled Hosny
2023-07-30tdf#156230: Drop freshly unused GenPspGfxBackendKhaled Hosny
2023-07-30tdf#156230: Use SvpGraphicsBackend in GenPspGraphicsKhaled Hosny
2023-07-30tdf#156230: Use CairoTextRender in GenPspGraphicsKhaled Hosny
2023-07-30tdf#156230: Drop freshly dead PspSalPrinter codeKhaled Hosny
2023-07-30tdf#156230: Drop PDFDevice handlingKhaled Hosny
2023-07-30tdf#156230: Deprecate and stop using PDFAsStandardPrintJobFormatKhaled Hosny
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-03Rename and move header next to other font headersKhaled Hosny
2023-07-03Rename ImplFontMetricData -> FontMetricDataKhaled Hosny
2023-07-01Remove option to set printer language typeKhaled Hosny
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