summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit
AgeCommit message (Expand)Author
2015-10-14LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payloadMiklos Vajna
2015-10-09LOK: CALLBACK_SEARCH_RESULT_COUNT is redundantMiklos Vajna
2015-10-06LOK: add CALLBACK_SEARCH_RESULT_SELECTION and implement it in swMiklos Vajna
2015-10-05LOK: add the search phrase to the search result count callbackMihai Varga
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga
2015-10-05LOK: add CALLBACK_SEARCH_RESULT_COUNT and implement in swMiklos Vajna
2015-09-30Fix typosAndrea Gelmini
2015-09-29lok: add Document::getPartPageRectangles()Miklos Vajna
2015-09-25Move all introspection comments to header filePranav Kant
2015-09-25lok: add Office::getFilterTypes()Miklos Vajna
2015-09-21lokdocview: set view before calling lok::Document member functionsMiklos Vajna
2015-09-21Add missing lok::Document::setPartMode() wrapperMiklos Vajna
2015-09-21LOK: make getViews() be a member function of DocumentMiklos Vajna
2015-09-21lok::Document: add get/setView()Miklos Vajna
2015-09-21lokdocview: allow not calling documentLoad()Miklos Vajna
2015-09-21lok::Document: add destroyView()Miklos Vajna
2015-09-21lok::Office: add getViews()Miklos Vajna
2015-09-21lok::Document: add createView()Miklos Vajna
2015-09-11LOK: don't use unstable API unconditionally when including the GTK headerMiklos Vajna
2015-09-10LOK: added a general getCommandValues methodMihai Varga
2015-09-04Revert "LOK: added a general getCommandValues method"Mihai Varga
2015-09-04LOK: added a general getCommandValues methodMihai Varga
2015-08-18lok: namespace and re-work various types & helper functions.Michael Meeks
2015-08-18lok::Document getStyles methodMihai Varga
2015-07-28lokdocview: Use a thread pool for most LOK callsPranav Kant
2015-07-28lokdocview: Call open_document in another threadPranav Kant
2015-07-22gtktiledviewer: method for resetting all tilesMihai Varga
2015-06-29lokdocview: Remove superfluous *_post_key()Pranav Kant
2015-06-22lokdocview: Use *get_instance_private () to get private structurePranav Kant
2015-06-22lokdocview: Use GInitablePranav Kant
2015-06-19LOK: return used format in Document::getTextSelection()Miklos Vajna
2015-06-17LOK: add lok::Document::getTextSelection()Miklos Vajna
2015-06-16lokdocview: Restructure this GObject classPranav Kant
2015-06-15TypoTor Lillqvist
2015-06-12lokdocview: Create LOK context inside of lok_doc_view_newPranav Kant
2015-06-12lokdocview: Change parent class to GtkDrawingAreaPranav Kant
2015-06-09lokdocview: mark *_get_type() with const function attributePranav Kant
2015-06-09lokdocview: Modernise LOKDocView as GObjectPranav Kant
2015-06-09lokdocview: Lets follow the GObject naming conventionPranav Kant
2015-06-09lokdocview: Let G_BEGIN/END_DECLS handle the compiler checkPranav Kant
2015-06-05LOK: fix the rectangle format mentioned in documentation/commentPranav Kant
2015-05-28gtktiledviewer: use SearchItem.SearchStartPoint*Miklos Vajna
2015-05-27LOK: change PAGE_COUNT to a more generic DOCUMENT_SIZEMiklos Vajna
2015-05-27lokdocview: fix not updated part selector when search changes partMiklos Vajna
2015-05-26sd: fix LOK search result highlight when result is not on the current slideMiklos Vajna
2015-05-23SwView::UpdatePageNums: add LOK callback about page count changeMiklos Vajna
2015-05-22LOK: remove unused LOK_PARTMODE_EMBEDDEDOBJMiklos Vajna
2015-05-21gtktiledviewer: handle LOK_CALLBACK_SEARCH_NOT_FOUNDMiklos Vajna
2015-05-19LOKit callback for search not foundMihai Varga
2015-05-06Enable passing in a UserInstallation also in the C++ APITor Lillqvist