summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit
AgeCommit message (Expand)AuthorFilesLines
2016-11-27Lok: number callback enum for easier debuggingAshod Nakashian1-32/+32
2016-11-15Add the missing lok::Office::registerCallback().Jan Holesovsky1-0/+12
2016-11-14lok: add character parameter to renderFontHenry Castro2-2/+4
2016-09-29LOK: conditionally include part number in invalidation payloadMiklos Vajna1-0/+8
2016-09-16sfx2: add SfxLokHelper::getViewIdsMiklos Vajna2-0/+21
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna2-8/+8
2016-09-15Revert "LOK: we use callbacks latch for not missing messages sent very early"Marco Cecchetti2-15/+0
2016-09-11LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti2-0/+15
2016-09-10Revert "LOK: we use callbacks latch for not missing messages sent very early"Marco Cecchetti2-20/+3
2016-09-09LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti2-3/+20
2016-08-30Emit notification to a LibreOfficeKit client also when a redline is modifiedTor Lillqvist1-0/+23
2016-08-19sw redlines: expose description as part of the UNO/LOK APIMiklos Vajna1-0/+1
2016-08-19sw lok: add callbacks for redline table insertion / removalMiklos Vajna1-0/+24
2016-08-19gtktiledviewer: specify author name when calling initializeForRendering()Miklos Vajna1-1/+3
2016-08-10LOK init: strcpy() -> strncpy()Miklos Vajna1-4/+5
2016-08-05LOK 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-21sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna1-0/+16
2016-07-21svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-0/+16
2016-07-20sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna1-1/+16
2016-07-20LOK: change back type of view ids to intMiklos Vajna1-4/+4
2016-07-20sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna1-1/+15
2016-07-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-0/+17
2016-07-20LOK: change type of view ids to uintptr_tMiklos Vajna2-8/+8
2016-07-20Fix typosAndrea Gelmini1-2/+2
2016-07-12lokdocview: add a set_visible_area()Miklos Vajna1-0/+11
2016-07-12lok: getPartHash should be at the end, it is a new API call.Jan Holesovsky1-0/+2
2016-07-12In lok_init_2, allow vnd.sun.star.pathname user_profile_urlStephan Bergmann3-9/+10
2016-07-12lok context menu: Expose context menuPranav Kant1-0/+9
2016-06-22lok: Change version string to JSON formatPranav Kant2-7/+13
2016-06-22lok: Expose LO version informationPranav Kant3-0/+29
2016-06-19Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna4-12/+13
2016-06-19Allow painting for arbitrary partAshod Nakashian2-0/+34
2016-06-16lok: getPartHash should be at the end, it is a new API call.Jan Holesovsky1-4/+4
2016-06-16lokit: add getPartHashHenry Castro2-0/+10
2016-06-16lok context menu: Expose the disabled commands too.Jan Holesovsky1-6/+13
2016-06-16lok context menu: Expose context menuPranav Kant1-0/+16
2016-06-16LOK: renderFont methodMihai Varga2-0/+18
2016-06-12sd lok: Remove LOK_CALLBACK_PARTS_COUNT_CHANGED from the API.Jan Holesovsky1-12/+0
2016-06-12sd lok: add LOK_CALLBACK_PARTS_COUNT_CHANGED callbackHenry Castro1-0/+12
2016-06-12lok: Introduce a "TakeOwnership" filter option for saveAs().Jan Holesovsky1-0/+5
2016-06-12lok: Search result should contain info if it is a 'search all' result.Jan Holesovsky1-0/+1
2016-06-12lok interaction handler: Add handling of io and network errors.Jan Holesovsky1-0/+14
2016-06-12LOK: add Document::setClientVisibleArea()Miklos Vajna2-0/+17
2016-06-12Clean up lok::Office::freeError()Miklos Vajna2-9/+6
2016-06-12freeError function moved to the end of the listOliver Specht1-1/+2
2016-06-12Make LibreOffice kit usable on windowsOliver Specht3-9/+20
2016-05-03tdf#99314 lokdocview: add new userprofileurl propertyMiklos Vajna1-0/+17
2016-02-03lokdocview: Handle password protected documentsPranav Kant1-0/+12
2016-01-29libreofficekit: password interaction optional and off by defaultMichael Stahl3-1/+87