summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
2016-07-25lokdocview: draw a lock inside the lock indicatorMiklos Vajna1-13/+13
2016-07-22sw: add new LOK_CALLBACK_VIEW_LOCK callbackMiklos Vajna1-0/+59
2016-07-22gtktiledviewer: align to top/left for CalcMiklos Vajna1-1/+11
2016-07-19lokdocview: still allow view selections/cursors from other Writer viewsMiklos Vajna1-4/+10
2016-07-19lokdocview: handle part number in view selections/cursorsMiklos Vajna1-23/+68
2016-07-15lokdocview: ignore notifications on view shutdownMiklos Vajna1-0/+9
2016-07-15gtktiledviewer: allow testing of destroyView()Miklos Vajna2-7/+23
2016-07-13lokdocview: This can be fired even without documentPranav Kant1-0/+5
2016-07-13lokdocview: Add missing callbacksPranav Kant1-0/+4
2016-07-12lokdocview: log the view id of the callback messagesMiklos Vajna1-1/+4
2016-07-08sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna1-0/+21
2016-07-06clang-tidy performance-faster-string-findStephan Bergmann1-1/+1
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-07-01svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-4/+39
2016-07-01lokdocview: replace handle_graphic.png with manual drawingMiklos Vajna2-28/+7
2016-07-01sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna1-0/+43
2016-06-30lokdocview: avoid pointless setView() before getView()Miklos Vajna1-4/+0
2016-06-30LOK: change back type of view ids to intMiklos Vajna1-8/+8
2016-06-22lokdocview: ensure setView() + doSomethingElse is atomicMiklos Vajna1-0/+23
2016-06-21sw: add LOK_CALLBACK_TEXT_VIEW_SELECTION testcaseMiklos Vajna1-1/+0
2016-06-21lokdocview: handle LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna1-2/+28
2016-06-21sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna1-0/+7
2016-06-21lok: Expose LO version informationPranav Kant1-0/+9
2016-06-20lokdocview: handle LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-1/+58
2016-06-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-0/+7
2016-06-17LOK: change type of view ids to uintptr_tMiklos Vajna1-2/+5
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-9/+7
2016-06-16comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna1-1/+1
2016-06-15gtktiledviewer: add a UNO command debuggerPranav Kant1-0/+113
2016-06-15gtktiledviewer: Fix runtime gtk warningsPranav Kant1-4/+5
2016-06-14lok_doc_view_reset_view: don't touch the view idMiklos Vajna1-9/+46
2016-06-13gtktiledviewer: fix the per-view part selectorMiklos Vajna1-3/+18
2016-06-10gtktiledviewer: fix runtime warnings caused by .uno:InsertAnnotation buttonMiklos Vajna1-5/+8
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