summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara1-8/+9
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin9-40/+40
2015-12-11sw: clean up no longer needed SwViewShell::isTiledRendering()Miklos Vajna3-11/+11
2015-12-11tdf#34375: resizing of drawings with shift key fixedOliver Specht1-1/+1
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann1-10/+5
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna1-1/+0
2015-12-05silence vcl release mouse warningCaolán McNamara1-1/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon13-485/+485
2015-11-24sw lok comments: avoid crash an exit after clicking the scrollbarMiklos Vajna2-0/+6
2015-11-24sw lok comments: implement drag of the scrollbarMiklos Vajna3-5/+11
2015-11-24sw lok comments: fix missing invalidations from the scrollbarMiklos Vajna3-1/+117
2015-11-23loplugin:nullptrStephan Bergmann1-1/+1
2015-11-23sw lok comments: handle mouse up/down events on the vertical scrollbarMiklos Vajna1-10/+45
2015-11-23sw lok comments: fix vertical scrollbar with custom zoomMiklos Vajna1-2/+3
2015-11-20sw lok comments: implement painting of the vertical scrollbarMiklos Vajna1-0/+14
2015-11-19sw lok comments: optimize sidebar text control invalidationMiklos Vajna1-15/+19
2015-11-19sw lok comments: don't paint hidden comment sub-widgetsMiklos Vajna1-5/+3
2015-11-17sw lok comments: fix meta author/data size with custom zoomMiklos Vajna1-2/+3
2015-11-17sw lok comments: fix comment widget width with custom zoomMiklos Vajna2-4/+5
2015-11-17sw lok comments: fix text selection with custom zoomMiklos Vajna1-3/+12
2015-11-16sw lok comments: fix sidebar width with custom zoomMiklos Vajna1-11/+11
2015-11-16Rename SetCursor -> CallSetCursor to avoid future name clash.Jan Holesovsky2-12/+12
2015-11-15loplugin:nullptrStephan Bergmann1-2/+2
2015-11-14sw lok comments: implement mouse move and mouse upMiklos Vajna3-2/+48
2015-11-14sw lok comments: fix cursor position of a newly created sidebar windowMiklos Vajna1-0/+17
2015-11-14sw lok comments: fix callback of newly created outliner viewsMiklos Vajna1-0/+13
2015-11-14sw lok comments: implement setTextSelection() APIMiklos Vajna2-21/+49
2015-11-14sw lok comments: emit invalidation events in SidebarTextControlMiklos Vajna2-0/+28
2015-11-13sw lok comments: fix position of blinking cursor after mouse clickMiklos Vajna1-6/+18
2015-11-13sw lok: disable comment menu button for nowMiklos Vajna1-0/+4
2015-11-13sw lok: fix blinking cursor position of commentsMiklos Vajna4-14/+35
2015-11-13sw: loplugin:badstatics: convert static SwViewShell::mpReplaceBmpMichael Stahl1-1/+1
2015-11-12sw lok: forward key events to annotation window if necessaryMiklos Vajna4-1/+30
2015-11-12loplugin:nullptrStephan Bergmann2-2/+2
2015-11-12sw lok: route SwEditWin::MouseButtonDown to SidebarTextControl if necessaryMiklos Vajna3-0/+55
2015-11-11sw lok: fix sidebarwindows::SwSidebarWin pixel positionMiklos Vajna1-0/+11
2015-11-10This PixelToLogic() call can be conditional in SwSidebarWin::SetPosAndSize()Miklos Vajna1-7/+7
2015-11-10sw lok: fix length of the line overlay above the notesMiklos Vajna1-0/+12
2015-11-10sw lok: fix width of the notes sidebarMiklos Vajna1-1/+10
2015-11-10sw: allow doc model xml dump creation while editing comment textMiklos Vajna1-0/+11
2015-11-10tdf#39080 Hide Whitespace improvementsAshod Nakashian1-6/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann16-188/+188
2015-11-09formatting improvements in sw/Noel Grandin2-6/+4
2015-11-07Misc tweaks and cleanups.Ashod Nakashian3-40/+40
2015-11-06sc lok annotations: paint range and anchor overlayMiklos Vajna1-0/+15
2015-11-06sw lok annotations: disable the scrollbar for nowMiklos Vajna1-0/+6
2015-11-06sw lok annotations: paint all child windowMiklos Vajna4-23/+21
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin7-21/+21
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-05sw tiled rendering: initial annotation supportMiklos Vajna4-4/+52