summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-01-25vcl: remove comment cruft from helpwin.hxxChris Sherlock1-2/+0
2016-01-25vcl: gtkprintwrapper is a private gtk only headerChris Sherlock4-3/+3
2016-01-25vcl: remove comment cruft from private header controldata.hxxChris Sherlock1-3/+0
2016-01-25vcl: remove comment cruft from dndeventcontainer.cxxChris Sherlock1-30/+0
2016-01-25vcl: remove comment cruft from dndlistenercontainer.cxxChris Sherlock1-40/+0
2016-01-25git: rename dndlcon.{hxx|cxx} to dndlistenercontainer.{hxx|cxx}Chris Sherlock9-15/+12
2016-01-25vcl: fix cupsmgr.hxx header guardsChris Sherlock1-2/+2
2016-01-25vcl: fix svmconverter.hxx header guardsChris Sherlock1-3/+3
2016-01-25vcl: fix dndeventdispatcher.hxx header guardsChris Sherlock1-2/+2
2016-01-25vcl: move dndevdis.{hxx|cxx} to dndeventdispatcher.{hxx|cxx}Chris Sherlock6-5/+5
2016-01-25vcl: cupsmgr.hxx is a private Unix-only headerChris Sherlock4-3/+5
2016-01-25more usage of C++ osl::Mutex, osl::MutexGuardNoel Grandin6-83/+52
2016-01-25vcl: rename cvtsvm.{cxx|hxx} file to svmconverter.{cxx|hxx}Chris Sherlock4-3/+5
2016-01-24fix buildCaolán McNamara1-1/+1
2016-01-24limit variable scopeDavid Tardon1-2/+1
2016-01-24move bmp dimension sanity check to a better placeDavid Tardon1-18/+17
2016-01-24limit variable scopeDavid Tardon1-36/+36
2016-01-24limit variable scopeDavid Tardon1-1/+1
2016-01-24sanitize input to avoid large allocationDavid Tardon1-16/+47
2016-01-24absolute seek is clearerDavid Tardon1-2/+2
2016-01-24sanitize valueDavid Tardon1-0/+2
2016-01-23vcl: LogicalFontInstance no longer friend of ImplFontMetricDataChris Sherlock1-1/+0
2016-01-23vcl: add size property to the ImplFont classChris Sherlock2-17/+22
2016-01-22vcl: reorder and correctly initialize ImplFont private variablesChris Sherlock2-37/+49
2016-01-22ImplSVEvent::maDelData is unused nowStephan Bergmann3-9/+3
2016-01-22vcl: oops, these shouldn't be set to false but should be copiedChris Sherlock1-2/+2
2016-01-22vcl: add orientation flag property to Font classChris Sherlock3-3/+23
2016-01-22Use C++ osl::Mutex, osl::MutexGuardStephan Bergmann2-23/+15
2016-01-22vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-17/+18
2016-01-22Resolves: rhbz#1257635 after httpConnectEncrypt use cupsGetDests2Caolán McNamara1-4/+3
2016-01-22tdf#96407 Provide OS X version info for About boxDouglas Mencken2-0/+20
2016-01-22vcl: add font map names to Font classChris Sherlock3-10/+18
2016-01-21new[] failed but memset of requested len called anywayCaolán McNamara1-6/+5
2016-01-21gtk3: use gdk_window_create_similar_image_surfaceCaolán McNamara1-2/+12
2016-01-21Quickfix for deterministic SvpSalBitmap checksumsStephan Bergmann1-1/+7
2016-01-21coverity#1349758 rework to avoid bugus Dereference null warningCaolán McNamara1-4/+8
2016-01-21tdf#95587: Make rectangle control within tab pages work againKatarina Behrens1-7/+27
2016-01-21Resolves: rhbz#1240591 gtk3: store clipboard when LibreOffice is closedCaolán McNamara1-3/+22
2016-01-21valgrind: memleak on thrown exceptionCaolán McNamara1-16/+13
2016-01-21valgrind: memleakCaolán McNamara1-0/+1
2016-01-21valgrind: memleak on thrown exceptionCaolán McNamara4-12/+10
2016-01-21cppcheck: variableScopeCaolán McNamara2-4/+4
2016-01-21Revert "disable test that suddenly eats GBs of memory"David Tardon1-0/+1
2016-01-21at least partially sanitize image dimensionsDavid Tardon1-0/+11
2016-01-21tdf#96420: Re-introduce SimpleWinLayoutTor Lillqvist5-26/+1020
2016-01-21loplugin: unused return valuesNoel Grandin4-29/+22
2016-01-21vcl: add subsettable flag property functions to Font classChris Sherlock3-5/+23
2016-01-21vcl: remove Font::GetFamily and Font::GetFamilyNoAsk (obsolete functions)Chris Sherlock2-9/+7
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock5-6/+6
2016-01-21vcl: add embeddable font property functions to Font classChris Sherlock3-4/+21