summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-11-29Resolves: tdf#114117 draw page shadow mangledCaolán McNamara1-4/+44
2017-11-29add pptx support to fftesterCaolán McNamara1-0/+14
2017-11-29lokdialog: new callback size_changed with new size of the dialogPranav Kant1-2/+5
2017-11-29lokdialog: Emit callback when title is changedPranav Kant1-0/+10
2017-11-29lokdialog: Launch dialogs which have a notifier registeredPranav Kant1-1/+1
2017-11-29lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2-4/+28
2017-11-29lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky2-15/+16
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky5-136/+123
2017-11-29lokdialogs: Assign the LOK window id only when necessary.Jan Holesovsky1-1/+10
2017-11-29lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky1-0/+7
2017-11-29lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky5-33/+47
2017-11-29lokdialog: Notify dialog closure from sfx2/, instead of vcl/Pranav Kant1-5/+0
2017-11-29lokdialog: Make vcl::DialogID an integerPranav Kant1-5/+8
2017-11-29lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant1-17/+19
2017-11-29loplugin:unusedmethodsNoel Grandin4-67/+0
2017-11-28add xlsx support to fftesterCaolán McNamara1-0/+14
2017-11-28add docx fuzzerCaolán McNamara3-0/+83
2017-11-27loplugin:useuniqueptr (clang-cl)Stephan Bergmann2-7/+9
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2-3/+3
2017-11-27vcl: fix loplugin:unnecessaryparen warningMiklos Vajna1-1/+1
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
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-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin2-2/+2
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-23gpg4libre: translatable strings for non-LibO filepickersKatarina Behrens1-0/+2
2017-11-23loplugin:unnecessaryparenStephan Bergmann1-4/+4
2017-11-23loplugin:simplifyboolStephan Bergmann1-1/+1
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann10-40/+40
2017-11-23Replace some lists by vectors in vcl/headlessJulien Nabet4-11/+10
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 Grandin6-8/+8
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2-4/+4
2017-11-22ofz#4386/ofz#4387 AbrtCaolán McNamara2-0/+2
2017-11-22replace check of eof and GetError with goodCaolán McNamara3-9/+8
2017-11-22drop duplicate methodCaolán McNamara10-35/+35
2017-11-22Fix typoAndrea Gelmini1-1/+1
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-1/+1
2017-11-21silence warningCaolán McNamara1-1/+1
2017-11-21auto cancel dialogs during file format testingCaolán McNamara2-0/+3
2017-11-21add docx support to fftesterCaolán McNamara1-0/+14
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