summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-13sc: add UI, undo/redo and test to change sparkline data rangeTomaž Vajngerl
2022-04-13sc: add an overlay to show sparklines in a sparkline groupTomaž Vajngerl
2022-04-13sc: add sparklines commands to main menuTomaž Vajngerl
2022-04-13sc: take sparklines into account with auto fillTomaž Vajngerl
2022-04-13sc: improve keeping track of sparklines in SparklineListTomaž Vajngerl
2022-04-13sc: prevent a crash when deleting a sparklineTomaž Vajngerl
2022-04-12sc: put SparklineList implementation into SparklineList.cxxTomaž Vajngerl
2022-04-12sc: add Group and Ungroup to context menu for sparklinesTomaž Vajngerl
2022-04-12sc: add "Delete Sparkline Group" context menu action + Undo/RedoTomaž Vajngerl
2022-04-12sc: improve SparklineList to track added SparklineGroupsTomaž Vajngerl
2022-04-12sc: add SparklineGroup Undo/RedoTomaž Vajngerl
2022-04-12sc: Sparkline rendering improvement, take all attrs. into accountTomaž Vajngerl
2022-04-12Update git submodulesChristian Lohmaier
2022-04-12[cp] This label is too long for Online context menus (2nd)Andras Timar
2022-04-12sc: edit all sparkline attributes in SparklineDialogTomaž Vajngerl
2022-04-12sc: use GUID for the SparklineGroup ID and use thatTomaž Vajngerl
2022-04-12sc: make printing of Sparklines workTomaž Vajngerl
2022-04-12add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl
2022-04-12sc: sparkline import/export for ODFTomaž Vajngerl
2022-04-12sc: add support for xr2 namespace and read uid of sparkline groupTomaž Vajngerl
2022-04-12sc: add "Edit Sparkline Group" context menu actionTomaž Vajngerl
2022-04-12sc: split attrs out of SparklineGroup into a COW classTomaž Vajngerl
2022-04-12sc: undo/redo for sparklines when deleting the cell contentTomaž Vajngerl
2022-04-12sc: add Undo/Redo for deleting a SparklineTomaž Vajngerl
2022-04-12sc: add Undo/Redo for inserting SparklinesTomaž Vajngerl
2022-04-12sc: add support for copy/cut and paste of SparklinesTomaž Vajngerl
2022-04-12sc: change GetSparkline to return a shared_ptr instead of raw ptrTomaž Vajngerl
2022-04-12sc: make getters const in SparklineCell and Sparkline classesTomaž Vajngerl
2022-04-12sc: add unit test to delete Sparkline, update add Sparkline testTomaž Vajngerl
2022-04-11sc: add "Delete Sparkline" context menu commandTomaž Vajngerl
2022-04-11sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl
2022-04-11sc: SparklineDialog add type, colors and propertiesTomaž Vajngerl
2022-04-11sc: SparklineDialog and "Insert Sparkline" to context menuTomaž Vajngerl
2022-04-11sc: simple unit test for adding a new Sparkline to a new documentTomaž Vajngerl
2022-04-11[cp] This label is too long for Online context menusAndras Timar
2022-04-11jsdialog: close popup correctlySzymon Kłos
2022-04-11jsdialog: autofilter: unify with regular popupSzymon Kłos
2022-04-11jsdialog: reenable after welding, unify with dialogsSzymon Kłos
2022-04-11sc: use forward decl. instead of include for SparklineGroupTomaž Vajngerl
2022-04-11sc: render Sparkline columns smaller - reducee by 70% of the widthTomaž Vajngerl
2022-04-11sc: Sparkline export for OOXML documents + roundtrip testTomaž Vajngerl
2022-04-11sc: set default parameters in SparklineGroupTomaž Vajngerl
2022-04-11sc: refactor sparkline struture to store a list of sparklinesTomaž Vajngerl
2022-04-11Fix typosAndrea Gelmini
2022-04-11sc: support sparkline bar colors, add markers to sparkline linesTomaž Vajngerl
2022-04-10sc: test Sparkline OOXML Import into Calc Sparkline doc. modelTomaž Vajngerl
2022-04-10sc: use enums instead strings for some SparklineGroup props.Tomaž Vajngerl
2022-04-10sc: initial code to draw sparkline into a cellTomaž Vajngerl
2022-04-10sc: write the OOXML Sparkline props. to the modelTomaž Vajngerl
2022-04-10sc: add Sparkline to the model as a column multi_type_vectorTomaž Vajngerl