summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2016-10-07tdf#100302: gbuild: always use $(LFS_CFLAGS)Michael Stahl1-4/+0
2016-10-07loplugin:staticmethods: desktopStephan Bergmann2-3/+3
2016-10-06drop unused STD_MASKCOLOR definesCaolán McNamara1-3/+0
2016-10-06I can't see any evidence of any remaining magenta mask using image resourcesCaolán McNamara1-18/+9
2016-10-05convert MapUnit to scoped enumNoel Grandin4-6/+6
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann13-76/+76
2016-10-03Calc LOK: clear cell background when editing in parallelAshod Nakashian1-1/+2
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-10-01Fix typosAndrea Gelmini2-3/+3
2016-09-29LOK: conditionally include part number in invalidation payloadMiklos Vajna2-13/+118
2016-09-28sw lok: fix one view inserting a comment, other view jumping there as wellMiklos Vajna1-3/+14
2016-09-28Resolves: tdf#96748 'Default Language' show current ui lang not new defaultCaolán McNamara1-42/+5
2016-09-26sw lok: fix cursor position after inserting a commentMiklos Vajna1-1/+47
2016-09-22desktop: guard against nullptr frame in doc_registerCallback()Miklos Vajna1-1/+1
2016-09-21lok::Document::getCommandValues: expose sw redline author colorsMiklos Vajna1-0/+17
2016-09-21use #i format for these bug idsCaolán McNamara1-1/+1
2016-09-21#i114963# Enable IPC before OpenClients to allow client connections when prin...Andrea Pescetti1-2/+14
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann1-2/+2
2016-09-19sw: emit LOK_CALLBACK_STATE_CHANGED when cursor enters/leaves a redlineMiklos Vajna1-0/+1
2016-09-18make sure the test is not executed before the libs have been builtMarkus Mohrhard1-0/+2
2016-09-16sfx2: add SfxLokHelper::getViewIdsMiklos Vajna2-0/+14
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna2-7/+7
2016-09-15Revert "LOK: we use callbacks latch for not missing messages sent very early"Marco Cecchetti1-18/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl3-4/+4
2016-09-14desktop lok: avoid unnecessary setPart() in paintPartTile()Miklos Vajna3-0/+98
2016-09-13tdf#74377 Keyboard shortcuts for context menusMaxim Monastirsky1-0/+1
2016-09-13loplugin:dllprivateStephan Bergmann3-21/+21
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann40-57/+57
2016-09-11LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti1-1/+18
2016-09-10LOK: new callback dropping implementationMarco Cecchetti2-34/+168
2016-09-10LOK: tidy up `CallbackFlushHandler::queue`, improved cell view cursorMarco Cecchetti2-79/+108
2016-09-09loplugin:constantparam in svtoolsNoel Grandin1-1/+1
2016-09-05convert ScrollType to scoped enumNoel Grandin1-1/+1
2016-09-01sfx2: nullptr pViewShell was seen in SfxLokHelper::getView()Miklos Vajna1-4/+15
2016-08-31desktop: fix Android buildMiklos Vajna1-0/+13
2016-08-31LOK: queue-up events while processing client callsAshod Nakashian2-23/+65
2016-08-30sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) APIMiklos Vajna2-30/+73
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (desktop)Stephan Bergmann1-1/+1
2016-08-30No reason why these functions can't be static, tooTor Lillqvist1-14/+14
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-08-26tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-6/+7
2016-08-25cid#1371326 Misused comma operatorNoel Grandin1-1/+1
2016-08-24tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu3-11/+14
2016-08-22clearly we want to match "-env:" only at arg start, not as substring anywhereEike Rathke1-1/+1
2016-08-19sw redlines: expose description as part of the UNO/LOK APIMiklos Vajna2-0/+8
2016-08-19coverity#1371375 Resource leakCaolán McNamara1-1/+2
2016-08-19coverity#1371119 Unchecked return valueCaolán McNamara1-1/+1
2016-08-19tdf#101592 sw: track changes state is doc-specific, not view-specificMiklos Vajna2-2/+35
2016-08-18experiment with renaming for bogus coverity#1371326 Misused comma operatorCaolán McNamara1-15/+15
2016-08-18cppcheck: noExplicitConstructorCaolán McNamara1-1/+1