summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)AuthorFilesLines
2017-01-11tdf#104830, need an own termination listener for lib objectsMarkus Mohrhard1-0/+29
2017-01-05process all outstanding events before shutdown, tdf#104969, tdf#104286, tdf#1...Markus Mohrhard1-0/+5
2017-01-01tdf#104818 Show the right label when a11y enabledMaxim Monastirsky1-5/+5
2016-12-29add a crashreporter entry when we start the shutdownMarkus Mohrhard1-0/+2
2016-11-11tdf#103826 Missing master page pane context menus in DrawMaxim Monastirsky1-3/+3
2016-09-27tdf#101898: Only re-substitute whole segments with $(username)Stephan Bergmann1-1/+2
2016-08-11Revert "tdf#98837 - Fail loading a new document with read only property ..."Tor Lillqvist1-15/+3
2016-08-09tdf#96607 'Save as' doesn't update global auto-recovery stateanwilli51-0/+13
2016-08-09framework: stop adding silly empty accelerator/current.xml filesMichael Stahl3-24/+12
2016-07-28do not force the Paste command to enabled for Calc, tdf#60021 relatedEike Rathke1-2/+8
2016-07-11Resolves: tdf#100732 hang closing Print Preview with X-icon on menubarCaolán McNamara1-0/+9
2016-06-19Try to fix the crashreport with SaveToolbarController::modifiedMaxim Monastirsky1-9/+0
2016-06-17SaveToolbarController: back to using XStorableMaxim Monastirsky1-21/+27
2016-06-07gtk3: move the updating of native menu to right after its activatedCaolán McNamara1-2/+0
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara3-4/+0
2016-05-25convert ImageType to scoped enumNoel Grandin2-48/+49
2016-05-25tdf#98753 Find Toolbar does not display "Search key not found"Samuel Mehrbrodt1-7/+22
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-4/+6
2016-05-24remove some manual ref-countingNoel Grandin1-6/+4
2016-05-23framework: last dispatchInterceptor gets asked firstThorsten Behrens1-9/+8
2016-05-20framework: avoid excessive queryDispatch callsThorsten Behrens1-7/+14
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin5-5/+8
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-19Fix unnecessary indent.Jan Holesovsky1-9/+11
2016-05-19tdf#99926 Add "Save as template" to Save dropdownSamuel Mehrbrodt1-15/+24
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin2-12/+0
2016-05-16Resolves: tdf#99857 missing items from toolbar right clickCaolán McNamara1-14/+5
2016-05-12framework: initial implementation of a dispatch disabler.Michael Meeks4-3/+293
2016-05-11Include cppumaker-generated .hpp, not .hdlStephan Bergmann1-1/+1
2016-05-10Convert TOOLBOX_MENUTYPE_ to scoped enumNoel Grandin3-6/+6
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin4-25/+25
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin2-4/+1
2016-05-04LoadEnv::getTargetComponent() is supposed to return nothingMaxim Monastirsky1-0/+1
2016-04-27SubToolBarController: Use initialize to change tb bitsMaxim Monastirsky1-6/+6
2016-04-27tdf#80999 Canceling password prompt should abort detectionMaxim Monastirsky1-0/+5
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin6-28/+28
2016-04-27tdf#99527: show all accelerators in menus of extensionsOliver Specht1-1/+4
2016-04-26Change label to title case similar to other surrounding labelsYousuf Philips1-1/+1
2016-04-22loplugin:salboolStephan Bergmann1-1/+1
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-04-21Fix typosAndrea Gelmini2-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann49-160/+160
2016-04-19Elide macros used onceStephan Bergmann1-8/+11
2016-04-18Remove unused XMLNS_XLINKStephan Bergmann1-4/+0
2016-04-18Elide macro used onceStephan Bergmann1-1/+3
2016-04-18Clean up framework/inc/dispatchcommands.hStephan Bergmann3-9/+37
2016-04-18Remove dead ENABLE_COMPONENT_SELF_CHECKStephan Bergmann1-325/+0
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin9-83/+39
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-2/+0
2016-04-14Race between Frame::dispose and timer-triggered LayoutManager::AsyncLayouHdlStephan Bergmann1-1/+13