summaryrefslogtreecommitdiffstats
path: root/libreofficekit
Commit message (Expand)AuthorAgeFilesLines
* 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
* lokdocview: Call open_document in another threadPranav Kant2015-07-282-24/+77
* tiledrendering: added getPartName method for calcMihai Varga2015-07-272-3/+21
* gtktiledviewer: method for resetting all tilesMihai Varga2015-07-222-0/+9
* lokdocview: Grab focus on mouse 'button-press-event'Pranav Kant2015-07-071-0/+1
* g_assert_nonnull was not declaredCaolán McNamara2015-06-291-0/+2
* gtktiledviewer: Don't continue on widget init failurePranav Kant2015-06-291-2/+2
* lokdocview: Handle DELETE keyPranav Kant2015-06-291-0/+3
* tilebuffer: Add timer to measure paintTile() callPranav Kant2015-06-291-1/+4
* lokdocview: Remove superfluous *_post_key()Pranav Kant2015-06-292-42/+20
* lokdocview: Don't handle hyperlink clicksPranav Kant2015-06-292-3/+20
* Fix typosAndrea Gelmini2015-06-281-1/+1
* lokdocview: fixed a signal namePranav Kant2015-06-221-1/+1
* lokdocview: Use *get_instance_private () to get private structurePranav Kant2015-06-221-56/+73
* lokdocview: Use GInitablePranav Kant2015-06-222-16/+35
* gtktiledviewer: do HTML copying if possibleMiklos Vajna2015-06-221-2/+35
* LOK: return used format in Document::getTextSelection()Miklos Vajna2015-06-191-1/+3
* gtktiledviewer: add copy buttonMiklos Vajna2015-06-181-0/+21
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-3/+3
* lokdocview: couple for missing static_cast<GParamFlags>()Miklos Vajna2015-06-161-8/+5
* Superfluous block; lets merge into onePranav Kant2015-06-161-3/+0
* lokdocview: Restructure this GObject classPranav Kant2015-06-162-805/+1015
* gtktiledviewer: Replace deprecated Gtk functionsPranav Kant2015-06-151-19/+36
* lokdocview, gtktiledviewer: Remove gtk version checksPranav Kant2015-06-152-29/+0
* lokdocview: Port to gtk3; 'expose-event' -> 'draw'Pranav Kant2015-06-152-25/+24
* lokdocview, gtktiledviewer: Port to gtk3Pranav Kant2015-06-155-24/+31
* cppcheck: postfixOperatorJulien Nabet2015-06-141-1/+1
* Fix RHEL5 buildMiklos Vajna2015-06-121-0/+2
* lokdocview: Create LOK context inside of lok_doc_view_newPranav Kant2015-06-122-15/+14
* lokdocview: Make this GObject class introspectablePranav Kant2015-06-121-2/+65
* lokdocview: Change parent class to GtkDrawingAreaPranav Kant2015-06-122-120/+114
* CID#1306215 Uninitialized membersMiklos Vajna2015-06-121-1/+1
* -Werror,-Wignored-attributes ("attribute declaration must precede definition")Stephan Bergmann2015-06-091-2/+1
* loplugin:unreffunStephan Bergmann2015-06-091-2/+7
* loplugin:literaltoboolconversionStephan Bergmann2015-06-092-3/+3
* -Werror,-Wunused-private-fieldStephan Bergmann2015-06-092-11/+3
* tilebuffer: tileSize as member variable is superfluousPranav Kant2015-06-093-14/+9
* tilebuffer: ZoomFactor as member variable is superfluousPranav Kant2015-06-093-32/+10