summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl13-49/+55
2017-12-18convert SFX_VISIBILITY constants to scoped enumNoel Grandin5-79/+98
2017-12-18convert SFXWB_ constants to scoped enumNoel Grandin1-8/+8
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin37-178/+178
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin6-31/+31
2017-12-15Handle resmgr lifecycle with vcl's de-init more cleanly.Michael Meeks1-2/+3
2017-12-15lokdialog: If we already have the title, emit it during creationPranav Kant2-8/+16
2017-12-14lokdialog: Send close callback when dialog dissappears tooPranav Kant1-8/+14
2017-12-14LOK: Honor the user's language when issuing help.Jan Holesovsky1-0/+3
2017-12-14lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-11/+10
2017-12-14LOK: fix URL launching, so that Help buttons work.Michael Meeks2-0/+42
2017-12-13lokdialog: State change events for dialogs uno commandsPranav Kant1-1/+7
2017-12-12lokdialog: Allow windows / dialogs in different languages.Jan Holesovsky2-0/+18
2017-12-09lokdialog: Make hyperlink dialog workPranav Kant1-0/+1
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-12-05tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski5-27/+31
2017-12-05vector::data seems more natural than &vector::frontCaolán McNamara2-4/+4
2017-12-05convert BmpConversion to scoped enumNoel Grandin2-2/+2
2017-12-05new loplugin: useuniqueptr: vclNoel Grandin3-6/+6
2017-12-05lokdialog: Don't hide dialogs in case of LOKPranav Kant1-1/+6
2017-12-05lokdialog: InitShow can happen multiple timesPranav Kant2-3/+3
2017-12-05lokdialog: multiview: Do not mix one view with otherPranav Kant3-8/+7
2017-12-05lokdialog: Simplify; make the LOK dialog API more genericPranav Kant4-23/+6
2017-11-29lokdialog: Make hyperlink dialog workPranav Kant1-0/+21
2017-11-28sw lok: add Accept/Reject All tracked changes, tdf#101977Henry Castro1-1/+4
2017-11-28lokdialog: Notify the current view onlyPranav Kant1-10/+4
2017-11-28lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky3-37/+3
2017-11-28lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky4-12/+12
2017-11-28lokdialogs: Assign the LOK window id only when necessary.Jan Holesovsky2-3/+3
2017-11-28lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky4-28/+28
2017-11-28lokdialog: Let all modal dialogs notify about creation, disposalPranav Kant1-0/+24
2017-11-28lokdialog: Notify to child helper method, not the main onePranav Kant1-1/+1
2017-11-28lokdialog: Let modeless dialogs emit "created" callback tooPranav Kant1-0/+21
2017-11-28lokdialog: Notify dialog closure from sfx2/, instead of vcl/Pranav Kant1-5/+13
2017-11-28lokdialog: Make vcl::DialogID an integerPranav Kant2-21/+18
2017-11-28lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant2-0/+58
2017-11-23Resolves: tdf#95960 improve custom properties pageCaolán McNamara1-248/+137
2017-11-23Resolves: rhbz#1400287 resizing properties dialog hides widgetsCaolán McNamara1-5/+7
2017-11-16lokdialog: Expose cursor visible statusPranav Kant1-3/+11
2017-11-15lokdialog: Support painting parts of the dialogPranav Kant1-4/+7
2017-11-15lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant1-2/+2
2017-11-15Change CB_DIALOG_INVALIDATE to CB_DIALOGPranav Kant1-2/+6
2017-11-15lokdialog: Support for rendering floating window dialog widgetsPranav Kant1-0/+18
2017-11-15lokdialog: Register IDIalogRenderable with vcl::DialogPranav Kant1-8/+0
2017-11-15lokdialog: Dialog invalidation supportPranav Kant2-0/+24
2017-10-26sc lok: fix spell checking languages in CalcHenry Castro1-2/+11
2017-10-03lok: temporary workaround: disable formula mode for onlineMarco Cecchetti1-0/+31
2017-10-03lok: handle .uno:LanguageStatus commandHenry Castro1-0/+8
2017-09-19lok: Expose the automatic spell checking state in the UI.Jan Holesovsky1-0/+1
2017-09-14implementing callback for ruler invalidationAditya Dewan1-0/+2