summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Related: tdf#138281 move grab_focus to ActivateFindCaolán McNamara1-3/+5
2021-04-30allow dnd into weldeditviewCaolán McNamara1-0/+7
2021-04-30extend the selection range so adjacent lines are considered one blockCaolán McNamara1-1/+30
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin22-195/+86
2021-04-29tdf#141967 bail early in Activate if disposingCaolán McNamara1-0/+5
2021-04-29do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák1-6/+6
2021-04-29can stack-allocate thisNoel Grandin1-3/+3
2021-04-29use unique_ptr in TextEditOverlayObjectNoel Grandin1-11/+9
2021-04-29rename ECKEN -> CORNERNoel Grandin6-12/+12
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-2/+2
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara10-88/+55
2021-04-28replace old-school RasterOp::Invert selection in weldeditviewCaolán McNamara1-5/+31
2021-04-28use string_view in INetURLObject::encodeNoel Grandin6-22/+22
2021-04-27loplugin:moveoptNoel Grandin2-3/+2
2021-04-27use more string_view in tools/streamNoel Grandin1-1/+1
2021-04-26drop mask from BitmapExNoel Grandin8-11/+11
2021-04-24tdf#139699: remove stray image that is not used anywhereKatarina Behrens1-5/+0
2021-04-23use get_accessible_location_on_screen to get positionCaolán McNamara1-15/+4
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara3-8/+3
2021-04-23std::move optimisationNoel Grandin1-1/+1
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-6/+6
2021-04-22remove caching in ViewObjectContactOfE3dNoel Grandin2-28/+2
2021-04-22ensure cursor drawn on re-gaining focusCaolán McNamara1-0/+3
2021-04-22std::move optimisationNoel Grandin1-35/+35
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-22Resolves: tdf#141721 text from 1st col not clipped if 2nd col is emptyCaolán McNamara1-0/+5
2021-04-22if only the first col width is set, the 2nd will take the remaining spaceCaolán McNamara1-1/+1
2021-04-22tdf#141816: fix a thinkoMike Kaganski1-1/+1
2021-04-21tdf#141419 restore use any explicitly set background color in previewsCaolán McNamara1-0/+10
2021-04-21Resolves: tdf#141765 set 'color' GtkToolbar to small-button sizeCaolán McNamara1-0/+3
2021-04-21Related tdf#139804 Allow activating btn on first clickSamuel Mehrbrodt1-0/+1
2021-04-21cid#1476300 Dereference after null checkCaolán McNamara1-2/+2
2021-04-20tdf#86321: Revert "Resolves: #i123539# some optimizations for 3D chart..."Xisco Fauli3-67/+25
2021-04-20lok: Pass object ord num in the uno commandmerttumer3-8/+33
2021-04-20Improve dumpGluePointsAsJSONmerttumer1-24/+38
2021-04-20Get Glue Points in the selection callbackmerttumer1-0/+59
2021-04-20lok: Don't invalidate GluePointsmerttumer2-0/+10
2021-04-20Hide GluePoints in LOKmerttumer1-1/+2
2021-04-20lok: Send gridOffset of the shapemerttumer1-1/+24
2021-04-20LOK: Fix Moving drag handles calculates wrong offsetmerttumer1-4/+9
2021-04-20LOK: Fix wrong gridOffset when shape is moved on calcmerttumer1-2/+5
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin29-133/+133
2021-04-19weld SmEditTextWindowCaolán McNamara1-2/+11
2021-04-19svx: fix crash in DefaultProperties::dumpAsXml()Michael Stahl1-1/+4
2021-04-19a11y tests show we should use GetOutputDevice for pixel/logic conversionsCaolán McNamara1-44/+28
2021-04-18reduce allocation cost in SvxShape::SetPropertyNoel Grandin1-14/+14
2021-04-17remove some cachingNoel Grandin1-13/+2
2021-04-17add lang::XServiceInfo to WeldEditAccessibleCaolán McNamara1-3/+19
2021-04-17tdf#141701 Crash when closing 3D View dialog of 3D chartNoel Grandin1-0/+1
2021-04-17tdf#141675 Incorrect position of shapeNoel Grandin1-17/+13