summaryrefslogtreecommitdiffstats
path: root/libreofficekit
Commit message (Expand)AuthorAgeFilesLines
* 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
* lokdocview: when have a cursor but no selection, show the middle handleMiklos Vajna2015-02-161-0/+29
* lokdocview: fix Linux baseline buildMiklos Vajna2015-02-091-0/+4
* lokdocview: implement selection overlay using LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna2015-02-091-0/+42
* lokdocview: fix memory leak in lcl_payloadToRectangle()Miklos Vajna2015-02-091-11/+14
* lok::Document::postMouseEvent(): allow double-clickMiklos Vajna2015-02-091-2/+16
* lokdocview: let the cursor blinkMiklos Vajna2015-02-091-2/+23
* lokdocview: initial overlay on top of the tilesMiklos Vajna2015-02-091-0/+42
* coverity#1267697 Uninitialized scalar variableCaolán McNamara2015-01-301-0/+1
* lokdocview: fix for missing gtk_table_get_size()Miklos Vajna2015-01-261-0/+4
* gtktiledviewer: fix for missing g_info()Miklos Vajna2015-01-261-0/+4
* fix for missing g_infoMiklos Vajna2015-01-261-0/+3
* LOK: move postMouseEvent to DocumentMiklos Vajna2015-01-261-2/+2
* lokdocview: send mouse events in doc model coordinatesMiklos Vajna2015-01-261-2/+4
* libreofficekit: cosmeticsMiklos Vajna2015-01-261-1/+1
* gtktiledviewer: call postMouseEvent()Miklos Vajna2015-01-262-11/+22
* gtktiledviewer: show error message when lok_docview_open_document() failsMiklos Vajna2015-01-261-1/+2
* libreofficekit: update README, deploy a couple of g_info() callsMiklos Vajna2015-01-263-3/+10
* lokdocview: reduce scopeMiklos Vajna2015-01-261-25/+26
* lokdocview: add support for partial renderingMiklos Vajna2015-01-261-40/+109
* gtktiledviewer: improve table attach properties.Michael Meeks2015-01-161-1/+4
* lokdocview: add LOKDocViewCallbackDataMiklos Vajna2015-01-161-20/+25
* lokdocview: adapt comment to match realityMiklos Vajna2015-01-161-1/+1
* lokdocview: stop rendering a single huge tileMiklos Vajna2015-01-162-35/+68