summaryrefslogtreecommitdiffstats
path: root/libreofficekit
Commit message (Expand)AuthorAgeFilesLines
* 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
* lokdocview: clean up renderDocument()Miklos Vajna2015-01-161-27/+16
* gtktiledviewer: start in viewer mode, switch to edit mode by mouse clickMiklos Vajna2015-01-162-2/+26
* gtktiledviewer: missing initializeForRendering()Miklos Vajna2015-01-161-0/+1
* gtktiledviewer: handle more key valuesMiklos Vajna2015-01-162-2/+23
* LOK: add LibreOfficeKitKeyEventType enumerationMiklos Vajna2015-01-161-2/+2
* libreofficekit: typoMiklos Vajna2015-01-131-1/+1
* libreofficekit: we don't need our own gdk_threads_add_idle() version after allMiklos Vajna2015-01-121-61/+13
* libreofficekit: fix for missing gdk_threads_add_idleMiklos Vajna2015-01-121-0/+61
* fix for missing G_SOURCE_REMOVECaolán McNamara2015-01-121-0/+4
* gtktiledviewer: invoke paintTile() on the main thread from the callbackMiklos Vajna2015-01-121-3/+12
* gtktiledviewer: invoke lok::Office::postKeyEvent() on key press / releaseMiklos Vajna2015-01-121-1/+7
* gtktiledviewer: react to key releasesMiklos Vajna2015-01-121-3/+4
* gtktiledviewer: react to key pressesMiklos Vajna2015-01-121-0/+9
* LibreOfficeKitGtk: lok_docview is never readMiklos Vajna2015-01-121-1/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* LOK: add LibreOfficeKitCallbackType enumerationMiklos Vajna2015-01-061-4/+10
* gtktiledviewer: register a LOK callback and re-render the document ...Miklos Vajna2015-01-061-0/+13
* lok_init can fail (in which case it printed sth to stderr already)Stephan Bergmann2014-12-121-0/+2
* The document argument to gtktiledviewer is apparently non-optionalStephan Bergmann2014-12-101-2/+2
* Revert "Implement lokconf_init."Tomaž Vajngerl2014-12-043-88/+0