Age | Commit message (Expand) | Author |
2024-09-19 | tdf#162955 PDF export: avoid the popup rectangle with zero size | Tibor Nagy |
2024-06-05 | annot: improve PDF annotation export and clean-up PDFNote class | Tomaž Vajngerl |
2024-04-16 | tdf#160589: compare the correct OutDev with PageWindows | Armin Le Grand (allotropia) |
2024-04-02 | tdf#146619 Remove unused #includes from C/C++ files | Rafał Dobrakowski |
2024-01-17 | Resolves tdf#158958 and tdf#159124 - Improvements to Comments indicator | Heiko Tietze |
2024-01-12 | ITEM: No longer register Items at Pool | Armin Le Grand (allotropia) |
2024-01-10 | tdf#159075 Fix drawing comment triangle in Calc | Rafael Lima |
2024-01-08 | tdf#123870 sc: fix tagged content for accessible PDF export | Tibor Nagy |
2023-12-24 | Drop some wrapper methods from SvtAccessibilityOptions | Gabor Kelemen |
2023-12-19 | cid#1559313 Dereference null return value | Caolán McNamara |
2023-12-10 | cid#1545177 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-11-20 | use the cheaper variant of SfxItemPool::areSame where possible | Noel Grandin |
2023-11-07 | ITEM: Get away from classic 'poolable' Item flag | Armin Le Grand (allotropia) |
2023-10-18 | cool#6893 cache the EditEngine for rendering | Noel Grandin |
2023-08-10 | tdf#155799: sc: fix paint the reference mark | Henry Castro |
2023-08-04 | cool#6911 draw the note indicator browser-side | Caolán McNamara |
2023-06-06 | convert SvtAccessibilityOptions to officecfg where possible | Noel Grandin |
2023-04-25 | Resolves tdf#154080 - Allow customization of comment indicator color | Heiko Tietze |
2023-04-25 | Resolves tdf#154991 - Fix crash with hidden columns | Heiko Tietze |
2023-04-21 | MCGR: Reduce diverse GradientStyle enums to single UNO API one | Armin Le Grand (allotropia) |
2023-04-14 | [API CHANGE] Related tdf#154080 - Allow customization of comment indicator color | Heiko Tietze |
2023-03-08 | tdf#97551 Added marker and hint for formula to Calc | Grigory A. Mozhaev |
2023-01-18 | Resolves tdf#91415 - Scale Calc's comment indicator with zoom level | Heiko Tietze |
2022-11-08 | Update handling of AntiAliasing settings and processor2d | Armin Le Grand (allotropia) |
2022-11-06 | Remove double functionality | Armin Le Grand (allotropia) |
2022-08-23 | tdf#148251 Use std::swap instead of using temporary values | Liu Hao |
2022-06-18 | create getter for ScCellValue::mpFormula | Noel Grandin |
2022-06-16 | make meType in ScCellValue private | Noel Grandin |
2022-05-30 | in ScOutputData::DrawFrame, we can skip the intermediate container | Noel Grandin |
2022-04-05 | sc: Sparkline rendering improvement, take all attrs. into account | Tomaž Vajngerl |
2022-04-04 | sc: split attrs out of SparklineGroup into a COW class | Tomaž Vajngerl |
2022-04-04 | sc: change GetSparkline to return a shared_ptr instead of raw ptr | Tomaž Vajngerl |
2022-04-01 | sc: use forward decl. instead of include for SparklineGroup | Tomaž Vajngerl |
2022-04-01 | sc: render Sparkline columns smaller - reducee by 70% of the width | Tomaž Vajngerl |
2022-03-22 | sc: support sparkline bar colors, add markers to sparkline lines | Tomaž Vajngerl |
2022-03-15 | sc: use enums instead strings for some SparklineGroup props. | Tomaž Vajngerl |
2022-03-13 | sc: initial code to draw sparkline into a cell | Tomaž Vajngerl |
2022-03-11 | don't bother drawing zero-width cells | Luboš Luňák |
2022-02-27 | prefix CellInfo and BasicCellInfo with Sc | Luboš Luňák |
2022-02-27 | do not allocate so many CellInfo objects in FillInfo() | Luboš Luňák |
2022-02-15 | remove harcoded MAXCOL/MAXROW from ScBigAddress | Luboš Luňák |
2022-02-10 | replace various sal_uLong that might overflow with huge sheets | Luboš Luňák |
2022-02-10 | avoid destructing many unique_ptr's most of which are nullptr | Luboš Luňák |
2022-02-10 | clean up accessing CellInfo array in RowInfo | Luboš Luňák |
2022-02-06 | sc: fix rendering of conditional formatting icon | Tomaž Vajngerl |
2022-01-12 | cid#1497092 Result is not floating-point | Caolán McNamara |
2022-01-12 | sc: fix cond. format icon size, when we work with pixels | Tomaž Vajngerl |
2022-01-10 | sc: make icon size of cond. formatting same as font size | Tomaž Vajngerl |
2021-12-17 | tdf#58125 sc: don't show comment notifier for hidden columns | Justin Luth |
2021-12-01 | tdf#144107: fix incorrect conditioning on bGrid... | Dennis Francis |