summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2020-12-20tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorhomeboy4451-2/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin3-4/+4
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-7/+16
2020-12-08Clean up some logging in passingTor Lillqvist1-19/+10
2020-12-08lock/unlock toolbar doesn't show an unticked checkboxCaolán McNamara1-1/+1
2020-12-07remove OpenGL VCL backend codeLuboš Luňák1-5/+0
2020-12-04update pchesCaolán McNamara1-4/+5
2020-12-03convert EHistoryType to scoped enumNoel1-2/+2
2020-12-03tdf#124176 Use #pragma once in framework/inc/uifactorycu-16bcs17983-11/+3
2020-12-02simplify SvtDynamicMenuOptionsNoel Grandin1-22/+6
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel8-34/+34
2020-11-25tdf#131441 Disable "UNDOCKTOOLBAR" when toolbar is lockeddiwanshu8851-0/+3
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel15-61/+61
2020-11-17loplugin:stringviewparam check methods tooNoel9-21/+21
2020-11-16replace std::max(std::min()) with std::clampNoel2-10/+9
2020-11-13tdf#123936 Formatting files in module framework with clang-formatPhilipp Hofer12-149/+132
2020-11-12New loplugin:stringviewparamStephan Bergmann5-9/+21
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen57-80/+19
2020-11-11Fix 64-bit --disable-pch build on WindowsMike Kaganski1-1/+1
2020-11-11loplugin:stringviewNoel4-12/+12
2020-11-11convert more long -> tools::LongNoel1-1/+1
2020-11-02Windows 7 support is already supportedMike Kaganski1-2/+1
2020-11-02toolbox always has flat styleNoel Grandin3-4/+0
2020-11-01use officecfg for Experimental flagNoel Grandin3-4/+6
2020-10-22Resolves tdf#137607 and tdf#137500 - Improvements to TotDHeiko Tietze1-1/+0
2020-10-22long->tools::Long in forms..frameworkNoel11-18/+20
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel4-20/+4
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann1-1/+1
2020-10-14tdf#137356 framework: fix opening the same document twice for long loadsMiklos Vajna7-16/+195
2020-10-02loplugin:reducevarscope in frameworkNoel12-45/+26
2020-09-24Fix typoAndrea Gelmini1-1/+1
2020-09-24framework: lock the solar mutex in loadComponentFromURL() with OnMainThreadMiklos Vajna4-0/+187
2020-09-21update pchesCaolán McNamara1-1/+2
2020-09-18lok: make labels and tooltips translated for commandsSzymon Kłos3-19/+50
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann6-41/+11
2020-09-12replace sal_IntPtr with simple integer typeCaolán McNamara1-2/+2
2020-09-10Remove some obsolete commentsMaxim Monastirsky2-3/+0
2020-09-08Related: tdf#130445 Fix custom icon scale checkMaxim Monastirsky1-16/+7
2020-09-08tdf#130445 Use actual icon sizeMaxim Monastirsky2-6/+4
2020-09-07loplugin:singlevalfieldsNoel Grandin2-9/+3
2020-09-07loplugin:constantparamNoel Grandin1-2/+4
2020-09-07Pass correct module id and dispatch provider to the window menuMaxim Monastirsky3-22/+30
2020-09-07MenuBarManager: Simplify module id handlingMaxim Monastirsky2-54/+6
2020-09-07MenuBarManager: Actually use xPopupMenuDispatchProviderMaxim Monastirsky1-1/+1
2020-09-07MenuBarManager: Simplify addon menu creationMaxim Monastirsky3-129/+12
2020-09-07MenuBarManager: Set command name for addon submenu itemMaxim Monastirsky1-4/+2
2020-09-01Fix typo in codeAndrea Gelmini2-6/+6
2020-09-01Fix typo in codeAndrea Gelmini2-8/+8
2020-08-31Remove remains of private:image/ via ImageIdentifier addon propertyMaxim Monastirsky6-51/+8
2020-08-30Related: tdf#107548 Make sure embedded images have higher priorityMaxim Monastirsky1-12/+14