summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* desktop: guard against nullptr frame in doc_registerCallback()Miklos Vajna2016-09-221-1/+1
* lok::Document::getCommandValues: expose sw redline author colorsMiklos Vajna2016-09-211-0/+17
* use #i format for these bug idsCaolán McNamara2016-09-211-1/+1
* #i114963# Enable IPC before OpenClients to allow client connections when prin...Andrea Pescetti2016-09-211-2/+14
* [API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann2016-09-201-2/+2
* sw: emit LOK_CALLBACK_STATE_CHANGED when cursor enters/leaves a redlineMiklos Vajna2016-09-191-0/+1
* make sure the test is not executed before the libs have been builtMarkus Mohrhard2016-09-181-0/+2
* sfx2: add SfxLokHelper::getViewIdsMiklos Vajna2016-09-162-0/+14
* lok::Document: rename getViews() to getViewsCount()Miklos Vajna2016-09-162-7/+7
* Revert "LOK: we use callbacks latch for not missing messages sent very early"Marco Cecchetti2016-09-151-18/+1
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-153-4/+4
* desktop lok: avoid unnecessary setPart() in paintPartTile()Miklos Vajna2016-09-143-0/+98
* tdf#74377 Keyboard shortcuts for context menusMaxim Monastirsky2016-09-131-0/+1
* loplugin:dllprivateStephan Bergmann2016-09-133-21/+21
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1340-57/+57
* LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti2016-09-111-1/+18
* LOK: new callback dropping implementationMarco Cecchetti2016-09-102-34/+168
* LOK: tidy up `CallbackFlushHandler::queue`, improved cell view cursorMarco Cecchetti2016-09-102-79/+108
* loplugin:constantparam in svtoolsNoel Grandin2016-09-091-1/+1
* convert ScrollType to scoped enumNoel Grandin2016-09-051-1/+1
* sfx2: nullptr pViewShell was seen in SfxLokHelper::getView()Miklos Vajna2016-09-011-4/+15
* desktop: fix Android buildMiklos Vajna2016-08-311-0/+13
* LOK: queue-up events while processing client callsAshod Nakashian2016-08-312-23/+65
* sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) APIMiklos Vajna2016-08-302-30/+73
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (desktop)Stephan Bergmann2016-08-301-1/+1
* No reason why these functions can't be static, tooTor Lillqvist2016-08-301-14/+14
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-1/+1
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2016-08-261-6/+7
* cid#1371326 Misused comma operatorNoel Grandin2016-08-251-1/+1
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2016-08-243-11/+14
* clearly we want to match "-env:" only at arg start, not as substring anywhereEike Rathke2016-08-221-1/+1
* sw redlines: expose description as part of the UNO/LOK APIMiklos Vajna2016-08-192-0/+8
* coverity#1371375 Resource leakCaolán McNamara2016-08-191-1/+2
* coverity#1371119 Unchecked return valueCaolán McNamara2016-08-191-1/+1
* tdf#101592 sw: track changes state is doc-specific, not view-specificMiklos Vajna2016-08-192-2/+35
* experiment with renaming for bogus coverity#1371326 Misused comma operatorCaolán McNamara2016-08-181-15/+15
* cppcheck: noExplicitConstructorCaolán McNamara2016-08-181-1/+1
* cppcheck: passedByValueCaolán McNamara2016-08-181-1/+1
* screenshots: add new global make targetArmin Le Grand2016-08-181-1/+2
* screenshots: unify dumping of dialog test batch fileArmin Le Grand2016-08-181-74/+2
* screenshots: add dialog test cases for desktopArmin Le Grand2016-08-184-0/+266
* lok::Document::getCommandValues: expose redline infoMiklos Vajna2016-08-172-0/+78
* Resolves: tdf#44241 highlight the newly installed extensionCaolán McNamara2016-08-152-12/+2
* tdf#100965: Restart on initialisation-time OpenCL crashTor Lillqvist2016-08-141-0/+1
* (initial) sparc64 portJames Clarke2016-08-051-0/+2
* desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna2016-08-052-1/+66
* loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin2016-08-052-2/+2
* CppunitTest_desktop_app needs the Foundation framework when sandboxedTor Lillqvist2016-08-041-0/+8
* lok: re-load UNO bootstrap pieces and set UserInstallation on second init.Michael Meeks2016-08-011-1/+3
* tdf#100837: honor LibreOffice command line arguments for Office URIsMike Kaganski2016-07-312-98/+105