summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview.cxx
AgeCommit message (Expand)AuthorFilesLines
3 dayscid#1606638 silence Overflowed integer argumentCaolán McNamara1-0/+4
2024-10-24tdf#119745: Improve horizontal scroll speed in Calc for Windows.Marc Mondesir1-0/+4
2024-09-07tdf#161945 increase sensitivity for negative horizontal deltasPatrick Luby1-2/+30
2024-07-25tdf#85677: Add support for Windows touch gestures (panning,zooming)Tibor Nagy1-0/+23
2024-06-01Resolves tdf#152923 - Make column header outstanding from backgroundHeiko Tietze1-1/+1
2024-05-02tdf#160780 Overlays should not cover EditView.Printf Debugging1-0/+21
2024-03-26lok: The GridWindow can get reset to a smaller than wanted sizeCaolán McNamara1-4/+5
2024-03-25cid#1594675 Logically dead codeCaolán McNamara1-2/+4
2024-03-21tdf#93352 Fix horizontal swiping and scrolling when using an RTL UIPatrick Luby1-3/+19
2024-02-29move inline spelling setting out of document and into viewshellCaolán McNamara1-7/+21
2024-02-08lok: calc: GridWindow size not updated for some viewMarco Cecchetti1-0/+10
2024-01-23produce non-overlapping invalidation rects on extending calc tiled areaCaolán McNamara1-3/+5
2024-01-20calc doc with saved zoom in settings causes disjoint invalidations...Caolán McNamara1-9/+3
2024-01-10Related: cool#7951 don't invalidate when creating a new viewCaolán McNamara1-0/+7
2023-12-26tdf#135478 Reduce sensitivity of horizontal scrollwheelPatrick Luby1-0/+46
2023-12-22Related: tdf#155266 Eliminate delayed scrollbar redrawing when swipingPatrick Luby1-0/+14
2023-12-21Revert "tdf#100584, tdf#157784 - Arrange sheets depending on the RTL settings"Andreas Heinisch1-2/+1
2023-11-17tdf#33201 Highlight current row and column in spreadsheetSahil Gautam1-0/+1
2023-10-31tdf#100584, tdf#157784 - Arrange sheets depending on the RTL settingsAndreas Heinisch1-1/+2
2023-10-31Revert "tdf#100584, tdff#157784 - Arrange sheets depending on the RTL settings"Andreas Heinisch1-2/+1
2023-10-31tdf#100584, tdff#157784 - Arrange sheets depending on the RTL settingsAndreas Heinisch1-1/+2
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-2/+2
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-3/+3
2023-04-08Fix typoAndrea Gelmini1-1/+1
2023-04-07tdf#154679 unable to scroll with mouse wheel with frozen rowsCaolán McNamara1-20/+21
2023-03-22Fix typoAndrea Gelmini1-1/+1
2023-03-21unmerge default and ScrollType::Drag cases for calc scrollbarsCaolán McNamara1-21/+19
2023-03-21tdf#152406 Disable anti-jitter code for scroll wheel eventsPatrick Luby1-8/+20
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-15/+12
2023-01-22XUnoTunnel->dynamic_cast in ScTabViewObjNoel Grandin1-1/+1
2023-01-17tdf#153049 UpdateScrollBars on mouse releaseCaolán McNamara1-0/+11
2023-01-12override GetModel in ScDocShellNoel Grandin1-2/+1
2022-12-14sc: React to touchpad zoom gestures in ScTabViewPovilas Kanapickas1-0/+42
2022-12-14sc: Extract ScTabView::SetZoomPercentFromCommand()Povilas Kanapickas1-13/+18
2022-11-07tdf#112641 sc: always allow freezing at cell A1Justin Luth1-1/+21
2022-11-02NFC related tdf#112641: fix off-by-one-space formattingJustin Luth1-18/+18
2022-10-04tdf$131937 tdf#61060 sc: UnFreezing now marks spreadsheet as unsavedJustin Luth1-0/+2
2022-08-12cid#1507887 Unused valueCaolán McNamara1-1/+0
2022-08-08no need for ScrollBarBox when bg is already the desired colorCaolán McNamara1-9/+0
2022-08-05tdf#117388 use native scrollbar under gtk in calc documentCaolán McNamara1-18/+29
2022-08-05nDelta overwritten on all branches except defaultCaolán McNamara1-5/+2
2022-07-13basegfx: zoomIn() and zoomOut() should be sal_uInt16Chris Sherlock1-4/+4
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-1/+1
2022-03-11optimize searching for last visible rowLuboš Luňák1-4/+4
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák1-1/+1
2022-02-05lokCalcRTL: fix chart insertion positionDennis Francis1-3/+13
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski1-2/+2
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-3/+3
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0