summaryrefslogtreecommitdiff
path: root/libreofficekit/source
AgeCommit message (Expand)AuthorFilesLines
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-23loplugin:cstylecastStephan Bergmann1-1/+1
2015-11-23Do all svp text rendering with cairoCaolán McNamara3-22/+26
2015-11-23android: remove duplicated bitmapsMiklos Vajna1-3/+3
2015-11-18gtktiledviewer: allow passing initializeForRendering() argumentsMiklos Vajna1-1/+4
2015-11-18lok::Document::initializeForRendering: support init. argumentsMiklos Vajna1-1/+1
2015-11-13loplugin:nullptrStephan Bergmann1-4/+4
2015-11-13LOK: calc formula callback + formula bar implementation in gtkMihai Varga1-0/+25
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga2-1/+48
2015-11-11lokdocview: support LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt1-0/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-91/+91
2015-11-10lokdocview: assert that loading of handle bitmaps succeededMiklos Vajna1-0/+13
2015-11-06gtktiledviewer: add Ctrl, Alt, Shift shortcut supportLászló Németh1-1/+22
2015-11-05sc lok: Cell Cursor callbackAndrzej Hunt1-0/+30
2015-11-04lokdocview: Don't render tiles while tile buffer has changedPranav Kant3-2/+57
2015-11-03-Werror,-Wformat-securityStephan Bergmann1-2/+2
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky2-2/+34
2015-11-03lok: Fix typo search-result_count -> search-result-count.Jan Holesovsky1-1/+1
2015-11-03libreofficekit: -Werror=unused-parameterMiklos Vajna3-4/+3
2015-11-03lokdocview: Separate "painting" and "saving" of tilesPranav Kant2-17/+49
2015-10-31lokdocview: Fix memory leaksPranav Kant3-18/+28
2015-10-30lokdocview: ensure private structure is allocated with operator newMiklos Vajna2-48/+108
2015-10-21lokdocview: Emit a warning after errorPranav Kant2-17/+112
2015-10-20lokdocview: Use G_PARAM_STATIC_STRINGSPranav Kant1-16/+26
2015-10-09lokdocview: log postUnoCommand() argumentsMiklos Vajna1-1/+4
2015-10-09LOK: CALLBACK_SEARCH_RESULT_COUNT is redundantMiklos Vajna1-8/+6
2015-10-07lokdocview: invalidate after selection changeMiklos Vajna1-0/+1
2015-10-06libreofficekit: -Werror=unused-macrosMichael Stahl1-3/+0
2015-10-06lokdocview: log paintTile() argumentsMiklos Vajna2-8/+7
2015-10-06gtktiledviewer: recognize LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-0/+6
2015-10-05LOK: fixed duplicated switch case valuesMihai Varga1-10/+1
2015-10-05LOK: add the search phrase to the search result count callbackMihai Varga1-0/+10
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga2-2/+59
2015-10-05lokdocview: handle LOK_CALLBACK_SEARCH_RESULT_COUNTMiklos Vajna1-0/+28
2015-09-29lokdocview: Reset view completelyPranav Kant1-0/+37
2015-09-28libreofficekit: fix mismatched free() / deleteMiklos Vajna3-17/+25
2015-09-25Move all introspection comments to header filePranav Kant1-86/+1
2015-09-21gtktiledviewer: don't crash on opening non-existing filesMiklos Vajna1-2/+0
2015-09-21lokdocview: set view before calling lok::Document member functionsMiklos Vajna1-0/+11
2015-09-21LOK: allow postMouseEvent() in multiple viewsMiklos Vajna1-0/+1
2015-09-21gtktiledviewer: use setView() before postKeyEvent()Miklos Vajna1-8/+13
2015-09-21lokdocview: set up the widget in all windowsMiklos Vajna1-2/+9
2015-09-21lokdocview: avoid GTK+ calls in openDocumentInThread()Miklos Vajna1-23/+34
2015-09-21lokdocview: allow not calling documentLoad()Miklos Vajna1-0/+48
2015-09-11lokdocview: GTK+ calls should be made from the main threadMiklos Vajna1-2/+12
2015-08-19Fix incomplete g-i annotationsPranav Kant1-1/+4
2015-08-17gtktiledviewer: Jump to cursor position when it changesPranav Kant1-0/+25
2015-08-05loplugin:unusedmethodsNoel Grandin2-8/+0
2015-08-04lokdocview: Don't use extern variable: lokThreadPoolPranav Kant3-32/+44
2015-08-03coverity#1315075 Uninitialized pointer fieldCaolán McNamara1-1/+22