summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2021-06-25pdf import: handle out of memory / failure to duplicate page.Michael Meeks1-0/+5
2021-06-23ofz#34297 Indirect-leakCaolán McNamara1-2/+5
2021-06-23tdf#142716 Update selection after any text is inserted.Gülşah Köse2-0/+18
2021-06-23avoid maybe-uninitialized in PowerPointShapeExportNoel Grandin1-2/+2
2021-06-23tdf#59323: pptx export: slide footers roundtrip unit testSarper Akdemir2-0/+37
2021-06-23tdf#59323: pptx export: add support for slide footersSarper Akdemir2-1/+242
2021-06-23tdf#59323: pptx export: add placeholder index to master footer placeholdersSarper Akdemir2-34/+59
2021-06-23tdf#59323: pptx import: import footer fields as propertiesSarper Akdemir3-1/+1
2021-06-22Avoid crash getting default item for OWN_ATTR_TEXTCOLUMNSMike Kaganski1-0/+21
2021-06-17Resolves tdf#142513 fix zoom caller handlingJim Raykowski4-8/+10
2021-06-15sd: ubsan - fix heap-use-after-free in SdOutlinerTomaž Vajngerl2-30/+36
2021-06-15tdf#142478 add test that triggers find all and crashesTomaž Vajngerl2-0/+25
2021-06-14Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-9/+11
2021-06-14tdf#142478 fix crash when searching and a viewshell change occursTomaž Vajngerl1-1/+11
2021-06-10editengine-columns: PPTX support (tdf#118458)Mike Kaganski5-72/+144
2021-06-10editengine-columns: Implement layoutMike Kaganski5-12/+115
2021-06-10editengine-columns: ODF support [API CHANGE]Mike Kaganski3-0/+82
2021-06-10editengine-columns: Create document model and dialog pageMike Kaganski2-0/+102
2021-06-09jsdialog: sidebar: avoid duplicated widget idsSzymon Kłos11-10/+66
2021-06-07Fix and unify the two methods that get scaled text sizeMike Kaganski1-3/+2
2021-05-31sd: Unit test for Table deletion with Delete Keymerttumer1-0/+26
2021-05-31Unit tests for .uno:MoveShapeHandle commandmerttumer1-0/+54
2021-05-27tdf#96061 Unset the highlight propertyGülşah Köse2-0/+35
2021-05-25weld the sidebar deckCaolán McNamara1-2/+2
2021-05-25remove intermediate containers in sidebarsCaolán McNamara26-253/+144
2021-05-25remove intermediate TableDesignPanelCaolán McNamara7-163/+10
2021-05-25remove intermediate CustomAnimationPanelCaolán McNamara13-187/+26
2021-05-25use valueset as the menu parentCaolán McNamara1-2/+2
2021-05-25use valueset as the menu parentCaolán McNamara1-1/+1
2021-05-25with widget layout we don't need to explicitly track the parent resizeCaolán McNamara1-1/+0
2021-05-25weld impress layoutmenuCaolán McNamara2-26/+13
2021-05-25schedule redraw to draw without focusCaolán McNamara1-1/+1
2021-05-25weld MasterPagesSelector context menusCaolán McNamara4-43/+16
2021-05-25RecentMasterPagesSelector menu has no "edit" entryCaolán McNamara2-9/+0
2021-05-25move GetDPIScaleFactor check to ValueSet canvasCaolán McNamara1-1/+1
2021-05-25drop check for visibility before calling updateMotionPathTagsCaolán McNamara1-1/+1
2021-05-25don't use the vcl::Window parent to derive a treeview sizeCaolán McNamara2-2/+3
2021-05-25with widget layout we don't need to explicitly track the parent resizeCaolán McNamara2-20/+1
2021-05-25move properties from container vcl::Window to window-filling childCaolán McNamara1-2/+2
2021-05-25drop sd::LayoutMenu set_id overwriteCaolán McNamara1-1/+0
2021-05-25move MouseButtonDown logic to LayoutValueSet childCaolán McNamara2-19/+10
2021-05-25move valueset resize into LayoutValueSet classCaolán McNamara2-22/+21
2021-05-25remove intermediate SlideTransitionPanelCaolán McNamara8-177/+15
2021-05-25inherit NavigatorWrapper directly from SdNavigatorWinCaolán McNamara2-45/+9
2021-05-25use a single context menu handler at the valueset levelCaolán McNamara4-43/+27
2021-05-25parent panel doesn't need an explicit KeyInput handlerCaolán McNamara2-18/+0
2021-05-25move handler for ESC to close slideshow from navigator down to contentsCaolán McNamara4-62/+21
2021-05-25register navigator individually in each module that it exists inCaolán McNamara6-33/+64
2021-05-25replace stock button imagesCaolán McNamara2-6/+6
2021-05-25rename get_vscroll_width to get_scroll_thicknessCaolán McNamara1-3/+3