summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2022-09-08vcl: Drop CmapResult indirectionKhaled Hosny
2022-09-08tdf#150846: vcl_pdfexport: Add unittestXisco Fauli
2022-09-08Fix CppunitTest_vcl_pdfexport on non-default DPIMike Kaganski
2022-09-08tdf#150808: vcl_graphic_test: Add unittestXisco Fauli
2022-09-08vcl: Drop now unused ParseCMAP()Khaled Hosny
2022-09-08vcl: Get FontCharMap from HarfBuzzKhaled Hosny
2022-09-08vcl: Pass FontCharMap to OpenTTFont*() when possibleKhaled Hosny
2022-09-08vcl: Sort fonts in workben/listfontsKhaled Hosny
2022-09-08loplugin:unusedmethodsNoel Grandin
2022-09-08Turn a macro into a functionMike Kaganski
2022-09-08Related: tdf#150786 workaround unit test failureMike Kaganski
2022-09-08Revert "tdf#150569 Modify hardcoded dates to extend the range of accepted dates"Juan C. Sanz
2022-09-08Require HarfBuzz 2.0.0Khaled Hosny
2022-09-08vcl: Drop now unused FontCharMap::GetGlyphIndex()Khaled Hosny
2022-09-08vcl: Add LogicalFontInstance::GetGlyphIndex()Khaled Hosny
2022-09-08vcl: Make glyph IDs 32bitKhaled Hosny
2022-09-07tdf#150808: General error importing svgz fileJulien Nabet
2022-09-07Revert "tdf#150555: Skia seems to fail with Windows 8/8.1"Xisco Fauli
2022-09-07tdf#150810 get visible placeholder text in GtkEntry with focusCaolán McNamara
2022-09-07we don't use urgency-hint or want any gravity hintsCaolán McNamara
2022-09-07vcl: convert ImplGetEmphasisMark() to EmphasisMark classChris Sherlock
2022-09-07Related: tdf#122737 A hack to keep backing window opaque on context destructionMike Kaganski
2022-09-07tdf#150569 Modify hardcoded dates to extend the range of accepted datesjucasaca
2022-09-07ofz#50118 TimeoutCaolán McNamara
2022-09-07Use XCharacterClassification::getCharacterType() instead of getStringType()Eike Rathke
2022-09-06cid#1500509 silence Out-of-bounds accessCaolán McNamara
2022-09-06Simplify SalSysObj(Child)WndProcWMike Kaganski
2022-09-06This can't be null after the null handler aboveMike Kaganski
2022-09-06tdf#150682 - bad shortcut in french langageNoel Grandin
2022-09-06cid#1509195 silence Explicit null dereferencedCaolán McNamara
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny
2022-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny
2022-09-06vcl: Drop now unused PDFFontCacheKhaled Hosny
2022-09-06vcl: Use GetGlyphWidth() when emitting system fontsKhaled Hosny
2022-09-06vcl: Add LogicalFontInstance::GetGlyphWidth()Khaled Hosny
2022-09-06Rather use copy(1) instead of replaceAt(0, 1, u"")Julien Nabet
2022-09-06Deduplicate screen rect handlingMike Kaganski
2022-09-06Missing initialization of PhysicalFontFace::mbFontCapabilitiesReadStephan Bergmann
2022-09-06vcl: Create HFNT on WinFontFace when neededKhaled Hosny
2022-09-06Revert "vcl: Add LogicalFontInstance::GetUnscaledGLyphWidth()"خالد حسني
2022-09-05vcl: Add LogicalFontInstance::GetUnscaledGLyphWidth()Khaled Hosny
2022-09-05vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx}Khaled Hosny
2022-09-05rework comment a bitCaolán McNamara
2022-09-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas
2022-09-05vcl: Rename Gesture event to GesturePanPovilas Kanapickas
2022-09-05tdf#150507 like skia, even when subpixel rendering snap to a pixel BaselineCaolán McNamara
2022-09-05cid#1500642 silence Dereference before null checkCaolán McNamara
2022-09-05tdf#149670 fix color change api and adjust tolerance for ooxmlSarper Akdemir
2022-09-05Remove code duplication in GraphicDescriptor for SVMofftkp