Age | Commit message (Expand) | Author |
2023-02-22 | tdf#151968: Fix vertical position of RTL spelling wavy line | Khaled Hosny |
2023-01-03 | tdf#114441 Convert sal_uLong to a better type | Andrea Rosetti |
2022-12-02 | tdf#152094 retain more accuracy from RefDevMode::MSO1 | Caolán McNamara |
2022-12-02 | cairo_surface_t shouldn't appear in outdev.hxx | Caolán McNamara |
2022-11-25 | vcl: list the glyphs and bound rects of a specified font | Chris Sherlock |
2022-11-21 | Revert "vcl: test getting glyph boundary rect from LogicalFontInstance" | خالد حسني |
2022-11-18 | vcl: test getting glyph boundary rect from LogicalFontInstance | Chris Sherlock |
2022-11-14 | tdf#152012 Fix assert fail on opening date picker | Hossein |
2022-10-03 | tdf#151262 drop subpixel->logic pos asserts | Caolán McNamara |
2022-09-21 | use more string_view in vcl | Noel Grandin |
2022-09-10 | unique_ptr->optional for AllSettings | Noel Grandin |
2022-09-07 | vcl: convert ImplGetEmphasisMark() to EmphasisMark class | Chris Sherlock |
2022-08-31 | tdf#30731: Improve caret travelling in Writer | Khaled Hosny |
2022-08-26 | automatically set TextRenderModeForResolutionIndependentLayout if we scale | Caolán McNamara |
2022-08-25 | vcl: rename GetNonMnemonicString() and make it standalone function | Chris Sherlock |
2022-08-25 | retain accuracy when we have subpixels and convert back to Logic units | Caolán McNamara |
2022-08-24 | rename DeviceFontWidth/DeviceFontHeight to DeviceSubPixel | Caolán McNamara |
2022-08-24 | move & rename height relevant function near & similar to its width equivalent | Caolán McNamara |
2022-08-23 | vcl: move ImplEmphasisMarkStyle() to vcl::Font and add unit test | Chris Sherlock |
2022-08-19 | vcl: make mapping functions private in OutputDevice | Chris Sherlock |
2022-08-14 | tdf#104921: Cleanup Kashida insertion logic | Khaled Hosny |
2022-08-10 | vcl: remove unused GLYPH_FONT_HEIGHT | Chris Sherlock |
2022-04-28 | include LogicalFontInstance font scale in SalLayoutGlyphsCache key | Luboš Luňák |
2022-04-27 | make SalLayoutFlags match after makeGlyphsSubset() | Luboš Luňák |
2022-04-13 | Handle "addfont" from Collabora Online | Tor Lillqvist |
2022-04-08 | add SalLayoutGlyphs* parameter to OutputDevice::GetTextBreak() | Luboš Luňák |
2022-03-15 | make CreateTextLayoutCache() cached (tdf#116400) | Luboš Luňák |
2022-03-13 | ofz: Divide-by-zero | Caolán McNamara |
2022-01-24 | avoid Xlib cairo surfaces for small virtual devices (bsc#1183308) | Luboš Luňák |
2022-01-16 | tdf#146453 retain precise vertical base pos with ResolutionIndependentLayout | Caolán McNamara |
2022-01-16 | tdf#146439 retain precise base start pos when using ResolutionIndependentLayout | Caolán McNamara |
2022-01-13 | keep scaled ResolutionIndependentLayout glyph positions as floating point | Caolán McNamara |
2022-01-13 | allow selecting text rendering mode suitable for natural glyph positions | Caolán McNamara |
2022-01-13 | split up ImplPrepareLayoutArgs a little | Caolán McNamara |
2022-01-05 | vcl: migrate AddGradientActions() from OutputDevice to Gradient | Chris Sherlock |
2021-12-27 | vcl: change Get{Linear|Complex}GradientSteps() | Chris Sherlock |
2021-12-10 | Revert "Re-Enable DrawTransformBitmapExDirect for render backends" | Armin Le Grand |
2021-12-07 | Re-Enable DrawTransformBitmapExDirect for render backends | Armin Le Grand (Allotropia) |
2021-11-17 | vcl: split GetGradientSteps() into Get{Complex|Linear}GradientSteps() | Chris Sherlock |
2021-11-12 | Fix typo | Andrea Gelmini |
2021-11-12 | Resolves tdf#70519 - Make wavy lines depend on zoom factor | Heiko Tietze |
2021-11-12 | make it possible to find out what fonts are actually really used | Luboš Luňák |
2021-10-31 | tools::Long->sal_Int32 in OutputDevice::Blend* | Noel Grandin |
2021-10-30 | tools::Long->sal_Int32 in GetCaretPositions | Noel Grandin |
2021-10-30 | tools::Long->sal_Int32 in the DX arrays | Noel Grandin |
2021-10-29 | pass DX array around using o3tl::span instead of pointer | Noel Grandin |
2021-10-27 | ignoring transparency for border doesn't seem to make sense | Caolán McNamara |
2021-10-26 | tdf#144513 improve perf when breaking long lines | Noel Grandin |
2021-10-26 | flatten ImplGetTextLines | Noel Grandin |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |