summaryrefslogtreecommitdiffstats
path: root/libreofficekit/qa
Commit message (Expand)AuthorAgeFilesLines
* lok::Document getStyles methodMihai Varga2015-08-181-0/+35
* gtktiledviewer: Jump to cursor position when it changesPranav Kant2015-08-171-17/+68
* LOK: Implement parts for Writer too.Jan Holesovsky2015-08-011-0/+8
* gtktiledviewer: Fill whole statusbar with progressbarPranav Kant2015-07-281-0/+7
* lokdocview: Emit load-changed signal showing load progressPranav Kant2015-07-281-0/+17
* lokdocview: Call open_document in another threadPranav Kant2015-07-281-16/+26
* tiledrendering: added getPartName method for calcMihai Varga2015-07-272-3/+21
* gtktiledviewer: method for resetting all tilesMihai Varga2015-07-221-0/+1
* g_assert_nonnull was not declaredCaolán McNamara2015-06-291-0/+2
* gtktiledviewer: Don't continue on widget init failurePranav Kant2015-06-291-2/+2
* lokdocview: Remove superfluous *_post_key()Pranav Kant2015-06-291-17/+5
* lokdocview: Don't handle hyperlink clicksPranav Kant2015-06-291-0/+12
* Fix typosAndrea Gelmini2015-06-281-1/+1
* lokdocview: Use GInitablePranav Kant2015-06-221-1/+1
* gtktiledviewer: do HTML copying if possibleMiklos Vajna2015-06-221-2/+35
* LOK: return used format in Document::getTextSelection()Miklos Vajna2015-06-191-1/+3
* gtktiledviewer: add copy buttonMiklos Vajna2015-06-181-0/+21
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-3/+3
* lokdocview: Restructure this GObject classPranav Kant2015-06-161-2/+2
* gtktiledviewer: Replace deprecated Gtk functionsPranav Kant2015-06-151-19/+36
* lokdocview, gtktiledviewer: Remove gtk version checksPranav Kant2015-06-151-19/+0
* lokdocview: Port to gtk3; 'expose-event' -> 'draw'Pranav Kant2015-06-151-0/+2
* lokdocview, gtktiledviewer: Port to gtk3Pranav Kant2015-06-151-4/+2
* Fix RHEL5 buildMiklos Vajna2015-06-121-0/+2
* lokdocview: Create LOK context inside of lok_doc_view_newPranav Kant2015-06-121-11/+4
* lokdocview: Change parent class to GtkDrawingAreaPranav Kant2015-06-121-2/+25
* lokdocview: Lets follow the GObject naming conventionPranav Kant2015-06-091-26/+26
* gtktiledviewer: use SearchItem.SearchStartPoint*Miklos Vajna2015-05-281-1/+9
* lokdocview: fix not updated part selector when search changes partMiklos Vajna2015-05-271-1/+13
* libreofficekit: fix Linux baseline buildMiklos Vajna2015-05-231-1/+1
* gtktiledviewer: avoid a number of pointless re-rendering on startupMiklos Vajna2015-05-221-2/+4
* LOK: remove unused LOK_PARTMODE_EMBEDDEDOBJMiklos Vajna2015-05-221-8/+1
* gtktiledviewer: handle LOK_CALLBACK_SEARCH_NOT_FOUNDMiklos Vajna2015-05-211-0/+14
* CppunitTest_libreofficekit_tiledrendering: add postUnoCommand() testcaseMiklos Vajna2015-05-111-1/+5
* gtktiledviewer: Make all functions staticPranav Kant2015-05-081-12/+12
* gtktiledviewer: Stop event propagation to GtkToolbar when in edit modePranav Kant2015-05-081-3/+8
* Clarify the usage message a bitTor Lillqvist2015-05-081-1/+1
* gtktiledviewer: unused pFileNameMiklos Vajna2015-05-081-2/+0
* libreofficekit: error: 'gtk_widget_get_visible' was not declared in this scopeMiklos Vajna2015-04-231-0/+4
* gtktiledviewer: let findbar have the focus when it's visibleMiklos Vajna2015-04-231-2/+12
* gtktiledviewer: implement search using .uno:ExecuteSearchMiklos Vajna2015-04-221-0/+93
* lok::Document::postUnoCommand: allow passing argumentsMiklos Vajna2015-04-221-1/+1
* gtktiledviewer: can use gtk_toggle_tool_button_new_from_stock() for theseMiklos Vajna2015-04-141-10/+5
* WaE: implicit conversion (IntegralCast) from bool to 'int'Miklos Vajna2015-04-141-1/+1
* gtktiledviewer: add underline and strikethroughMiklos Vajna2015-04-141-0/+13
* gtktiledviewer: add toggleToolItem() to avoid copy&pasteMiklos Vajna2015-04-141-23/+23
* lokdocview: add Italic buttonMiklos Vajna2015-04-141-0/+16
* lokdocview: implement LOK_CALLBACK_STATE_CHANGEDMiklos Vajna2015-04-141-1/+34
* Use comphelper::LibreOfficeKit::isActive() instead of LOK_TEST env varTor Lillqvist2015-04-091-3/+0
* lokdocview: move keyboard handling to LOKDocView_ImplMiklos Vajna2015-03-301-65/+2