1. 5c5eab3 tdf#124756 slideshow: avoid mbPaintDisabled for media windows by Miklos Vajna · 7 years ago
  2. 6be929b tdf#77186 handle time container indefinite repetition. by Mark Hung · 7 years ago
  3. 715f21e Resolves: tdf#121942 action deactivated twice by Caolán McNamara · 7 years ago
  4. d6b1e26 tdf#121830 TogglePause should reset to original state on deactivate_st ? by Caolán McNamara · 7 years ago
  5. e329049 loplugin singlevalfields improvement by Noel Grandin · 7 years ago
  6. 6b67f86 tdf#120703 PVS: V560 A part of conditional expression is always true/false by Mike Kaganski · 7 years ago
  7. e3560f4 Replace deprecated boost::optional::reset(val) with operator = by Mike Kaganski · 7 years ago
  8. 5404f75 loplugin:collapseif in sdext..svx by Noel Grandin · 7 years ago
  9. 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
  10. a4b60b7 loplugin:returnconstant by Noel Grandin · 7 years ago
  11. 2c1b7e8 clang-tidy readability-container-size-empty by Noel Grandin · 7 years ago
  12. 5fb66ae clang-tidy readability-simplify-boolean-expr by Noel Grandin · 7 years ago
  13. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  14. b0dc3c6 coverity#1440239 Uncaught exception by Caolán McNamara · 7 years ago
  15. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  16. 56940b7 loplugin:constfields in slideshow by Noel Grandin · 7 years ago
  17. 2fbb9736 loplugin:unusedmethods by Noel Grandin · 8 years ago
  18. 1534025 loplugin:methodcycles more graph theory for the win by Noel Grandin · 8 years ago
  19. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  20. a8aaffa tdf#119146: fix populating maCurrentSubsets by Mike Kaganski · 8 years ago
  21. 2b5812e rename ENABLE_HEADLESS option to DISABLE_GUI by Noel Grandin · 8 years ago
  22. 1a3bf54 Related: tdf#122166 require opengl >= 3.0 for slide transitions by Caolán McNamara · 8 years ago
  23. f435153 Consolidate: basegfx::clamp -> o3tl::clamp by Stephan Bergmann · 8 years ago
  24. c40109c Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  25. 8c48d69 Use more basegfx deg<->rad functions, instead of direct formulas by Mike Kaganski · 8 years ago
  26. b586794 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  27. 9605b99 tdf#76436 initialize maStartInterpolationValue. by Mark Hung · 8 years ago
  28. efa1d0d -Werror=deprecated-copy (GCC trunk towards GCC 9) by Stephan Bergmann · 8 years ago
  29. 4600b07 tdf#102195: don't exclude everything between first and last subset by Mike Kaganski · 8 years ago
  30. 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
  31. 451a76e Fix typo by Andrea Gelmini · 8 years ago
  32. 6493136 New o3tl::temporary to simplify calls of std::modf by Stephan Bergmann · 8 years ago
  33. 7ab34b5 loplugin:redundantcast improvements for floating-integer conversions by Stephan Bergmann · 8 years ago
  34. edd0d35 loplugin:countusersofdefaultparams by Noel Grandin · 8 years ago
  35. 5fa6a79 Fix typos by Andrea Gelmini · 8 years ago
  36. b4d36b5 remove some unused comphelper includes by Jochen Nitschke · 8 years ago
  37. 5dd762d hold MetaAction by rtl::Reference by Noel Grandin · 8 years ago
  38. 48fbfe3 use more DBG_UNHANDLED_EXCEPTION by Noel Grandin · 8 years ago
  39. 0bbfb47 loplugin:useuniqueptr in PluginSlideChange by Noel Grandin · 8 years ago
  40. b2147ab remove unused ucbstreamhelper includes by Jochen Nitschke · 8 years ago
  41. 7fbb96c Move (and rename) graphic stuff from svtools to vcl by Tomaž Vajngerl · 8 years ago
  42. 80918a5 slideshow: convert use of GraphicURL to Graphic property by Tomaž Vajngerl · 8 years ago
  43. 0408a59 tdf#115142 Revert "slideshow: clip shapes in secondary screen window" by Michael Stahl · 8 years ago
  44. 26a016b use more Color in sfx2..svtools by Noel Grandin · 8 years ago
  45. 477d2ba delete colordata.hxx by Noel Grandin · 8 years ago
  46. e2cb154 convert COL_ constants to be of type Color by Noel Grandin · 8 years ago
  47. c98d330 replace Color(COL_*) with COL_* by Noel Grandin · 8 years ago
  48. 08ab1f4 loplugin:oncevar extend to tools/gen.hxx types by Noel Grandin · 8 years ago
  49. 5098f82 Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/ by Stephan Bergmann · 8 years ago
  50. ba8a703 New loplugin:nestedunnamed by Stephan Bergmann · 8 years ago
  51. c101df2 Fix typos by Andrea Gelmini · 8 years ago
  52. ec02714 loplugin:unused-returns in drawinglayer..svx by Noel Grandin · 8 years ago
  53. c0a70da Fix typos by Andrea Gelmini · 8 years ago
  54. 970b768 Fix typos by Andrea Gelmini · 8 years ago
  55. 23885b0 loplugin:unnecessaryparen extend to delete statements by Noel Grandin · 8 years ago
  56. b20ccaf More loplugin:cstylecast: slideshow by Stephan Bergmann · 8 years ago
  57. 7d8e944 convert a<b?a:b to std::min(a,b) by Noel Grandin · 8 years ago
  58. 16fd3dd More loplugin:cstylecast: slideshow by Stephan Bergmann · 8 years ago
  59. c00cb49 loplugin:redundantcast: slideshow by Stephan Bergmann · 8 years ago
  60. e21ae87 loplugin:passstuffbyref improved return in xmlhelp,slideshow by Noel Grandin · 8 years ago
  61. e6e85f1 remove unused typedefs by Noel Grandin · 8 years ago
  62. a5be07d inline use-once typedefs by Noel Grandin · 8 years ago
  63. 29baa05 tools: remove unused #include from solar.h by Michael Stahl · 8 years ago
  64. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  65. 2b08269 Replace deprecated std::mem_fun et al in slideshow by Stephan Bergmann · 8 years ago
  66. 4f4486c look for =() in loplugin:unnecessaryparen by Noel Grandin · 8 years ago
  67. 99e373c slideshow: clip shapes in secondary screen window by Michael Stahl · 8 years ago
  68. a93b691 loplugin:unusedvariable add some more std:: types by Noel Grandin · 8 years ago
  69. 08a43cc related: tdf#103884 remove gltf/collada feature by Thorsten Behrens · 8 years ago
  70. 11d2f3d vcl: make MapMode constructor explicit by Michael Stahl · 8 years ago
  71. 084f454 More loplugin:unnecessaryparen by Stephan Bergmann · 8 years ago
  72. 5f0ddf2 loplugin:includeform: slideshow by Stephan Bergmann · 8 years ago
  73. 022b1b2 tdf#96505 Get rid of cargo cult long integer literals by udareechk · 9 years ago
  74. db90b1a Move slideshow include files to common include directory by Stephan Bergmann · 8 years ago
  75. e8b5510 Fix typos by Andrea Gelmini · 8 years ago
  76. f775249 remove cppcanvas Color class by Noel Grandin · 8 years ago
  77. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  78. 69c8865 Resolves: tdf#42873 videos in presenter console misplaced by Caolán McNamara · 9 years ago
  79. 8e78975 Rename the basegfx::tools namespace to basegfx::utils by Tor Lillqvist · 9 years ago
  80. cf48347 Fresh run of bin/update_pch.sh by Mike Kaganski · 9 years ago
  81. cc23399 clang-tidy modernize-use-emplace in slideshow by Noel Grandin · 9 years ago
  82. 1a547a5 hidpi+gtk3: move setting the opengl slide viewport by Caolán McNamara · 9 years ago
  83. 67951d0 Resolves: tdf#111073 incorrect gif background color by Caolán McNamara · 9 years ago
  84. 64a3124 Fix typos by Andrea Gelmini · 9 years ago
  85. 2e8acde remove UL/L suffixes from integer constants on the RHS of expressions by Noel Grandin · 9 years ago
  86. ff1f6a5 remove UL/L suffixes from integer constants in initialiser/call expressions by Noel Grandin · 9 years ago
  87. 224b770 remove UL/L suffixes from shift-by-constant expressions by Noel Grandin · 9 years ago
  88. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  89. 3dcf6df remove unnecessary use of 'this->' by Noel Grandin · 9 years ago
  90. b1d829e move resmgr to unotools by Caolán McNamara · 9 years ago
  91. b32ead5 loplugin:checkunusedparams more part1 by Noel Grandin · 9 years ago
  92. 81047ea make animation loop sal_uInt32 consistently by Caolán McNamara · 9 years ago
  93. b9982b5 loplugin:constparams in slideshow by Noel Grandin · 9 years ago
  94. 00657ae migrate to boost::gettext by Caolán McNamara · 9 years ago
  95. 83535a2 emfplus: create a wmf/emf/emf+ primitive based importer by Armin Le Grand · 9 years ago
  96. 7de833a simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) by Noel Grandin · 9 years ago
  97. 868d8c8 loplugin:unnecessaryparen handle parens inside call expr by Noel Grandin · 9 years ago
  98. ab9b38a use more begin()/end() for Sequence by Noel Grandin · 9 years ago
  99. 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
  100. e037381 loplugin:unusedfields in slideshow..svtools by Noel Grandin · 9 years ago