summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-04lokdialog: Do not underestimate the dialog sizePranav Kant1-2/+2
2017-12-04lokdialog: Allow closing a dialog from LOK clientPranav Kant2-1/+7
2017-12-04gtv: Width, height properties should not be construct onlyPranav Kant1-2/+0
2017-12-04gtv: Remember recently executed UNO commandsPranav Kant8-31/+170
2017-12-02require at least gtk3 3.12.0 to build gtk3 bitsCaolán McNamara1-2/+0
2017-12-02require at least gtk3 3.10.0 to build gtk vclplugCaolán McNamara2-10/+0
2017-11-29lokdialog: Remove getDialogInfo + update gtktiledviewer accordingly.Pranav Kant2-12/+28
2017-11-29gtv: Kill dialog selector combo boxPranav Kant2-38/+1
2017-11-29lokdialog: Make vcl::DialogID an integerPranav Kant3-49/+35
2017-11-29lokdialog: Create dialog when callback is receivedPranav Kant4-40/+34
2017-11-29lokdialog: gtv: Add width and height props to Dialog GObjectPranav Kant3-5/+43
2017-11-14gtktiledviewer downgrade min gtk+ to 3.16Ashod Nakashian1-1/+1
2017-11-09lokdialog: Move getting dialog information in separate LOK callPranav Kant1-2/+4
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant5-10/+56
2017-10-30Fix typoAndrea Gelmini1-1/+1
2017-10-28lokdialog: Tunnel dialog title to lokclient as outparamPranav Kant1-5/+10
2017-10-28lokdialog: Clear the pointer after destroyingPranav Kant1-0/+3
2017-10-28lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant1-12/+20
2017-10-24fix build errorDavid Tardon1-4/+2
2017-10-23loplugin:includeform: libreofficekitStephan Bergmann12-42/+42
2017-10-20tdf#113311 disable CppunitTest_libreofficekit_tiledrendering for nowMichael Stahl1-1/+2
2017-10-02Fix typosAndrea Gelmini2-2/+2
2017-10-02lokdialog: Smoother mouse move on floating windowsPranav Kant1-28/+30