summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw
AgeCommit message (Expand)AuthorFilesLines
2016-01-14editeng: handle SdrModel::isTiledSearching()Miklos Vajna2-3/+3
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-24sw lok comments: handle mouse up/down events on the vertical scrollbarMiklos Vajna1-10/+45
2015-11-24sw lok comments: fix vertical scrollbar with custom zoomMiklos Vajna1-2/+3
2015-11-24sw lok comments: implement painting of the vertical scrollbarMiklos Vajna1-0/+14
2015-11-24sw lok comments: optimize sidebar text control invalidationMiklos Vajna1-15/+19
2015-11-24sw lok comments: don't paint hidden comment sub-widgetsMiklos Vajna1-5/+3
2015-11-18tdf#39080 Hide Whitespace improvementsAshod Nakashian1-6/+9
2015-11-18tdf#39080 Interactive hide-whitespace modeAshod Nakashian1-14/+39
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-17sw lok comments: fix sidebar width with custom zoomMiklos Vajna1-11/+11
2015-11-16sw lok comments: implement mouse move and mouse upMiklos Vajna3-2/+48
2015-11-16sw lok comments: fix cursor position of a newly created sidebar windowMiklos Vajna1-0/+17
2015-11-16sw lok comments: fix callback of newly created outliner viewsMiklos Vajna1-0/+13
2015-11-16sw lok comments: implement setTextSelection() APIMiklos Vajna2-21/+49
2015-11-16sw lok comments: emit invalidation events in SidebarTextControlMiklos Vajna2-0/+28
2015-11-16sw lok comments: fix position of blinking cursor after mouse clickMiklos Vajna1-6/+18
2015-11-16sw lok: disable comment menu button for nowMiklos Vajna1-0/+4
2015-11-16sw lok: fix blinking cursor position of commentsMiklos Vajna4-14/+35
2015-11-16sw lok: forward key events to annotation window if necessaryMiklos Vajna4-1/+30
2015-11-16sw lok: route SwEditWin::MouseButtonDown to SidebarTextControl if necessaryMiklos Vajna3-0/+54
2015-11-16sw lok: fix sidebarwindows::SwSidebarWin pixel positionMiklos Vajna1-0/+11
2015-11-16This PixelToLogic() call can be conditional in SwSidebarWin::SetPosAndSize()Miklos Vajna1-7/+7
2015-11-16sw lok: fix length of the line overlay above the notesMiklos Vajna1-0/+12
2015-11-16sw lok: fix width of the notes sidebarMiklos Vajna1-1/+10
2015-11-16sw: allow doc model xml dump creation while editing comment textMiklos Vajna1-0/+11
2015-11-16sc lok annotations: paint range and anchor overlayMiklos Vajna1-0/+15
2015-11-16sw lok annotations: disable the scrollbar for nowMiklos Vajna1-0/+6
2015-11-16sw lok annotations: paint all child windowMiklos Vajna4-23/+21
2015-11-16sw tiled rendering: initial annotation supportMiklos Vajna4-4/+52
2015-10-26tdf#95091: enable delete and backspace in editable elements within protectionsOliver Specht1-2/+2
2015-10-06sw: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna1-2/+8
2015-09-18tdf#92612 Right-clicking after applying "paint buckets" leads to multiple UndoAshod Nakashian1-12/+25
2015-08-20tdf#89720 sw: do not create text range overlay for reply annotationsMiklos Vajna1-1/+2
2015-08-06tdf#92911 SwAnnotationWin rendercontext: fix missing comment contentsMiklos Vajna1-0/+4
2015-08-06SwPageFrm::GetBoundRect: use vcl::RenderContextMiklos Vajna1-1/+1
2015-08-06sw: add SwViewShell::mbOutputToWindowMiklos Vajna1-0/+4
2015-08-06tdf#92166 - dispose the SwSrcEditWindow properly.Michael Meeks1-4/+13
2015-08-06sw: overloading in C++ fail episode 6234Michael Stahl1-1/+1
2015-08-06Writer FrameControl lifecycle and management cleanup.Michael Meeks3-28/+56
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-06-11sw tiled rendering: Ignore window size check.Henry Castro1-1/+3
2015-05-29convert POINTER constants to scoped enumNoel Grandin3-36/+36
2015-05-29pass RenderContext into writer paintingTomaž Vajngerl1-2/+2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung2-8/+8
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-2/+2