summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)Author
2024-06-15Fix MSVC buildMike Kaganski
2024-06-14prefer simple HTML format over RTF while pasting clipboard contentOliver Specht
2024-06-13annot: update annotation object when annotation position changesTomaž Vajngerl
2024-06-12Fix Unicode block namesTaichi Haradaguchi
2024-06-11tdf#161204 Fix selection outline with overlapping rangesRafael Lima
2024-06-11ITEM: Change SfxItemSet to use unordered_setArmin Le Grand (allotropia)
2024-06-11annot: document new annotation classes and methodsTomaž Vajngerl
2024-06-11annot: don't render objects marked as annotation in PDF exportTomaž Vajngerl
2024-06-11annot: add custom selection overlay for the annotation objectTomaž Vajngerl
2024-06-11annot: update annotation position, size, text when those changeTomaž Vajngerl
2024-06-11annot: new Annotation sdr object, replacing annotation tagsTomaž Vajngerl
2024-06-11Fix typoAndrea Gelmini
2024-06-10tdf#161204 Improve visibility of outline in the selection overlayRafael Lima
2024-06-10fix Gtk-WARNING **: Could not load image 'res/unlocked.png'Caolán McNamara
2024-06-10svx: prefix members of SdrGrafObjMiklos Vajna
2024-06-06tdf#153008 svx: impl crop for stretched bitmap fillAttila Szűcs
2024-06-06tdf#161151 finish renaming gradient geometries in sidebarStéphane Guillou
2024-06-05annot: add {add,remove}Annotation that don't notifyTomaž Vajngerl
2024-06-05Related: tdf#153008 bump XFillBmpPosOffsetXItem to sal_Int32Caolán McNamara
2024-06-05annot: prepare SdrObject to represent an annotationTomaž Vajngerl
2024-06-03crashtesting: BrowseBox::GetControlArea crashCaolán McNamara
2024-06-03svx: prefix members of SdrUndoGeoObjMiklos Vajna
2024-06-02svx: use SAL_RET_MAYBENULL in GetSfxViewShell()Xisco Fauli
2024-06-01Advanced Diagram support: Load fill DiagramModelArmin Le Grand (allotropia)
2024-06-01Fix typoAndrea Gelmini
2024-06-01tdf#161198 tdf#161322 fix selection overlaysNoel Grandin
2024-05-31tdf#161354: drop incorrect assertionMike Kaganski
2024-05-31svx: Reduce number of calls to GetMarkedObjectList()Xisco Fauli
2024-05-30AreObjectsMarked -> GetMarkedObjectList().GetMarkCount() != 0Xisco Fauli
2024-05-30GetMarkedObjectByIndex -> GetMarkedObjectList().GetMark()->GetMarkedSdrObj()Xisco Fauli
2024-05-30svx: GetSdrPageViewOfMarkedByIndex() -> ...Xisco Fauli
2024-05-29SortMarkedObjects() -> GetMarkedObjectList().ForceSort()Xisco Fauli
2024-05-29GetDescriptionOfMarkedObjects() -> GetMarkedObjectList().GetMarkDescription()Xisco Fauli
2024-05-29svx: GetDescriptionOfMarkedPoints() -> ...Xisco Fauli
2024-05-29svx: GetDescriptionOfMarkedGluePoints() -> ...Xisco Fauli
2024-05-29GetMarkedObjectCount() -> GetMarkedObjectList().GetMarkCount()Xisco Fauli
2024-05-29svx: TryToFindMarkedObject -> GetMarkedObjectList().FindObjectXisco Fauli
2024-05-29svx: GetSdrMarkByIndex -> GetMarkedObjectList().GetMarkXisco Fauli
2024-05-28avoid dynamic_cast in SwView::NotifyNoel Grandin
2024-05-27svx: prefix members of FmFormViewMiklos Vajna
2024-05-26Resolves: tdf#155364 resize buttons and change widget font sizes on zoomCaolán McNamara
2024-05-26Use Rectangle::expand instead of four Adjust* callsMike Kaganski
2024-05-22Handle empty range correctlyMike Kaganski
2024-05-21svx: prefix members of SdrUndoDelPageMiklos Vajna
2024-05-21tdf#69724 Allow to change default bullet symbols in UITibor Nagy
2024-05-19Resolves: tdf#157453 support FM_PROP_LINECOUNT for combobox dropdow rowsCaolán McNamara
2024-05-17WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-16WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-16tdf#161056 Show bullets used in document in bullets dropdownSamuel Mehrbrodt
2024-05-16tdf#146619 Drop unused 'using namespace com::sun::star'Gabor Kelemen