Age | Commit message (Expand) | Author |
2018-12-11 | Adapt MACOSX/IOS ifdef for the now constness of the nFlags variable | Tor Lillqvist |
2018-12-11 | Do as the docs say: Use the CGContext property instead of graphicsPort | Tor Lillqvist |
2018-12-11 | Comment out an assertion that fails every time for me on macOS | Tor Lillqvist |
2018-12-11 | OSX implement bitmap-only rendering mode | Jan-Marek Glogowski |
2018-12-11 | OSX always fall back to a bitmap context | Jan-Marek Glogowski |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-05 | tdf#121719: Revert fix for tdf#96971 | Xisco Fauli |
2018-11-29 | Rename Mac OS X to official name macOS in comments and documentation | Bartosz Kosiorek |
2018-11-19 | tdf#42949 Fix IWYU warnings in include/vcl/[ab]* | Gabor Kelemen |
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 |