summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2017-12-08vcl: Rectangle does not name a typeMichael Stahl
2017-12-09Use ImplIsFloatingWindow instead of dynamic_castPranav Kant
2017-12-09lokdialog: Move lok cursor invalidation callbacks to vcl::CursorPranav Kant
2017-12-09lokdialog: Open floating window on InitShow onlyPranav Kant
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin
2017-12-07Fix typoAndrea Gelmini
2017-12-07lokdialog: sc: Prevent assert when invoking autopopup filter dialogPranav Kant
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-12-06tdf#114262 Respect text+image toolbar styleMaxim Monastirsky
2017-12-06lokdialog: Show/Hide floating window on StateChangedType::VisiblePranav Kant
2017-12-06lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky
2017-12-05lokdialog: Make the badstatic loplugin happy.Jan Holesovsky
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-12-04lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant
2017-12-04lokdialog: Kill some code; use already existing method to paintPranav Kant
2017-12-03Use for-range loops in print2 (vcl/gdi)Julien Nabet
2017-12-01Revert "tdf#114025 - avoid deadlock between x11 clipboard and ...Michael Stahl
2017-12-01loplugin:unusedfieldsNoel Grandin
2017-11-30silence various coverity warningsCaolán McNamara
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-30Silence -Werror=pragmas with some GCCStephan Bergmann
2017-11-30loplugin:unusedenumconstantsNoel Grandin
2017-11-29lokdialog: new callback size_changed with new size of the dialogPranav Kant
2017-11-29lokdialog: Emit callback when title is changedPranav Kant
2017-11-29lokdialog: Launch dialogs which have a notifier registeredPranav Kant
2017-11-29lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky
2017-11-29lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky
2017-11-29lokdialogs: Assign the LOK window id only when necessary.Jan Holesovsky
2017-11-29lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky
2017-11-29lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky
2017-11-29lokdialog: Notify dialog closure from sfx2/, instead of vcl/Pranav Kant
2017-11-29lokdialog: Make vcl::DialogID an integerPranav Kant
2017-11-29lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-27vcl: fix loplugin:unnecessaryparen warningMiklos Vajna
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-25tdf#114025 - avoid deadlock between x11 clipboard and the lock dialog.Michael Meeks
2017-11-25Modernize pdfwriter_impl, part 2 (vcl)Julien Nabet
2017-11-24don't worry about dangling timers at fuzzer exitCaolán McNamara
2017-11-24Modernize pdfwriter_impl by using for-range loops (vcl)Julien Nabet
2017-11-23tdf#111782: fix Wrong rendering of image radiobutton on Split Cells dialogG??bor Koruhely
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-23Replace list by vector for m_aJPGs pdfwriter_impl (vcl)Julien Nabet
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara