summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/SidebarWin.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-24sw lok comments: implement drag of the scrollbarMiklos Vajna1-5/+5
2015-11-24sw lok comments: fix missing invalidations from the scrollbarMiklos Vajna1-1/+2
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: 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 Vajna1-3/+4
2015-11-15loplugin:nullptrStephan Bergmann1-2/+2
2015-11-14sw lok comments: implement mouse move and mouse upMiklos Vajna1-0/+28
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 Vajna1-21/+39
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 Vajna1-4/+32
2015-11-12sw lok: forward key events to annotation window if necessaryMiklos Vajna1-0/+6
2015-11-12loplugin:nullptrStephan Bergmann1-1/+1
2015-11-12sw lok: route SwEditWin::MouseButtonDown to SidebarTextControl if necessaryMiklos Vajna1-0/+8
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-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-24/+24
2015-11-07Misc tweaks and cleanups.Ashod Nakashian1-16/+16
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 Vajna1-4/+9
2015-11-05sw tiled rendering: initial annotation supportMiklos Vajna1-1/+20
2015-09-20convert Link<> to typedNoel Grandin1-33/+28
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-09-17convert Link<> to typedNoel Grandin1-4/+3
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+1
2015-08-21loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-30tdf#89720 sw: do not create text range overlay for reply annotationsMiklos Vajna1-1/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-10/+10
2015-06-15Fix typosAndrea Gelmini1-1/+1
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-1/+1
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-2/+2
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-31/+31
2015-05-14refactor sw Sidebar classes to use RenderContextTomaž Vajngerl1-36/+32
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-15/+20
2015-04-17sw: convert new to ::Create.Noel Grandin1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1