summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2021-03-03bubblewindow.hxx can be a private vcl headerCaolán McNamara1-4/+2
2021-03-03split and move MenuBar BubbleWindowManager to vclCaolán McNamara2-371/+21
2021-03-03move BubbleWindow to vclCaolán McNamara1-234/+1
2021-02-27loplugin:refcounting in extensionsNoel2-2/+3
2021-02-24Move code for setting unique buildable names one level upXisco Fauli2-10/+10
2021-02-23Set unique buildable names to each widget in the form properties dialogXisco Fauli1-5/+10
2021-02-23tdf#139070 format entry view of multilines with final formattingCaolán McNamara1-1/+10
2021-02-23weld bibliography autofilter menuCaolán McNamara4-21/+38
2021-02-23loplugin:unusedmethodsNoel1-5/+0
2021-02-22cid#1473244 silence Unchecked return valueCaolán McNamara1-1/+1
2021-02-22loplugin:refcounting in extensionsNoel4-20/+19
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-0/+1
2021-02-19weld BibGeneralPageCaolán McNamara5-915/+1088
2021-02-18link up orphan labels in mapping dialog to the entries they should labelCaolán McNamara1-288/+291
2021-02-18loplugin:referencecasting (--enable-extension-update)Stephan Bergmann2-2/+2
2021-02-16loplugin:referencecasting in editeng..frameworkNoel13-25/+25
2021-02-11tdf#140239 leave current cursor valid if the contents won't changeCaolán McNamara1-10/+8
2021-02-01abpilot : remove useless type PackageAccessControlArnaud Versini2-8/+2
2021-02-01Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski7-27/+25
2021-01-29loplugin:stringviewparam extend to new..Noel2-3/+3
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-1/+1
2021-01-25avoid some ref-countingNoel Grandin2-2/+2
2021-01-25tdf#139486 also listen to the Entry to determine if the SpinButton was changedCaolán McNamara1-1/+3
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski2-6/+3
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara6-16/+0
2021-01-16make the Color constructors explicitly specify transparencyNoel2-3/+3
2021-01-15replace stock button labelsCaolán McNamara11-56/+56
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara19-0/+36
2021-01-13loplugin:stringliteralvar (clang-cl)Stephan Bergmann1-14/+14
2021-01-09fix coverity parse errorsCaolán McNamara4-5/+5
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann6-22/+33
2020-12-26New loplugin:stringliteralvarStephan Bergmann5-6/+6
2020-12-25Fix Windows build of Library_oleautobridgeStephan Bergmann1-38/+44
2020-12-23drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara11-1985/+1882
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara1-2/+2
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-3/+3
2020-12-19Related tdf#138715: kill last Mork refsJulien Nabet7-41/+2
2020-12-16Related: tdf#138661 don't limit OFormatSampleControl to +10000Caolán McNamara1-0/+2
2020-12-15tdf#138701 leave current combobox cursor valid if the contents won't changeCaolán McNamara1-1/+4
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-12-13tdf#138715 remove mork driverRene Engelhard1-3/+0
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann9-12/+32
2020-12-09loplugin:stringview (clang-cl)Stephan Bergmann1-1/+1
2020-12-07loplugin:stringviewparam (clang-cl)Stephan Bergmann2-6/+7
2020-12-05Remove remaining bogus use of objc_msgSend()Tor Lillqvist4-13/+4
2020-11-27CComVariant.lVal is of type LONGStephan Bergmann1-1/+1
2020-11-26TYPEATTR::cFuncs,cVars are of type WORDStephan Bergmann1-2/+2
2020-11-26The Windows oleauto.h SafeArray* functions use LONG for indexingStephan Bergmann6-21/+21
2020-11-25TW_IMAGEINFO::ImageWidth,ImageHeight are of type TW_INT32Stephan Bergmann1-5/+5
2020-11-24add set_buildable_name to enable distinguishing different instancesCaolán McNamara1-0/+4