summaryrefslogtreecommitdiffstats
path: root/libreofficekit
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtktiledviewer: use SearchItem.SearchStartPoint*Miklos Vajna2015-05-282-1/+17
* loplugin:staticmethodsStephan Bergmann2015-05-271-18/+21
* loplugin:staticmethodsAndrzej Hunt2015-05-271-1/+1
* lokdocview: handle LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna2015-05-271-4/+21
* lokdocview: fix not updated part selector when search changes partMiklos Vajna2015-05-272-2/+33
* lokdocview: handle LOK_CALLBACK_SET_PARTMiklos Vajna2015-05-261-1/+7
* lokdocview: update doc size on LOK_CALLBACK_PAGE_COUNT_CHANGEDMiklos Vajna2015-05-231-1/+8
* libreofficekit: fix Linux baseline buildMiklos Vajna2015-05-231-1/+1
* lokdocview: it's enough to query the document size onceMiklos Vajna2015-05-221-5/+7
* gtktiledviewer: avoid a number of pointless re-rendering on startupMiklos Vajna2015-05-221-2/+4
* LOK: remove unused LOK_PARTMODE_EMBEDDEDOBJMiklos Vajna2015-05-221-8/+1
* lokdocview: adapt Android pathMiklos Vajna2015-05-211-1/+1
* gtktiledviewer: handle LOK_CALLBACK_SEARCH_NOT_FOUNDMiklos Vajna2015-05-212-0/+35
* lokdocview: use postMouseEvent(LOK_MOUSEEVENT_MOUSEMOVE)Miklos Vajna2015-05-201-17/+9
* LOKit callback for search not foundMihai Varga2015-05-191-0/+4
* loplugin:staticmethodsStephan Bergmann2015-05-181-28/+31
* lokdocview: use lok::Office::registerCallback()Miklos Vajna2015-05-181-0/+61