summaryrefslogtreecommitdiffstats
path: root/libreofficekit/source/gtk/lokdocview.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix incomplete g-i annotationsPranav Kant2015-08-191-1/+4
* gtktiledviewer: Jump to cursor position when it changesPranav Kant2015-08-171-0/+25
* lokdocview: Don't use extern variable: lokThreadPoolPranav Kant2015-08-041-25/+28
* LOK: Implement parts for Writer too.Jan Holesovsky2015-08-011-0/+18
* libreofficekit: -Werror,-Wformat-securityMiklos Vajna2015-07-281-1/+1
* lokdocview: post_command arguments are not supposed to be constPranav Kant2015-07-281-1/+1
* lokdocview: setGraphicSelection in another threadPranav Kant2015-07-281-7/+61
* lokdocview: Move postMouseEvent in separate LOK threadPranav Kant2015-07-281-3/+49
* lokdocview: Use only one ctor for instantiating LOEventPranav Kant2015-07-281-15/+26
* 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-281-66/+56
* lokdocview, tilebuffer: Add DOxygen commentsPranav Kant2015-07-281-0/+12
* lokdocview: Make paintTile() asyncPranav Kant2015-07-281-2/+10
* lokdocview: Use a thread pool for most LOK callsPranav Kant2015-07-281-76/+251
* lokdocview: Emit load-changed signal showing load progressPranav Kant2015-07-281-13/+32
* lokdocview: Call open_document in another threadPranav Kant2015-07-281-8/+51
* gtktiledviewer: method for resetting all tilesMihai Varga2015-07-221-0/+8
* lokdocview: Grab focus on mouse 'button-press-event'Pranav Kant2015-07-071-0/+1
* lokdocview: Handle DELETE keyPranav Kant2015-06-291-0/+3
* lokdocview: Remove superfluous *_post_key()Pranav Kant2015-06-291-25/+15
* lokdocview: Don't handle hyperlink clicksPranav Kant2015-06-291-3/+8
* 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-221-15/+34
* lokdocview: couple for missing static_cast<GParamFlags>()Miklos Vajna2015-06-161-8/+5
* lokdocview: Restructure this GObject classPranav Kant2015-06-161-803/+1013
* lokdocview, gtktiledviewer: Remove gtk version checksPranav Kant2015-06-151-10/+0
* lokdocview: Port to gtk3; 'expose-event' -> 'draw'Pranav Kant2015-06-151-25/+22
* lokdocview, gtktiledviewer: Port to gtk3Pranav Kant2015-06-151-13/+11
* lokdocview: Create LOK context inside of lok_doc_view_newPranav Kant2015-06-121-4/+10
* lokdocview: Make this GObject class introspectablePranav Kant2015-06-121-2/+65
* lokdocview: Change parent class to GtkDrawingAreaPranav Kant2015-06-121-118/+89
* -Werror,-Wignored-attributes ("attribute declaration must precede definition")Stephan Bergmann2015-06-091-2/+1
* loplugin:unreffunStephan Bergmann2015-06-091-2/+7
* -Werror,-Wunused-private-fieldStephan Bergmann2015-06-091-7/+3
* tilebuffer: tileSize as member variable is superfluousPranav Kant2015-06-091-3/+1
* tilebuffer: ZoomFactor as member variable is superfluousPranav Kant2015-06-091-2/+5
* lokdocview: Make tilebuffer an instancePranav Kant2015-06-091-39/+42
* libreofficekit: fix RHEL5 build of tilebufferMiklos Vajna2015-06-091-0/+2
* lokdocview: Modernise LOKDocView as GObjectPranav Kant2015-06-091-56/+41
* lokdocview: Lets follow the GObject naming conventionPranav Kant2015-06-091-42/+42
* 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-091-24/+35
* 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-091-71/+54
* lokdocview: Add support for editing documentsPranav Kant2015-06-091-4/+46