summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2016-01-25Dialog's ImplAsyncCloseHdl is IMPL_LINK_NOARG_TYPEDStephan Bergmann
2016-01-25MenuBar's CloseButtonClickHdl doesn't need an argumentStephan Bergmann
2016-01-25vcl: remove vcl/inc/magic.hChris Sherlock
2016-01-25vcl: move vcl/inc/list.h to vcl/source/fontsubset/Chris Sherlock
2016-01-25tdf#39468 vcl: translate German comment in vcl/source/gdi/octree.cxxChris Sherlock
2016-01-25vcl: remove comment cruft from vcl/source/gdi/octree.cxxChris Sherlock
2016-01-25vcl: rename impoct.hxx to impoctree.hxxChris Sherlock
2016-01-25vcl: rename private ilstbox.hxx header to listbox.hxxChris Sherlock
2016-01-25vcl: remove comment cruft from dndeventcontainer.cxxChris Sherlock
2016-01-25vcl: remove comment cruft from dndlistenercontainer.cxxChris Sherlock
2016-01-25git: rename dndlcon.{hxx|cxx} to dndlistenercontainer.{hxx|cxx}Chris Sherlock
2016-01-25vcl: move dndevdis.{hxx|cxx} to dndeventdispatcher.{hxx|cxx}Chris Sherlock
2016-01-25vcl: rename cvtsvm.{cxx|hxx} file to svmconverter.{cxx|hxx}Chris Sherlock
2016-01-24fix buildCaolán McNamara
2016-01-24limit variable scopeDavid Tardon
2016-01-24move bmp dimension sanity check to a better placeDavid Tardon
2016-01-24limit variable scopeDavid Tardon
2016-01-24limit variable scopeDavid Tardon
2016-01-24sanitize input to avoid large allocationDavid Tardon
2016-01-24absolute seek is clearerDavid Tardon
2016-01-24sanitize valueDavid Tardon
2016-01-23vcl: add size property to the ImplFont classChris Sherlock
2016-01-22vcl: reorder and correctly initialize ImplFont private variablesChris Sherlock
2016-01-22ImplSVEvent::maDelData is unused nowStephan Bergmann
2016-01-22vcl: oops, these shouldn't be set to false but should be copiedChris Sherlock
2016-01-22vcl: add orientation flag property to Font classChris Sherlock
2016-01-22vcl: add font map names to Font classChris Sherlock
2016-01-21coverity#1349758 rework to avoid bugus Dereference null warningCaolán McNamara
2016-01-21tdf#95587: Make rectangle control within tab pages work againKatarina Behrens
2016-01-21valgrind: memleak on thrown exceptionCaolán McNamara
2016-01-21valgrind: memleak on thrown exceptionCaolán McNamara
2016-01-21cppcheck: variableScopeCaolán McNamara
2016-01-21at least partially sanitize image dimensionsDavid Tardon
2016-01-21loplugin: unused return valuesNoel Grandin
2016-01-21vcl: add subsettable flag property functions to Font classChris Sherlock
2016-01-21vcl: remove Font::GetFamily and Font::GetFamilyNoAsk (obsolete functions)Chris Sherlock
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-21vcl: add embeddable font property functions to Font classChris Sherlock
2016-01-20vcl: add built in font property functions to Font classChris Sherlock
2016-01-20vcl: gave ReadImplFont use ImplFont::SetFamilyType()Chris Sherlock
2016-01-20vcl: add more property functions to FontChris Sherlock
2016-01-20coverity#1349702 Uninitialized scalar fieldCaolán McNamara
2016-01-19vcl: add quality accessor & mutator to FontChris Sherlock
2016-01-19tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara
2016-01-18FilterConfigCache::GetImportFormatMediaType still needed on WNTStephan Bergmann
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock