summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
2016-05-11lokdocview: Add debug info; paintTile rendering timePranav Kant1-1/+9
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-27lokdocview: log postMouseEvent() argumentsMiklos Vajna1-0/+8
2016-04-26lokdocview: log setGraphicSelection() argumentsMiklos Vajna1-0/+5
2016-04-19In lok_init_2, allow vnd.sun.star.pathname user_profile_urlStephan Bergmann1-1/+2
2016-04-19tdf#99314 lokdocview: add new userprofileurl propertyMiklos Vajna2-2/+46
2016-04-08lok context menu: Expose context menuPranav Kant1-0/+7
2016-03-08New LOK_LOADLIB_GLOBAL to let clients control dlopen(RTLD_GLOBAL)Stephan Bergmann1-1/+7
2016-03-01gtktiledviewer: log .uno:ViewRowColumnHeaders command resultMiklos Vajna1-0/+1
2016-02-25cid#1354270 fix uninitialized membersMiklos Vajna1-0/+1
2016-02-21tdf#97235: Protect reset_view when called with no tile buffer initializedPranav Kant1-1/+3
2016-02-21tdf#97236: Refresh the view when part is changedPranav Kant1-0/+2
2016-02-21lokdocview: Protect set_part from setting an invalid part numberPranav Kant1-0/+9
2016-02-14lokdocview: Center the widget vertically inside the allocationPranav Kant1-0/+2
2016-02-14tdf#97301: Return silently when no document is loadedPranav Kant1-0/+3
2016-02-09vcl, libreofficekit: gtk_clipboard_wait_for_contents() may return nullMichael Stahl1-0/+4
2016-02-05cid#1351879 missing breakMiklos Vajna1-0/+1
2016-02-04coverity#1351757 Uninitialized pointer fieldCaolán McNamara1-0/+5
2016-02-04gtktiledviewer: cid#1351757 uninitialized membersMiklos Vajna1-0/+2
2016-02-04new loplugin fpcomparisonNoel Grandin1-1/+1
2016-02-03lok interaction handler: Add handling of io and network errors.Jan Holesovsky1-0/+17
2016-02-02lokdocview: Handle password protected documentsPranav Kant2-5/+154
2016-02-02LOK: add Document::setClientVisibleArea()Miklos Vajna1-1/+9
2016-02-02lokdocview: add a set_visible_area()Miklos Vajna2-1/+26
2016-02-01lokdocview: call lok::Document::setClientZoom() after zoom changeMiklos Vajna1-1/+24
2016-02-01lokdocview: log lok::Document::postKeyEvent() argumentsMiklos Vajna1-0/+3
2016-01-28Missing includeStephan Bergmann1-0/+1
2016-01-27libreofficekit: password interaction optional and off by defaultMichael Stahl1-0/+2
2016-01-25libreofficekit: ask for password when loading encrypted documentsMichael Stahl1-0/+8
2016-01-22lokdocview: handle page down and page upMiklos Vajna1-0/+6
2016-01-22lokdocview: log lok::Document::getTextSelection() parametersMiklos Vajna1-0/+4
2016-01-21gtktiledviewer: support pasting PNG imagesMiklos Vajna1-4/+22
2016-01-21gtktiledviewer: Set buttons insensitive in view-only modePranav Kant1-45/+98
2016-01-20lokdocview: Center the widget inside the allocationPranav Kant1-2/+9
2016-01-19lokdocview: Package and install selection handlesPranav Kant3-6/+26
2016-01-15libreofficekit: log document paste argumentsMiklos Vajna1-0/+5
2016-01-11lokdocview: Fix WARNING when creating an errorDebarshi Ray1-1/+1
2016-01-11Silence loplugin:implicitboolconversion between bool and gbooleanStephan Bergmann1-2/+2
2016-01-11tdf#96513: Limit LOKDocView's zoom in [0.25, 5.0]Pranav Kant1-2/+27
2016-01-11tdf#96421: Return if no window is realizedPranav Kant1-0/+2
2016-01-11iostream is not neededDavid Tardon1-1/+1
2016-01-11lokdocview: Use shared_ptr to fix a possible memory leakPranav Kant1-6/+6
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-08gtktiledviewer: hide new view button when it's not supposed to workMiklos Vajna1-5/+9
2016-01-08lool - page border shadow can be disabledMarco Cecchetti1-7/+14
2015-12-30tdf#96514: Emits a 'notify' signal when zoom changesPranav Kant1-0/+2
2015-12-30lokdocview: Use an array to install propertiesPranav Kant1-97/+90
2015-12-21coverity#1315075 Uninitialized scalar fieldCaolán McNamara1-0/+4
2015-12-19coverity#1343633 Resource leakCaolán McNamara1-8/+6
2015-12-19coverity#1343632 Resource leakCaolán McNamara1-3/+3