summaryrefslogtreecommitdiff
path: root/libreofficekit/qa
AgeCommit message (Expand)AuthorFilesLines
2019-09-06band-aid: deprecated-declarations related to gtkJulien Nabet1-0/+8
2019-09-06Band-aid fix for deprecate gtk_css_provider_get_defaultJulien Nabet1-1/+1
2019-05-03lok: allow paste content to popup dialogHenry Castro2-2/+2
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 Meeks1-129/+244
2018-07-17lok: be informative and exit when tilebench fails to initializeAshod Nakashian1-0/+6
2018-07-17More loplugin:cstylecast: libreofficekitStephan Bergmann2-14/+14
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 Kant1-0/+9
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 Nakashian1-33/+69
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 Kant6-147/+148
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 Timar10-1/+257
2017-12-21Revert the incomplete dialog tunneling, the API has changed completely.Jan Holesovsky10-257/+1
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-23loplugin:includeform: libreofficekitStephan Bergmann12-42/+42
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 Kant3-9/+13
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
2017-10-02lokdialog: Support for rendering floating window dialog widgetsPranav Kant5-2/+95
2017-10-02lokdialog: gtv: Forward key events on dialog to corePranav Kant1-4/+122
2017-10-02lokdialog: Trigger repaint on all opened dialog with invalidatePranav Kant4-3/+26
2017-10-02lokdialog: Forward mouse events to vcl; enable mouse movePranav Kant1-8/+40