summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)Author
2015-09-29lokdocview: Reset view completelyPranav Kant
2015-09-28libreofficekit: fix mismatched free() / deleteMiklos Vajna
2015-09-25Move all introspection comments to header filePranav Kant
2015-09-21gtktiledviewer: fix leftover import progressbar in createView()Miklos Vajna
2015-09-21gtktiledviewer: don't crash on opening non-existing filesMiklos Vajna
2015-09-21lokdocview: set view before calling lok::Document member functionsMiklos Vajna
2015-09-21LOK: allow postMouseEvent() in multiple viewsMiklos Vajna
2015-09-21gtktiledviewer: use setView() before postKeyEvent()Miklos Vajna
2015-09-21gtktiledviewer: add setupWidgetAndCreateWindow() to avoid copy&pasteMiklos Vajna
2015-09-21lokdocview: set up the widget in all windowsMiklos Vajna
2015-09-21lokdocview: avoid GTK+ calls in openDocumentInThread()Miklos Vajna
2015-09-21gtktiledviewer: set up a new GtkWindow for a new viewMiklos Vajna
2015-09-21gtktiledviewer: factor out setupDocView() from main()Miklos Vajna
2015-09-21gtktiledviewer: factor out createWindow() from main()Miklos Vajna
2015-09-21lokdocview: allow not calling documentLoad()Miklos Vajna
2015-09-21gtktiledviewer: allow findbar in multiple windowsMiklos Vajna
2015-09-21gtktiledviewer: allow part selector in multiple windowsMiklos Vajna
2015-09-21gtktiledviwer: tool item registration is per-windowMiklos Vajna
2015-09-21gtktiledviwer: allow GtkToolItems in multiple windowsMiklos Vajna
2015-09-21gtktiledviewer: allow multiple status barsMiklos Vajna
2015-09-21gtktiledviewer: allow multiple DocView instancesMiklos Vajna
2015-09-21gtktiledviewer: these globals can be staticMiklos Vajna
2015-09-21gtktiledviewer: add button tooltipsMiklos Vajna
2015-09-21lok::Document: add createView()Miklos Vajna
2015-09-17boost->stdCaolán McNamara
2015-09-11LOK: don't use unstable API unconditionally when including the GTK headerMiklos Vajna
2015-09-11lokdocview: GTK+ calls should be made from the main threadMiklos Vajna
2015-09-09LOK: moved the decalaration of LibLODocument_Impl to make it visibleMihai Varga
2015-09-04Revert "LOK: added a general getCommandValues method"Mihai Varga
2015-09-04LOK: added a general getCommandValues methodMihai Varga
2015-08-19Fix incomplete g-i annotationsPranav Kant
2015-08-18lok::Document getStyles methodMihai Varga
2015-08-17gtktiledviewer: Jump to cursor position when it changesPranav Kant
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-04lokdocview: Don't use extern variable: lokThreadPoolPranav Kant
2015-08-03coverity#1315075 Uninitialized pointer fieldCaolán McNamara
2015-08-01LOK: Implement parts for Writer too.Jan Holesovsky
2015-07-28libreofficekit: -Werror,-Wformat-securityMiklos Vajna
2015-07-28lokdocview: post_command arguments are not supposed to be constPranav Kant
2015-07-28lokdocview: setGraphicSelection in another threadPranav Kant
2015-07-28lokdocview: Move postMouseEvent in separate LOK threadPranav Kant
2015-07-28lokdocview: Use only one ctor for instantiating LOEventPranav Kant
2015-07-28lokdocview: Follow the camelCase naming conventionPranav Kant
2015-07-28lokdocview: Cannot use same GTask object for all calls.Pranav Kant
2015-07-28Use thread pool for LOK call: paintTile()Pranav Kant
2015-07-28lokdocview, tilebuffer: Add DOxygen commentsPranav Kant
2015-07-28lokdocview: Make paintTile() asyncPranav Kant
2015-07-28lokdocview: Use a thread pool for most LOK callsPranav Kant
2015-07-28gtktiledviewer: Fill whole statusbar with progressbarPranav Kant
2015-07-28lokdocview: Emit load-changed signal showing load progressPranav Kant