summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2020-10-23-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara58-58/+58
2020-10-22if nothing selected, don't select something on gaining focusCaolán McNamara1-9/+13
2020-10-22rename SfxTemplateLocalView back to TemplateLocalViewCaolán McNamara6-53/+53
2020-10-22rename SfxThumbnailView back to ThumbnailViewCaolán McNamara12-126/+126
2020-10-22drop newly unused ThumbnailViewCaolán McNamara6-1675/+68
2020-10-22drop newly unused TemplateLocalViewCaolán McNamara3-394/+5
2020-10-22weld backing windowCaolán McNamara11-414/+401
2020-10-22Resolves tdf#137671 - Extensions on Impres start-upHeiko Tietze2-110/+95
2020-10-22long->tools::Long in sfx2Noel41-111/+111
2020-10-21mirror changes of ThumbnailView to SfxThumbnailViewCaolán McNamara1-9/+10
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-20remove motif from startcenterCaolán McNamara2-18/+1
2020-10-18we can use Desktop::queryDispatch and avoid using getActiveFrameCaolán McNamara1-7/+1
2020-10-17consistently use gnFineness scaling factorCaolán McNamara1-2/+2
2020-10-17tdf#133771: remove encryption data during SaveAsVasily Melenchuk1-3/+30
2020-10-17sfx2: use the fastparser API when possibleNoel Grandin1-13/+9
2020-10-16unused forward declarationCaolán McNamara1-2/+0
2020-10-14Resolves tdf#137477 - Access templates via tight extensionsHeiko Tietze2-139/+112
2020-10-13static_cast after dynamic_castNoel1-2/+2
2020-10-12Resolves tdf#137187 - More dictionaries via extensions dialogHeiko Tietze1-28/+5
2020-10-12render document thumbnail directly to bitmap, without metafileLuboš Luňák3-20/+70
2020-10-08we only should have one has_default==True in these dialogsCaolán McNamara1-1/+0
2020-10-07Resolves tdf#117463 - Dialog to show UI optionsHeiko Tietze3-0/+29
2020-10-07ui files: fix some capitalisation issuesNoel2-2/+2
2020-10-07Revert "lint-ui: check that we only have one has_default==True"Noel Grandin1-0/+1
2020-10-07tdf#136555 drop custom start center button colorsJan-Marek Glogowski2-17/+0
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara4-6/+4
2020-10-06loplugin:const& make some params and methods constNoel7-12/+12
2020-10-05lint-ui: check that we only have one has_default==TrueNoel1-1/+0
2020-10-05lok: sidebar: avoid deactivation when the sidebar is paintingHenry Castro1-1/+4
2020-10-05Disable WhatsNew infobar with standard methodHeiko Tietze2-20/+17
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel4-8/+10
2020-10-02sfx2: downgrade a warning in SfxViewFrame::ChildWindowState() to infoMiklos Vajna1-1/+1
2020-10-01tdf#128174: Master password dialog misplacedAyhan Yalçınsoy1-0/+1
2020-09-30loplugin:reducevarscope in sfx2Noel16-39/+21
2020-09-24tdf#133690 Cleanup Sidebar themeandreas kainz1-25/+3
2020-09-23Clean up commented-out code lineandreas kainz1-1/+0
2020-09-23tdf#133690 remove thin border in sidebarandreas kainz1-1/+1
2020-09-22Added new command to resolve the comment threadPranam Lashkari1-0/+1
2020-09-22lok:sidebar: deactivate the shell with no default contextHenry Castro1-1/+2
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara3-6/+6
2020-09-21tdf#136781 add some spacing to the special character favoritesCaolán McNamara1-1/+5
2020-09-21weld infobarsCaolán McNamara7-232/+444
2020-09-20cid#1466905 Dereference after null checkCaolán McNamara1-1/+1
2020-09-17factor out the special FmtSelect with nullptr arg caseCaolán McNamara2-34/+24
2020-09-17tdf#134598 call FmtSelect to update watercanCaolán McNamara1-2/+7
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann5-12/+18
2020-09-15Fix typo in codeAndrea Gelmini1-1/+4
2020-09-13Unify the code used to get object shell for componentsMike Kaganski8-116/+34