summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2018-01-141-2/+2
* More loplugin:cstylecast: desktopStephan Bergmann2018-01-129-48/+48
* iOS, correct rc file namejan Iversen2018-01-121-1/+1
* iOS, corrected path in LOjan Iversen2018-01-101-3/+4
* lokdialog: Enable input before posting mouse eventsPranav Kant2018-01-081-0/+5
* loplugin:passstuffbyref more return improvementsNoel Grandin2018-01-031-1/+1
* loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin2017-12-311-1/+1
* rtl: support start/stop threads around pre-initAshod Nakashian2017-12-281-2/+4
* LOK: support password-protected PDF docsAshod Nakashian2017-12-231-2/+10
* request installation of langpack via packagekitCaolán McNamara2017-12-221-1/+2
* lokdialog: Use Application::Post{Mouse,Key}Event() to post to main threadPranav Kant2017-12-201-5/+6
* lokdialog: Handle closing of modeless dialogs tooPranav Kant2017-12-191-1/+1
* lokdialog: Allow windows / dialogs in different languages.Jan Holesovsky2017-12-192-1/+12
* remove unused typedefsNoel Grandin2017-12-191-1/+0
* inline use-once typedefsNoel Grandin2017-12-193-6/+3
* coverity#1426312 Unchecked return valueCaolán McNamara2017-12-181-1/+1
* loplugin:unusedindexMike Kaganski2017-12-182-39/+25
* lok: sc: append the col, row position to the cell cursor messageMarco Cecchetti2017-12-161-1/+2
* lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti2017-12-151-0/+2
* sal: add pre-initialization scheme for allocations.Michael Meeks2017-12-151-0/+7
* Fix binary incompatible change in the LOK API + add unit test.Jan Holesovsky2017-12-121-0/+64
* loplugin:salcall fix functionsNoel Grandin2017-12-1118-27/+27
* sw lok: enable Page Header/FooterHenry Castro2017-12-081-1/+3
* loplugin:salcall vcl builder methodsNoel Grandin2017-12-082-2/+2
* lokit: add .uno:DocumentRepair commandHenry Castro2017-12-071-1/+2
* lok: discard name languages not registeredHenry Castro2017-12-071-2/+7
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-061-0/+1
* lokdialog: State change events for dialogs uno commandsPranav Kant2017-12-061-1/+7
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-1/+1
* lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant2017-12-041-43/+3
* lokdialog: Rename postDialogKeyEvent -> postWindowKeyEventPranav Kant2017-12-041-3/+3
* lokdialog: Simplify; make the LOK dialog API more genericPranav Kant2017-12-041-41/+14
* lokdialog: Kill some code; use already existing method to paintPranav Kant2017-12-041-1/+1
* lokdialog: Allow closing a dialog from LOK clientPranav Kant2017-12-041-3/+24
* lokdialog: Execute all UNO commands asynchronously for LOKPranav Kant2017-12-042-0/+8
* new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin2017-12-041-1/+1
* lok: calc: set outline stateMarco Cecchetti2017-12-011-17/+16
* lok: Replace this custom loop with STLPranav Kant2017-11-301-15/+11
* lokdialog: Compress DIALOG_CHILD callbacksPranav Kant2017-11-301-0/+1
* lok - calc: outline and group handlingMarco Cecchetti2017-11-291-0/+18
* Fix 'unused parameter' warnings.Jan Holesovsky2017-11-291-5/+5
* lokdialog: Remove getDialogInfo + update gtktiledviewer accordingly.Pranav Kant2017-11-291-33/+0
* lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2017-11-291-16/+6
* lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2017-11-291-41/+115
* lokdialog: Make vcl::DialogID an integerPranav Kant2017-11-291-36/+28
* loplugin:unusedmethodsNoel Grandin2017-11-292-13/+0
* LOK: provide user feedback while preloading.Michael Meeks2017-11-251-3/+6
* Remove redundant callPranav Kant2017-11-241-2/+0
* tdf#90794 Position of progress bar on high res screensheiko tietze2017-11-231-3/+16
* tdf#112689 Replace chained O(U)StringBuffer::append with operator+Timotej Lazar2017-11-231-93/+40