Age | Commit message (Expand) | Author |
2016-10-15 | clang-cl loplugin: vcl | Stephan Bergmann |
2016-09-07 | loplugin:constantparam in vcl | Noel Grandin |
2016-09-02 | coverity#1371325 Missing move assignment operator | Caolán McNamara |
2016-09-02 | boost::intrusive_ptr->tools::SvRef | Caolán McNamara |
2016-08-29 | cid#1371168 Missing move assignment operator | Noel Grandin |
2016-08-19 | Some clang-tidy misc-move-constructor-init | Stephan Bergmann |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |
2016-06-27 | loplugin:singlevalfields in vcl(part2) | Noel Grandin |
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-05-30 | Convert FontRelief to scoped enum | Noel Grandin |
2016-05-20 | loplugin:unusedmethods in vcl | Noel Grandin |
2016-05-11 | Convert FONT_FAMILY to scoped enum | Noel Grandin |
2016-05-11 | remove unused return type from SalGraphics::SetFont | Noel Grandin |
2016-05-09 | convert FONT_EMPHASIS_MARK to scoped enum | Noel Grandin |
2016-05-06 | vcl: PhysicalFontFamily::maFontFaces must be sorted | Michael Stahl |
2016-04-25 | tdf#62525 vcl: use cow_wrapper for font | Xisco Fauli |
2016-04-18 | clang-tidy performance-unnecessary-copy-initialization | Noel Grandin |
2016-04-06 | tdf#98989: vcl: fix handling of non-scalable fonts like "Courier" | Michael Stahl |
2016-03-16 | loplugin:constantparams in vcl/ | Noel Grandin |
2016-03-14 | GetEnglishSearchFontName is what is supposed to use here | Douglas Mencken |
2016-03-08 | loplugin:constantparams in vcl | Noel Grandin |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-04 | vcl: take into account the font width is the average font width | Chris Sherlock |
2016-02-02 | boost::hash->std::hash | Noel Grandin |
2016-01-31 | tools: rename FontUnderline to FontLineStyle | Chris Sherlock |
2016-01-29 | vcl: move mnOrientation down header file | Chris Sherlock |
2016-01-29 | vcl: rename ImplFont::mnKerning to ImplFont::meKerning | Chris Sherlock |
2016-01-29 | vcl: more harmonization of ImplFont and FontAttributes | Chris Sherlock |
2016-01-29 | vcl: changes to included vcl headers | Chris Sherlock |
2016-01-29 | vcl: add text alignment functions to ImplFont and FontAttributes | Chris Sherlock |
2016-01-28 | vcl: add in copy constructor for FontAttributes | Chris Sherlock |
2016-01-26 | PhysicalFontFace needs to be complete here | Stephan Bergmann |
2016-01-26 | vcl: remove unneeded headers from PhysicalFontFamily.cxx | Chris Sherlock |
2016-01-25 | vcl: remove a lot of unneeded headers from PhysicalFontCollection.cxx | Chris Sherlock |
2016-01-25 | vcl: remove a hell of a lot of unneeded headers from fontcache.cxx | Chris Sherlock |
2016-01-25 | vcl: remove a hell of a lot of unneeded headers from fontselect.hxx | Chris Sherlock |
2016-01-25 | vcl: remove a hell of a lot of unneeded headers from fontinstance.hxx | Chris Sherlock |
2016-01-25 | vcl: remove a hell of a lot of unneeded headers from fontattributes.hxx | Chris Sherlock |
2016-01-25 | vcl: remove vcl/inc/magic.h | Chris Sherlock |
2016-01-23 | vcl: add size property to the ImplFont class | Chris Sherlock |
2016-01-22 | vcl: reorder and correctly initialize ImplFont private variables | Chris Sherlock |
2016-01-22 | vcl: oops, these shouldn't be set to false but should be copied | Chris Sherlock |
2016-01-22 | vcl: add orientation flag property to Font class | Chris Sherlock |
2016-01-22 | vcl: add font map names to Font class | Chris Sherlock |
2016-01-21 | vcl: add subsettable flag property functions to Font class | Chris Sherlock |
2016-01-21 | vcl: remove Font::GetFamily and Font::GetFamilyNoAsk (obsolete functions) | Chris Sherlock |
2016-01-21 | vcl: rename Font::GetFamily to Font::GetFamilyType | Chris Sherlock |
2016-01-21 | vcl: add embeddable font property functions to Font class | Chris Sherlock |