Age | Commit message (Expand) | Author |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann |
2020-02-20 | Move Boost.Spirit usage away from legacy namespace | Adam Majer |
2020-02-06 | always define GLM_FORCE_CTOR_INIT when using glm | Caolán McNamara |
2020-02-06 | Revert "upgrade to latest glm" | Stephan Bergmann |
2020-02-04 | upgrade to latest glm | Caolán McNamara |
2020-02-01 | make update_pch also consider files in <module>/src/**/inc | Luboš Luňák |
2020-02-01 | opengl slide transitions not working with glm >= GLM 0.9.9.0 | Caolán McNamara |
2020-01-31 | loplugin:unusedfields improve checking for fields guarded by existence check | Noel Grandin |
2020-01-31 | clang-tidy modernize-concat-nested-namespace | Noel Grandin |
2020-01-31 | new loplugin:namespaceindentation | Noel Grandin |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-26 | remove some unused local vars | Noel Grandin |
2020-01-25 | loplugin:makeshared in slideshow | Noel Grandin |
2020-01-23 | tdf#126459: Consider translated origin of the view also on resize | Katarina Behrens |
2020-01-18 | make Library_slideshow explicitly link svl | Luboš Luňák |
2020-01-15 | tweak GetBitmap methods in BitmapEx | Noel Grandin |
2020-01-10 | use more std::make_shared | Noel Grandin |
2020-01-03 | tdf#42949 Fix IWYU warnings in slideshow/ | Gabor Kelemen |
2019-12-22 | sal_Char->char in sfx2..slideshow | Noel Grandin |
2019-12-19 | Fix typo | Andrea Gelmini |
2019-12-18 | tdf#125949 Check hardware acceleration on slideshow. | Gülşah Köse |
2019-12-17 | Fix typo | Andrea Gelmini |
2019-12-17 | tdf#125949 Allow the slide to continue with freezing animation. | Gülşah Köse |
2019-12-05 | Fix typo | Andrea Gelmini |
2019-12-01 | Introduce o3tl::optional as an alias for std::optional | Stephan Bergmann |
2019-11-30 | Rewrite uses of boost::optional | Stephan Bergmann |
2019-11-27 | Turn StateTransition::Options into scoped enum | Stephan Bergmann |
2019-11-23 | cppcheck: performing init in init list (sfx2/slideshow/stoc/store) | Julien Nabet |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-11-12 | use std::move when popping stuff off stacks | Noel Grandin |
2019-10-29 | remove unnecessary includes | Caolán McNamara |
2019-10-19 | loplugin:virtualdead unused params in OGLTransitionImpl | Noel Grandin |
2019-10-19 | loplugin:virtualdead unused param in Animation::prefetch | Noel Grandin |
2019-10-19 | loplugin:virtualdead unused params in ShapeListenerEventHandler | Noel Grandin |
2019-10-18 | make bin/update_pch.s always include code in trivial #if's | Luboš Luňák |
2019-10-15 | new loplugin:bufferadd | Noel Grandin |
2019-10-14 | Related: tdf#124729 check for GL_EXT_texture_filter_anisotropic support | Caolán McNamara |
2019-09-28 | loplugin:constmethod in sdext..starmath | Noel Grandin |
2019-09-27 | loplugin:virtualdead in slideshow | Noel Grandin |
2019-09-23 | do not require $(SRCDIR) in every gb_Library_set_precompiled_header | Luboš Luňák |
2019-09-10 | Fix typos | Andrea Gelmini |
2019-09-10 | Fix typos | Andrea Gelmini |
2019-09-10 | Fix typos | Andrea Gelmini |
2019-09-02 | tdf#127258: Fix ViewEventHandlerWeakPtrWrapper | Stephan Bergmann |
2019-09-01 | Fix '..' | Andrea Gelmini |
2019-08-28 | Avoid adding a function declaration to namespace std | Stephan Bergmann |
2019-08-28 | Avoid adding a function template declaration to namespace std | Stephan Bergmann |
2019-08-27 | tdf#74045 Make ImageMaps in slideshow clickable | Samuel Mehrbrodt |
2019-08-21 | loplugin:constvars, look for loop vars that can be const | Noel Grandin |
2019-08-16 | use more TOOLS_WARN_EXCEPTION | Noel Grandin |