summaryrefslogtreecommitdiff
path: root/sdext/source/presenter
AgeCommit message (Expand)Author
2022-12-01tdf#92717 Presenter screen on one monitorDaniel Lohmann
2022-11-29New loplugin:crosscastStephan Bergmann
2022-11-17tdf#33495: Allow presenter console in windowed modeDaniel Lohmann
2022-10-17use more string_viewNoel Grandin
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-16cid#1500417 Dereference after null checkCaolán McNamara
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-06-24clang-tidy modernize-pass-by-value in sdextNoel Grandin
2022-06-14tdf#149351 Add a 'Turn off mouse as pen' shortcutGabor Kelemen
2022-05-30framework: fix crash on Writer startup when using --enable-ext-wiki-publisherMiklos Vajna
2022-05-26tdf#149261 sdext: fix crash on starting the presenter console for the 2nd timeMiklos Vajna
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-02-21Recheck modules sd* with IWYUGabor Kelemen
2022-02-21tdf#143148 Use pragma once instead of include guardsDeep17
2021-10-31Prepare for removal of non-const operator[] from Sequence in sdextMike Kaganski
2021-10-22Revert part of "Simplify vector initialization in sdext"Julien Nabet
2021-10-16Simplify vector initialization in sdextJulien Nabet
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-15loplugin:constvarsNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-11Simplify vector initializationsJulien Nabet
2021-06-09Simplify Sequences initializations (sdext)Julien Nabet
2021-05-07presenter : use std::mutexArnaud Versini
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-08lok: remove event listener when disposingHenry Castro
2021-04-01lok: remove frame action listener when disposingHenry Castro
2021-03-26loplugin:flattenNoel
2021-03-25loplugin:unusedvarsglobalNoel
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-18loplugin:referencecasting in sdextNoel
2021-02-02tdf#134281 [API-CHANGE] Add keyboard shortcut for UsePen and EraseInkGabor Kelemen
2021-01-28simplify code, use more subView()Noel
2021-01-26loplugin:passstuffbyrefNoel
2021-01-25PresenterSlideSorter::mouseMoved: Merge identical ifDr. David Alan Gilbert
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-22tdf#123936 Formatting files in module sdext with clang-formatPhilipp Hofer
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-11loplugin:stringviewNoel