Age | Commit message (Expand) | Author |
2023-09-23 | tdf#146619 Recheck include/d* with IWYU | Gabor Kelemen |
2023-09-01 | various theme and complex color related fixes | Tomaž Vajngerl |
2023-08-21 | move BGradient to awt::Gradient2 UNO conversion into docmodel | Tomaž Vajngerl |
2023-08-15 | ComplexColor various clean-up and (trivial) refactorings | Tomaž Vajngerl |
2023-08-05 | Rename setRGB to createRGB to make it less misleading | Mike Kaganski |
2023-08-04 | docmodel: Fix comment at end of namespace | Michael Weghorn |
2023-08-04 | Rename ComplexColor::RGB to setRGB, to avoid conflict with Windows define | Mike Kaganski |
2023-08-02 | sc: theme color support for sparklines + ODF & OOXML import/export | Tomaž Vajngerl |
2023-07-04 | sc: OOXML export of theme colors for text and background | Tomaž Vajngerl |
2023-06-29 | sc: use ComplexColor for font color (+others) in OOXML export | Tomaž Vajngerl |
2023-06-08 | sw: remove char color GrabBag and fix export, fix tint/shade calc. | Tomaž Vajngerl |
2023-06-05 | lok: callback to send the updated theme palette when theme changes | Tomaž Vajngerl |
2023-05-27 | xmloff: add color-type attribute to complex color | Tomaž Vajngerl |
2023-05-20 | docmodel: add hash to ComplexColor and Transformation classes | Tomaž Vajngerl |
2023-05-12 | change ComplexColor to show more useful properties | Tomaž Vajngerl |
2023-05-12 | use ComplexColor instead of ThemeColor for better OOXML compat. | Tomaž Vajngerl |
2023-05-09 | change model::ColorSet to be stored in a shared_ptr in model::Theme | Tomaž Vajngerl |
2023-05-08 | svx: use ComplexColor in SvxColorItem instead of the ThemeColor | Tomaž Vajngerl |
2023-05-08 | XComplexColor and UnoComplexColor - a wrapper for model:ComplexColor | Tomaž Vajngerl |
2023-05-01 | docmodel: extract ColorDefinition into own file and rename | Tomaž Vajngerl |
2023-05-01 | docmodel: extract Transformation from ThemeColor into own file | Tomaž Vajngerl |
2023-04-25 | svx: rework the theme dialog to allow editing theme colors | Tomaž Vajngerl |
2023-04-25 | oox: add support for theme import and export of blip effects | Tomaž Vajngerl |
2023-04-24 | oox: extend ThemeExport to export font and format scheme of a theme | Tomaž Vajngerl |
2023-04-18 | tdf#150020 pptx import: handle algn for outerShdw | Sarper Akdemir |
2023-04-12 | oox: add model::EffectStyle and import effect style elements of a theme | Tomaž Vajngerl |
2023-04-12 | oox: add model::LineStyle and import line style elements of a theme | Tomaž Vajngerl |
2023-04-12 | oox: add model::BlipFilll and import blip (graphic) fill elements | Tomaž Vajngerl |
2023-04-12 | oox: add model::PatternFill and import pattern fill elements | Tomaž Vajngerl |
2023-04-08 | oox: add FormatScheme test case and make sure FillStyle is imorted | Tomaž Vajngerl |
2023-04-08 | use shared_ptr for model::Theme instead of unique_ptr | Tomaž Vajngerl |
2023-03-23 | oox: import gradient fill to model::FormatScheme | Tomaž Vajngerl |
2023-03-22 | oox: introduce FormatScheme - use in Theme import | Tomaž Vajngerl |
2023-03-06 | oox: import font scheme structure directly into model::FontScheme | Tomaž Vajngerl |
2023-03-01 | send theme info when changing color (in the picker) via UNO command | Tomaž Vajngerl |
2023-01-31 | sd: use XTheme to transport the theme to xmloff import/export | Tomaž Vajngerl |
2023-01-28 | introduce XTheme and UnoTheme implementation | Tomaž Vajngerl |
2023-01-27 | move Theme class to own file inside docmodel | Tomaž Vajngerl |
2023-01-27 | move ColorSet class to own file inside docmodel | Tomaž Vajngerl |
2023-01-13 | Fix typos | Andrea Gelmini |
2023-01-12 | introduce docmodel comp., model::ThemeColor, use it in SvxColorItem | Tomaž Vajngerl |