summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2018-08-29remove 1 pixel white band in XRectPreviewCaolán McNamara1-4/+13
2018-08-29loplugin:constantparam (1)Noel Grandin1-6/+6
2018-08-29pdfium: replace FPDFTextObj_GetFontName() patch with backportMiklos Vajna1-3/+4
2018-08-28tdf#119122 first (5%) pattern initially drawn with too many black cellsCaolán McNamara1-1/+1
2018-08-27tdf#119531: use correct conversion directionMike Kaganski1-1/+1
2018-08-27tdf#101242 Support draw:display and draw:protect attributes of ODFRegina Henschel2-3/+86
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin2-2/+2
2018-08-24pass DelFormats around using std::vectorNoel Grandin2-67/+11
2018-08-24tdf#119236 Dimension dialog for Writer and CalcMaxim Monastirsky1-0/+17
2018-08-22new loplugin:conststringfieldNoel Grandin7-50/+42
2018-08-21tdf#119282 Area tab, Pattern color changeNoel Grandin3-65/+8
2018-08-21loplugin:useuniqueptr in FmXGridCellNoel Grandin2-46/+47
2018-08-21loplugin:useuniqueptr in GalleryThemeCacheEntryNoel Grandin1-9/+8
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-3/+5
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin12-41/+41
2018-08-17tdf#105998: Enhanced fix for MetafileToBitmap at better placeArmin Le Grand1-66/+56
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann3-14/+23
2018-08-16tdf#114427 improve fix, wedo need to free it regardlessCaolán McNamara1-6/+3
2018-08-16tdf#119284 bg for automatic not set while editingCaolán McNamara1-27/+32
2018-08-16tdf#116350 Better text layout for big shapesSzymon Kłos1-1/+10
2018-08-16return std::unique_ptr from CreateOverlayObjectNoel Grandin1-13/+13
2018-08-15ofz#9821 Indirect-leakCaolán McNamara1-21/+20
2018-08-15loplugin:useuniqueptr in disposeOutlinerNoel Grandin4-19/+11
2018-08-15loplugin:useuniqueptr in GalleryThemeNoel Grandin1-75/+46
2018-08-15loplugin:useuniqueptr in OverlayObjectListNoel Grandin12-103/+99
2018-08-15loplugin:useuniqueptr pass SgaObject around by std::unique_ptrNoel Grandin5-32/+17
2018-08-15Resolves: tdf#114427 crash when basic used to dispose shapeCaolán McNamara1-9/+13
2018-08-15pdfium: replace FPDFFormObj_GetSubObject() with backportMiklos Vajna1-1/+1
2018-08-14tdf#119245 Set a parent for OParameterDialogMaxim Monastirsky1-1/+2
2018-08-13Reslves: tdf#119212 sort character setsCaolán McNamara1-1/+3
2018-08-13crashtesting: empty B2DRange range turned into oversized RectangleCaolán McNamara1-0/+3
2018-08-13Translate German variable namesJohnny_M1-63/+63
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara1-1/+1
2018-08-10unnecessary null check before dynamic_cast, in svxNoel Grandin18-63/+54
2018-08-10Fix typosAndrea Gelmini1-1/+1
2018-08-09loplugin:unusedmethodsNoel Grandin9-235/+0
2018-08-09tdf#101254: Enable arrowheads in sidebar for drawsXisco Fauli1-0/+1
2018-08-08loplugin:singlevalfieldsNoel Grandin2-43/+6
2018-08-08tdf#116350 Correctly display text on arcSzymon Kłos1-33/+115
2018-08-08tdf#118731 delay on showing dialogs that create SdrModelsCaolán McNamara4-10/+12
2018-08-08the TimeEventHandler stuff is deadNoel Grandin4-192/+0
2018-08-08loplugin:unusedfieldsNoel Grandin2-5/+0
2018-08-08pdfium: replace FPDFFormObj_CountSubObjects() with backportMiklos Vajna1-1/+1
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-08-06loplugin:useuniqueptr in DeleteOnDeinitNoel Grandin1-1/+2
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski16-60/+61
2018-08-03Move angle normalization code from various places to toolsMike Kaganski12-67/+59
2018-08-03Remove svx::Round; use FRound from tools insteadMike Kaganski7-36/+36
2018-08-03NormAngle180: avoid two extra operationsMike Kaganski1-1/+1
2018-08-02Directly prevent multiple change broadcastsArmin Le Grand1-28/+0