1. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  2. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  3. a881fd7 convert RasterOp to scoped enum by Noel Grandin · 10 years ago
  4. cea58d4 slideshow: stop whining about PresenterCanvas' lack of XUpdatable by Michael Stahl · 10 years ago
  5. 86c0ce4 loplugin:countusersofdefaultparams by Noel Grandin · 10 years ago
  6. a402785 loplugin:countusersofdefaultparams in sfx2..svgio by Noel Grandin · 10 years ago
  7. e13aead Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusion by Tor Lillqvist · 10 years ago
  8. 069d71b loplugin:countusersofdefaultparams in shell..starmath by Noel Grandin · 10 years ago
  9. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  10. a0d3168 tdf#97195 make diamond transition work again by David Tardon · 10 years ago
  11. 9f994a9 loplugin:staticmethods by Stephan Bergmann · 10 years ago
  12. c726059 tdf#97195 fix crash in diamond shape transition by David Tardon · 10 years ago
  13. 7a0a0ba loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  14. b6b34d5 Clarify calculation precedence tdf#39440 by Muhammet Kara · 10 years ago
  15. cd71034 comphelper::OBaseMutex -> cppu::BaseMutex by Noel Grandin · 10 years ago
  16. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  17. 16ddfa2 Slideshow: Add 'Oval' Shape Transition variant by Mayank Gupta · 10 years ago
  18. 4bcb477 Revert "Slideshow: Add 'Oval' Shape Transition variant" by jan iversen · 10 years ago
  19. 248c5ea Slideshow: Add 'Oval' Shape Transition variant by Mayank Gupta · 10 years ago
  20. a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago
  21. 22fa928 tdf#96099 Remove various smart pointer typedefs by Mark Page · 10 years ago
  22. 66592cc initialize the counter by David Tardon · 10 years ago
  23. 8e8a88e loplugin:unusedfields by Noel Grandin · 10 years ago
  24. 5d78d48 Can use boost::make_optional by Stephan Bergmann · 10 years ago
  25. b0950b1 Remove CycleMode enum by Noel Grandin · 10 years ago
  26. 850a8d2 Convert GRAPHIC to scoped enum by Noel Grandin · 10 years ago
  27. d6eef45 slideshow: appease MSVC 2013 with the std::chrono types by Michael Stahl · 10 years ago
  28. da732fa slideshow: replace boost::posix_time with C++11 std::chrono by Michael Stahl · 10 years ago
  29. edc8727 Convert Disposal to scoped enum by Noel Grandin · 10 years ago
  30. 81283a8 GLX_EXT_texture_from_pixmap path cannot be called... by Caolán McNamara · 10 years ago
  31. b8d163f Split OpenGLContext up into SalInstance specific classes by Caolán McNamara · 10 years ago
  32. b3ff2f4 loplugin:unusedmethods in slideshow to svtools by Noel Grandin · 10 years ago
  33. d96c114 clang-tidy modernize-make-shared by Noel Grandin · 10 years ago
  34. a345c59 slideshow: replace boost::mem_fn with std::mem_fn by Michael Stahl · 10 years ago
  35. e4df573 slideshow: tweak BaseContainerNode::forEachChildNode by Michael Stahl · 10 years ago
  36. 7d90294 convert EXCEPTION_ to scoped enum by Noel Grandin · 10 years ago
  37. 58a6417 slideshow: tweak ListenerOperations<std::weak_ptr<ListenerTargetT>> by Michael Stahl · 10 years ago
  38. 7ac1062 slideshow: replace boost::mem_fn with C++11 lambdas by Michael Stahl · 10 years ago
  39. 265068d clang-tidy modernize-loop-convert in scripting to svtools by Noel Grandin · 10 years ago
  40. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  41. 58080e8 basegfx,oox,slideshow: replace boost::next/prior with std::next/prev by Michael Stahl · 10 years ago
  42. f3d9aab teach passstuffbyref plugin to check for.. by Noel Grandin · 10 years ago
  43. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  44. 506c929 Fix typos by Andrea Gelmini · 10 years ago
  45. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  46. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  47. efd8f92 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  48. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  49. 23622f2 -Werror=logical-op (GCC 6) by Stephan Bergmann · 10 years ago
  50. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  51. eb1603c loplugin:passstuffbyref in slideshow by Noel Grandin · 10 years ago
  52. c664b27 tdf#94306 remove unused boost dependencies by Jochen Nitschke · 10 years ago
  53. 0de868c tdf#94306 replace boost::noncopyable in sfx2 to sot by Jochen Nitschke · 10 years ago
  54. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  55. 0161f71 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  56. 6b2d75f cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  57. cb495d7 tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  58. ef97576 tdf#97525 vcl: make DeletionListener internal by Jochen Nitschke · 10 years ago
  59. 96c1ae1 fix headless build by Oliver Specht · 10 years ago
  60. 4b37994 loplugin:constantparam in slideshow by Noel Grandin · 10 years ago
  61. 3a95902 loplugin:constantparam in slideshow by Noel Grandin · 10 years ago
  62. adfa772 Add missing includes by David Ostrovsky · 10 years ago
  63. 037de51 tdf#98175 fix Impress crash by Noel Grandin · 10 years ago
  64. 6d4eb66 Missing include by Stephan Bergmann · 10 years ago
  65. 3ed1e68 slideshow: Blur the shadows the further they are from the object by Emmanuel Gil Peyrot · 10 years ago
  66. 1a9b62d slideshow: Only use texture() in GLSL 1.50, fixes Intel on Windows by Emmanuel Gil Peyrot · 10 years ago
  67. db9fe1e slideshow: Add an ugly workaround for Intel’s matrix multiplication by Emmanuel Gil Peyrot · 10 years ago
  68. 0640430 slideshow: Move Vortex calculations to the geometry stage, fixes Intel by Emmanuel Gil Peyrot · 10 years ago
  69. 9adeeba slideshow: Move Vortex’ tileInfo attribute upload to the first frame by Emmanuel Gil Peyrot · 10 years ago
  70. 4e35473 remove boost/shared_ptr foo by Caolán McNamara · 10 years ago
  71. d01f253 loplugin:unreffun by Stephan Bergmann · 10 years ago
  72. ef3aea7 loplugin:cstylecast by Stephan Bergmann · 10 years ago
  73. 93de1f8 loplugin:cstylecast by Stephan Bergmann · 10 years ago
  74. f29c0b2 boost::shared_ptr->std::shared_ptr in slideshow by Noel Grandin · 10 years ago
  75. a5eae09 WaE unqualifed float literal are double by Norbert Thiebaud · 10 years ago
  76. 778e9a6 new loplugin: find write-only fields by Noel Grandin · 10 years ago
  77. 8973bc0 tdf#97197 - GL transitions should use their context not VCL's. by Michael Meeks · 10 years ago
  78. 9e38d549 loplugin:nullptr by Stephan Bergmann · 10 years ago
  79. d323f24 slideshow: Add shadows to Honeycomb, using the same way as Vortex by Emmanuel Gil Peyrot · 10 years ago
  80. e6421b3 loplugin:nullptr by Stephan Bergmann · 10 years ago
  81. 0c14c7b slideshow: Add shadows to the Vortex transition by Emmanuel Gil Peyrot · 10 years ago
  82. 5b0f53f slideshow: Don't de-reference Nodes cast to const char *. by Michael Meeks · 10 years ago
  83. 0163501 slideshow: Only retrieve each uniform location once by Emmanuel Gil Peyrot · 10 years ago
  84. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  85. 01aa78c vcl: cmdevt.[hc]xx -> commandevent.[hc]xx by Chris Sherlock · 10 years ago
  86. 5e971b2 vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute' by Chris Sherlock · 10 years ago
  87. 249e3d6 vcl: split exception types from input types by Chris Sherlock · 10 years ago
  88. dc889a9 loplugin:fpcomparison in slideshow/ by Noel Grandin · 10 years ago
  89. 697d445 vcl: take into account the font width is the average font width by Chris Sherlock · 10 years ago
  90. 8b65dec8 slideshow: Make sure the slide is fully opaque in Honeycomb by Emmanuel Gil Peyrot · 10 years ago
  91. 98c3436 boost::hash->std::hash by Noel Grandin · 10 years ago
  92. 1fd280f boost::tuple -> std::tuple by Caolán McNamara · 10 years ago
  93. e9a2e04 OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that by Caolán McNamara · 10 years ago
  94. d1a49df vcl: add text alignment functions to ImplFont and FontAttributes by Chris Sherlock · 10 years ago
  95. 752cd07 InterfaceContainer2 with vector instead of Sequence by Noel Grandin · 10 years ago
  96. cea94bd GCC PCH says -Werror=unused-macros BOOST_SPIRIT_DEBUG by Michael Stahl · 10 years ago
  97. 29bd696 slideshow: Change quads into cubes in the Vortex transition by Emmanuel Gil Peyrot · 10 years ago
  98. 3b6f877 slideshow: Relicense every shader of which I am the sole author to MPL by Emmanuel Gil Peyrot · 10 years ago
  99. 7cca8d3 slideshow: Add some volume to the Honeycomb hexagons, making them look better by Emmanuel Gil Peyrot · 10 years ago
  100. 0fe5a30 slideshow: Tweak a few constants to make Glitter and Honeycomb look nicer by Emmanuel Gil Peyrot · 10 years ago