summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel164-1621/+1623
2020-10-24use SetSelection and DeleteSelected to make cursor go to the right placeCaolán McNamara1-4/+3
2020-10-23Resolves: tdf#137615 fix EffectPropertyPanelandreas kainz1-1/+1
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara135-135/+135
2020-10-22always call GetFocus if GrabFocus succeededCaolán McNamara1-3/+0
2020-10-21Fix typosAndrea Gelmini1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin20-61/+61
2020-10-20CppunitTest_svx_unit: directly use asserts hereXisco Fauli1-16/+19
2020-10-20fix orientation in vcl::Font<->awt::FontDescriptor conversionNoel1-2/+2
2020-10-19tdf#136073 combine glow and softedge sidebar sectionandreas kainz10-427/+316
2020-10-18sd: fix transparency when drawing OverlayPolyPolygonTomaž Vajngerl1-2/+2
2020-10-18sd: custom annotation marker and draw polygon annotation from PDFTomaž Vajngerl1-0/+46
2020-10-16svx: use the fastparser API when possibleNoel1-15/+6
2020-10-16add a DrawingAreaUIObject to avoid need to include layout.hxx for uitestCaolán McNamara4-36/+24
2020-10-16tdf#128212 Change the text z camera rotation order.Gülşah Köse4-34/+40
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-1/+1
2020-10-16try to prefetch also graphics for background fill bitmapLuboš Luňák1-6/+22
2020-10-15add a GetUITestFactory for WeldEditViewCaolán McNamara1-0/+38
2020-10-15pdfium: add an FPDFImageObj_GetBitmap() wrapperMiklos Vajna1-12/+6
2020-10-14Resolves tdf#137447 - Access galleries via tight extensionsHeiko Tietze3-81/+252
2020-10-13tdf#137446 catch divByZero in ResizeMultMarkedObjRegina Henschel1-3/+3
2020-10-13static_cast after dynamic_castNoel16-88/+70
2020-10-12CaptureMouse on mouse-down and ReleaseMouse on mouse-upCaolán McNamara1-0/+5
2020-10-10tdf#87963: Add percentage value to new calculated compressed image sizeDaniel1-3/+6
2020-10-09Added optional parameter Enabled for uno:SpellOnlineMert Tumer1-1/+1
2020-10-08Don't needlessly convert to sal_Int32 instead of longStephan Bergmann1-4/+4
2020-10-08don't scroll to the cursor on gaining focusCaolán McNamara1-1/+1
2020-10-08CustomWeld::Paint rRect is in logical units, not pixelsCaolán McNamara1-2/+1
2020-10-08don't scroll to the cursor during paintCaolán McNamara1-1/+1
2020-10-07let a subclass destroy and recreate its EditViewCaolán McNamara1-20/+29
2020-10-06loplugin:const* make some params and methods constNoel18-38/+41
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara7-10/+7
2020-10-06loplugin:const& make some params and methods constNoel3-8/+8
2020-10-06let a subclass defer creating its EditViewCaolán McNamara1-5/+8
2020-10-05use more TOOLS_WARN_EXCEPTIONMike Kaganski27-80/+99
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-10-02rearrange to not use pUndoObject after std::moveTomaž Vajngerl1-1/+2
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara2-0/+30
2020-10-01loplugin:unusedfieldsNoel1-1/+3
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara1-3/+10
2020-09-30loplugin:unusedmethodsNoel1-4/+0
2020-09-30loplugin:reducevarscope in svxNoel25-49/+36
2020-09-30tdf#137013 fix Writer find toolbar ui regressionsJim Raykowski1-3/+2
2020-09-29tdf#136520 allow color popdowns to be tearable againCaolán McNamara3-1/+35
2020-09-28Resolves: tdf#137038 set a max width for crash reporter labelCaolán McNamara1-4/+7
2020-09-28move keep ratio checkbox left cause of long translations (german)andreas kainz1-5/+3
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-2/+2
2020-09-27Sidebar: add FormatPaintbrush to SidebarStylesPanelandreas kainz1-0/+11
2020-09-25tdf#136941 call focus in handler explicitlyCaolán McNamara1-0/+3
2020-09-25remove ImpClearVars, set values in the constructorTomaž Vajngerl6-164/+136