summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)Author
2015-07-22gtktiledviewer: method for resetting all tilesMihai Varga
2015-07-07lokdocview: Grab focus on mouse 'button-press-event'Pranav Kant
2015-06-29g_assert_nonnull was not declaredCaolán McNamara
2015-06-29gtktiledviewer: Don't continue on widget init failurePranav Kant
2015-06-29lokdocview: Handle DELETE keyPranav Kant
2015-06-29tilebuffer: Add timer to measure paintTile() callPranav Kant
2015-06-29lokdocview: Remove superfluous *_post_key()Pranav Kant
2015-06-29lokdocview: Don't handle hyperlink clicksPranav Kant
2015-06-28Fix typosAndrea Gelmini
2015-06-22lokdocview: fixed a signal namePranav Kant
2015-06-22lokdocview: Use *get_instance_private () to get private structurePranav Kant
2015-06-22lokdocview: Use GInitablePranav Kant
2015-06-22gtktiledviewer: do HTML copying if possibleMiklos Vajna
2015-06-19LOK: return used format in Document::getTextSelection()Miklos Vajna
2015-06-18gtktiledviewer: add copy buttonMiklos Vajna
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16lokdocview: couple for missing static_cast<GParamFlags>()Miklos Vajna
2015-06-16Superfluous block; lets merge into onePranav Kant
2015-06-16lokdocview: Restructure this GObject classPranav Kant
2015-06-15gtktiledviewer: Replace deprecated Gtk functionsPranav Kant
2015-06-15lokdocview, gtktiledviewer: Remove gtk version checksPranav Kant
2015-06-15lokdocview: Port to gtk3; 'expose-event' -> 'draw'Pranav Kant
2015-06-15lokdocview, gtktiledviewer: Port to gtk3Pranav Kant
2015-06-14cppcheck: postfixOperatorJulien Nabet
2015-06-12Fix RHEL5 buildMiklos Vajna
2015-06-12lokdocview: Create LOK context inside of lok_doc_view_newPranav Kant
2015-06-12lokdocview: Make this GObject class introspectablePranav Kant
2015-06-12lokdocview: Change parent class to GtkDrawingAreaPranav Kant
2015-06-12CID#1306215 Uninitialized membersMiklos Vajna
2015-06-09-Werror,-Wignored-attributes ("attribute declaration must precede definition")Stephan Bergmann
2015-06-09loplugin:unreffunStephan Bergmann
2015-06-09loplugin:literaltoboolconversionStephan Bergmann
2015-06-09-Werror,-Wunused-private-fieldStephan Bergmann
2015-06-09tilebuffer: tileSize as member variable is superfluousPranav Kant
2015-06-09tilebuffer: ZoomFactor as member variable is superfluousPranav Kant
2015-06-09lokdocview: Make tilebuffer an instancePranav Kant
2015-06-09libreofficekit: fix RHEL5 build of tilebufferMiklos Vajna
2015-06-09lokdocview: Modernise LOKDocView as GObjectPranav Kant
2015-06-09lokdocview: Lets follow the GObject naming conventionPranav Kant
2015-06-09lokdocview: fix render calls after LOK callbacksPranav Kant
2015-06-09lokdocview: move GtkDrawingArea size request out of renderDocument()Pranav Kant
2015-06-09lokdocview: check payload for inconsistencies before using itPranav Kant
2015-06-09lokdocview: fixed rectangle format in documentation/commentsPranav Kant
2015-06-09lokdocview, tilebuffer: clean upPranav Kant
2015-06-09lokdocview: wrap a functionality inside a member functionPranav Kant
2015-06-09lokdocview: move commonly used functions and variables to common headerPranav Kant
2015-06-09lokdocview: Add support for editing documentsPranav Kant
2015-06-09lokdocview: Use maps instead of vectorPranav Kant
2015-06-09Add tile buffering supportPranav Kant
2015-06-09lokdocview: use GtkDrawingArea for drawing tilesPranav Kant