summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock12-19/+19
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud20-73/+73
2016-01-16tdf#78431: Clean up pFrame parameter in ImplWindowFrameProcXisco Fauli3-8/+7
2016-01-16vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock8-27/+27
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock8-30/+30
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock12-19/+19
2016-01-16vcl: remove commented out lines from commit 0174562fa9eChris Sherlock1-5/+0
2016-01-16vcl: created accessors and mutators for font classesChris Sherlock1-42/+44
2016-01-16vcl: ImplFontMetric and FontAttributes is *very* familiarChris Sherlock1-4/+4
2016-01-15vcl: coverity#1348469 identical branchesMichael Stahl1-8/+1
2016-01-15Bin some excessive vertical whitespaceTor Lillqvist1-6/+0
2016-01-15vcl: add symbol and charset accessors and mutators to FontChris Sherlock1-185/+214
2016-01-15vcl: add the meCharSet attribute into FontAttributesChris Sherlock2-1/+3
2016-01-15vcl: create a default FontAttributes constructorChris Sherlock1-4/+13
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 Sherlock2-241/+184
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock8-123/+119
2016-01-14vcl: change from pFontAttributes to pFontMetricChris Sherlock1-23/+23
2016-01-14vcl: FontMetric now has ImplFontMetricPtr objectsChris Sherlock1-23/+6
2016-01-14vcl: move font.cxx from gdi directory to font directoryChris Sherlock1-0/+0
2016-01-14vcl: split off ImplFontMetric into impfontmetric.hxxChris Sherlock1-48/+51
2016-01-14vcl: Create mutator for bullet offset attribute in FontMetricChris Sherlock2-1/+6
2016-01-14vcl: Create mutator for slant attribute in FontMetricChris Sherlock2-1/+6
2016-01-14vcl: Create mutator for line height attribute in FontMetricChris Sherlock2-26/+31
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 Sherlock1-0/+10
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock2-6/+18
2016-01-13tdf#92925 Remove MET (OS/2) exportBryan Quigley2-6/+0
2016-01-13vcl: remove ImplFontMetrics::mnMiscFlags as no longer usedChris Sherlock2-5/+1
2016-01-13vcl: Create accessor and mutator for builtin font flag in FontMetricChris Sherlock2-7/+16
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 Lillqvist1-1/+1
2016-01-13We only use the prev pointerTor Lillqvist1-1/+0
2016-01-13Fix memory leakStephan Bergmann1-0/+1
2016-01-13vcl: Create accessor and mutator for full stop centered in FontMetricChris Sherlock2-9/+15
2016-01-13vcl: Create accessor and mutator for font scaling in FontMetricChris Sherlock2-5/+16
2016-01-12Revert "Re-work focus handling to use an idle handler"Miklos Vajna4-28/+15
2016-01-12Re-work focus handling to use an idle handlerTor Lillqvist4-15/+28
2016-01-12No need to name unused parametersTor Lillqvist1-2/+1
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock10-374/+379
2016-01-12vcl: change from Impl_Font to ImplFontChris Sherlock1-60/+60
2016-01-12vcl: move fontcharmap.cxx to the font folderChris Sherlock1-0/+0
2016-01-12vcl: tidyup file name impfont.cxx -> fontcharmap.cxxChris Sherlock1-0/+0
2016-01-12vcl: split off ImplFontCharMap into it's own header fileChris Sherlock1-1/+1
2016-01-11tdf#94831: Check for null mpReadAccess before first useMatúš Kukan1-21/+18
2016-01-11initialize new member variablesCaolán McNamara1-2/+24
2016-01-11tdf#96888 Kill internal vcl dog-tags ..Ras-al-Ghul1-14/+7
2016-01-11tdf#96655 - clear non-offscreen status bar controls before render.Michael Meeks1-3/+4