summaryrefslogtreecommitdiff
path: root/vcl/inc/unx
AgeCommit message (Expand)Author
2023-01-10reorg to make use of X11SalFrame/X11SalVirtualDevice surfaceCaolán McNamara
2023-01-10move surface into X11SalFrame/X11SalVirtualDeviceCaolán McNamara
2023-01-06use std::optional for SALCOLOR_NONENoel Grandin
2023-01-06use current known geometry for surface size instead of SAL_MAX_INT16Caolán McNamara
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-23loplugin:unocast (SalGtkXWindow)Stephan Bergmann
2022-12-21No need for bool return value hereNoel Grandin
2022-12-07loplugin:unusedmethodsNoel Grandin
2022-12-02loplugin:unusedfields make some fields privateNoel Grandin
2022-11-29New loplugin:crosscastStephan Bergmann
2022-11-22drop newly unused FreetypeFontInfo::IsMicrosoftSymbolEncodedCaolán McNamara
2022-11-21remove FontAttributes::meCharSetCaolán McNamara
2022-11-21clarify IsSymbolFont means Microsoft Symbol encodingCaolán McNamara
2022-11-20vcl: add NeedsArtificialBold/Italic() to LogicalFontInstanceKhaled Hosny
2022-11-20vcl: fix artificial bold and italic on WindowsKhaled Hosny
2022-11-19vcl: use std::optional in PhysicalFontFaceKhaled Hosny
2022-11-04Related: tdf#151509 factor out common block as UpdateGeometryFromEventCaolán McNamara
2022-11-02vcl: add PhysicalFontFace::GetVariations()Khaled Hosny
2022-10-22loplugin:unusedmethodsNoel Grandin
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-24vcl: Removed unused PrintFontInfo and support codeKhaled Hosny
2022-09-24vcl: Remove unused PrintFontManager::getFontBoundingBox()Khaled Hosny
2022-09-22convert TrueTypeTable to C++ classNoel 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: Create hb_face_t in PhysicalFontFaceKhaled Hosny
2022-09-04vcl: Align GenPspGraphics and FreeTypeTextRenderImpl moreKhaled Hosny
2022-08-30fix "g_object_weak_unref: couldn't find weak ref" warningCaolán McNamara
2022-08-26vcl: implement touchpad rotate gesture support on gtk backendPovilas Kanapickas
2022-08-26vcl: implement touchpad zoom gesture support on gtk backendPovilas Kanapickas
2022-08-26freetype 2.9 was relesed in Jan 2018, drop workaround for <= 2.8Caolán McNamara
2022-08-25tdf#150507 reenable slight hinting for cairo with ResolutionIndependentLayoutCaolán McNamara
2022-08-03handle scroll events in surrounding GtkSalFrame if there is oneCaolán McNamara
2022-08-01Fix typo in codeAndrea Gelmini
2022-07-26FreetypeManager::m_nMaxFontId is unusedTor Lillqvist
2022-07-13loplugin:unusedmethodsNoel Grandin
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-07-02Revert "tdf#137544 std::unordered_set is cheaper here"Julien Nabet
2022-06-30tdf#137544 std::unordered_set is cheaper hereNoel Grandin
2022-06-21VCL expect correct frame size for native menubarsJan-Marek Glogowski
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski
2022-06-14Make PARTIAL_FULLSCREEN a X11SalFrame boolJan-Marek Glogowski