summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)Author
2023-07-31gtk: silence gtk_label_set_label: assertion 'GTK_IS_LABEL (label)' failedCaolán McNamara
2023-07-24fix COOL crash in theme dialogNoel Grandin
2023-07-23lok: flush the VOC primitives when trimming memoryAshod Nakashian
2023-07-08ubsan: SID_ATTR_TRANSFORM_POS_X is SfxInt32Item not SfxUInt32ItemCaolán McNamara
2023-06-30tdf#155863 sd: fix resizing of cropped images to original sizeTibor Nagy
2023-06-29tdf#156050: Fix how misspelling line is calculated for RTL textKhaled Hosny
2023-06-26tdf#151968: Fix vertical position of RTL spelling wavy lineKhaled Hosny
2023-06-23jsdialog: enable Manage Changes dialogSzymon Kłos
2023-06-22fix crash in PaletteManager triggered by the color pickerTomaž Vajngerl
2023-06-20lok: only publish MEDIA_SHAPE to selecting viewAshod Nakashian
2023-06-14fix wrong transform type, error handling when JSON parsingTomaž Vajngerl
2023-06-13svx: add "Color" and "ComplexColorJSON" argument for XColorItemTomaž Vajngerl
2023-06-10global Timer has have SetStatic() set to avoid teardown problem on macOsCaolán McNamara
2023-06-09MCGR: tdf#155479 repair gradient SVG export for MCGRArmin Le Grand (allotropia)
2023-06-08tdf#155404 handle ComplexColor as JSON for XLineColor and XFillColorTomaž Vajngerl
2023-06-08Related: CollaboraOnline#6511 hold json preview cache longerCaolán McNamara
2023-06-07lok: send theme palette after the change in ThemeDialogTomaž Vajngerl
2023-06-06perf: we don't need to 'really' insert a preview when providing jsonCaolán McNamara
2023-06-06perf: cache the generated json for an iconview imageCaolán McNamara
2023-06-06sw: border and background theme color support for multiple props.Tomaž Vajngerl
2023-06-06lok: callback to send the updated theme palette when theme changesTomaž Vajngerl
2023-06-06svx: extract theme color generation into ThemeColorPaletteManagerTomaž Vajngerl
2023-06-04MCGR: Check correctly for used FillTransparenceGradientArmin Le Grand (allotropia)
2023-06-04tdf#155190 svx,sw: PDF export: don't tag SwNoTextFrame as ArtifactMichael Stahl
2023-06-04tdf#155436 svx: PDF export: fix crash on SdrMediaObj without URLMichael Stahl
2023-06-04tdf#153361 improve theme color generation in color pickerTomaž Vajngerl
2023-06-03perf: use freeze/thaw around block insert of multiple iconsCaolán McNamara
2023-06-03Styles preview cache cleanup on exitSzymon Kłos
2023-06-02Styles preview widget should cache imagesSzymon Kłos
2023-06-01svx: combine svx::NamedThemedColor into NamedColorTomaž Vajngerl
2023-06-01svx: change NamedColor be a struct instead of std::pairTomaž Vajngerl
2023-06-01use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-06-01change model::ColorSet to be stored in a shared_ptr in model::ThemeTomaž Vajngerl
2023-06-01speed up tab-switching in a calc document with a lot of graphic objectsNoel Grandin
2023-05-25use XThemeColor instead of XInterface for *ThemeReference propsTomaž Vajngerl
2023-05-21MCGR: Adaptions to WriteGradientFill and BGradientArmin Le Grand (allotropia)
2023-05-21MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)
2023-05-21svx: check SfxObjectShell::Current()Xisco Fauli
2023-05-15MCGR: Correct import for Gradient presets/templatesArmin Le Grand (allotropia)
2023-05-15MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)
2023-05-15MCGR: Correct creation for Gradient-PreviewsArmin Le Grand (allotropia)
2023-05-15MCGR: 2nd corrections/adaptions to MCGRArmin Le Grand (allotropia)
2023-05-15MCGR: Unify Gradient intensity handling in toolingArmin Le Grand (allotropia)
2023-05-15MCGR: 1st additions to OOXML MCGR importArmin Le Grand (allotropia)
2023-05-15MCGR: More corrections fo sortAndCorrectColorStopsArmin Le Grand (allotropia)
2023-05-15MCGR: Corrected error with Case16 wrong gradient shortcutArmin Le Grand (allotropia)
2023-05-15MCGR: Model data changes for ColorSteps (II)Armin Le Grand (allotropia)
2023-05-15MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)
2023-05-15MCGR: ColorSteps handling moved to toolingArmin Le Grand (allotropia)
2023-05-15MCGR: Adapted GradientLinear to make use of MCGRArmin Le Grand (allotropia)