summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)Author
2024-06-17fix crash in "delete comments by author" in impressCaolán McNamara
2024-06-17Resolves: tdf#160681 draw impress comment similarly to how writer does itCaolán McNamara
2024-06-17annot: remove too much "using namespace ..." declarationsTomaž Vajngerl
2024-06-16LOK: differentiate page kinds in sd::ViewShellBase::getEditModeMike Kaganski
2024-06-15annot: support fill and line transparence for PDF annotationsTomaž Vajngerl
2024-06-14crashtesting: out of bounds on reexport of forum-mso-en4-290152.pptx to pptxCaolán McNamara
2024-06-14prefer simple HTML format over RTF while pasting clipboard contentOliver Specht
2024-06-14annot: add support to import Stamp annotation from PDFTomaž Vajngerl
2024-06-13Let LinkManager::UpdateAllLinks honor isUntrustedRefererStephan Bergmann
2024-06-13annot: update annotation object when annotation position changesTomaž Vajngerl
2024-06-13cid#1603631 Dereference null return valueCaolán McNamara
2024-06-11annot: document new annotation classes and methodsTomaž Vajngerl
2024-06-11annot: make annotation pop-up window working againTomaž Vajngerl
2024-06-11annot: Add tests for annotations - insert, delete, undo/redoTomaž Vajngerl
2024-06-11annot: new Annotation sdr object, replacing annotation tagsTomaž Vajngerl
2024-06-11tdf#161327 Interpret angle units in dr3d:end-angle ..Regina Henschel
2024-06-10Related: tdf#161430 add test case to guard against its returnCaolán McNamara
2024-06-09tdf#161467: fix assertion in Impress when inserting table (gtk4)Julien Nabet
2024-06-07tdf#160591 PPTX export: fix colormap mapping in slide masterTibor Nagy
2024-06-06crashreporting: crash in CustomAnimationPane::UpdateAnimationLBCaolán McNamara
2024-06-05annot: add {add,remove}Annotation that don't notifyTomaž Vajngerl
2024-06-05sd: simplify NotifyDocumentEvent, remove duplicationTomaž Vajngerl
2024-06-05sd: change CHECK_RANGE macro to template functionTomaž Vajngerl
2024-06-05annot: improve PDF annotation export and clean-up PDFNote classTomaž Vajngerl
2024-06-04sfx2: use SAL_RET_MAYBENULL in GetDispatcher() and GetFrame()Xisco Fauli
2024-06-03sd: use SAL_RET_MAYBENULL in GetViewFrame()Xisco Fauli
2024-06-03Rename 'Organizer' to 'General' in style dialogsSamuel Mehrbrodt
2024-06-02cid#1602445 silence Uncaught exceptionCaolán McNamara
2024-06-02READMEs update: presenter console is now in sd instead of sdextJulien Nabet
2024-05-31LOK: Disable map mode in DrawViewShell's ctorMike Kaganski
2024-05-31sd: Reduce number of calls to GetMarkedObjectList()Xisco Fauli
2024-05-30sd: drop mpDocShell from DrawViewXisco Fauli
2024-05-30loplugin:ostr in sdNoel Grandin
2024-05-30AreObjectsMarked -> GetMarkedObjectList().GetMarkCount() != 0Xisco Fauli
2024-05-30GetMarkedObjectByIndex -> GetMarkedObjectList().GetMark()->GetMarkedSdrObj()Xisco Fauli
2024-05-29SortMarkedObjects() -> GetMarkedObjectList().ForceSort()Xisco Fauli
2024-05-29GetDescriptionOfMarkedObjects() -> GetMarkedObjectList().GetMarkDescription()Xisco Fauli
2024-05-29GetMarkedObjectCount() -> GetMarkedObjectList().GetMarkCount()Xisco Fauli
2024-05-29svx: GetSdrMarkByIndex -> GetMarkedObjectList().GetMarkXisco Fauli
2024-05-28sd: use SAL_RET_MAYBENULL in GetDrawView()Xisco Fauli
2024-05-28sd: warning C6011: Dereferencing NULL pointerXisco Fauli
2024-05-28loplugin:ostr in sd/../uiNoel Grandin
2024-05-27sd: use SAL_RET_MAYBENULL in GetViewShellBase()Xisco Fauli
2024-05-27sd: warning C6011: Dereferencing NULL pointerXisco Fauli
2024-05-27sd: use SAL_RET_MAYBENULL in GetViewShell()Xisco Fauli
2024-05-27sd: use SAL_RET_MAYBENULL in GetShell(), GetTopShell()...Xisco Fauli
2024-05-27sd: use SAL_RET_MAYBENULL in getViewFrame(), getDispatcher()...Xisco Fauli
2024-05-24related tdf#33603: update current page on SlideSorter viewSarper Akdemir
2024-05-24related tdf#33603: sd: outlineview: update current page on moving cursorSarper Akdemir
2024-05-24tdf#33603: sd: notes pane: properly handle movement keysSarper Akdemir