summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)Author
2023-11-02tdf#157939 drop duplicates from the FontConfig SetCaolán McNamara
2023-10-29vcl: no raw pointersThorsten Behrens
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: vclStephan Bergmann
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır
2023-09-26tdf#152675 treat all cairo versions <= 1.17.8 the same (actually)Aron Budea
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann
2023-09-23tdf#152675 treat all cairo versions <= 1.17.8 the sameCaolán McNamara
2023-09-10using decls should come after #includeNoel Grandin
2023-08-28assert seen on closing navigator while draggingCaolán McNamara
2023-08-24tdf#140881: Ignore WOFF/WOFF2 fonts with FontConfigKhaled Hosny
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen
2023-08-03tdf#114192: Speed up populating font list when FontConfig is usedKhaled Hosny
2023-08-03Raise minimum FontConfig version to 2.12.0Khaled Hosny
2023-08-02vcl: Simplify analyzeSfntFamilyNameKhaled Hosny
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-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-08-02std::set->o3tl::sorted_vector for m_aFontFileToFontIDNoel Grandin
2023-07-31tdf#156230 one more unused pieceNoel Grandin
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara
2023-07-31tdf#156230 remove now unused various bit and piecesNoel Grandin
2023-07-30Drop freshly unused PrintFontManagerKhaled Hosny
2023-07-30tdf#156230: Drop freshly unused PSLevel settingKhaled Hosny
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-25loplugin:unusedfieldsNoel Grandin
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-23vcl: TextRenderModeForResolutionIndependentLayout → SubpixelPositioningKhaled Hosny
2023-07-23vcl: Use HarfBuzz to get glyph bounding rectangleKhaled Hosny
2023-07-21Assume that, if we have X11, it supports XineramaNoel Grandin
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-06-30loplugin:unusedmethodsNoel Grandin
2023-06-29loplugin:unusedmethodsNoel Grandin
2023-06-22Detect Plasma 6 desktopMichael Weghorn
2023-06-21Require icu-i18n >= 66Khaled Hosny
2023-06-13When adding application fonts, add them also to FontConfigKhaled Hosny
2023-06-13tdf#147021: vcl/* KeyboardReplacements SAL_N_ELEMENTS removalDr. David Alan Gilbert
2023-06-09Related: CollaboraOnline#6511 cairo backend can do transparent textCaolán McNamara
2023-05-28Use getXWeak in vclMike Kaganski
2023-05-23perf: surprising to see PDF being vsprintf'd during JSDialog rendering.Michael Meeks