Age | Commit message (Expand) | Author |
2024-08-01 | CairoSDPR: Simplify EditEngine text decomposition | Armin Le Grand (Collabora) |
2024-07-30 | tdf#161846 avoid allocation in ContentNode::Insert | Noel Grandin |
2024-07-18 | make EditSelection single-arg constructor explicit | Noel Grandin |
2024-04-04 | editeng: prefix EditLine members, clean-up | Tomaž Vajngerl |
2024-02-17 | editeng: remove getHeight as a similar GetHeight already exits | Tomaž Vajngerl |
2024-02-16 | tdf#154248 sd: change multiline field wrapping | Attila Szűcs |
2024-02-12 | ITEM: ItemPool Rework (I) | Armin Le Grand (allotropia) |
2024-02-12 | editeng: make TextPortionList iterable with ranged for | Tomaž Vajngerl |
2024-02-12 | editeng: move isEmpty impl. from ParaPortion to TextPortionList | Tomaž Vajngerl |
2024-02-12 | editeng: prefix members of ParaPortion & add some access methods | Tomaž Vajngerl |
2024-01-16 | tdf#154248 Impress: fix color of hyperlink | Attila Szűcs |
2024-01-15 | editeng: return ParaPortion from the list as a ref. | Tomaž Vajngerl |
2024-01-14 | editeng: use unique_ptr for Append and Insert into a EditLineList | Tomaž Vajngerl |
2024-01-02 | editeng: add begin, end, MarkAllSelectionsInvalid to ParaPortionList | Tomaž Vajngerl |
2024-01-02 | editeng: remove operator[] for EditDoc (use GetObject instead) | Tomaž Vajngerl |
2024-01-02 | editeng: better lifecycle control for ContentNode in EditDoc | Tomaž Vajngerl |
2024-01-01 | editeng: make it clear EditDoc is responsible for ContentNodes | Tomaž Vajngerl |
2024-01-01 | editeng: prefix members of EditDoc | Tomaž Vajngerl |
2024-01-01 | editeng: simplify constr. and destr. of ParaPortion{List} | Tomaž Vajngerl |
2024-01-01 | editeng: move ParaPortionList into its own header file | Tomaž Vajngerl |
2024-01-01 | editeng: move ParaPortion into its own header file | Tomaž Vajngerl |
2024-01-01 | editeng: move impl. of TextPortionList methods to own cxx file | Tomaž Vajngerl |
2024-01-01 | editeng: move TextPortionList into its own header file | Tomaž Vajngerl |
2023-12-31 | editeng: cleanup operators and constructors for EditSelection + test | Tomaž Vajngerl |
2023-12-31 | editeng: cleanup operators and constructors for EditPaM + test | Tomaž Vajngerl |
2023-12-31 | editeng: move EditSelection into its own header file | Tomaž Vajngerl |
2023-12-31 | editeng: move EditPaM into its own header file | Tomaž Vajngerl |
2023-12-30 | editeng: move EditLineList methods definition into header | Tomaž Vajngerl |
2023-12-30 | editeng: move EditLineList to its own header file | Tomaž Vajngerl |
2023-12-30 | editeng: move impl. of EditLine methods to own cxx sourcefile | Tomaž Vajngerl |
2023-12-30 | editeng: EditLine test and refactor constructors, operators | Tomaž Vajngerl |
2023-12-30 | editeng: move EditLine in its own header file | Tomaž Vajngerl |
2023-12-29 | editeng: simplify and remove unneded const. of ContentNode & co | Tomaž Vajngerl |
2023-12-29 | editeng: prefix members of ContentNode, CharAttribList, ContentAttribs | Tomaž Vajngerl |
2023-12-29 | editeng: move ContentNode & dependents in its own header file | Tomaž Vajngerl |
2023-12-29 | editeng: ItemList - prefix members, move methods in class | Tomaž Vajngerl |
2023-12-29 | editeng: move ItemList in its own header file | Tomaž Vajngerl |
2023-12-29 | editeng: move TextPortion to own header file | Tomaž Vajngerl |
2023-12-28 | editeng: unneeded forward declaration | Tomaž Vajngerl |
2023-12-28 | editeng: move EPaM in its own header file | Tomaž Vajngerl |
2023-12-08 | tdf#129357 editeng: show soft hyphen in text boxes and shapes | László Németh |
2023-12-07 | simplify and modernise ScopedBitmapAccess | Noel Grandin |
2023-11-25 | tdf#158317 fix cleanup of SfxPoolItems in editeng | Armin Le Grand (allotropia) |
2023-10-12 | Make NC_ constexpr-friendly | Stephan Bergmann |
2023-10-11 | Drop o3tl::span, can use C++20 std::span directly now | Stephan Bergmann |
2023-09-11 | SvxSimpleUnoModel does not need to implement XAggreggation | Noel Grandin |
2023-04-04 | tdf#153880 sc: Make Calc text hyperlinks stand out more | Balazs Varga |
2023-02-28 | tdf#148966: pptx: workaround for multiline fields followed by linebreaks | Sarper Akdemir |
2023-01-12 | introduce docmodel comp., model::ThemeColor, use it in SvxColorItem | Tomaž Vajngerl |
2022-10-31 | editeng: don't use GetSize to set the size | Tomaž Vajngerl |