summaryrefslogtreecommitdiff
path: root/libreofficekit/source
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-09lokdocview: check payload for inconsistencies before using itPranav Kant1-2/+10
2015-06-09lokdocview: fixed rectangle format in documentation/commentsPranav Kant1-2/+2
2015-06-09lokdocview, tilebuffer: clean upPranav Kant3-88/+182
2015-06-09lokdocview: wrap a functionality inside a member functionPranav Kant1-30/+24
2015-06-09lokdocview: move commonly used functions and variables to common headerPranav Kant3-75/+65
2015-06-09lokdocview: Add support for editing documentsPranav Kant3-81/+136
2015-06-09lokdocview: Use maps instead of vectorPranav Kant2-13/+12
2015-06-09Add tile buffering supportPranav Kant3-36/+208
2015-06-09lokdocview: use GtkDrawingArea for drawing tilesPranav Kant1-47/+30
2015-06-09lokdocview: add width and height to the visible rectanglePranav Kant1-0/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-28gtktiledviewer: use SearchItem.SearchStartPoint*Miklos Vajna1-0/+8
2015-05-27loplugin:staticmethodsStephan Bergmann1-18/+21
2015-05-27loplugin:staticmethodsAndrzej Hunt1-1/+1
2015-05-27lokdocview: handle LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna1-4/+21
2015-05-27lokdocview: fix not updated part selector when search changes partMiklos Vajna1-1/+20
2015-05-26lokdocview: handle LOK_CALLBACK_SET_PARTMiklos Vajna1-1/+7
2015-05-23lokdocview: update doc size on LOK_CALLBACK_PAGE_COUNT_CHANGEDMiklos Vajna1-1/+8
2015-05-22lokdocview: it's enough to query the document size onceMiklos Vajna1-5/+7