summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-30lokdocview: add LOKDocView_Impl ctorMiklos Vajna1-35/+36
2015-03-23lokdocview: add lok_docview_get_document()Miklos Vajna2-249/+316
2015-03-23gtktiledviewer: remove unimplemented gtk-zoom-fit buttonMiklos Vajna1-8/+0
2015-03-23lokdocview: clean up quad modeMiklos Vajna4-366/+0
2015-03-23Rectangle::toString(): output position, then sizeMiklos Vajna1-4/+4
2015-03-20Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist3-19/+3
2015-03-16lok_docview_init: ignore the second, not the first paramMiklos Vajna1-2/+2
2015-03-16libreofficekit: various loplugin fixesStephan Bergmann2-8/+10
2015-03-16Add SwXTextDocument::setTextSelection() testcaseMiklos Vajna1-1/+1
2015-03-16libreofficekit: add overview of tiled editing to READMEMiklos Vajna1-0/+48
2015-03-16lokdocview: detect click on border vs click inside graphic selectionMiklos Vajna1-5/+33
2015-03-16lokdocview: ensure that the cursor is at least 30 twips wideMiklos Vajna1-1/+1
2015-03-16LOK: Implement posting of .uno: commands.Jan Holesovsky2-0/+20
2015-03-16lokdocview: cppcheck: variableScopeMiklos Vajna1-42/+24