summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-12Revert "Re-work focus handling to use an idle handler"Miklos Vajna6-30/+17
2016-01-12Re-work focus handling to use an idle handlerTor Lillqvist6-17/+30
2016-01-12No need to name unused parametersTor Lillqvist1-2/+1
2016-01-12provide autorelease pool to avoid leakingDouglas Mencken1-0/+2
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock32-600/+660
2016-01-12vcl: change from Impl_Font to ImplFontChris Sherlock2-67/+67
2016-01-12vcl: put FontConfigFontOptions into Unix headerChris Sherlock5-38/+72
2016-01-12vcl: move fontcharmap.cxx to the font folderChris Sherlock2-1/+1
2016-01-12vcl: tidyup file name impfont.cxx -> fontcharmap.cxxChris Sherlock2-1/+1
2016-01-12vcl: split off ImplFontCharMap into it's own header fileChris Sherlock7-59/+87
2016-01-11tdf#96875 Make OS X native context menus compatibleMaxim Monastirsky3-49/+16
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-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
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
2016-01-11tdf#96888 Kill internal vcl dog-tags ..Ras-al-Ghul1-11/+1
2016-01-11Remove BitmapFilterStackBlur, which is unused...Stephan Bergmann4-758/+0
2016-01-11vcl: fix Android buildMiklos Vajna2-2/+2
2016-01-11loplugin:staticmethodsStephan Bergmann1-1/+1
2016-01-11vcl: move vcl/generic/app/ files to vcl/unx/generic/appChris Sherlock34-43/+35
2016-01-11vcl: move vcl/generic/print files to vcl/unx/generic/printChris Sherlock33-43/+43
2016-01-11vcl: move vcl/generic/fontmanager files to vcl/unx/generic/fontmanagerChris Sherlock11-13/+13
2016-01-11vcl: rename adobeenc.tab to adobe_encoding_table.hxxChris Sherlock2-1/+1
2016-01-11PCH support on LinuxAshod Nakashian1-13/+3
2016-01-11vcl: move all glyph files from generic to unxChris Sherlock14-12/+12
2016-01-11vcl: rename gcach_ftyp.{cxx|hxx} to freetype_glyphcache.{cxx|hxx}Chris Sherlock6-5/+5
2016-01-11vcl: move gcach_ftyp.cxx to vcl/unx/generic/glyphsChris Sherlock2-1/+1
2016-01-10avoid crash on vcldemo bad indexCaolán McNamara1-1/+2
2016-01-10Fix typosAndrea Gelmini48-56/+56
2016-01-10Cleanup FontCharMapPtr variable prefixesChris Sherlock12-97/+97
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock33-88/+88
2016-01-10vcl: add missing mutator operations to ImplFontAttributesChris Sherlock1-0/+25
2016-01-10vcl: Renamed ImplPdfBuiltinFontData to PdfBuiltinFontFaceChris Sherlock2-9/+9
2016-01-10vcl: (OS X only) Change CoreTextFontData to CoreTextFontFaceChris Sherlock4-36/+36
2016-01-10vcl: (Windows only) Changed ImplWinFontData name to WinFontFaceChris Sherlock4-42/+42
2016-01-10vcl: (Windows only) Changed ImplWinFontEntry name to WinFontInstanceChris Sherlock4-26/+26
2016-01-09tdf#96550 - vcl opengl - fix BGR/RGB swap for some 8-bit icons.Michael Meeks1-6/+18
2016-01-09cppcheck: truncLongCastAssignmentCaolán McNamara1-5/+5
2016-01-09tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul1-16/+8
2016-01-09tdf#96888 Kill internal vcl dog-tags ..Ras-al-Ghul2-58/+32
2016-01-09tdf#96657 - vcl opengl: implement invert: Track Frame.Michael Meeks1-1/+12
2016-01-09tdf#96657 - vcldemo - implement invert: Track Frame rendering test.Michael Meeks2-4/+16
2016-01-09try and fix android buildCaolán McNamara1-1/+1