summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2017-12-19Report more debug information about caught exceptionStephan Bergmann2-6/+41
2017-12-18ofz: ensure null terminationCaolán McNamara1-2/+4
2017-12-18tdf#114262 Respect text+image toolbar styleMaxim Monastirsky1-3/+4
2017-12-15tdf#114408 set correct tooltip rectangleCaolán McNamara1-2/+2
2017-12-02Revert "tdf#114025 - avoid deadlock between x11 clipboard and ...Michael Stahl1-8/+6
2017-11-25tdf#114025 - avoid deadlock between x11 clipboard and the lock dialog.Michael Meeks1-6/+8
2017-11-25Modernize pdfwriter_impl, part 2 (vcl)Julien Nabet1-25/+13
2017-11-24don't worry about dangling timers at fuzzer exitCaolán McNamara1-1/+2
2017-11-24Modernize pdfwriter_impl by using for-range loops (vcl)Julien Nabet1-155/+143
2017-11-23tdf#111782: fix Wrong rendering of image radiobutton on Split Cells dialogG??bor Koruhely1-0/+5
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann5-20/+20
2017-11-23Replace list by vector for m_aJPGs pdfwriter_impl (vcl)Julien Nabet2-7/+7
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin5-6/+6
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-11-22replace check of eof and GetError with goodCaolán McNamara3-9/+8
2017-11-22drop duplicate methodCaolán McNamara7-29/+29
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-1/+1
2017-11-21silence warningCaolán McNamara1-1/+1
2017-11-21assert that mnPngDepth can only be 16 hereStephan Bergmann1-0/+4
2017-11-21loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-11-21ASan heap-buffer-overflowStephan Bergmann1-0/+16
2017-11-20tdf#113918: Workaround: Load 1bpp indexed PNG as 8bpp indexed BitmapTor Lillqvist1-3/+28
2017-11-20tdf#95656 vcl: correct offset for vkrn positionMark Hung1-3/+2
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-18silence some coverity warningsCaolán McNamara1-1/+1
2017-11-17tdf#111717 consider CJK vertical writing for underline offsetMark Hung1-1/+4
2017-11-17tdf#111967 translate offsets so it is relative to v originMark Hung1-0/+7
2017-11-17ofz#4291 Direct-leakCaolán McNamara1-60/+70
2017-11-17ofz#4076 bad palette READCaolán McNamara1-2/+6
2017-11-17Resolves: tdf#112943 don't close popups on resize if size didn't changeCaolán McNamara1-2/+3
2017-11-17loplugin:casttovoid (--disable-pdfium)Stephan Bergmann1-7/+2
2017-11-17vcl: clean ImplFontMetricData::ImplInitTextLineSize a little bit.Mark Hung2-15/+19
2017-11-17loplugin:useuniqueptr in MultiSalLayoutNoel Grandin1-6/+4
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-1/+18
2017-11-16ofz#3002 set a limit to how broken a jpeg is to give up recoveringCaolán McNamara1-0/+20
2017-11-16tdf#113875: Properly export 1bpp greylevel (but not B&W) PNG images to PDFTor Lillqvist1-4/+23
2017-11-15lokdialog: Expose cursor visible statusPranav Kant2-16/+47
2017-11-15lokdialog: Callback for dialog cursor invalidationPranav Kant2-0/+24
2017-11-15loplugin:flatten in vclNoel Grandin25-2124/+2162
2017-11-15Related tdf#113652: fix crash when closing Data providerJulien Nabet1-1/+1
2017-11-14ofz: if parsing failed we keep reparsing itCaolán McNamara1-1/+4
2017-11-14Fix typosAndrea Gelmini1-1/+1
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin7-77/+45
2017-11-13Resolves: tdf#113366 Contour editor does not openCaolán McNamara1-0/+5
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-11ofz: XPMReader::ImplGetColKey short readCaolán McNamara1-0/+3
2017-11-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-0/+13
2017-11-10loplugin:unusedmethodsNoel Grandin2-26/+0
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin1-3/+0
2017-11-09lokdialog: Invalidate-all when size is changedPranav Kant1-0/+11