summaryrefslogtreecommitdiffstats
path: root/libreofficekit
Commit message (Expand)AuthorAgeFilesLines
* gtktiledviewer: handle LOK_CALLBACK_SEARCH_NOT_FOUNDMiklos Vajna2015-05-212-0/+35
* lokdocview: use postMouseEvent(LOK_MOUSEEVENT_MOUSEMOVE)Miklos Vajna2015-05-201-17/+9
* LOKit callback for search not foundMihai Varga2015-05-191-0/+4
* loplugin:staticmethodsStephan Bergmann2015-05-181-28/+31
* lokdocview: use lok::Office::registerCallback()Miklos Vajna2015-05-181-0/+61
* lokdocview: implement desktop style click+move selection creationMiklos Vajna2015-05-151-7/+18
* 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
* Blind fix for Executable_gtktiledviewerStephan Bergmann2015-04-221-0/+1
* gtktiledviewer: implement search using .uno:ExecuteSearchMiklos Vajna2015-04-221-0/+93
* lok::Document::postUnoCommand: allow passing argumentsMiklos Vajna2015-04-222-3/+3
* CID#1294410 missing breakMiklos Vajna2015-04-161-0/+1
* add gdb debugging info on gtktiledviewerSiqi Liu2015-04-141-1/+17
* 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-142-2/+53
* WaE: format string is not a string literalTor Lillqvist2015-04-131-1/+1
* LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu2015-04-131-0/+6
* Use comphelper::LibreOfficeKit::isActive() instead of LOK_TEST env varTor Lillqvist2015-04-091-3/+0
* lokdocview: gtk_show_uri() requires Gtk 2.14Miklos Vajna2015-04-071-0/+2
* lokdocview: move callback handling to LOKDocView_ImplMiklos Vajna2015-04-071-100/+108
* lokdocview: move CallbackData to LOKDocView_ImplMiklos Vajna2015-04-071-51/+61
* lokdocview: GList -> std::vectorMiklos Vajna2015-04-071-65/+58
* lokdocview: move document rendering to LOKDocView_ImplMiklos Vajna2015-04-071-108/+116
* lokdocview: move timeout handling to LOKDocView_ImplMiklos Vajna2015-04-071-39/+43
* lokdocview: move handle rendering to LOKDocView_ImplMiklos Vajna2015-03-301-120/+113
* lokdocview: move cursor / selection overlay to LOKDocView_ImplMiklos Vajna2015-03-301-82/+92
* lokdocview: move motion handling to LOKDocView_ImplMiklos Vajna2015-03-301-32/+32
* lokdocview: move button handling to LOKDocView_ImplMiklos Vajna2015-03-301-150/+150
* lokdocview: move keyboard handling to LOKDocView_ImplMiklos Vajna2015-03-304-67/+72
* lokdocview: larger default window sizeMiklos Vajna2015-03-301-1/+1
* lokdocview: always use zoom factor when doing twips <-> pixel conversionMiklos Vajna2015-03-301-60/+61
* lokdocview: sync graphic move behavior with AndroidMiklos Vajna2015-03-301-45/+17
* lokdocview: lcl_onDestroy() -> LOKDocView_Impl::destroy()Miklos Vajna2015-03-301-47/+55
* lokdocview: add LOKDocView_Impl ctorMiklos Vajna2015-03-301-35/+36
* lokdocview: add lok_docview_get_document()Miklos Vajna2015-03-232-249/+316
* gtktiledviewer: remove unimplemented gtk-zoom-fit buttonMiklos Vajna2015-03-231-8/+0
* lokdocview: clean up quad modeMiklos Vajna2015-03-234-366/+0
* Rectangle::toString(): output position, then sizeMiklos Vajna2015-03-231-4/+4
* Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist2015-03-203-19/+3
* lok_docview_init: ignore the second, not the first paramMiklos Vajna2015-03-161-2/+2
* libreofficekit: various loplugin fixesStephan Bergmann2015-03-162-8/+10