summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2020-12-24custom literal for Degree10Noel Grandin6-15/+15
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock1-1/+1
2020-12-23add utility NbcRotate methodNoel Grandin2-9/+13
2020-12-23drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara1-122/+110
2020-12-23Don't lock galleries build into DESKTOPJan-Marek Glogowski2-0/+10
2020-12-22use precalculated members of GeoState..Noel11-14/+14
2020-12-22rename members of GeoStat classNoel17-92/+93
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara11-42/+42
2020-12-22split SotStorageStream into two classesNoel3-9/+8
2020-12-21weld SelectionTypePopupCaolán McNamara1-30/+41
2020-12-21weld zoommenuCaolán McNamara1-41/+43
2020-12-21weld cellmenu.uiCaolán McNamara1-3/+5
2020-12-20tdf#139063 crash when add a new sheet to a RTL sheetCaolán McNamara1-4/+4
2020-12-20weld xmlsecstatmenuCaolán McNamara1-7/+9
2020-12-20Fix domain in ui files (found with ui-checkdomain.sh)Julien Nabet1-1/+1
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann2-2/+8
2020-12-19weld rulermenuCaolán McNamara1-14/+17
2020-12-19missing modelinesCaolán McNamara1-1/+3
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara1-1/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin5-12/+12
2020-12-18add a return to EditView::Command to indicate if the command was consumedCaolán McNamara1-2/+1
2020-12-17tdf#138976 change "Cancel" button to "Close" in Template Manager dialogSeth Chaiklin1-1/+1
2020-12-16Resolves tdf#138173 - Keep options collapsed in F&R dialogHeiko Tietze1-1/+1
2020-12-16tdf#138945 update fObjectRotation for NbcResizeRegina Henschel3-0/+106
2020-12-15tdf#129961 svx: finish UI for table shadow as direct formatMiklos Vajna4-1/+97
2020-12-15update pchesCaolán McNamara2-15/+8
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-12-14Fix typo in codeAndrea Gelmini2-5/+5
2020-12-14tdf#129961 cui: start UI for table shadow as direct formatMiklos Vajna1-0/+12
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-4/+4
2020-12-10Resolves: tdf#138789 disable widgets on 'none' when status changesCaolán McNamara2-12/+15
2020-12-10pdfium: no need to use FPDFPageObj_GetBounds() directlyMiklos Vajna1-9/+7
2020-12-09split WeldEditView::Paint so a subclass can render a specific bgCaolán McNamara1-5/+10
2020-12-09restructure WeldEditView for reuse in SwAnnotationWinCaolán McNamara1-26/+78
2020-12-09Resolves tdf#138127 - Use document color for border widgetHeiko Tietze1-4/+6
2020-12-08Very early work-in-progress commit for the "DevTools" dockable toolbarTor Lillqvist3-0/+272
2020-12-07move various notebookbar widgets into vclCaolán McNamara1-2/+2
2020-12-07tdf#42949 Fix new IWYU warnings in sd/Gabor Kelemen2-11/+0
2020-12-04update pchesCaolán McNamara2-11/+10
2020-12-03tdf#34828 sd navigator: make unnamed shape select select shape objectJim Raykowski1-3/+6
2020-12-02tdf#129961 svx: add rendering for table shadow as direct formatMiklos Vajna4-5/+81
2020-12-02pdfium: add width/height/format wrappers for bitmapMiklos Vajna1-11/+10
2020-12-02Partially resolve: tdf#113286 Add https:// to URL in Crash ReportSeth Chaiklin1-2/+2
2020-12-02pdfium: introduce an enum class for path segment typesMiklos Vajna1-7/+8
2020-12-01tdf#129961 svx: add UNO API for table shadow as direct formatMiklos Vajna2-0/+27
2020-12-01do not unnecessarily explicitly force gradient step count (tdf#138581)Luboš Luňák2-5/+2
2020-12-01Resolves: tdf#138549 use GetSpecialTextBoxShadow to identify ScPostItCaolán McNamara1-2/+5
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-11-30tdf#129961 svx: add doc model xml dump for shadow-related pool itemsMiklos Vajna2-0/+70
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel16-29/+29