summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
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-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-01Revert "tdf#114025 - avoid deadlock between x11 clipboard and ...Michael Stahl
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-25tdf#114025 - avoid deadlock between x11 clipboard and the lock dialog.Michael Meeks
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-21loplugin:unnecessaryparenStephan Bergmann
2017-11-17Resolves: tdf#112943 don't close popups on resize if size didn't changeCaolán McNamara
2017-11-15lokdialog: Expose cursor visible statusPranav Kant
2017-11-15lokdialog: Callback for dialog cursor invalidationPranav Kant
2017-11-15loplugin:flatten in vclNoel Grandin
2017-11-14Fix typosAndrea Gelmini
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin
2017-11-13Resolves: tdf#113366 Contour editor does not openCaolán McNamara
2017-11-09lokdialog: Invalidate-all when size is changedPranav Kant
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant
2017-11-09Resolves: tdf#113562 desired window didn't get the inputCaolán McNamara
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-11-04Related: tdf#113160 set parent of warning dialogs during loadCaolán McNamara
2017-11-03Resolves: tdf#113160 changing all warning dialogs to non-modal is unsafeCaolán McNamara
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-11-02improve constparam lopluginNoel Grandin
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin
2017-10-30loplugin:constantparam in vclNoel Grandin
2017-10-28lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant
2017-10-27support stock text in checkboxes and radiobuttonsCaolán McNamara
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-26tdf#113444 removed capping of default font sizeBernhard Widl
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-22Avoid compiler eliding redundant dynamic_castStephan Bergmann
2017-10-18presumably we don't need to recalculate on subsequenct 'show' nowCaolán McNamara