summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
2015-05-29gtktiledviewer: use SearchItem.SearchStartPoint*Miklos Vajna2-1/+17
2015-05-28lokdocview: handle LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna1-4/+21
2015-05-28lokdocview: fix not updated part selector when search changes partMiklos Vajna2-2/+33
2015-05-28gtktiledviewer: handle LOK_CALLBACK_SEARCH_NOT_FOUNDMiklos Vajna2-0/+35
2015-05-28libreofficekit: fix Linux baseline buildMiklos Vajna1-1/+1
2015-05-28gtktiledviewer: avoid a number of pointless re-rendering on startupMiklos Vajna1-2/+4
2015-05-27lokdocview: it's enough to query the document size onceMiklos Vajna1-5/+7
2015-05-27lokdocview: handle LOK_CALLBACK_SET_PARTMiklos Vajna1-1/+7
2015-05-27lokdocview: update doc size on LOK_CALLBACK_PAGE_COUNT_CHANGEDMiklos Vajna1-1/+8
2015-05-20lokdocview: use postMouseEvent(LOK_MOUSEEVENT_MOUSEMOVE)Miklos Vajna1-17/+9
2015-05-19LOKit callback for search not foundMihai Varga1-0/+4
2015-05-18loplugin:staticmethodsStephan Bergmann1-28/+31
2015-05-18lokdocview: use lok::Office::registerCallback()Miklos Vajna1-0/+61
2015-05-15lokdocview: implement desktop style click+move selection creationMiklos Vajna1-7/+18
2015-05-11CppunitTest_libreofficekit_tiledrendering: add postUnoCommand() testcaseMiklos Vajna1-1/+5
2015-05-08gtktiledviewer: Make all functions staticPranav Kant1-12/+12
2015-05-08gtktiledviewer: Stop event propagation to GtkToolbar when in edit modePranav Kant1-3/+8
2015-05-08Clarify the usage message a bitTor Lillqvist1-1/+1
2015-05-08gtktiledviewer: unused pFileNameMiklos Vajna1-2/+0
2015-04-23libreofficekit: error: 'gtk_widget_get_visible' was not declared in this scopeMiklos Vajna1-0/+4
2015-04-23gtktiledviewer: let findbar have the focus when it's visibleMiklos Vajna1-2/+12
2015-04-22Blind fix for Executable_gtktiledviewerStephan Bergmann1-0/+1
2015-04-22gtktiledviewer: implement search using .uno:ExecuteSearchMiklos Vajna1-0/+93
2015-04-22lok::Document::postUnoCommand: allow passing argumentsMiklos Vajna2-3/+3
2015-04-16CID#1294410 missing breakMiklos Vajna1-0/+1
2015-04-14add gdb debugging info on gtktiledviewerSiqi Liu1-1/+17
2015-04-14gtktiledviewer: can use gtk_toggle_tool_button_new_from_stock() for theseMiklos Vajna1-10/+5
2015-04-14WaE: implicit conversion (IntegralCast) from bool to 'int'Miklos Vajna1-1/+1
2015-04-14gtktiledviewer: add underline and strikethroughMiklos Vajna1-0/+13
2015-04-14gtktiledviewer: add toggleToolItem() to avoid copy&pasteMiklos Vajna1-23/+23
2015-04-14lokdocview: add Italic buttonMiklos Vajna1-0/+16
2015-04-14lokdocview: implement LOK_CALLBACK_STATE_CHANGEDMiklos Vajna2-2/+53
2015-04-13WaE: format string is not a string literalTor Lillqvist1-1/+1
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu1-0/+6
2015-04-09Use comphelper::LibreOfficeKit::isActive() instead of LOK_TEST env varTor Lillqvist1-3/+0
2015-04-07lokdocview: gtk_show_uri() requires Gtk 2.14Miklos Vajna1-0/+2
2015-04-07lokdocview: move callback handling to LOKDocView_ImplMiklos Vajna1-100/+108
2015-04-07lokdocview: move CallbackData to LOKDocView_ImplMiklos Vajna1-51/+61
2015-04-07lokdocview: GList -> std::vectorMiklos Vajna1-65/+58
2015-04-07lokdocview: move document rendering to LOKDocView_ImplMiklos Vajna1-108/+116
2015-04-07lokdocview: move timeout handling to LOKDocView_ImplMiklos Vajna1-39/+43
2015-03-30lokdocview: move handle rendering to LOKDocView_ImplMiklos Vajna1-120/+113
2015-03-30lokdocview: move cursor / selection overlay to LOKDocView_ImplMiklos Vajna1-82/+92
2015-03-30lokdocview: move motion handling to LOKDocView_ImplMiklos Vajna1-32/+32
2015-03-30lokdocview: move button handling to LOKDocView_ImplMiklos Vajna1-150/+150
2015-03-30lokdocview: move keyboard handling to LOKDocView_ImplMiklos Vajna4-67/+72
2015-03-30lokdocview: larger default window sizeMiklos Vajna1-1/+1
2015-03-30lokdocview: always use zoom factor when doing twips <-> pixel conversionMiklos Vajna1-60/+61
2015-03-30lokdocview: sync graphic move behavior with AndroidMiklos Vajna1-45/+17
2015-03-30lokdocview: lcl_onDestroy() -> LOKDocView_Impl::destroy()Miklos Vajna1-47/+55