summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)AuthorFilesLines
2021-11-11Handle UNO command aliases in ToolBoxesSzymon Kłos1-1/+7
2021-10-05WaE: 'else' branch doesn't make sense, dereferences nullCaolán McNamara1-11/+0
2021-07-22framework: fix multiple-free in VclToolBarManager::Destroy()Michael Stahl2-4/+6
2021-07-15lok: include the label of the status indicatorHenry Castro1-1/+1
2021-07-11SolarMutexGuard::clear called twice where the 2nd call site should undo the 1stCaolán McNamara1-2/+2
2021-06-29tdf#143047: When no properties for command, use those from item containerMike Kaganski1-0/+2
2021-05-16lok: remove frame action listener when disposingHenry Castro5-0/+21
2021-04-22Extend ToolBarManager to build weld::ToolbarSzymon Kłos4-163/+613
2021-04-20weld SubToolBarControllerSzymon Kłos1-13/+100
2021-04-10check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-04-05lok: avoid expensive fetching of a property.Michael Meeks1-0/+6
2021-03-29Use branding hereMike Kaganski1-1/+1
2020-12-08lock/unlock toolbar doesn't show an unticked checkboxCaolán McNamara1-1/+1
2020-11-17loplugin:stringviewparam check methods tooNoel6-14/+14
2020-11-16replace std::max(std::min()) with std::clampNoel2-10/+9
2020-11-13tdf#123936 Formatting files in module framework with clang-formatPhilipp Hofer9-128/+108
2020-11-12New loplugin:stringviewparamStephan Bergmann3-6/+11
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen22-29/+2
2020-11-11Fix 64-bit --disable-pch build on WindowsMike Kaganski1-1/+1
2020-11-11loplugin:stringviewNoel4-12/+12
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-22long->tools::Long in forms..frameworkNoel10-17/+18
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 Vajna2-15/+65
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 Vajna1-0/+7
2020-09-18lok: make labels and tooltips translated for commandsSzymon Kłos2-17/+45
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann4-37/+8
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 Grandin1-5/+3
2020-09-07loplugin:constantparamNoel Grandin1-2/+4
2020-09-07Pass correct module id and dispatch provider to the window menuMaxim Monastirsky2-21/+27
2020-09-07MenuBarManager: Simplify module id handlingMaxim Monastirsky1-53/+6
2020-09-07MenuBarManager: Actually use xPopupMenuDispatchProviderMaxim Monastirsky1-1/+1
2020-09-07MenuBarManager: Simplify addon menu creationMaxim Monastirsky1-118/+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 Gelmini1-7/+7
2020-08-31Remove remains of private:image/ via ImageIdentifier addon propertyMaxim Monastirsky4-48/+8
2020-08-30Related: tdf#107548 Make sure embedded images have higher priorityMaxim Monastirsky1-12/+14
2020-08-29loplugin:unusedfieldsNoel Grandin3-7/+0
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann5-41/+41
2020-08-28Use ToolBarMerger::IsCorrectContextMaxim Monastirsky1-15/+1