summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Expand)AuthorFilesLines
2021-09-06tdf#105689: fix path management to retrieve Emoji toolbar buttonJulien Nabet1-3/+7
2021-08-13Resolves: tdf#143843 disable the recently-used widget during loadCaolán McNamara2-0/+2
2021-07-09tdf#143146 copy functor and arg before calling function that can delete thisCaolán McNamara1-2/+6
2021-07-02tdf#143149 fix crash if app exits while print progress is runningCaolán McNamara1-0/+1
2021-07-02fix potential write-after-free in RecentDocsViewNoel Grandin1-2/+6
2021-07-01sfx2: try to fix lifecycle of SfxOfficeDispatchMichael Stahl1-0/+21
2021-06-22Resolves tdf#140360 - Provide option to turn off sidebar's minimum widthHeiko Tietze1-2/+3
2021-05-18tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-2/+11
2021-05-12fix some VirtualDevice leaksNoel Grandin1-1/+1
2021-05-04tdf#142017 set default focus widgetCaolán McNamara1-0/+1
2021-05-04Resolves: tdf#141857 update background to current themeCaolán McNamara1-1/+7
2021-04-29tdf#135997: make sure that the two lists are same lengthMike Kaganski1-0/+13
2021-04-29tdf#135997: fix toolbar controlMike Kaganski1-2/+2
2021-04-20Avoid unused parameter warning in the HAVE_FEATURE_MACOSX_SANDBOX caseTor Lillqvist1-0/+1
2021-04-06make Analog Clock sidebar extension demo workCaolán McNamara1-1/+10
2021-03-22tdf#140539 don't allow help to be relaunched during launchCaolán McNamara1-4/+15
2021-03-17tdf#141011: Postpone SwFieldDBPage::Reset to tab activationMike Kaganski1-1/+6
2021-03-09master slide panel shouldn't have "more options" buttonCaolán McNamara2-4/+4
2021-02-23tdf#139039 sfx2 store: fix export to PDF when dir name is URL-encodedMiklos Vajna1-10/+7
2021-02-17tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara2-0/+10
2021-02-15tdf#140308 Crash import old OpenOffice templateNoel Grandin1-5/+12
2021-02-11tdf#140280 sfx2: fix crash on double-clicking a no-sign shape in read-only modeMiklos Vajna1-0/+5
2021-01-30Improve macro checksSamuel Mehrbrodt2-6/+22
2021-01-29tdf#123476 filter: Also handle empty ODFMike Kaganski1-2/+4
2021-01-28Make brand image clickableHeiko Tietze2-15/+85
2021-01-27tdf#138727 help browser didn't flow textCaolán McNamara1-1/+0
2021-01-22tdf#135590 MapUnit::Map100thMM fallback is inappropiate for writerCaolán McNamara1-18/+11
2021-01-20silence "gsignal.c:2731: instance X has no handler with id Y" warningCaolán McNamara1-0/+1
2021-01-14Resolves tdf#139343 and tdf#139335 - Community/Enterprise flavorHeiko Tietze2-1/+16
2021-01-08Missing construction of SfxCmisVersionsDialog::m_xVersionBoxStephan Bergmann1-0/+1
2020-12-23tdf#89709 Make statusbar page number/bookmarks control tooltip showJim Raykowski1-2/+2
2020-12-18Delete Category dialog includes '~' text in the titlebarCaolán McNamara1-1/+2
2020-12-16tdf#138938 put the tooltip on the toolbar item instead of the toolbarCaolán McNamara1-0/+1
2020-12-15tdf#138935 rsDeckId is invalid by the time collectUIInformation is calledCaolán McNamara1-2/+2
2020-12-11tdf#138762: crash when trying to open sidebar w chart in WriterAron Budea1-4/+7
2020-12-09cid#1470371 Uninitialized scalar fieldCaolán McNamara1-0/+2
2020-12-07Remove remaining bogus use of objc_msgSend()Tor Lillqvist1-15/+3
2020-12-03tdf#107870 sw: don't jump to cursor setting Record ChangesLászló Németh1-1/+1
2020-12-03uno:Printersetup: Allow preselecting a printerSamuel Mehrbrodt1-2/+2
2020-12-03Add 'SinglePrintJobs' to PrintOptionsSamuel Mehrbrodt1-0/+9
2020-12-01Resolves: tdf#138417 crash on customize sidebarCaolán McNamara1-0/+1
2020-12-01cid#1470362 Uninitialized scalar fieldCaolán McNamara2-32/+0
2020-11-24tdf#132860 Assign value to set_sensitive flag in m_xNameshubham6561-0/+5
2020-11-22tdf#123936 Formatting files in module sfx2 with clang-formatPhilipp Hofer35-255/+196
2020-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian3-44/+93
2020-11-21these don't need to include vcl/button.hxx anymoreCaolán McNamara3-4/+0
2020-11-21Avoid unused parameter 'pImpl'Tor Lillqvist1-4/+6
2020-11-20weld TabBarCaolán McNamara9-764/+281
2020-11-20sfx2: lok: refactor notifications and const correctnessAshod Nakashian1-28/+41
2020-11-20fix tdf#138335 guard sidebar uno methods with SolarMutexThorsten Behrens3-3/+54