summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-1/+1
2018-10-10Sure it is a squareTor Lillqvist1-1/+1
2018-10-10Move the iOS CGBitmapContextCreate() call do doc_paintTile()Tor Lillqvist1-21/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-05s/0/nullptr/Tor Lillqvist1-1/+1
2018-10-05WaE: unused parameterTor Lillqvist1-1/+1
2018-10-05Use LOK_FEATURE_NO_TILED_ANNOTATIONS here, like in OnlineTor Lillqvist1-0/+2
2018-10-05Call also initializeForRendering() and registerCallback()Tor Lillqvist1-0/+8
2018-10-02More hacking on the tilebench part of the UnitTest appTor Lillqvist1-2/+30
2018-09-29band-aid: deprecated-declarations related to gtkJulien Nabet1-0/+8
2018-09-29Band-aid fix for deprecate gtk_css_provider_get_defaultJulien Nabet1-1/+1
2018-09-28Start on the iOS unit test appTor Lillqvist1-4/+12
2018-09-17New loplugin:externalStephan Bergmann2-5/+5
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-1/+1
2018-08-27libreofficekit: update lloconv git URLMiklos Vajna1-1/+1
2018-07-16coverity#1437959 Copy into fixed size bufferCaolán McNamara1-6/+5
2018-07-09tilebench: add --preinit mode.Michael Meeks1-9/+36
2018-07-09tilebench: add dialog profiling mode.Michael Meeks2-8/+92
2018-07-09Re-factor to allow dialog profiling.Michael Meeks1-132/+167
2018-06-28Fix typosAndrea Gelmini2-2/+2
2018-05-24libreofficekit: Run gla11y on gtv.uiSamuel Thibault2-0/+17
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-2/+2
2018-05-05Fix typosAndrea Gelmini1-1/+1
2018-04-17cppcheck - fix variableScope in some filesGökhan Gurbetoğlu1-6/+6
2018-04-07sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai1-2/+15
2018-03-25Use for-range loops in some modulesJulien Nabet1-3/+2
2018-03-21lok: be informative and exit when tilebench fails to initializeAshod Nakashian1-0/+6
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin1-1/+1
2018-03-14lokdialog: debug red-colored boundary for last painted regionPranav Kant1-0/+6
2018-03-13lokdocview: new property 'is-initialized'; fix gtktiledviewer for calcPranav Kant2-0/+31
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara1-1/+1
2018-03-02delete colordata.hxxNoel Grandin1-1/+1
2018-02-27Fix build, for real this timePranav Kant1-0/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-14Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: libreofficekitStephan Bergmann3-32/+32
2018-01-10Fix typoAndrea Gelmini1-1/+1
2018-01-08lokdocview: Make g-ir-compiler, scanner happyPranav Kant1-8/+14
2017-12-23LOK: support tile-dumping in tilebenchAshod Nakashian1-11/+60
2017-12-23LOK: tilebench improvementsAshod Nakashian3-35/+73
2017-12-22rhbz#1527945 segv on failed open of password protected doc in gnome-documentsCaolán McNamara1-1/+1
2017-12-21Fix typosAndrea Gelmini1-1/+1
2017-12-21lokdocview: Handle INVALIDATE_HEADER cbPranav Kant1-3/+65
2017-12-21lokdocview: use std::string where possiblePranav Kant1-22/+20
2017-12-15lokdialog: If we already have the title, emit it during creationPranav Kant1-0/+4
2017-12-15lokdialog: gtv: Set dialog title on callbackPranav Kant1-0/+5
2017-12-04lokdialog: multiview: Do not mix one view with otherPranav Kant3-21/+13
2017-12-04lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant1-27/+27
2017-12-04lokdialog: Rename postDialogKeyEvent -> postWindowKeyEventPranav Kant1-1/+1
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant7-193/+157