summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-04lokdialog: Window* -> VclPtr<Window>, and a small simplification.feature/lok_dialog-backportJan Holesovsky4-16/+13
2017-12-04lokdialog: Make the Autofilter popup work in Calc.Jan Holesovsky1-2/+12
2017-12-04lokdialog: sc: Guard autofilter popup's LOK notificationPranav Kant1-1/+2
2017-12-04lokdialog: multiview: Do not mix one view with otherPranav Kant7-30/+22
2017-12-04lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant6-136/+54
2017-12-04lokdialog: Rename postDialogKeyEvent -> postWindowKeyEventPranav Kant4-8/+8
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant25-396/+229
2017-12-04lokdialog: Do not underestimate the dialog sizePranav Kant1-2/+2
2017-12-04lokdialog: Kill some code; use already existing method to paintPranav Kant5-25/+1
2017-12-04lokdialog: Allow closing a dialog from LOK clientPranav Kant6-12/+56
2017-12-04gtv: Remember recently executed UNO commandsPranav Kant8-31/+170
2017-12-04gtv: Width, height properties should not be construct onlyPranav Kant1-2/+0
2017-12-04fix buildAron Budea1-2/+2
2017-12-04tdf#109240, tdf#112571: add unit testAron Budea2-0/+28
2017-12-02Revert "tdf#114025 - avoid deadlock between x11 clipboard and ...Michael Stahl1-9/+6
2017-12-01tdf#114025 framework: avoid deadlock between Desktop init ...Michael Stahl1-5/+25
2017-12-01tdf#107806: Semantic and syntax for .uno:RowHeight have been changedHenry Castro6-32/+72
2017-12-01lok: calc: small fixesMarco Cecchetti2-3/+3
2017-11-30lokdialog: Compress DIALOG_CHILD callbacksPranav Kant1-0/+1
2017-11-30etags: pass the "-e" flag directly to ctag binaryPranav Kant1-5/+1
2017-11-30sc, sd: rework UI Text Language "More" button, tdf#113911Henry Castro2-27/+63
2017-11-30lok: calc: set outline stateMarco Cecchetti6-45/+61
2017-11-30LOK: provide user feedback while preloading.Michael Meeks2-4/+47
2017-11-30sd: enable language status bar itemHenry Castro5-36/+40
2017-11-30lokdialog: Execute all UNO commands asynchronously for LOKPranav Kant2-0/+8
2017-11-30LOK: support password-protected PDF docsAshod Nakashian1-2/+10
2017-11-29disambiguation (build fix on Windows)Andras Timar1-1/+1
2017-11-29Use UTF-8 sequences (VS2013 doesn't accept u8)Mike Kaganski2-2/+2
2017-11-29lokdialog: Make hyperlink dialog workPranav Kant3-1/+23
2017-11-29Tile the writer surround rendering to avoid large image scaling.Michael Meeks1-12/+27
2017-11-28Bump version to 5.3-32cp-5.3-32Andras Timar1-1/+1
2017-11-28tdf#109240, tdf#112571: don't export dupe built-in named rangesAron Budea2-3/+7
2017-11-28sd lok: ensure default viewHenry Castro4-12/+39
2017-11-28sw lok: add Accept/Reject All tracked changes, tdf#101977Henry Castro15-2/+246
2017-11-28lok - calc: outline and group handlingMarco Cecchetti16-37/+408
2017-11-28lok: sc: subdivide headers data in rangeMarco Cecchetti1-1/+10
2017-11-28LOK: tilebench improvementsAshod Nakashian4-36/+74
2017-11-28Fix 'unused parameter' warnings.Jan Holesovsky1-5/+5
2017-11-28lokdialog: Remove getDialogInfo + update gtktiledviewer accordingly.Pranav Kant5-67/+28
2017-11-28lokdialog: Notify the current view onlyPranav Kant1-10/+4
2017-11-28lokdialog: new callback size_changed with new size of the dialogPranav Kant1-2/+5
2017-11-28lokdialog: Emit callback when title is changedPranav Kant1-0/+10
2017-11-28lokdialog: Launch dialogs which have a notifier registeredPranav Kant1-1/+1
2017-11-28lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky15-95/+43
2017-11-28lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky4-16/+17
2017-11-28lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky22-366/+309
2017-11-28lokdialogs: Assign the LOK window id only when necessary.Jan Holesovsky3-4/+13
2017-11-28lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky2-0/+8
2017-11-28lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky16-109/+122
2017-11-28lokdialog: Let all modal dialogs notify about creation, disposalPranav Kant2-0/+26