summaryrefslogtreecommitdiffstats
path: root/libreofficekit
Commit message (Expand)AuthorAgeFilesLines
* lokdocview: Reset view completelyPranav Kant2015-09-291-0/+37
* libreofficekit: fix mismatched free() / deleteMiklos Vajna2015-09-283-17/+25
* Move all introspection comments to header filePranav Kant2015-09-251-86/+1
* gtktiledviewer: fix leftover import progressbar in createView()Miklos Vajna2015-09-211-3/+6
* gtktiledviewer: don't crash on opening non-existing filesMiklos Vajna2015-09-212-4/+14
* lokdocview: set view before calling lok::Document member functionsMiklos Vajna2015-09-211-0/+11
* LOK: allow postMouseEvent() in multiple viewsMiklos Vajna2015-09-211-0/+1
* gtktiledviewer: use setView() before postKeyEvent()Miklos Vajna2015-09-211-8/+13
* gtktiledviewer: add setupWidgetAndCreateWindow() to avoid copy&pasteMiklos Vajna2015-09-211-10/+23
* lokdocview: set up the widget in all windowsMiklos Vajna2015-09-211-2/+9
* lokdocview: avoid GTK+ calls in openDocumentInThread()Miklos Vajna2015-09-211-23/+34
* gtktiledviewer: set up a new GtkWindow for a new viewMiklos Vajna2015-09-211-3/+8
* gtktiledviewer: factor out setupDocView() from main()Miklos Vajna2015-09-211-13/+17
* gtktiledviewer: factor out createWindow() from main()Miklos Vajna2015-09-211-112/+116
* lokdocview: allow not calling documentLoad()Miklos Vajna2015-09-211-0/+48
* gtktiledviewer: allow findbar in multiple windowsMiklos Vajna2015-09-211-31/+36
* gtktiledviewer: allow part selector in multiple windowsMiklos Vajna2015-09-211-29/+36
* gtktiledviwer: tool item registration is per-windowMiklos Vajna2015-09-211-30/+41
* gtktiledviwer: allow GtkToolItems in multiple windowsMiklos Vajna2015-09-211-40/+48
* gtktiledviewer: allow multiple status barsMiklos Vajna2015-09-211-6/+12
* gtktiledviewer: allow multiple DocView instancesMiklos Vajna2015-09-211-39/+70
* gtktiledviewer: these globals can be staticMiklos Vajna2015-09-211-6/+6
* gtktiledviewer: add button tooltipsMiklos Vajna2015-09-211-0/+10
* lok::Document: add createView()Miklos Vajna2015-09-211-0/+14
* boost->stdCaolán McNamara2015-09-171-8/+7
* LOK: don't use unstable API unconditionally when including the GTK headerMiklos Vajna2015-09-111-0/+1
* lokdocview: GTK+ calls should be made from the main threadMiklos Vajna2015-09-111-2/+12
* LOK: moved the decalaration of LibLODocument_Impl to make it visibleMihai Varga2015-09-091-34/+0
* Revert "LOK: added a general getCommandValues method"Mihai Varga2015-09-041-6/+2
* LOK: added a general getCommandValues methodMihai Varga2015-09-041-2/+6
* Fix incomplete g-i annotationsPranav Kant2015-08-191-1/+4
* lok::Document getStyles methodMihai Varga2015-08-181-0/+35
* gtktiledviewer: Jump to cursor position when it changesPranav Kant2015-08-172-17/+93
* loplugin:unusedmethodsNoel Grandin2015-08-052-8/+0
* lokdocview: Don't use extern variable: lokThreadPoolPranav Kant2015-08-043-32/+44
* coverity#1315075 Uninitialized pointer fieldCaolán McNamara2015-08-031-1/+22
* LOK: Implement parts for Writer too.Jan Holesovsky2015-08-012-0/+26
* libreofficekit: -Werror,-Wformat-securityMiklos Vajna2015-07-281-1/+1
* lokdocview: post_command arguments are not supposed to be constPranav Kant2015-07-282-2/+2
* lokdocview: setGraphicSelection in another threadPranav Kant2015-07-282-8/+70
* lokdocview: Move postMouseEvent in separate LOK threadPranav Kant2015-07-282-4/+59
* lokdocview: Use only one ctor for instantiating LOEventPranav Kant2015-07-283-47/+65
* lokdocview: Follow the camelCase naming conventionPranav Kant2015-07-281-10/+10
* lokdocview: Cannot use same GTask object for all calls.Pranav Kant2015-07-281-3/+6
* Use thread pool for LOK call: paintTile()Pranav Kant2015-07-283-127/+125
* lokdocview, tilebuffer: Add DOxygen commentsPranav Kant2015-07-282-0/+17
* lokdocview: Make paintTile() asyncPranav Kant2015-07-283-40/+91
* lokdocview: Use a thread pool for most LOK callsPranav Kant2015-07-281-76/+251
* gtktiledviewer: Fill whole statusbar with progressbarPranav Kant2015-07-281-0/+7
* lokdocview: Emit load-changed signal showing load progressPranav Kant2015-07-282-13/+49