summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
2016-07-20lokdocview: handle LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-1/+58
2016-07-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-0/+7
2016-07-20LOK: change type of view ids to uintptr_tMiklos Vajna1-4/+17
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-9/+7
2016-07-20comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna1-13/+18
2016-07-20gtktiledviewer: Fix runtime gtk warningsPranav Kant1-4/+5
2016-07-20gtktiledviewer: fix the per-view part selectorMiklos Vajna1-3/+18
2016-07-20gtktiledviewer: fix runtime warnings caused by .uno:InsertAnnotation buttonMiklos Vajna1-5/+8
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-07-20gtktiledviewer: log .uno:ViewRowColumnHeaders command resultMiklos Vajna1-0/+1
2016-07-20coverity#1351757 Uninitialized pointer fieldCaolán McNamara1-0/+5
2016-07-20gtktiledviewer: cid#1351757 uninitialized membersMiklos Vajna1-0/+2
2016-07-20gtktiledviewer: support pasting PNG imagesMiklos Vajna1-4/+22
2016-07-20gtktiledviewer: Set buttons insensitive in view-only modePranav Kant1-45/+98
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2-30/+30
2016-07-12cid#1340232 uncaught exceptionMiklos Vajna1-6/+13
2016-07-12cid#1340231 uncaught exceptionMiklos Vajna1-6/+13
2016-07-12gtktiledviewer: add a UNO command debuggerPranav Kant1-5/+115
2016-07-12lok_doc_view_reset_view: don't touch the view idMiklos Vajna1-9/+54
2016-07-12cid#1354270 fix uninitialized membersMiklos Vajna1-0/+1
2016-07-12tdf#97235: Protect reset_view when called with no tile buffer initializedPranav Kant1-1/+3
2016-07-12tdf#97236: Refresh the view when part is changedPranav Kant1-0/+2
2016-07-12tdf#97301: Return silently when no document is loadedPranav Kant1-0/+3
2016-07-12lokdocview: add a set_visible_area()Miklos Vajna2-1/+26
2016-07-12lokdocview: call lok::Document::setClientZoom() after zoom changeMiklos Vajna1-1/+24
2016-07-12cid#1351879 missing breakMiklos Vajna1-0/+1
2016-07-12new loplugin fpcomparisonNoel Grandin1-1/+1
2016-07-12lokdocview: Add debug info; paintTile rendering timePranav Kant1-1/+9
2016-07-12In lok_init_2, allow vnd.sun.star.pathname user_profile_urlStephan Bergmann1-1/+2
2016-07-12lok context menu: Expose context menuPranav Kant1-0/+7
2016-07-12lokdocview: Protect set_part from setting an invalid part numberPranav Kant1-0/+9
2016-07-12lokdocview: log postMouseEvent() argumentsMiklos Vajna1-0/+8
2016-07-12lokdocview: log setGraphicSelection() argumentsMiklos Vajna1-0/+5
2016-07-12tdf#99314 lokdocview: add new userprofileurl propertyMiklos Vajna1-0/+1
2016-07-06lokdocview: log lok::Document::postKeyEvent() argumentsMiklos Vajna1-0/+3
2016-07-06lokdocview: Package and install selection handlesPranav Kant3-6/+26
2016-06-22lok: Expose LO version informationPranav Kant1-0/+9
2016-06-19Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna4-5/+1
2016-06-12lok interaction handler: Add handling of io and network errors.Jan Holesovsky1-0/+17
2016-06-12lool - page border shadow can be disabledMarco Cecchetti1-7/+15
2016-05-03tdf#99314 lokdocview: add new userprofileurl propertyMiklos Vajna2-3/+46
2016-02-22lokdocview: Center the widget vertically inside the allocationPranav Kant1-0/+2
2016-02-10vcl, libreofficekit: gtk_clipboard_wait_for_contents() may return nullMichael Stahl1-0/+4
2016-02-03lokdocview: Handle password protected documentsPranav Kant2-5/+154
2016-02-03Missing includeStephan Bergmann1-0/+1
2016-01-29libreofficekit: password interaction optional and off by defaultMichael Stahl1-0/+10
2016-01-21lokdocview: Center the widget inside the allocationPranav Kant1-2/+9
2016-01-12tdf#96513: Limit LOKDocView's zoom in [0.25, 5.0]Pranav Kant1-2/+27
2016-01-12lokdocview: Fix WARNING when creating an errorDebarshi Ray1-1/+1