summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-14sw: emit LOK_CALLBACK_GRAPHIC_VIEW_SELECTION as part of registerCallback()Miklos Vajna3-4/+14
2016-09-13sw: emit LOK_CALLBACK_TEXT_VIEW_SELECTION as part of registerCallback()Miklos Vajna4-10/+59
2016-09-13sw: emit LOK_CALLBACK_VIEW_CURSOR_VISIBLE as part of registerCallback()Miklos Vajna2-0/+11
2016-09-13sw: implement SdrMarkView::GetSfxViewShell() APIMiklos Vajna4-1/+39
2016-09-12gtktiledviewer - Calc fix: selection handlers were not removedMarco Cecchetti1-0/+3
2016-09-11LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti3-1/+33
2016-09-10Revert "LOK: we use callbacks latch for not missing messages sent very early"Marco Cecchetti5-54/+19
2016-09-09LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti5-19/+54
2016-09-09LOK: new callback dropping implementationMarco Cecchetti2-34/+168
2016-09-09LOK: tidy up `CallbackFlushHandler::queue`, improved cell view cursorMarco Cecchetti2-79/+108
2016-09-09Fixed several WerrorsMarco Cecchetti3-4/+6
2016-09-04CppunitTest_xmlsecurity_signing: fix typo in testODFBroken()Miklos Vajna1-1/+1
2016-09-03LOK: queue-up events while processing client callsAshod Nakashian2-23/+65
2016-09-02sd lok: implement SfxViewShell::NotifyCursor() APIMiklos Vajna11-19/+58
2016-09-02svx: move GetSfxViewShell() to SdrMarkViewMiklos Vajna5-13/+47
2016-09-02sw lok: avoid hiding / showing sdr mark handles on focus changeMiklos Vajna3-2/+46
2016-09-01Bump version to 5.1-5cp-5.1-5Andras Timar1-1/+1
2016-09-01Resolves: tdf#100094 hyperlink tabpage put hyperlink name in wrong fieldCaolán McNamara1-1/+1
2016-09-01sd: fix un-sorted SidArray in FuChar::DoExecute()Michael Stahl1-1/+1
2016-09-01Revert "fftester: non-contiguous cells"Michael Stahl2-10/+13
2016-09-01Resolves: tdf#83376 do not let linguistic tools fall back to known languagesEike Rathke1-4/+4
2016-09-01fftester: empty tabbox protectionCaolán McNamara2-0/+2
2016-09-01fftester: topcontext checkCaolán McNamara2-1/+2
2016-09-01Resolves: tdf#88953 byref args incorrectly passed in basic->c++Caolán McNamara3-2/+4
2016-09-01update creditsChristian Lohmaier1-1490/+1558
2016-09-01Resolves: tdf#100901 crash pressing tab in r-o document with hyperlinkCaolán McNamara1-1/+3
2016-09-01sfx2: nullptr pViewShell was seen in SfxLokHelper::getView()Miklos Vajna2-4/+19
2016-09-01sc lok: implement SfxViewShell::NotifyCursor() APIMiklos Vajna5-7/+35
2016-09-01CppunitTest_sw_filters_test: fix ASan buildMiklos Vajna1-1/+2
2016-09-01sfx2 lok: introduce SfxViewShell::NotifyCursor()Miklos Vajna10-20/+56
2016-09-01lokdocview: handle empty LOK_CALLBACK_DOCUMENT_SIZE_CHANGED payloadMiklos Vajna1-1/+5
2016-08-31sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) APIMiklos Vajna7-30/+152
2016-08-31gtktiledviewer: don't crash on unimplemented tracked change listMiklos Vajna1-0/+3
2016-08-30sw: use SwModule::GetRedlineAuthor() in SwTextShell::ExecField()Miklos Vajna3-21/+14
2016-08-30sw lok: emit REDLINE_TABLE_ENTRY_MODIFIED when deleting self-added charactersMiklos Vajna3-2/+34
2016-08-30Emit notification to a LibreOfficeKit client also when a redline is modifiedTor Lillqvist4-16/+75
2016-08-23sc lok: fix re-sizing several rows/columns at onceHenry Castro1-6/+24
2016-08-23Look also for "RDPDD Chained DD"Tor Lillqvist1-1/+2
2016-08-23tdf#101077 make double->str conv. locale-agnosticDavid Tardon2-0/+61
2016-08-23tdf#96607 'Save as' doesn't update global auto-recovery stateanwilli51-0/+13
2016-08-23Resolves: tdf#101165 crash on deselecting all filtersCaolán McNamara1-1/+4
2016-08-23Resolves: tdf#101572 New Belarusian Ruble BYN/Br for [be-BY]Eike Rathke1-1/+8
2016-08-23Resolves: rhbz#1364406 inherit the actual format index also for date and timeEike Rathke1-3/+12
2016-08-23Resolves: tdf#100582 SetMatColsRows() when constructing matrix ScFormulaCellEike Rathke1-1/+13
2016-08-19sw redlines: expose description as part of the UNO/LOK APIMiklos Vajna8-4/+26
2016-08-19sw lok: add callbacks for redline table insertion / removalMiklos Vajna6-5/+111
2016-08-19sw: remove never read SwViewShell::mbInLibreOfficeKitCallbackMiklos Vajna6-6/+22
2016-08-19sw: fix indentation in DocumentRedlineManager::AppendRedline()Miklos Vajna1-4/+4
2016-08-19tdf#101592 sw: track changes state is doc-specific, not view-specificMiklos Vajna5-3/+57
2016-08-19sw: fix accepting/rejecting a change by index when cursor is not at a redlineMiklos Vajna2-3/+38