summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
2018-07-18coverity#1437959 Copy into fixed size bufferCaolán McNamara1-6/+5
2018-07-18tilebench: add --preinit mode.Michael Meeks1-9/+36
2018-07-17tilebench: add dialog profiling mode.Michael Meeks2-129/+248
2018-07-17lok: be informative and exit when tilebench fails to initializeAshod Nakashian1-0/+6
2018-07-17More loplugin:cstylecast: libreofficekitStephan Bergmann3-32/+32
2018-04-20sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai1-2/+15
2018-03-27lokdialog: debug red-colored boundary for last painted regionPranav Kant1-0/+6
2018-03-27lokdocview: new property 'is-initialized'; fix gtktiledviewer for calcPranav Kant2-0/+31
2018-03-25Fix build, for real this timePranav Kant1-0/+1
2018-03-20LOK: support tile-dumping in tilebenchAshod Nakashian1-11/+60
2018-03-20LOK: tilebench improvementsAshod Nakashian3-35/+73
2018-03-19lokdocview: Handle INVALIDATE_HEADER cbPranav Kant1-3/+43
2018-03-19lokdialog: If we already have the title, emit it during creationPranav Kant1-0/+4
2018-03-19lokdialog: gtv: Set dialog title on callbackPranav Kant1-0/+5
2018-03-19lokdialog: multiview: Do not mix one view with otherPranav Kant3-21/+13
2018-03-19lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant1-27/+27
2018-03-19lokdialog: Rename postDialogKeyEvent -> postWindowKeyEventPranav Kant1-1/+1
2018-03-19lokdialog: Simplify; make the LOK dialog API more genericPranav Kant7-193/+157
2018-03-19lokdialog: Do not underestimate the dialog sizePranav Kant1-2/+2
2018-03-19lokdialog: Allow closing a dialog from LOK clientPranav Kant2-1/+7
2018-03-19gtv: Width, height properties should not be construct onlyPranav Kant1-2/+0
2018-03-19gtv: Remember recently executed UNO commandsPranav Kant8-31/+170
2018-03-19lokdialog: Remove getDialogInfo + update gtktiledviewer accordingly.Pranav Kant2-12/+28
2018-03-19gtv: Kill dialog selector combo boxPranav Kant2-38/+1
2018-03-19lokdialog: Make vcl::DialogID an integerPranav Kant3-49/+35
2018-03-19lokdialog: Create dialog when callback is receivedPranav Kant4-40/+34
2018-03-19lokdialog: gtv: Add width and height props to Dialog GObjectPranav Kant3-5/+43
2018-03-19Revert "Revert the incomplete dialog tunneling, the API has changed ..."Andras Timar12-32/+331
2018-01-05lokdocview: use std::string where possiblePranav Kant1-22/+20
2017-12-22lokdocview: Handle INVALIDATE_HEADER cbPranav Kant1-0/+39
2017-12-22rhbz#1527945 segv on failed open of password protected doc in gnome-documentsCaolán McNamara1-1/+1
2017-12-21Revert the incomplete dialog tunneling, the API has changed completely.Jan Holesovsky12-331/+31
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
2017-10-02lokdialog: button press type debug infoPranav Kant1-3/+17
2017-10-02lokdialog: Emit dialog close callback upon dialog closePranav Kant2-34/+51
2017-10-02Change CB_DIALOG_INVALIDATE to CB_DIALOGPranav Kant4-16/+21
2017-10-02lokdialog: Mouse events for dialog floating child windowsPranav Kant1-0/+127
2017-10-02lokdialog: drawing area needs to have focus to capture key eventsPranav Kant1-3/+5
2017-10-02lokdialog: Move the floating window to its actual positionPranav Kant3-5/+26