summaryrefslogtreecommitdiff
path: root/include/vcl/dialog.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-05lokdialog: Simplify; make the LOK dialog API more genericPranav Kant1-2/+0
2017-12-05lokdialog: Kill some code; use already existing method to paintPranav Kant1-3/+0
2017-11-28lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky1-1/+0
2017-11-28lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky1-12/+1
2017-11-28lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky1-8/+0
2017-11-28lokdialog: Make vcl::DialogID an integerPranav Kant1-2/+4
2017-11-28lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant1-5/+5
2017-11-16lokdialog: Expose cursor visible statusPranav Kant1-1/+1
2017-11-16lokdialog: Callback for dialog cursor invalidationPranav Kant1-0/+1
2017-11-15lokdialog: Invalidate-all when size is changedPranav Kant1-0/+1
2017-11-15lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant1-2/+3
2017-11-15lokdialog: Mouse events for dialog floating child windowsPranav Kant1-0/+3
2017-11-15lokdialog: Support for rendering floating window dialog widgetsPranav Kant1-0/+3
2017-11-15lokdialog: Register IDIalogRenderable with vcl::DialogPranav Kant1-2/+7
2017-11-15lokdialog: Handle key events in corePranav Kant1-0/+3
2017-11-15lokdialog: Forward mouse events to vcl; enable mouse movePranav Kant1-1/+1
2017-11-15lokdialog: Set up intial posting mouse events to dialogsPranav Kant1-1/+4
2017-11-15lokdialog: Dialog invalidation supportPranav Kant1-3/+4
2017-11-15lokdialog: Better dialog rendering APIPranav Kant1-0/+3
2016-10-06tdf#102852 Fixed BreakDlgArmin Le Grand1-0/+5
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-31loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-08-18screenshots: added more virtualization/abstractionArmin Le Grand1-2/+2
2016-08-18screenshots: extend default paths where stuff gets writtenArmin Le Grand1-0/+12
2016-07-11Resolves: tdf#95729 move 'alt' accel enable/disable down to systemwindowCaolán McNamara1-1/+0
2016-06-18uitest: loplugin:overrideMarkus Mohrhard1-1/+1
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard1-0/+2
2016-06-06tdf#89329: use unique_ptr for pImpl in dialogXisco Fauli1-1/+1
2016-02-09Formatting changes across all modulesChris Sherlock1-3/+0
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara1-1/+0
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-21remove untyped Link<>Noel Grandin1-1/+0
2015-10-14convert Link<> to typedNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-1/+1
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-2/+0
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-0/+1
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-1/+1
2015-05-18mark ApplySettings to override in DialogTomaž Vajngerl1-1/+1
2015-05-18ApplySettings for dialogTomaž Vajngerl1-0/+2
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin1-9/+8
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin1-1/+1
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin1-2/+2
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin1-0/+1