summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2021-02-17tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara12-3/+24
2021-02-16tdf#139511 Correct calculation of minimum row height during resize.Gülşah Köse1-1/+1
2021-02-16svx: fix import of multiple paragraphs into title shapesMiklos Vajna2-12/+33
2021-02-13tdf#140274 set an initial minimum sizeCaolán McNamara1-0/+1
2021-01-31tdf#140013 change icon for list view in Remote Files dialogRizal Muttaqin1-1/+1
2021-01-27tdf#138590 use the highlighted menu entry, not the combobox active textCaolán McNamara1-1/+9
2021-01-26tdf#135550 ListBox should triger an event when changed non-interactivelyCaolán McNamara2-10/+20
2021-01-26tdf#139590 Drag and drop doesn't work in SdrObjEditViewCaolán McNamara1-0/+7
2021-01-25similar to tdf#139774 for a combobox sx10601 is probably a better choiceCaolán McNamara1-1/+1
2021-01-20Resolves: tdf#135617 grab focus to widget matching the line spacing stateCaolán McNamara1-1/+18
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara50-74/+198
2021-01-14tdf#139567 set no-show-all to TrueCaolán McNamara1-0/+2
2021-01-14tdf#137083 consider negative width in DrawPageViewGridRegina Henschel1-4/+14
2021-01-14tdf#83618 Make line spacing values agree crash fixJim Raykowski1-1/+1
2021-01-12rhbz#1913070 null derefCaolán McNamara1-18/+22
2021-01-07tdf#134288 svx: fix rendering of text on a zero-width shapeMiklos Vajna3-13/+66
2020-12-17tdf#129961 svx: finish UI for table shadow as direct formatMiklos Vajna4-1/+97
2020-12-17tdf#138945 update fObjectRotation for NbcResizeRegina Henschel3-0/+106
2020-12-17tdf#129961 cui: start UI for table shadow as direct formatMiklos Vajna1-0/+12
2020-12-11tdf#129961 svx: add rendering for table shadow as direct formatMiklos Vajna4-5/+81
2020-12-11tdf#129961 svx: add UNO API for table shadow as direct formatMiklos Vajna2-0/+27
2020-12-11tdf#129961 svx: add doc model xml dump for shadow-related pool itemsMiklos Vajna2-0/+70
2020-12-10Resolves: tdf#138789 disable widgets on 'none' when status changesCaolán McNamara2-12/+15
2020-12-10Resolves tdf#138127 - Use document color for border widgetHeiko Tietze1-4/+6
2020-12-02Partially resolve: tdf#113286 Add https:// to URL in Crash ReportSeth Chaiklin1-2/+2
2020-12-02Resolves: tdf#138549 use GetSpecialTextBoxShadow to identify ScPostItCaolán McNamara1-2/+5
2020-11-30tdf#138307 Chart import: fix lost custom shape textBalazs Varga2-5/+6
2020-11-24tdf#138430 scrolled windows need to have auto scrolling disabledCaolán McNamara1-1/+1
2020-11-24tdf#138430 toolbar bullet dropdown should have a scrolledwindowCaolán McNamara1-1/+1
2020-11-19Resolves: tdf#114956 skip broadcast optimization for ScPostItsCaolán McNamara1-1/+2
2020-11-18tdf#137397 Faulty Height value in Position and Size content panelCaolán McNamara1-2/+2
2020-11-18Remove unused GraphicObject::SetGraphic pCopyObj and rLink parametersStephan Bergmann1-1/+1
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann1-5/+2
2020-11-18Clarify signature of some opertor() that must match ColorSelectFunctionStephan Bergmann1-1/+2
2020-11-18tdf#137836 Change the label from "_Comments" to "Comme_nts"diwanshu8851-1/+1
2020-11-17Reuse ColorSelectFunction from colorwindow.hxx in PaletteManager.hxxStephan Bergmann1-1/+1
2020-11-17loplugin:stringviewparam check methods tooNoel3-6/+6
2020-11-17tdf#137980 sw textbox: fix automatic size of shapes with rotated textMiklos Vajna1-5/+13
2020-11-16Instead of labs, use overloaded absStephan Bergmann4-10/+17
2020-11-16tdf#138232 don't grab focus if we already have itCaolán McNamara1-1/+1
2020-11-16replace std::min(std::max()) with std::clampNoel2-2/+2
2020-11-16tdf#123936 Formatting files in module svx with clang-formatPhilipp Hofer71-1012/+906
2020-11-16replace std::max(std::min()) with std::clampNoel2-6/+6
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara60-6/+165
2020-11-15Dialog update: docking 3d effectsandreas kainz1-128/+127
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin7-17/+17
2020-11-13Fix (some of) fallouts from tools::Long change to 64 bit on _WIN64Mike Kaganski1-2/+2
2020-11-13Make Split Table Cell dialog asyncSzymon Kłos1-35/+36
2020-11-12New loplugin:stringviewparamStephan Bergmann1-1/+1
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin3-24/+24