summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-01-18loplugin:unusedfieldsNoel Grandin6-13/+6
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock12-34/+34
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock14-22/+22
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud30-92/+92
2016-01-16tdf#78431: Clean up pFrame parameter in ImplWindowFrameProcXisco Fauli6-13/+10
2016-01-16vcl: add comment about ImplFontMetric::{Get|Set}LineHeight()Chris Sherlock1-2/+2
2016-01-16vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock15-39/+39
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock10-32/+32
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock14-22/+22
2016-01-16vcl: remove commented out lines from commit 0174562fa9eChris Sherlock1-5/+0
2016-01-16vcl: created accessors and mutators for font classesChris Sherlock3-43/+115
2016-01-16vcl: ImplFontMetric and FontAttributes is *very* familiarChris Sherlock2-9/+51
2016-01-15loplugin:simplifyboolNoel Grandin1-1/+1
2016-01-15vcl: coverity#1348469 identical branchesMichael Stahl1-8/+1
2016-01-15Bin some excessive vertical whitespaceTor Lillqvist1-6/+0
2016-01-15vcl: forgot to add the unit test file...Chris Sherlock1-0/+69
2016-01-15vcl: add symbol and charset accessors and mutators to FontChris Sherlock5-185/+282
2016-01-15vcl: add the meCharSet attribute into FontAttributesChris Sherlock3-2/+21
2016-01-15vcl: create a default FontAttributes constructorChris Sherlock3-9/+20
2016-01-15vcl: make constructors of ImplFont explicitChris Sherlock1-4/+4
2016-01-15vcl: convert next ImplFont constructor to use initializer listChris Sherlock1-26/+25
2016-01-15vcl: convert ImplFont constructor to use initializer listChris Sherlock1-24/+23
2016-01-15vcl: move metric.cxx to font/fontmetric.cxxChris Sherlock3-242/+184
2016-01-15vcl: reorganize ImplFontMetric to same layout as ImplFontMetricDataChris Sherlock1-18/+17
2016-01-15vcl: fixup prefixes for ImplFontMetricDataPtr variablesChris Sherlock4-75/+75
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock28-207/+226
2016-01-14vcl: change ServerFont::FetchFontMetric to GetFontMetricChris Sherlock3-3/+3
2016-01-14vcl: change from pFontAttributes to pFontMetricChris Sherlock1-23/+23
2016-01-14vcl: FontMetric now has ImplFontMetricPtr objectsChris Sherlock2-25/+26
2016-01-14vcl: move font.cxx from gdi directory to font directoryChris Sherlock2-1/+1
2016-01-14vcl: remove unneeded headers from impfontmetric.hxxChris Sherlock1-14/+0
2016-01-14vcl: remove unneeded headers from impfontmetricdata.hxxChris Sherlock1-58/+53
2016-01-14vcl: remove unneeded fwd decls from impfontcharmap.hxxChris Sherlock1-11/+0
2016-01-14vcl: remove unnecessary headers in impfont.hxxChris Sherlock1-9/+0
2016-01-14vcl: no need to include cstdio in fontsubset.hxxChris Sherlock1-1/+0
2016-01-14vcl: remove unnecessary foward decls from fontselect.hxxChris Sherlock1-4/+4
2016-01-14vcl: fontmanager.hxx is a private Unix headerChris Sherlock15-14/+14
2016-01-14vcl: cleanup fontinstance.hxx - remove unneeded fwd decls and includesChris Sherlock1-5/+0
2016-01-14vcl: cleanup - remove unnecessary includes and fwd declsChris Sherlock2-9/+2
2016-01-14vcl: move ImplFontCache into own private headerChris Sherlock5-34/+74
2016-01-14vcl: update private Unix fontcache.hxx's header guard nameChris Sherlock1-3/+3
2016-01-14vcl: split off ImplFontMetric into impfontmetric.hxxChris Sherlock3-101/+140
2016-01-14vcl: fontcache.hxx is a private Unix header for pspChris Sherlock4-3/+3
2016-01-14vcl: ImpFontMetric and FontMetric no longer friends with OutputDeviceChris Sherlock1-2/+0
2016-01-14vcl: Create mutator for bullet offset attribute in FontMetricChris Sherlock4-2/+19
2016-01-14vcl: Create mutator for slant attribute in FontMetricChris Sherlock4-1/+26
2016-01-14vcl: (workbench) check error status of socket writesChris Sherlock1-2/+17
2016-01-14vcl: Create mutator for line height attribute in FontMetricChris Sherlock4-27/+38
2016-01-14vcl: use mutators for FontMetric's ascent and descent propertiesChris Sherlock1-2/+2
2016-01-13vcl: Create accessor and mutator for ascent and descent in FontMetricChris Sherlock3-5/+50