summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2022-09-24vcl: Removed unused PrintFontInfo and support codeKhaled Hosny
2022-09-24vcl: Remove unused PrintFontManager::getFontBoundingBox()Khaled Hosny
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-22pass in bDontSwap rather than use a local staticCaolán McNamara
2022-09-22convert TrueTypeTable to C++ classNoel Grandin
2022-09-22Related: tdf#151107 EnvC65 page size is inconsistent with EnvC5 and EnvC6Caolán McNamara
2022-09-21use more string_view in vclNoel Grandin
2022-09-20use O[U]String in TrueType codeNoel Grandin
2022-09-16tdf#137341 gtk: Set missing style text colors from themeMichael Weghorn
2022-09-14gtk4: use left aligned label for GtkToggleButton with xalignCaolán McNamara
2022-09-13gtk4: move ComboBox "items" to the start to get "active" property workingCaolán McNamara
2022-09-13drop gtk_check_version(4, 3, 2) checks nowCaolán McNamara
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-07tdf#150810 get visible placeholder text in GtkEntry with focusCaolán McNamara
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-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas
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-03tdf#150683 gtk3 a11y: Expose AtkTableCell interface for cellsMichael Weghorn
2022-09-02gtk3_kde: Drop unused gtk3_kde5_a11y.cxxMichael Weghorn
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-09-02Fix setting SAL_NON_APPLICATION_FONT_USEStephan Bergmann
2022-09-02vcl: set hb_font_t variations from CTFontKhaled Hosny
2022-09-01tdf#150688 return atk_noop_object_wrapper_new() instead of null on failureCaolán McNamara
2022-09-01we have one CJK text test that explicitly attempts to use not bundled fontsCaolán McNamara
2022-09-01tdf#150723 "run" will make the dialog visible like "show"Caolán McNamara
2022-09-01change ABORT_ON_NON_APPLICATION_FONT_USE to NON_APPLICATION_FONT_USE=...Caolán McNamara
2022-08-31gtk3 a11y: Use name of the actually called methods in SAL_WARNMichael Weghorn
2022-08-30gtk3 a11y: Implement methods for (un)selecting table rows/colsMichael Weghorn
2022-08-30fix "g_object_weak_unref: couldn't find weak ref" warningCaolán McNamara
2022-08-30gtk4: connect the zoom and rotate gestures for gtk4Caolán McNamara
2022-08-30tdf#149741 tdf#149956 Make flipping work also in the sidebarMaxim Monastirsky
2022-08-28ofz#50729 Integer-overflowCaolán McNamara
2022-08-27gtk: Fix gtk4 build after f2bd19f672023 and e6bed4293814dMichael Weghorn
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-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