Age | Commit message (Expand) | Author |
2017-03-02 | Fix typos | Andrea Gelmini |
2017-02-26 | Round glyph bbox on Mac similar to other platforms | Khaled Hosny |
2017-02-22 | tdf#104509: Fix GetGlyphBoundRect on Mac | Khaled Hosny |
2017-02-09 | convert FontType to scoped enum | Noel Grandin |
2017-02-08 | drop unused enum TTCreationFlags | Noel Grandin |
2017-02-02 | convert method names in tools::SvRef to be more like our other.. | Noel Grandin |
2017-01-30 | tdf#104693: screenshot: fix mirrored mac screenshots | Thorsten Behrens |
2016-12-12 | Don’t return false for blank glyphs | Khaled Hosny |
2016-12-11 | sal_GlyphId is a simple glyph id now | Khaled Hosny |
2016-12-11 | Don’t encode font fallback level in the glyph id | Khaled Hosny |
2016-12-11 | Don’t encode the vertical flag in the glyph id | Khaled Hosny |
2016-12-10 | Use GlyphItem in more places | Khaled Hosny |
2016-12-10 | Pass GlyphItem around | Khaled Hosny |
2016-12-07 | convert PolyFlags to scoped enum | Noel Grandin |
2016-12-06 | OSL_TRACE -> SAL_ in vcl | Noel Grandin |
2016-12-01 | Unused code | Khaled Hosny |
2016-11-29 | Strip down GetEmbedFontData to what is really used | Khaled Hosny |
2016-11-29 | SalGraphics::GetFontEncodingVector() is a noop now | Khaled Hosny |
2016-11-29 | Drop a bunch of font metrics flags | Khaled Hosny |
2016-11-26 | Kill old Core Text layout engine | Khaled Hosny |
2016-11-26 | ServerFontLayout is already gone | Khaled Hosny |
2016-11-22 | tdf#55469 Consistent line spacing across platforms | Khaled Hosny |
2016-11-13 | tdf#103895: Another fix too macOS glyph bounding | Khaled Hosny |
2016-11-13 | Simplify vertical text drawing on macOS | Khaled Hosny |
2016-11-13 | Fix build | Khaled Hosny |
2016-11-13 | Unused code | Khaled Hosny |
2016-11-07 | -Werror,-Wdeprecated-declarations | Stephan Bergmann |
2016-11-07 | Set Kashida width also on macOS | Khaled Hosny |
2016-11-02 | Fix GetGlyphBoundRect() on macOS | Khaled Hosny |
2016-10-25 | Skip font formats not supported by CommonSalLayout | Khaled Hosny |
2016-10-18 | Rewrite AquaSalGraphics::DrawSalLayout() | Khaled Hosny |
2016-10-18 | Support font fallback on macOS for CommonSalLayout | Khaled Hosny |
2016-10-18 | Check SAL_USE_COMMON_LAYOUT envar in one place | Khaled Hosny |
2016-10-18 | Cache HarfBuzz font | Khaled Hosny |
2016-10-18 | GSoC: Speed up CommonSalLayout by caching hb_face | Akash Jain |
2016-10-18 | GSoC: Integrate new CommonSalLayout in quartz/ code | Akash Jain |
2016-10-18 | GSoC: Modify DrawServerFontLayout and add DrawSalLayout | Akash Jain |
2016-10-18 | GSoC: Add new CommonSalLayout class | Akash Jain |
2016-10-10 | tdf#89307: Removed SvRef::operator T*() | Jacek Fraczek |
2016-09-23 | tdf#100994: use CGContextStrokePath instead | Julien Nabet |
2016-09-14 | loplugin:override | Stephan Bergmann |
2016-09-05 | convert OutDevSupportType to scoped enum | Noel Grandin |
2016-09-02 | boost::intrusive_ptr->tools::SvRef | Caolán McNamara |
2016-08-17 | Massage ifdefs etc for iOS to avoid undefineds | Tor Lillqvist |
2016-08-14 | loplugin:overrideparam | Stephan Bergmann |
2016-08-08 | loplugin:overrideparam | Stephan Bergmann |
2016-06-21 | vcl: remove some commented-out code | Thorsten Behrens |
2016-06-17 | convert DBG_ASSERT in vcl | Noel Grandin |
2016-06-10 | tdf#96099 Remove various smart pointer typedefs in vcl | Mark Page |
2016-06-09 | tdf#96971 SetXORMode - remove un-needed parameter | melikeyurtoglu |