summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-16lokdocview.c -> lokdocview.cxxMiklos Vajna2-9/+10
2015-03-16lok::Document: add resetSelection()Miklos Vajna1-0/+5
2015-03-16lokdocview: add edit-changed signal, so toolbar toggle button is in syncMiklos Vajna2-5/+40
2015-03-16lokdocview: register callback earlyMiklos Vajna1-7/+6
2015-03-16lokdocview: add lok_docview_get_edit()Miklos Vajna2-0/+18
2015-03-16lokdocview: log dragging the graphic selectionMiklos Vajna1-1/+6
2015-03-16lokdocview: return early in lcl_signalMotion()Miklos Vajna1-8/+10
2015-03-16lokdocview: implement move of imagesMiklos Vajna1-0/+28
2015-03-16lokdocview: use lok::Document::setGraphicSelection()Miklos Vajna1-3/+53
2015-03-16lokdocview: handle LOK_CALLBACK_HYPERLINK_CLICKEDMiklos Vajna1-0/+9
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann1-0/+2
2015-03-10Fix CppunitTest_libreofficekit_tiledrendering dependenciesStephan Bergmann3-17/+1
2015-03-09Fix Ubuntu Precise build: non-static member initJan-Marek Glogowski1-5/+10
2015-03-09Fix Linux baseline buildMiklos Vajna1-3/+3
2015-03-09sw: move LOK_CALLBACK_CURSOR_VISIBLE event from SwVisCrsr to SwCrsrShellMiklos Vajna1-1/+1
2015-03-09lokdocview: render graphic selection handlesMiklos Vajna1-0/+66
2015-03-09lokdocview: initial LOK_CALLBACK_GRAPHIC_SELECTION handlingMiklos Vajna1-0/+16
2015-03-09LOK: add LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna1-2/+10
2015-03-09lokdocview: CursorVisible -> CursorOverlayVisibleMiklos Vajna1-6/+6
2015-03-09CppunitTest_libreofficekit_tiledrendering: fix up and enable this againMiklos Vajna3-24/+48
2015-03-08libreofficekit, svx, sw: fix typosMiklos Vajna1-1/+1
2015-03-02LOK: move Office::postKeyEvent to DocumentMiklos Vajna1-2/+2
2015-03-02libreofficekit: pretty-print LibreOfficeKitCallbackTypeMiklos Vajna1-1/+19
2015-03-02gtktiledviewer: map shift keyMiklos Vajna1-0/+7
2015-03-02gtktiledviewer: map down/up/left/right arrow keysMiklos Vajna1-0/+12
2015-03-02gtktiledviewer: map GDK_Tab to css::awt::Key::TABMiklos Vajna1-0/+3
2015-02-23lokdocview: scale selection rendering / cursor handling with zoom.Michael Meeks1-17/+41
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna2-3/+4
2015-02-23lok::Office::postKeyEvent: allow different char and key codeMiklos Vajna1-8/+9
2015-02-23gtktiledviewer: map css::awt::Key::ESCAPEMiklos Vajna1-0/+3
2015-02-16LOK: add LOK_SETTEXTSELECTION_RESETMiklos Vajna1-2/+1
2015-02-16lokdocview: reset start/end or middle handle depending on if we have selectionMiklos Vajna1-0/+4
2015-02-16lokdocview: allow dragging the selection start handle, tooMiklos Vajna1-26/+52
2015-02-16lokdocview: allow dragging the selection end handleMiklos Vajna1-13/+48
2015-02-16lokdocview: allow dragging the middle handleMiklos Vajna1-5/+66
2015-02-16lokdocview: avoid loading the handle bitmaps again and againMiklos Vajna1-9/+12
2015-02-16lokdocview: draw handles at selection start/endMiklos Vajna1-24/+65