summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
2015-09-21gtktiledviewer: fix leftover import progressbar in createView()Miklos Vajna1-3/+6
2015-09-21gtktiledviewer: don't crash on opening non-existing filesMiklos Vajna2-4/+14
2015-09-21lokdocview: set view before calling lok::Document member functionsMiklos Vajna1-0/+11
2015-09-21LOK: allow postMouseEvent() in multiple viewsMiklos Vajna1-0/+1
2015-09-21gtktiledviewer: use setView() before postKeyEvent()Miklos Vajna1-8/+13
2015-09-21gtktiledviewer: add setupWidgetAndCreateWindow() to avoid copy&pasteMiklos Vajna1-10/+23
2015-09-21lokdocview: set up the widget in all windowsMiklos Vajna1-2/+9
2015-09-21lokdocview: avoid GTK+ calls in openDocumentInThread()Miklos Vajna1-23/+34
2015-09-21gtktiledviewer: set up a new GtkWindow for a new viewMiklos Vajna1-3/+8
2015-09-21gtktiledviewer: factor out setupDocView() from main()Miklos Vajna1-13/+17
2015-09-21gtktiledviewer: factor out createWindow() from main()Miklos Vajna1-112/+116
2015-09-21lokdocview: allow not calling documentLoad()Miklos Vajna1-0/+48
2015-09-21gtktiledviewer: allow findbar in multiple windowsMiklos Vajna1-31/+36
2015-09-21gtktiledviewer: allow part selector in multiple windowsMiklos Vajna1-29/+36
2015-09-21gtktiledviwer: tool item registration is per-windowMiklos Vajna1-30/+41
2015-09-21gtktiledviwer: allow GtkToolItems in multiple windowsMiklos Vajna1-40/+48
2015-09-21gtktiledviewer: allow multiple status barsMiklos Vajna1-6/+12
2015-09-21gtktiledviewer: allow multiple DocView instancesMiklos Vajna1-39/+70
2015-09-21gtktiledviewer: these globals can be staticMiklos Vajna1-6/+6
2015-09-21gtktiledviewer: add button tooltipsMiklos Vajna1-0/+10
2015-09-21lok::Document: add createView()Miklos Vajna1-0/+14
2015-09-17boost->stdCaolán McNamara1-8/+7
2015-09-11LOK: don't use unstable API unconditionally when including the GTK headerMiklos Vajna1-0/+1
2015-09-11lokdocview: GTK+ calls should be made from the main threadMiklos Vajna1-2/+12
2015-09-09LOK: moved the decalaration of LibLODocument_Impl to make it visibleMihai Varga1-34/+0
2015-09-04Revert "LOK: added a general getCommandValues method"Mihai Varga1-6/+2
2015-09-04LOK: added a general getCommandValues methodMihai Varga1-2/+6
2015-08-19Fix incomplete g-i annotationsPranav Kant1-1/+4
2015-08-18lok::Document getStyles methodMihai Varga1-0/+35
2015-08-17gtktiledviewer: Jump to cursor position when it changesPranav Kant2-17/+93
2015-08-05loplugin:unusedmethodsNoel Grandin2-8/+0
2015-08-04lokdocview: Don't use extern variable: lokThreadPoolPranav Kant3-32/+44
2015-08-03coverity#1315075 Uninitialized pointer fieldCaolán McNamara1-1/+22
2015-08-01LOK: Implement parts for Writer too.Jan Holesovsky2-0/+26
2015-07-28libreofficekit: -Werror,-Wformat-securityMiklos Vajna1-1/+1
2015-07-28lokdocview: post_command arguments are not supposed to be constPranav Kant2-2/+2
2015-07-28lokdocview: setGraphicSelection in another threadPranav Kant2-8/+70
2015-07-28lokdocview: Move postMouseEvent in separate LOK threadPranav Kant2-4/+59
2015-07-28lokdocview: Use only one ctor for instantiating LOEventPranav Kant3-47/+65
2015-07-28lokdocview: Follow the camelCase naming conventionPranav Kant1-10/+10
2015-07-28lokdocview: Cannot use same GTask object for all calls.Pranav Kant1-3/+6
2015-07-28Use thread pool for LOK call: paintTile()Pranav Kant3-127/+125
2015-07-28lokdocview, tilebuffer: Add DOxygen commentsPranav Kant2-0/+17
2015-07-28lokdocview: Make paintTile() asyncPranav Kant3-40/+91
2015-07-28lokdocview: Use a thread pool for most LOK callsPranav Kant1-76/+251
2015-07-28gtktiledviewer: Fill whole statusbar with progressbarPranav Kant1-0/+7
2015-07-28lokdocview: Emit load-changed signal showing load progressPranav Kant2-13/+49
2015-07-28lokdocview: Call open_document in another threadPranav Kant2-24/+77
2015-07-27tiledrendering: added getPartName method for calcMihai Varga2-3/+21
2015-07-22gtktiledviewer: method for resetting all tilesMihai Varga2-0/+9