summaryrefslogtreecommitdiffstats
path: root/libreofficekit
Commit message (Expand)AuthorAgeFilesLines
* 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
* lokdocview: Make tilebuffer an instancePranav Kant2015-06-091-39/+42
* libreofficekit: fix RHEL5 build of tilebufferMiklos Vajna2015-06-092-0/+6
* lokdocview: Modernise LOKDocView as GObjectPranav Kant2015-06-091-56/+41
* lokdocview: Lets follow the GObject naming conventionPranav Kant2015-06-092-68/+68
* lokdocview: fix render calls after LOK callbacksPranav Kant2015-06-091-7/+3
* lokdocview: move GtkDrawingArea size request out of renderDocument()Pranav Kant2015-06-091-2/+11
* lokdocview: check payload for inconsistencies before using itPranav Kant2015-06-091-2/+10
* lokdocview: fixed rectangle format in documentation/commentsPranav Kant2015-06-091-2/+2
* lokdocview, tilebuffer: clean upPranav Kant2015-06-093-88/+182
* lokdocview: wrap a functionality inside a member functionPranav Kant2015-06-091-30/+24
* lokdocview: move commonly used functions and variables to common headerPranav Kant2015-06-093-75/+65
* lokdocview: Add support for editing documentsPranav Kant2015-06-093-81/+136
* lokdocview: Use maps instead of vectorPranav Kant2015-06-092-13/+12
* Add tile buffering supportPranav Kant2015-06-094-36/+209
* lokdocview: use GtkDrawingArea for drawing tilesPranav Kant2015-06-091-47/+30
* lokdocview: add width and height to the visible rectanglePranav Kant2015-06-091-0/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1