summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lokdialog: Window* -> VclPtr<Window>, and a small simplification.feature/lok_dialog-backportJan Holesovsky2017-12-044-16/+13
* lokdialog: Make the Autofilter popup work in Calc.Jan Holesovsky2017-12-041-2/+12
* lokdialog: sc: Guard autofilter popup's LOK notificationPranav Kant2017-12-041-1/+2
* lokdialog: multiview: Do not mix one view with otherPranav Kant2017-12-047-30/+22
* lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant2017-12-046-136/+54
* lokdialog: Rename postDialogKeyEvent -> postWindowKeyEventPranav Kant2017-12-044-8/+8
* lokdialog: Simplify; make the LOK dialog API more genericPranav Kant2017-12-0425-396/+229
* lokdialog: Do not underestimate the dialog sizePranav Kant2017-12-041-2/+2
* lokdialog: Kill some code; use already existing method to paintPranav Kant2017-12-045-25/+1
* lokdialog: Allow closing a dialog from LOK clientPranav Kant2017-12-046-12/+56
* gtv: Remember recently executed UNO commandsPranav Kant2017-12-048-31/+170
* gtv: Width, height properties should not be construct onlyPranav Kant2017-12-041-2/+0
* fix buildAron Budea2017-12-041-2/+2
* tdf#109240, tdf#112571: add unit testAron Budea2017-12-042-0/+28
* Revert "tdf#114025 - avoid deadlock between x11 clipboard and ...Michael Stahl2017-12-021-9/+6
* tdf#114025 framework: avoid deadlock between Desktop init ...Michael Stahl2017-12-011-5/+25
* tdf#107806: Semantic and syntax for .uno:RowHeight have been changedHenry Castro2017-12-016-32/+72
* lok: calc: small fixesMarco Cecchetti2017-12-012-3/+3
* lokdialog: Compress DIALOG_CHILD callbacksPranav Kant2017-11-301-0/+1
* etags: pass the "-e" flag directly to ctag binaryPranav Kant2017-11-301-5/+1
* sc, sd: rework UI Text Language "More" button, tdf#113911Henry Castro2017-11-302-27/+63
* lok: calc: set outline stateMarco Cecchetti2017-11-306-45/+61
* LOK: provide user feedback while preloading.Michael Meeks2017-11-302-4/+47
* sd: enable language status bar itemHenry Castro2017-11-305-36/+40
* lokdialog: Execute all UNO commands asynchronously for LOKPranav Kant2017-11-302-0/+8
* LOK: support password-protected PDF docsAshod Nakashian2017-11-301-2/+10
* disambiguation (build fix on Windows)Andras Timar2017-11-291-1/+1
* Use UTF-8 sequences (VS2013 doesn't accept u8)Mike Kaganski2017-11-292-2/+2
* lokdialog: Make hyperlink dialog workPranav Kant2017-11-293-1/+23
* Tile the writer surround rendering to avoid large image scaling.Michael Meeks2017-11-291-12/+27
* Bump version to 5.3-32cp-5.3-32Andras Timar2017-11-281-1/+1
* tdf#109240, tdf#112571: don't export dupe built-in named rangesAron Budea2017-11-282-3/+7
* sd lok: ensure default viewHenry Castro2017-11-284-12/+39
* sw lok: add Accept/Reject All tracked changes, tdf#101977Henry Castro2017-11-2815-2/+246
* lok - calc: outline and group handlingMarco Cecchetti2017-11-2816-37/+408
* lok: sc: subdivide headers data in rangeMarco Cecchetti2017-11-281-1/+10
* LOK: tilebench improvementsAshod Nakashian2017-11-284-36/+74
* Fix 'unused parameter' warnings.Jan Holesovsky2017-11-281-5/+5
* lokdialog: Remove getDialogInfo + update gtktiledviewer accordingly.Pranav Kant2017-11-285-67/+28
* lokdialog: Notify the current view onlyPranav Kant2017-11-281-10/+4
* lokdialog: new callback size_changed with new size of the dialogPranav Kant2017-11-281-2/+5
* lokdialog: Emit callback when title is changedPranav Kant2017-11-281-0/+10
* lokdialog: Launch dialogs which have a notifier registeredPranav Kant2017-11-281-1/+1
* lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2017-11-2815-95/+43
* lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky2017-11-284-16/+17
* lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2017-11-2822-366/+309
* lokdialogs: Assign the LOK window id only when necessary.Jan Holesovsky2017-11-283-4/+13
* lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky2017-11-282-0/+8
* lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky2017-11-2816-109/+122
* lokdialog: Let all modal dialogs notify about creation, disposalPranav Kant2017-11-282-0/+26