summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
AgeCommit message (Expand)AuthorFilesLines
2019-01-17Resolves: tdf#121641 properties invisible after 'reset'Caolán McNamara1-7/+10
2018-12-10use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin4-8/+7
2018-11-05Handle the case if no digital signature code is implemented (iOS, currently)Tor Lillqvist1-5/+12
2018-07-16lokdialog: No need to notify 'close' callback herePranav Kant1-7/+0
2018-05-15tdf#117039: update infobar instead of removing and re-adding itKatarina Behrens1-8/+26
2018-04-03tdf#115853: save current custom property when adding lineJulien Nabet1-0/+14
2018-03-26tdf#91106 sfx2: Stylist hierarchical: sort the Default Style firstMichael Stahl1-0/+4
2018-03-26We now use Unicode with MAPISendMailW, so no need for thisMike Kaganski1-4/+0
2018-03-25tdf#115938: Properly detect shadow size control's changed stateMike Kaganski1-0/+44
2018-03-25Simplify conditions a littleMike Kaganski1-3/+3
2018-03-25Remove useless special handling of single-value rangesMike Kaganski1-29/+14
2018-03-23lokdialog: Fix incorrect dialog sizes sent to clientPranav Kant1-3/+2
2018-03-22lok dialog: enable MessageDialog tunnelingHenry Castro2-45/+0
2018-03-22No need for an 'if' when the body is empty.Jan Holesovsky1-5/+3
2018-03-21lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky1-13/+24
2018-03-20lokdialog: InitShow can happen multiple timesPranav Kant2-3/+3
2018-03-19lokdialog: If we already have the title, emit it during creationPranav Kant2-8/+16
2018-03-19lokdialog: Send close callback when dialog dissappears tooPranav Kant1-8/+14
2018-03-19lokdialog: Make hyperlink dialog workPranav Kant1-0/+22
2018-03-19lokdialog: multiview: Do not mix one view with otherPranav Kant1-4/+1
2018-03-19lokdialog: Simplify; make the LOK dialog API more genericPranav Kant2-0/+4
2018-03-19lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2-6/+3
2018-03-19lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2-6/+6
2018-03-19lokdialogs: Assign the LOK window id only when necessary.Jan Holesovsky2-3/+3
2018-03-19lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky2-15/+15
2018-03-19lokdialog: Let all modal dialogs notify about creation, disposalPranav Kant1-0/+24
2018-03-19lokdialog: Let modeless dialogs emit "created" callback tooPranav Kant1-0/+21
2018-03-19lokdialog: Notify dialog closure from sfx2/, instead of vcl/Pranav Kant1-6/+13
2018-03-19lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant1-0/+14
2018-03-07Resolves: tdf#116116 vertically center line in allocated heightCaolán McNamara1-0/+1
2017-12-08gpg4libre: add error string for failed/untrusted encryptionThorsten Behrens1-1/+1
2017-12-07gpg4libre: permit multi-select encrypt certThorsten Behrens1-2/+20
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe1-1/+1
2017-11-08tdf#100922 Refactor Custom Properties pageSzymon Kłos1-153/+204
2017-11-07sfx2: Simplify SfxVersionTableDtor's code with std::unique_ptrTakeshi Abe1-19/+7
2017-11-03Revert "Replace list by vector in filtergrouping (sfx2)"Michael Stahl1-20/+21
2017-11-03Replace list by vector in filtergrouping (sfx2)Julien Nabet1-21/+20
2017-10-31loplugin:constantparam in sfx2Noel Grandin1-5/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl3-8/+8
2017-10-23loplugin:includeform: sfx2Stephan Bergmann23-53/+53
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara1-1/+7
2017-10-14Replace list by vector itemconnect (sfx2)Julien Nabet1-11/+11
2017-10-14tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+ekuiitr1-8/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-10-04clang-tidy modernize-use-equals-default in sfx2Jochen Nitschke1-11/+0
2017-10-02lokdialog: Register IDIalogRenderable with vcl::DialogPranav Kant1-8/+0
2017-10-02lokdialog: Dialog invalidation supportPranav Kant1-0/+11
2017-10-01Wayland: Make various popups work in the overflow toolbarMaxim Monastirsky1-1/+1