summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
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: LogicalFontInstance no longer friend of ImplFontMetricDataChris Sherlock
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-22Use C++ osl::Mutex, osl::MutexGuardStephan Bergmann
2016-01-22vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2016-01-22Resolves: rhbz#1257635 after httpConnectEncrypt use cupsGetDests2Caolán McNamara
2016-01-22tdf#96407 Provide OS X version info for About boxDouglas Mencken
2016-01-22vcl: add font map names to Font classChris Sherlock
2016-01-21new[] failed but memset of requested len called anywayCaolán McNamara
2016-01-21gtk3: use gdk_window_create_similar_image_surfaceCaolán McNamara
2016-01-21Quickfix for deterministic SvpSalBitmap checksumsStephan Bergmann
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-21Resolves: rhbz#1240591 gtk3: store clipboard when LibreOffice is closedCaolán McNamara
2016-01-21valgrind: memleak on thrown exceptionCaolán McNamara
2016-01-21valgrind: memleakCaolán McNamara
2016-01-21valgrind: memleak on thrown exceptionCaolán McNamara
2016-01-21cppcheck: variableScopeCaolán McNamara
2016-01-21Revert "disable test that suddenly eats GBs of memory"David Tardon
2016-01-21at least partially sanitize image dimensionsDavid Tardon
2016-01-21tdf#96420: Re-introduce SimpleWinLayoutTor Lillqvist
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-21vcl: tabify fontattributes.hxxChris Sherlock
2016-01-20disable test that suddenly eats GBs of memoryDavid Tardon
2016-01-20vcl: add built in font property functions to Font classChris Sherlock
2016-01-20Related: rhbz#1149116 collateEquals was set with OString::booleanCaolán McNamara
2016-01-20vcl: gave ReadImplFont use ImplFont::SetFamilyType()Chris Sherlock
2016-01-20vcl: add more property functions to FontChris Sherlock
2016-01-20-Werror,-Wmismatched-tagsStephan Bergmann
2016-01-20coverity#1349702 Uninitialized scalar fieldCaolán McNamara
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara
2016-01-20vcl: fix comments in impfont.hxxChris Sherlock
2016-01-19vcl: add quality accessor & mutator to FontChris Sherlock
2016-01-19tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul
2016-01-19Resolves: tdf#99604 ungrab modal dialogsCaolán McNamara