Age | Commit message (Expand) | Author |
2018-11-08 | Bin some leftover and actually unnecessary iOS crack in vcl | Tor Lillqvist |
2018-11-08 | tdf#120252 use the already transformed PolyPolygon | Armin Le Grand |
2018-11-06 | Bin more no longer needed dbgutil code | Tor Lillqvist |
2018-11-03 | Still use 'graphicsPort', even if deprecated in macOS 10.14 | Stephan Bergmann |
2018-10-30 | Move SalGraphics glyph functions into FontInstance | Jan-Marek Glogowski |
2018-10-30 | Fix typo | Andrea Gelmini |
2018-10-30 | Add comment about AquaSalGraphics::GetResolution() returning a DPI of 96 | Tor Lillqvist |
2018-10-30 | Hide SalLayoutGlyphs details | Jan-Marek Glogowski |
2018-10-30 | Rely on the font instance of the glyph | Jan-Marek Glogowski |
2018-10-25 | Change GlyphItem::nFallbackLevel to font instance | Jan-Marek Glogowski |
2018-10-25 | Move GlyphItem into its own header | Jan-Marek Glogowski |
2018-10-25 | Need <o3tl/make_unique.hxx> | Tor Lillqvist |
2018-10-25 | Drop duplicate PhysicalFontFace reference | Jan-Marek Glogowski |
2018-10-21 | loplugin:redundantinline | Stephan Bergmann |
2018-10-14 | Simplify containers iterations in vcl | Arkadiy Illarionov |
2018-10-13 | use range based loops over B2DPolyPolygon in vcl | Jochen Nitschke |
2018-10-11 | -Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14) | Stephan Bergmann |
2018-10-09 | Bin some no longer needed dbgutil code | Tor Lillqvist |
2018-10-09 | Bin horribly verbose image saving on iOS for debug purposes | Tor Lillqvist |
2018-10-08 | Work around odd macOS 10.14 graphicsContextWithWindow failure | Stephan Bergmann |
2018-10-06 | OSX use font cache based glyph rect cache | Jan-Marek Glogowski |
2018-10-05 | Bin some ancient debug tracing stuff from TiledLibreOffice days | Tor Lillqvist |
2018-10-05 | SAL_WRN and SAL_INFO tweaks | Tor Lillqvist |
2018-10-04 | loplugin:redundantcast | Stephan Bergmann |
2018-10-03 | We need to include <o3tl/make_unique.hxx> here | Tor Lillqvist |
2018-10-02 | We shouldn't call DrawTextLayout() without a context on iOS | Tor Lillqvist |
2018-10-02 | LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memory | Tor Lillqvist |
2018-09-20 | loplugin:useuniqueptr in ImplPixelFormat | Noel Grandin |
2018-09-20 | loplugin:useuniqueptr in QuartzSalBitmap::CreateColorMask | Noel Grandin |
2018-09-19 | loplugin:useuniqueptr in GetTTSimpleGlyphMetrics | Noel Grandin |
2018-09-19 | use unique_ptr in GetOUString | Noel Grandin |
2018-09-18 | loplugin:external (macOS) | Stephan Bergmann |
2018-09-13 | Support buffering SystemDependent GraphicData (II) | Armin Le Grand |
2018-08-30 | Support buffering SystemDependent GraphicData | Armin Le Grand |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-22 | rename FontSelectPatternAttributes to FontSelectPattern | Caolán McNamara |
2018-08-22 | turn the cache around to work on LogicalFontInstance | Caolán McNamara |
2018-08-21 | change FindFontSubstitute to operate on FontSelectPatternAttributes | Caolán McNamara |
2018-08-21 | use LogicalFontInstance with SalGraphics | Caolán McNamara |
2018-08-21 | only need FontSelectPatternAttributes here | Caolán McNamara |
2018-08-17 | loplugin:redundantfcast | Stephan Bergmann |
2018-08-17 | loplugin:cstylecast | Stephan Bergmann |
2018-07-31 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-06-29 | This cast seems completely unnecessary to me? | Tor Lillqvist |
2018-06-29 | tdf#117335 Fix displaying GIF images | Bartosz Kosiorek |
2018-06-27 | This should be a const NSString* so that we can pass such variables to it | Tor Lillqvist |
2018-06-14 | return SalBitmap using std::shared_ptr | Noel Grandin |
2018-06-11 | drop PhysicalFontFace::Clone | Noel Grandin |
2018-06-08 | hold LogicalFontInstance with rtl::Reference | Noel Grandin |
2018-06-07 | manage PhysicalFontFace by rtl::Reference | Noel Grandin |