summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2016-08-23tdf#96607 'Save as' doesn't update global auto-recovery stateanwilli51-0/+13
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-08-02svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
2016-07-20framework: fix typo in dispatchdisablerMiklos Vajna1-1/+1
2016-07-20Fix typosAndrea Gelmini15-38/+38
2016-07-20unnecessary use of OUString constructorNoel Grandin2-4/+4
2016-07-20Fix typosAndrea Gelmini33-48/+48
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-2/+2
2016-07-12lokit: ensure progress value sequentialHenry Castro1-1/+1
2016-07-12loplugin:unusedfields variousNoel Grandin1-1/+0
2016-07-12Remove excess newlinesChris Sherlock1-3/+0
2016-07-12tdf#99815 use XNotifyingDispatch in sfx2Juergen Funk5-137/+51
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin6-107/+0
2016-06-12framework: register DispatchDisabler serviceMiklos Vajna1-0/+3
2016-06-12framework: initial implementation of a dispatch disabler.Michael Meeks6-3/+295
2016-06-12handle failure to expand ~ in path elements.Michael Meeks1-4/+4
2016-06-12tdf#97435: Avoid persistent window state crack when headlessTor Lillqvist2-1/+9
2016-06-12framework: last dispatchInterceptor gets asked firstThorsten Behrens1-9/+8
2016-06-12framework: avoid excessive queryDispatch callsThorsten Behrens1-7/+14
2016-06-12tdf#96949 Remove global static variable m_bPreferrFirstInterceptor and unused...shubhamtibra2-22/+1
2016-05-25tdf#98753 Find Toolbar does not display "Search key not found"Samuel Mehrbrodt1-7/+22
2016-05-10SubToolBarController: Use initialize to change tb bitsMaxim Monastirsky1-6/+6
2016-04-27tdf#99527: show all accelerators in menus of extensionsOliver Specht1-1/+4
2016-04-26-Werror=attributes (GCC 6)Stephan Bergmann1-1/+1
2016-04-19tdf#98849 SaveToolbarController: Correct initial modified stateMaxim Monastirsky1-0/+3
2016-04-19tdf#96896-Fix infinite recursion to prevent Writer crashakash1-1/+1
2016-04-12allow disabling recent files menu entryOliver Specht1-1/+2
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock7-7/+7
2016-03-02tdf#98277 Extensions: Display shortcut in toolbar tooltipSamuel Mehrbrodt1-0/+5
2016-02-29language submenu from tools->language->for selection->"languages"...Caolán McNamara1-14/+12
2016-02-18allow disabling file/new, wizards, recent documents menu entriesOliver Specht3-36/+47
2016-02-02tdf#97419 Need to take SolarMutex hereMaxim Monastirsky1-0/+1
2016-01-22Don't update the save icon on every keystrokeMaxim Monastirsky1-2/+9
2016-01-22Fix wrong use of OUString::copyMaxim Monastirsky1-5/+3
2016-01-13Modified state icons not packaged into zipMaxim Monastirsky3-7/+17
2016-01-12New saving behaviorMaxim Monastirsky1-6/+153
2016-01-11Make this static WeakReference local to Frame::impl_checkMenuCloser()Matúš Kukan1-6/+4
2016-01-11Fix Addons.xcu toolbar items width handlingMaxim Monastirsky4-9/+28
2015-12-11tdf#85767 Enable rotated/flipped icons in the SidebarSamuel Mehrbrodt2-157/+1
2015-12-01Save Remote File isn't supported in all modulesMaxim Monastirsky1-1/+13
2015-12-01Unnecessary castMaxim Monastirsky1-1/+1
2015-12-01SaveAsMenuController cleanupMaxim Monastirsky1-61/+5
2015-11-30rhbz#1286416: Be more resilient during auto-recovery attemptsStephan Bergmann1-0/+2
2015-11-26vcl: improve scheduler debugging information.Michael Meeks1-0/+1
2015-11-20Change the bits of the save button dynamicallyMaxim Monastirsky2-0/+62
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin3-12/+0
2015-11-20Revert "vcl: Initial NotebookBar implementation."Samuel Mehrbrodt1-7/+0
2015-11-20-Werror,-Wunused-private-fieldStephan Bergmann2-6/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin6-61/+11
2015-11-20new loplugin:unusedfieldsNoel Grandin22-164/+24