1. 30b6e95 tdf#131254 Follow-up Prevent extra eventqueue empty call. by Gülşah Köse · 6 years ago
  2. 9861bb2 tdf#131254 Prevent extra eventqueue empty call. by Gülşah Köse · 6 years ago
  3. cb957e3 opengl slide transitions not working with glm >= GLM 0.9.9.0 by Caolán McNamara · 6 years ago
  4. 46b3635 tdf#125949 Check hardware acceleration on slideshow. by Gülşah Köse · 6 years ago
  5. 6004d2f tdf#125949 Allow the slide to continue with freezing animation. by Gülşah Köse · 6 years ago
  6. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  7. a361231 fix wrong SET/QUERY flags passed to uno::Reference by Noel Grandin · 7 years ago
  8. fbc038c an uno -> a uno by Caolán McNamara · 7 years ago
  9. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  10. d0119ff improve tools::Rectangle->basegfx::B2?Rectangle conversion by Noel Grandin · 7 years ago
  11. 6bcc4cb prefix member variables of AnimationBitmap by Tomaž Vajngerl · 7 years ago
  12. 18651db rename animate.hxx to animate/Animation.hxx, more changes follow by Tomaž Vajngerl · 7 years ago
  13. d7f4f56 tdf#124756 slideshow: avoid mbPaintDisabled for media windows by Miklos Vajna · 7 years ago
  14. f03310e loplugin:sequentialassign in sfx2..solenv by Noel Grandin · 7 years ago
  15. b52f309 improve loplugin simplifyconstruct by Noel Grandin · 7 years ago
  16. bf2f0c9 tdf#73092 remove remaining shape of the repeating animation. by Mark Hung · 7 years ago
  17. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  18. 4a88213 tdf#42949 Fix IWYU warnings in include/cppcanvas/* by Gabor Kelemen · 7 years ago
  19. c9bb483 Revert "new loplugin typedefparam" by Noel Grandin · 7 years ago
  20. 9865440 new loplugin typedefparam by Noel Grandin · 7 years ago
  21. 8cc88f9 Fix typo by Andrea Gelmini · 7 years ago
  22. 71755f3 tdf#123743 deactive after the player is stopped. by Mark Hung · 7 years ago
  23. 376ee49 remove some unused typedefs by Noel Grandin · 7 years ago
  24. 7e18b87 tdf#88969 restart interactive sequence. by Mark Hung · 7 years ago
  25. 7927bfc slideshow: do not toggle pause when deactivate. by Mark Hung · 7 years ago
  26. bacd06e loplugin:unusedfields in slideshow by Noel Grandin · 7 years ago
  27. cacdb1a tdf#77186 handle time container indefinite repetition. by Mark Hung · 7 years ago
  28. 183debd pretty up logging of exceptions by Noel Grandin · 7 years ago
  29. a2b687a Pointer is pointless by Noel Grandin · 7 years ago
  30. 45f4de6 loplugin:indentation in sfx2..slideshow by Noel Grandin · 7 years ago
  31. 5509d63 loplugin:flatten in slideshow by Noel Grandin · 7 years ago
  32. 6b6c0b1 tdf#44223 allow slideshow to play embedded media. by Mark Hung · 7 years ago
  33. 27cd397 Drop o3tl/clamp.hxx, use C++17 std::clamp instead by Stephan Bergmann · 7 years ago
  34. 17dd266 convert "*xxx.get()" to "*xxx" by Noel Grandin · 7 years ago
  35. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  36. 5eac2e6 Remove misguided FALLTHROUGH comments by Stephan Bergmann · 7 years ago
  37. f820f6e Resolves: tdf#121942 action deactivated twice by Caolán McNamara · 7 years ago
  38. 1aa10fc tdf#121830 TogglePause should reset to original state on deactivate_st ? by Caolán McNamara · 7 years ago
  39. e4472d3 loplugin:unnecessaryparen include more assignments by Noel Grandin · 7 years ago
  40. 437adaa loplugin:unusedmethods by Noel Grandin · 7 years ago
  41. 14b366e loplugin:singlevalfields by Noel Grandin · 7 years ago
  42. a96e6e8 tdf#42949 Fix IWYU warnings in include/vcl/[i-m]* by Gabor Kelemen · 7 years ago
  43. 0ded54c Simplify containers iterations in slideshow, sot, starmath, stoc by Arkadiy Illarionov · 7 years ago
  44. 933660e loplugin:stringconstant look for unnecessary OString constructor use by Noel Grandin · 7 years ago
  45. 21de555 remove unnecessary "if (!empty()" checks before loops by Noel Grandin · 7 years ago
  46. 3588c6c slideshow: get unit tests to work again by Thorsten Behrens · 8 years ago
  47. 8a629c1 remove unused DocTreeNode::NodeType::Invalid by Noel Grandin · 7 years ago
  48. e329049 loplugin singlevalfields improvement by Noel Grandin · 7 years ago
  49. 6b67f86 tdf#120703 PVS: V560 A part of conditional expression is always true/false by Mike Kaganski · 7 years ago
  50. e3560f4 Replace deprecated boost::optional::reset(val) with operator = by Mike Kaganski · 7 years ago
  51. 5404f75 loplugin:collapseif in sdext..svx by Noel Grandin · 7 years ago
  52. 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
  53. a4b60b7 loplugin:returnconstant by Noel Grandin · 7 years ago
  54. 2c1b7e8 clang-tidy readability-container-size-empty by Noel Grandin · 7 years ago
  55. 5fb66ae clang-tidy readability-simplify-boolean-expr by Noel Grandin · 7 years ago
  56. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  57. b0dc3c6 coverity#1440239 Uncaught exception by Caolán McNamara · 7 years ago
  58. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  59. 56940b7 loplugin:constfields in slideshow by Noel Grandin · 7 years ago
  60. 2fbb9736 loplugin:unusedmethods by Noel Grandin · 8 years ago
  61. 1534025 loplugin:methodcycles more graph theory for the win by Noel Grandin · 8 years ago
  62. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  63. a8aaffa tdf#119146: fix populating maCurrentSubsets by Mike Kaganski · 8 years ago
  64. 2b5812e rename ENABLE_HEADLESS option to DISABLE_GUI by Noel Grandin · 8 years ago
  65. 1a3bf54 Related: tdf#122166 require opengl >= 3.0 for slide transitions by Caolán McNamara · 8 years ago
  66. f435153 Consolidate: basegfx::clamp -> o3tl::clamp by Stephan Bergmann · 8 years ago
  67. c40109c Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  68. 8c48d69 Use more basegfx deg<->rad functions, instead of direct formulas by Mike Kaganski · 8 years ago
  69. b586794 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  70. 9605b99 tdf#76436 initialize maStartInterpolationValue. by Mark Hung · 8 years ago
  71. efa1d0d -Werror=deprecated-copy (GCC trunk towards GCC 9) by Stephan Bergmann · 8 years ago
  72. 4600b07 tdf#102195: don't exclude everything between first and last subset by Mike Kaganski · 8 years ago
  73. 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
  74. 451a76e Fix typo by Andrea Gelmini · 8 years ago
  75. 6493136 New o3tl::temporary to simplify calls of std::modf by Stephan Bergmann · 8 years ago
  76. 7ab34b5 loplugin:redundantcast improvements for floating-integer conversions by Stephan Bergmann · 8 years ago
  77. edd0d35 loplugin:countusersofdefaultparams by Noel Grandin · 8 years ago
  78. 5fa6a79 Fix typos by Andrea Gelmini · 8 years ago
  79. b4d36b5 remove some unused comphelper includes by Jochen Nitschke · 8 years ago
  80. 5dd762d hold MetaAction by rtl::Reference by Noel Grandin · 8 years ago
  81. 48fbfe3 use more DBG_UNHANDLED_EXCEPTION by Noel Grandin · 8 years ago
  82. 0bbfb47 loplugin:useuniqueptr in PluginSlideChange by Noel Grandin · 8 years ago
  83. b2147ab remove unused ucbstreamhelper includes by Jochen Nitschke · 8 years ago
  84. 7fbb96c Move (and rename) graphic stuff from svtools to vcl by Tomaž Vajngerl · 8 years ago
  85. 80918a5 slideshow: convert use of GraphicURL to Graphic property by Tomaž Vajngerl · 8 years ago
  86. 0408a59 tdf#115142 Revert "slideshow: clip shapes in secondary screen window" by Michael Stahl · 8 years ago
  87. 26a016b use more Color in sfx2..svtools by Noel Grandin · 8 years ago
  88. 477d2ba delete colordata.hxx by Noel Grandin · 8 years ago
  89. e2cb154 convert COL_ constants to be of type Color by Noel Grandin · 8 years ago
  90. c98d330 replace Color(COL_*) with COL_* by Noel Grandin · 8 years ago
  91. 08ab1f4 loplugin:oncevar extend to tools/gen.hxx types by Noel Grandin · 8 years ago
  92. 5098f82 Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/ by Stephan Bergmann · 8 years ago
  93. ba8a703 New loplugin:nestedunnamed by Stephan Bergmann · 8 years ago
  94. c101df2 Fix typos by Andrea Gelmini · 8 years ago
  95. ec02714 loplugin:unused-returns in drawinglayer..svx by Noel Grandin · 8 years ago
  96. c0a70da Fix typos by Andrea Gelmini · 8 years ago
  97. 970b768 Fix typos by Andrea Gelmini · 8 years ago
  98. 23885b0 loplugin:unnecessaryparen extend to delete statements by Noel Grandin · 8 years ago
  99. b20ccaf More loplugin:cstylecast: slideshow by Stephan Bergmann · 8 years ago
  100. 7d8e944 convert a<b?a:b to std::min(a,b) by Noel Grandin · 8 years ago