summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit
AgeCommit message (Expand)AuthorFilesLines
2016-08-09LOK init: strcpy() -> strncpy()Miklos Vajna1-4/+5
2016-08-04LOK init: avoid non-inline function definition in header fileMiklos Vajna1-5/+5
2016-07-22sw: add new LOK_CALLBACK_VIEW_LOCK callbackMiklos Vajna1-0/+16
2016-07-08sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna1-0/+16
2016-07-01svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-0/+16
2016-07-01sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna1-1/+16
2016-06-30LOK: change back type of view ids to intMiklos Vajna1-4/+4
2016-06-21lok: Change version string to JSON formatPranav Kant2-7/+13
2016-06-21sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna1-1/+15
2016-06-21lok: Expose LO version informationPranav Kant3-0/+29
2016-06-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-0/+17
2016-06-17LOK: change type of view ids to uintptr_tMiklos Vajna2-8/+8
2016-05-09Allow painting for arbitrary partAshod Nakashian2-0/+34
2016-04-21lok: getPartHash should be at the end, it is a new API call.Jan Holesovsky1-4/+4
2016-04-21lokit: add getPartHashHenry Castro2-0/+10
2016-04-19In lok_init_2, allow vnd.sun.star.pathname user_profile_urlStephan Bergmann3-9/+10
2016-04-19tdf#99314 lokdocview: add new userprofileurl propertyMiklos Vajna1-0/+17
2016-04-08lok context menu: Expose the disabled commands too.Jan Holesovsky1-6/+13
2016-04-08lok context menu: Expose context menuPranav Kant1-0/+16
2016-03-08New LOK_LOADLIB_GLOBAL to let clients control dlopen(RTLD_GLOBAL)Stephan Bergmann1-4/+1
2016-03-04Mention that there are two disjunct sets of callbacksTor Lillqvist1-0/+9
2016-03-03sd lok: Remove LOK_CALLBACK_PARTS_COUNT_CHANGED from the API.Jan Holesovsky1-12/+0
2016-02-16sd lok: add LOK_CALLBACK_PARTS_COUNT_CHANGED callbackHenry Castro1-0/+12
2016-02-11lok: Introduce a "TakeOwnership" filter option for saveAs().Jan Holesovsky1-0/+5
2016-02-06lok: Search result should contain info if it is a 'search all' result.Jan Holesovsky1-0/+1
2016-02-05Fix typosAndrea Gelmini1-2/+2
2016-02-04LibreOfficeKit: document availability of some LibreOfficeKit C++ APIRiccardo Magliocchetti1-1/+6
2016-02-04Include headers using OpenBSD toocoypu1-1/+1
2016-02-03lok interaction handler: Add handling of io and network errors.Jan Holesovsky1-0/+14
2016-02-02lokdocview: Handle password protected documentsPranav Kant1-0/+12
2016-02-02LOK: add Document::setClientVisibleArea()Miklos Vajna2-0/+17
2016-02-02lokdocview: add a set_visible_area()Miklos Vajna1-0/+11
2016-01-29LibreOfficeKit: add doxygen since tag to _LibreOfficeKitClass structRiccardo Magliocchetti1-0/+2
2016-01-27libreofficekit: password interaction optional and off by defaultMichael Stahl3-0/+40
2016-01-25libreofficekit: ask for password when loading encrypted documentsMichael Stahl3-1/+47
2016-01-21Clean up lok::Office::freeError()Miklos Vajna2-9/+6
2016-01-20freeError function moved to the end of the listOliver Specht1-1/+2
2016-01-19Make LibreOffice kit usable on windowsOliver Specht3-9/+20
2016-01-11tdf#96513: Limit LOKDocView's zoom in [0.25, 5.0]Pranav Kant1-1/+3
2015-12-17lokdocview: Return if no document is setPranav Kant1-4/+6
2015-12-17lokdocview: Use GLib basic typesPranav Kant1-6/+6
2015-12-17lokdocview: Added some missing comments/annotationsPranav Kant1-0/+7
2015-12-09tdf#96317: Add API for copy/paste from/to the widgetPranav Kant1-0/+29
2015-12-09tdf#96318: Add searching APIPranav Kant1-0/+38
2015-12-09lokdocview: Set a 'default' path for LOK initPranav Kant1-1/+2
2015-12-07improve error message for nonexist. pathDavid Tardon1-0/+7
2015-12-07tdf#96243 don't crash if LibO install. wasn't foundDavid Tardon1-0/+2
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna4-12/+12
2015-12-06tdf#96246: Make pRenderingArguments nullablePranav Kant1-1/+1
2015-11-30LOK: renderFont methodMihai Varga2-0/+18