Age | Commit message (Expand) | Author |
2018-10-30 | Move SalGraphics glyph functions into FontInstance | Jan-Marek Glogowski |
2018-08-22 | turn the cache around to work on LogicalFontInstance | Caolán McNamara |
2018-08-21 | use LogicalFontInstance with SalGraphics | Caolán McNamara |
2018-07-26 | vcl cairo text renderer: support non-AA text | Miklos Vajna |
2018-05-11 | Fold CommonSalLayout into GenericSalLayout | Khaled Hosny |
2018-03-26 | replace SalColor with Color | Noel Grandin |
2017-11-14 | use std::unique_ptr for SalLayout | Noel Grandin |
2017-10-30 | Constify some VCL interface functions | Jan-Marek Glogowski |
2017-03-31 | tdf#82580 tools: rename Rectangle to tools::Rectangle | Miklos Vajna |
2016-12-10 | Use GlyphItem in more places | 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-26 | ServerFontLayout is already gone | Khaled Hosny |
2016-10-30 | Rename ServerFont to FreetypeFont | Khaled Hosny |
2016-10-18 | GSoC: Modify DrawServerFontLayout and add DrawSalLayout | Akash Jain |
2016-09-02 | boost::intrusive_ptr->tools::SvRef | Caolán McNamara |
2016-06-10 | tdf#96099 Remove various smart pointer typedefs in vcl | Mark Page |
2016-05-11 | remove unused return type from SalGraphics::SetFont | Noel Grandin |
2016-01-27 | vcl: remove extraneous included headers in textrender.hxx | Chris Sherlock |
2016-01-18 | basebmp now only used from vcl/headless code | Caolán McNamara |
2016-01-14 | vcl: change ImplFontMetricData to be reference counted via intrusive_ptr | Chris Sherlock |
2016-01-12 | vcl: resplit FontAttributes from ImplFontMetricData | Chris Sherlock |
2016-01-10 | vcl: promote ImplFontAttributes to FontAttributes | Chris Sherlock |
2016-01-04 | Remove unused forward declarations | Tor Lillqvist |
2016-01-03 | vcl: rename variables from metric names to font attribute names | Chris Sherlock |
2016-01-03 | vcl: merge ImplFontMetricData with ImplFontAttributes | Chris Sherlock |
2015-12-24 | loplugin:unnecessaryvirtual | Noel Grandin |
2015-12-15 | Get rid of :: prefix for basegfx in include/vcl and vcl | Tor Lillqvist |
2015-06-11 | Cleanup crossplatform cairo | Mox Soini |
2015-03-03 | render text with cairo under gtk3, not headless solution | Caolán McNamara |
2015-01-27 | these are const inputs, we fill widths from pGlyphIds via pEncoding | Caolán McNamara |
2015-01-27 | rhbz#1177022: vcl: fix PDF embedding of Type 1 fonts | Michael Stahl |
2015-01-27 | add a length arg to GetEmbedFontData | Caolán McNamara |
2015-01-10 | vcl: cleanup textrender.hxx | Chris Sherlock |
2014-11-14 | Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descen... | Jan Holesovsky |
2014-11-13 | vcl: Abstract the Windows text rendering into a TextRenderImpl descendant. | Jan Holesovsky |
2014-11-10 | fix build | Markus Mohrhard |
2014-11-10 | extract cairo rendering and abstract platform bits | Markus Mohrhard |