summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/font.cxx
AgeCommit message (Expand)Author
2016-01-14vcl: move font.cxx from gdi directory to font directoryChris Sherlock
2016-01-12vcl: change from Impl_Font to ImplFontChris Sherlock
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock
2016-01-03vcl: split out ImplFontAttributes into own headerChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-27kill dubious debugging SAL_INFOCaolán McNamara
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-10-04vcl: remove FontRefCount typedefChris Sherlock
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-22font lookup - cleanup GetEnglishSearchName function signature.Michael Meeks
2014-07-04vcl: printf -> SAL_INFO in Font::SetFillColorMiklos Vajna
2014-06-30Cleanup: removed comments and debugging outputmatteocam
2014-06-30Debugging outputmatteocam
2014-06-30Cleaned up code from operations in vclmatteocam
2014-04-25Revert "give empty constructed default font a default height"Caolán McNamara
2014-04-24Related: #i124686# give empty constructed default font a default heightArmin Le Grand
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-23bool improvementsStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-09-20Font and ImplLayoutArgs with LanguageTagEike Rathke
2013-09-17convert VCL from String to OUStringNoel Grandin
2013-08-12convert vcl/font.hxx from String to OUStringNoel Grandin
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-05-10Font refcount is not uint16 (anymore)Eike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-26Translate German comments, clean up some WSPhilipp Weissenbacher
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin
2013-01-07Change public variables of class ImplFontAttributes to private.navin
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara