summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock4-11/+41
2016-01-13tdf#92925 Remove MET (OS/2) exportBryan Quigley2-6/+0
2016-01-13vcl: remove ImplFontMetrics::mnMiscFlags as no longer usedChris Sherlock3-6/+1
2016-01-13vcl: ImplFontMetric - all uses of enum now removedChris Sherlock1-11/+0
2016-01-13vcl: Create accessor and mutator for builtin font flag in FontMetricChris Sherlock4-12/+42
2016-01-13-Werror=misleading-indentation (GCC 6)Stephan Bergmann2-4/+8
2016-01-13tdf#95573 - stop (crazy) busy loop from blocking rendering.Michael Meeks1-1/+1
2016-01-13This stuff is private to vclTor Lillqvist4-3/+26
2016-01-13We only use the prev pointerTor Lillqvist3-4/+1
2016-01-13Fix memory leakStephan Bergmann1-0/+1
2016-01-13Bin unused fieldTor Lillqvist2-4/+2
2016-01-13vcl: Create accessor and mutator for full stop centered in FontMetricChris Sherlock4-13/+42
2016-01-13vcl: format enum in ImplFontMetric to make it easier to rebaseChris Sherlock1-1/+8
2016-01-13vcl: Create accessor and mutator for font scaling in FontMetricChris Sherlock6-16/+149
2016-01-12tdf#96385 - opengl: dynamically adjust priority of swap buffers.Michael Meeks1-1/+3