summaryrefslogtreecommitdiffstats
path: root/libreofficekit/qa
Commit message (Expand)AuthorAgeFilesLines
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-151-2/+2
* coverity#1351757 Uninitialized pointer fieldCaolán McNamara2017-05-121-0/+1
* lok: sc: notify cell cursor position to address control in clientMarco Cecchetti2017-05-111-0/+52
* CppunitTest_libreofficekit_tiledrendering: disable occasionally failing testMiklos Vajna2017-04-121-1/+4
* CppunitTest_libreofficekit_tiledrendering: add more processEventsToIdle callsMiklos Vajna2017-04-111-0/+2
* lokit: compile-test a plain C versionThorsten Behrens2017-04-062-0/+40
* Use symbolic names for keys from css::awt::KeyTor Lillqvist2017-03-281-12/+14
* lok: Unit test for setting of the language during load of the document.Jan Holesovsky2017-03-242-0/+89
* lok: Fix crash in paintPartTile() when the current view was destroyed.Jan Holesovsky2017-03-211-0/+32
* libreofficekit: GTK 3.22 deprecates gtk_show_uriMichael Stahl2017-03-061-1/+8
* Better make the zero-initialization more explicitStephan Bergmann2017-02-231-1/+3
* gtktiledviewer: Different reply uno command for impressPranav Kant2017-02-201-1/+6
* gtktiledviewer: Id param is string nowPranav Kant2017-02-201-3/+3
* gtktiledviewer: Adjust for different delete uno cmd for impressPranav Kant2017-02-201-14/+21
* gtktiledviewer: enable comment sidebar for all doctypesPranav Kant2017-02-201-3/+1
* gtktiledviewer: Different UNO command for calcPranav Kant2017-02-161-1/+1
* gtktiledviewer: This is a better place to change doc-specific controlsPranav Kant2017-02-161-5/+8
* gtktiledviewer: Kill CommentsSidebar's docConfigurePranav Kant2017-02-161-49/+41
* gtktiledviewer: Kill signalSize; move its code to initWindowPranav Kant2017-02-161-14/+5
* gtktiledviewer: Factor out per view code to separate functionPranav Kant2017-02-161-12/+24
* gtktiledviewer: Store author name of each viewPranav Kant2017-02-161-4/+6
* gtktiledviewer: comment id can be a string too nowPranav Kant2017-02-161-13/+12
* Fix typosAndrea Gelmini2017-02-131-1/+1
* gtktiledviewer: gtk version checksPranav Kant2017-01-311-2/+12
* gtktiledviewer: Handle comment callback with Modify flagPranav Kant2017-01-301-18/+29
* gtktiledviewer: Unused variablePranav Kant2017-01-301-2/+1
* gtktiledviewer: Mark reply comments with lightgreen backgroundPranav Kant2017-01-301-0/+13
* gtktiledviewer: Can edit comment from comment sidebar nowPranav Kant2017-01-301-2/+27
* coverity#1351757 Uninitialized pointer fieldCaolán McNamara2017-01-281-0/+1
* gtktiledviewer: Can reply, delete comments from sidebarPranav Kant2017-01-271-13/+81
* gtktiledviewer: factor out user prompt entry dialogPranav Kant2017-01-271-36/+48
* lokdocview: 'comment' signal for comment callbacksPranav Kant2017-01-271-16/+62
* gtktiledviewer: Comment dialog when tiled annotations are offPranav Kant2017-01-271-1/+44
* lokdocview: Separate gobject property for turning off commentsPranav Kant2017-01-271-7/+16
* gtktiledviewer: Comments sidebarPranav Kant2017-01-271-2/+96
* CppunitTest_libreofficekit_tiledrendering: fix cppunitassertequals warningsMiklos Vajna2017-01-271-8/+8
* gtktiledviewer: Make edit mode the default onePranav Kant2017-01-231-0/+2
* lok: Listen for state change events for cell alignment commandsPranav Kant2017-01-231-12/+5
* gtktiledviewer: Lets avoid using manual buffer sizesPranav Kant2017-01-061-14/+8
* gtktiledviewer: Override alignment buttons uno commands for calcPranav Kant2017-01-061-0/+19
* gtktiledviewer: Support for posting arguments to uno commandsPranav Kant2017-01-061-9/+12
* gtktiledviewer: Wrap dialogs in a GtkScrolledWindowPranav Kant2016-09-231-2/+8
* sw: emit LOK_CALLBACK_STATE_CHANGED when cursor enters/leaves a redlineMiklos Vajna2016-09-191-2/+16
* sw: allow select of redline by indexMiklos Vajna2016-09-151-2/+7
* gtktiledviewer: don't crash on unimplemented tracked change listMiklos Vajna2016-08-301-0/+3
* sw: use SwModule::GetRedlineAuthor() in SwTextShell::ExecField()Miklos Vajna2016-08-291-17/+2
* sw redlines: expose description as part of the UNO/LOK APIMiklos Vajna2016-08-191-3/+4
* tdf#101592 sw: track changes state is doc-specific, not view-specificMiklos Vajna2016-08-191-0/+12
* gtktiledviewer: specify author name when calling initializeForRendering()Miklos Vajna2016-08-181-4/+30
* sw: allow accept/reject of redline by indexMiklos Vajna2016-08-171-4/+37