summaryrefslogtreecommitdiffstats
path: root/libreofficekit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add SwXTextDocument::setTextSelection() testcaseMiklos Vajna2015-03-161-1/+1
* libreofficekit: add overview of tiled editing to READMEMiklos Vajna2015-03-161-0/+48
* lokdocview: detect click on border vs click inside graphic selectionMiklos Vajna2015-03-161-5/+33
* lokdocview: ensure that the cursor is at least 30 twips wideMiklos Vajna2015-03-161-1/+1
* LOK: Implement posting of .uno: commands.Jan Holesovsky2015-03-162-0/+20
* lokdocview: cppcheck: variableScopeMiklos Vajna2015-03-161-42/+24
* lokdocview.c -> lokdocview.cxxMiklos Vajna2015-03-162-9/+10
* lok::Document: add resetSelection()Miklos Vajna2015-03-161-0/+5
* lokdocview: add edit-changed signal, so toolbar toggle button is in syncMiklos Vajna2015-03-162-5/+40
* lokdocview: register callback earlyMiklos Vajna2015-03-161-7/+6
* lokdocview: add lok_docview_get_edit()Miklos Vajna2015-03-162-0/+18
* lokdocview: log dragging the graphic selectionMiklos Vajna2015-03-161-1/+6
* lokdocview: return early in lcl_signalMotion()Miklos Vajna2015-03-161-8/+10
* lokdocview: implement move of imagesMiklos Vajna2015-03-161-0/+28
* lokdocview: use lok::Document::setGraphicSelection()Miklos Vajna2015-03-161-3/+53
* lokdocview: handle LOK_CALLBACK_HYPERLINK_CLICKEDMiklos Vajna2015-03-161-0/+9
* Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann2015-03-111-0/+2
* Fix CppunitTest_libreofficekit_tiledrendering dependenciesStephan Bergmann2015-03-103-17/+1
* Fix Ubuntu Precise build: non-static member initJan-Marek Glogowski2015-03-091-5/+10
* Fix Linux baseline buildMiklos Vajna2015-03-091-3/+3
* sw: move LOK_CALLBACK_CURSOR_VISIBLE event from SwVisCrsr to SwCrsrShellMiklos Vajna2015-03-091-1/+1
* lokdocview: render graphic selection handlesMiklos Vajna2015-03-091-0/+66
* lokdocview: initial LOK_CALLBACK_GRAPHIC_SELECTION handlingMiklos Vajna2015-03-091-0/+16
* LOK: add LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna2015-03-091-2/+10
* lokdocview: CursorVisible -> CursorOverlayVisibleMiklos Vajna2015-03-091-6/+6
* CppunitTest_libreofficekit_tiledrendering: fix up and enable this againMiklos Vajna2015-03-093-24/+48
* libreofficekit, svx, sw: fix typosMiklos Vajna2015-03-081-1/+1
* LOK: move Office::postKeyEvent to DocumentMiklos Vajna2015-03-021-2/+2
* libreofficekit: pretty-print LibreOfficeKitCallbackTypeMiklos Vajna2015-03-021-1/+19
* gtktiledviewer: map shift keyMiklos Vajna2015-03-021-0/+7
* gtktiledviewer: map down/up/left/right arrow keysMiklos Vajna2015-03-021-0/+12
* gtktiledviewer: map GDK_Tab to css::awt::Key::TABMiklos Vajna2015-03-021-0/+3
* lokdocview: scale selection rendering / cursor handling with zoom.Michael Meeks2015-02-231-17/+41
* Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna2015-02-232-3/+4
* lok::Office::postKeyEvent: allow different char and key codeMiklos Vajna2015-02-231-8/+9
* gtktiledviewer: map css::awt::Key::ESCAPEMiklos Vajna2015-02-231-0/+3
* LOK: add LOK_SETTEXTSELECTION_RESETMiklos Vajna2015-02-161-2/+1
* lokdocview: reset start/end or middle handle depending on if we have selectionMiklos Vajna2015-02-161-0/+4
* lokdocview: allow dragging the selection start handle, tooMiklos Vajna2015-02-161-26/+52
* lokdocview: allow dragging the selection end handleMiklos Vajna2015-02-161-13/+48
* lokdocview: allow dragging the middle handleMiklos Vajna2015-02-161-5/+66
* lokdocview: avoid loading the handle bitmaps again and againMiklos Vajna2015-02-161-9/+12
* lokdocview: draw handles at selection start/endMiklos Vajna2015-02-161-24/+65