summaryrefslogtreecommitdiff
path: root/libreofficekit/source
AgeCommit message (Expand)AuthorFilesLines
2015-08-19Fix incomplete g-i annotationsPranav Kant1-1/+4
2015-08-17gtktiledviewer: Jump to cursor position when it changesPranav Kant1-0/+25
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 Holesovsky1-0/+18
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-28lokdocview: Emit load-changed signal showing load progressPranav Kant1-13/+32
2015-07-28lokdocview: Call open_document in another threadPranav Kant1-8/+51
2015-07-22gtktiledviewer: method for resetting all tilesMihai Varga1-0/+8
2015-07-07lokdocview: Grab focus on mouse 'button-press-event'Pranav Kant1-0/+1
2015-06-29lokdocview: Handle DELETE keyPranav Kant1-0/+3
2015-06-29tilebuffer: Add timer to measure paintTile() callPranav Kant1-1/+4
2015-06-29lokdocview: Remove superfluous *_post_key()Pranav Kant1-25/+15
2015-06-29lokdocview: Don't handle hyperlink clicksPranav Kant1-3/+8
2015-06-22lokdocview: fixed a signal namePranav Kant1-1/+1
2015-06-22lokdocview: Use *get_instance_private () to get private structurePranav Kant1-56/+73
2015-06-22lokdocview: Use GInitablePranav Kant1-15/+34
2015-06-16lokdocview: couple for missing static_cast<GParamFlags>()Miklos Vajna1-8/+5
2015-06-16lokdocview: Restructure this GObject classPranav Kant1-803/+1013
2015-06-15lokdocview, gtktiledviewer: Remove gtk version checksPranav Kant1-10/+0
2015-06-15lokdocview: Port to gtk3; 'expose-event' -> 'draw'Pranav Kant1-25/+22
2015-06-15lokdocview, gtktiledviewer: Port to gtk3Pranav Kant1-13/+11
2015-06-14cppcheck: postfixOperatorJulien Nabet1-1/+1
2015-06-12lokdocview: Create LOK context inside of lok_doc_view_newPranav Kant1-4/+10
2015-06-12lokdocview: Make this GObject class introspectablePranav Kant1-2/+65
2015-06-12lokdocview: Change parent class to GtkDrawingAreaPranav Kant1-118/+89
2015-06-12CID#1306215 Uninitialized membersMiklos Vajna1-1/+1
2015-06-09-Werror,-Wignored-attributes ("attribute declaration must precede definition")Stephan Bergmann1-2/+1
2015-06-09loplugin:unreffunStephan Bergmann1-2/+7
2015-06-09loplugin:literaltoboolconversionStephan Bergmann2-3/+3
2015-06-09-Werror,-Wunused-private-fieldStephan Bergmann2-11/+3
2015-06-09tilebuffer: tileSize as member variable is superfluousPranav Kant3-14/+9
2015-06-09tilebuffer: ZoomFactor as member variable is superfluousPranav Kant3-32/+10
2015-06-09lokdocview: Make tilebuffer an instancePranav Kant1-39/+42
2015-06-09libreofficekit: fix RHEL5 build of tilebufferMiklos Vajna2-0/+6
2015-06-09lokdocview: Modernise LOKDocView as GObjectPranav Kant1-56/+41
2015-06-09lokdocview: Lets follow the GObject naming conventionPranav Kant1-42/+42
2015-06-09lokdocview: fix render calls after LOK callbacksPranav Kant1-7/+3
2015-06-09lokdocview: move GtkDrawingArea size request out of renderDocument()Pranav Kant1-2/+11