summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)Author
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny
2022-09-11vcl: Add a PhysicalFontFace-backed TrueTypeFontKhaled Hosny
2022-09-08vcl: Pass FontCharMap to OpenTTFont*() when possibleKhaled Hosny
2022-09-06tdf#150682 - bad shortcut in french langageNoel Grandin
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-05rework comment a bitCaolán McNamara
2022-09-05tdf#150507 like skia, even when subpixel rendering snap to a pixel BaselineCaolán McNamara
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: Create hb_face_t in PhysicalFontFaceKhaled Hosny
2022-09-04vcl: Align GenPspGraphics and FreeTypeTextRenderImpl moreKhaled Hosny
2022-09-02Fix setting SAL_NON_APPLICATION_FONT_USEStephan Bergmann
2022-09-02vcl: set hb_font_t variations from CTFontKhaled Hosny
2022-09-01we have one CJK text test that explicitly attempts to use not bundled fontsCaolán McNamara
2022-09-01change ABORT_ON_NON_APPLICATION_FONT_USE to NON_APPLICATION_FONT_USE=...Caolán McNamara
2022-08-28ofz#50729 Integer-overflowCaolán McNamara
2022-08-26crashtesting: only warn about outsize scretch valueCaolán McNamara
2022-08-26freetype 2.9 was relesed in Jan 2018, drop workaround for <= 2.8Caolán McNamara
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara
2022-08-25tdf#150507 reenable slight hinting for cairo with ResolutionIndependentLayoutCaolán McNamara
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-08-22tdf#150507 set hint style even if the platform returns no default font optionsCaolán McNamara
2022-08-22add Noto Sans Arabic to fonts known not to have bulletCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-17cid#1509309 Use of 32-bit time_tCaolán McNamara
2022-08-11don't worry about Linux Libertine O vs Linux Libertine GCaolán McNamara
2022-08-04Fix typos, __clang_ -> __clang__Stephan Bergmann
2022-07-27tdf#149439 Update Custom values that may have changed since last printer checkCaolán McNamara
2022-07-26tdf#150145 text appears to have a row of pixels cropped outCaolán McNamara
2022-07-26FreetypeManager::m_nMaxFontId is unusedTor Lillqvist
2022-07-19tdf#149439 set initial customoption values from lpoptions when presentCaolá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-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski
2022-06-14Make PARTIAL_FULLSCREEN a X11SalFrame boolJan-Marek Glogowski
2022-06-10new loplugin:moveitNoel Grandin
2022-06-09Use same glyph width in PDF drawing and font subsetKhaled Hosny
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-23vcl: GCC12 says fclose() causes -Werror=use-after-free on any use of FILE*Michael Stahl
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-05-14ofz#47323 suppress Direct-leakCaolán McNamara
2022-05-10tdf#104930 Implement TextMetric::GetHangingBaseline.Mark Hung
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-03Why cast from FontWeight to intStephan Bergmann
2022-05-03add o3tl::equalsAsciiNoel Grandin