summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw
AgeCommit message (Expand)Author
2015-11-17sw lok comments: fix text selection with custom zoomMiklos Vajna
2015-11-16sw lok comments: fix sidebar width with custom zoomMiklos Vajna
2015-11-16Rename SetCursor -> CallSetCursor to avoid future name clash.Jan Holesovsky
2015-11-15loplugin:nullptrStephan Bergmann
2015-11-14sw lok comments: implement mouse move and mouse upMiklos Vajna
2015-11-14sw lok comments: fix cursor position of a newly created sidebar windowMiklos Vajna
2015-11-14sw lok comments: fix callback of newly created outliner viewsMiklos Vajna
2015-11-14sw lok comments: implement setTextSelection() APIMiklos Vajna
2015-11-14sw lok comments: emit invalidation events in SidebarTextControlMiklos Vajna
2015-11-13sw lok comments: fix position of blinking cursor after mouse clickMiklos Vajna
2015-11-13sw lok: disable comment menu button for nowMiklos Vajna
2015-11-13sw lok: fix blinking cursor position of commentsMiklos Vajna
2015-11-13sw: loplugin:badstatics: convert static SwViewShell::mpReplaceBmpMichael Stahl
2015-11-12sw lok: forward key events to annotation window if necessaryMiklos Vajna
2015-11-12loplugin:nullptrStephan Bergmann
2015-11-12sw lok: route SwEditWin::MouseButtonDown to SidebarTextControl if necessaryMiklos Vajna
2015-11-11sw lok: fix sidebarwindows::SwSidebarWin pixel positionMiklos Vajna
2015-11-10This PixelToLogic() call can be conditional in SwSidebarWin::SetPosAndSize()Miklos Vajna
2015-11-10sw lok: fix length of the line overlay above the notesMiklos Vajna
2015-11-10sw lok: fix width of the notes sidebarMiklos Vajna
2015-11-10sw: allow doc model xml dump creation while editing comment textMiklos Vajna
2015-11-10tdf#39080 Hide Whitespace improvementsAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-07Misc tweaks and cleanups.Ashod Nakashian
2015-11-06sc lok annotations: paint range and anchor overlayMiklos Vajna
2015-11-06sw lok annotations: disable the scrollbar for nowMiklos Vajna
2015-11-06sw lok annotations: paint all child windowMiklos Vajna
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05sw tiled rendering: initial annotation supportMiklos Vajna
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin
2015-10-30Correct typo in commentAndrzej Hunt
2015-10-27 Remove unncessary, wrong downcastStephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-16tdf#95091: enable delete and backspace in editable elements within protectionsOliver Specht
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02Remove some unused includesStephan Bergmann
2015-10-02tdf#94205 Use o3tl::make_unique instead of new + std::movebureken
2015-10-02loplugin:unusedmethodsNoel Grandin
2015-10-01WaE: loplugin:bodynotinblockTor Lillqvist
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian
2015-09-29Fix typosAndrea Gelmini
2015-09-22convert Link<> to typedNoel Grandin
2015-09-22sw: prefix members of SwModuleMiklos Vajna
2015-09-21sw: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna
2015-09-20convert Link<> to typedNoel Grandin
2015-09-17boost->stdCaolán McNamara