1. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  2. 506c929 Fix typos by Andrea Gelmini · 10 years ago
  3. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  4. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  5. efd8f92 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  6. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  7. 23622f2 -Werror=logical-op (GCC 6) by Stephan Bergmann · 10 years ago
  8. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  9. eb1603c loplugin:passstuffbyref in slideshow by Noel Grandin · 10 years ago
  10. c664b27 tdf#94306 remove unused boost dependencies by Jochen Nitschke · 10 years ago
  11. 0de868c tdf#94306 replace boost::noncopyable in sfx2 to sot by Jochen Nitschke · 10 years ago
  12. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  13. 0161f71 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  14. 6b2d75f cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  15. cb495d7 tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  16. ef97576 tdf#97525 vcl: make DeletionListener internal by Jochen Nitschke · 10 years ago
  17. 96c1ae1 fix headless build by Oliver Specht · 10 years ago
  18. 4b37994 loplugin:constantparam in slideshow by Noel Grandin · 10 years ago
  19. 3a95902 loplugin:constantparam in slideshow by Noel Grandin · 10 years ago
  20. adfa772 Add missing includes by David Ostrovsky · 10 years ago
  21. 037de51 tdf#98175 fix Impress crash by Noel Grandin · 10 years ago
  22. 6d4eb66 Missing include by Stephan Bergmann · 10 years ago
  23. 3ed1e68 slideshow: Blur the shadows the further they are from the object by Emmanuel Gil Peyrot · 10 years ago
  24. 1a9b62d slideshow: Only use texture() in GLSL 1.50, fixes Intel on Windows by Emmanuel Gil Peyrot · 10 years ago
  25. db9fe1e slideshow: Add an ugly workaround for Intel’s matrix multiplication by Emmanuel Gil Peyrot · 10 years ago
  26. 0640430 slideshow: Move Vortex calculations to the geometry stage, fixes Intel by Emmanuel Gil Peyrot · 10 years ago
  27. 9adeeba slideshow: Move Vortex’ tileInfo attribute upload to the first frame by Emmanuel Gil Peyrot · 10 years ago
  28. 4e35473 remove boost/shared_ptr foo by Caolán McNamara · 10 years ago
  29. d01f253 loplugin:unreffun by Stephan Bergmann · 10 years ago
  30. ef3aea7 loplugin:cstylecast by Stephan Bergmann · 10 years ago
  31. 93de1f8 loplugin:cstylecast by Stephan Bergmann · 10 years ago
  32. f29c0b2 boost::shared_ptr->std::shared_ptr in slideshow by Noel Grandin · 10 years ago
  33. a5eae09 WaE unqualifed float literal are double by Norbert Thiebaud · 10 years ago
  34. 778e9a6 new loplugin: find write-only fields by Noel Grandin · 10 years ago
  35. 8973bc0 tdf#97197 - GL transitions should use their context not VCL's. by Michael Meeks · 10 years ago
  36. 9e38d549 loplugin:nullptr by Stephan Bergmann · 10 years ago
  37. d323f24 slideshow: Add shadows to Honeycomb, using the same way as Vortex by Emmanuel Gil Peyrot · 10 years ago
  38. e6421b3 loplugin:nullptr by Stephan Bergmann · 10 years ago
  39. 0c14c7b slideshow: Add shadows to the Vortex transition by Emmanuel Gil Peyrot · 10 years ago
  40. 5b0f53f slideshow: Don't de-reference Nodes cast to const char *. by Michael Meeks · 10 years ago
  41. 0163501 slideshow: Only retrieve each uniform location once by Emmanuel Gil Peyrot · 10 years ago
  42. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  43. 01aa78c vcl: cmdevt.[hc]xx -> commandevent.[hc]xx by Chris Sherlock · 10 years ago
  44. 5e971b2 vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute' by Chris Sherlock · 10 years ago
  45. 249e3d6 vcl: split exception types from input types by Chris Sherlock · 10 years ago
  46. dc889a9 loplugin:fpcomparison in slideshow/ by Noel Grandin · 10 years ago
  47. 697d445 vcl: take into account the font width is the average font width by Chris Sherlock · 10 years ago
  48. 8b65dec8 slideshow: Make sure the slide is fully opaque in Honeycomb by Emmanuel Gil Peyrot · 10 years ago
  49. 98c3436 boost::hash->std::hash by Noel Grandin · 10 years ago
  50. 1fd280f boost::tuple -> std::tuple by Caolán McNamara · 10 years ago
  51. e9a2e04 OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that by Caolán McNamara · 10 years ago
  52. d1a49df vcl: add text alignment functions to ImplFont and FontAttributes by Chris Sherlock · 10 years ago
  53. 752cd07 InterfaceContainer2 with vector instead of Sequence by Noel Grandin · 10 years ago
  54. cea94bd GCC PCH says -Werror=unused-macros BOOST_SPIRIT_DEBUG by Michael Stahl · 10 years ago
  55. 29bd696 slideshow: Change quads into cubes in the Vortex transition by Emmanuel Gil Peyrot · 10 years ago
  56. 3b6f877 slideshow: Relicense every shader of which I am the sole author to MPL by Emmanuel Gil Peyrot · 10 years ago
  57. 7cca8d3 slideshow: Add some volume to the Honeycomb hexagons, making them look better by Emmanuel Gil Peyrot · 10 years ago
  58. 0fe5a30 slideshow: Tweak a few constants to make Glitter and Honeycomb look nicer by Emmanuel Gil Peyrot · 10 years ago
  59. 2159501 loplugin:unusedmethods unused return value in slideshow by Noel Grandin · 10 years ago
  60. 9ff5abf loplugin:privatebase: Make derivation from noncopyable explicitly private by Stephan Bergmann · 10 years ago
  61. 2851683 Fix typos by Andrea Gelmini · 10 years ago
  62. a301da7 slideshow: Define inverse() to bring back the GLSL version to 1.20 by Emmanuel Gil Peyrot · 10 years ago
  63. d886fef slideshow: Improve the Vortex transition to match PowerPoint better by Emmanuel Gil Peyrot · 10 years ago
  64. 1d411ca slideshow: Improve the Ripple transition to match PowerPoint better by Emmanuel Gil Peyrot · 10 years ago
  65. 22480b2 slideshow: Fix a few issues in the Glitter transition by Emmanuel Gil Peyrot · 10 years ago
  66. 9d0b06e new loplugin rangedforcopy - use reference in range based for by Andrzej Hunt · 10 years ago
  67. 4dfba3b tdf#96522 - [ANIMATION] Animation Spiral in does not work by Noel Grandin · 10 years ago
  68. f4e703a loplugin:unusedfields in sfx2,slideshow,starmath,stoc by Noel Grandin · 10 years ago
  69. 42645fe related tdf#96398 pull out more NPAPI-related code by Thorsten Behrens · 10 years ago
  70. 1c9de04 chmod -x by Tor Lillqvist · 10 years ago
  71. 014633f Use #version 140 to get inverse() by Tor Lillqvist · 10 years ago
  72. ec8af31 loplugin:nullptr by Stephan Bergmann · 10 years ago
  73. a643222 No need for a separate <vcl/graph.h> by Tor Lillqvist · 10 years ago
  74. 3b397f8 slideshow: windows build fixes by Tomaž Vajngerl · 10 years ago
  75. d9116f22 slideshow: Improve the performances of the Glitter transition by Emmanuel Gil Peyrot · 10 years ago
  76. c0b8c03 slideshow: Improve the performances of the Honeycomb transition by Emmanuel Gil Peyrot · 10 years ago
  77. c5228bd slideshow: Don’t upload matrices to inexistent uniforms by Emmanuel Gil Peyrot · 10 years ago
  78. b4383be slideshow: Use GL_CLAMP_TO_BORDER for texture wrap by Emmanuel Gil Peyrot · 10 years ago
  79. facfbeb opengl: Add Geometry Shader support to OpenGLHelper by Emmanuel Gil Peyrot · 10 years ago
  80. 129b8b8 slideshow: Remove extraneous checks for the program object. by Emmanuel Gil Peyrot · 10 years ago
  81. 9e991f4 slideshow: Don’t crash when a transition fails to initialize. by Emmanuel Gil Peyrot · 10 years ago
  82. 463739f slideshow: Only upload vertex data on prepare by Emmanuel Gil Peyrot · 10 years ago
  83. c831e48 slideshow: Fix what was remaining to be able to use a core context by Emmanuel Gil Peyrot · 10 years ago
  84. 859e64a slideshow: Fix lighting in the Vortex transition by Emmanuel Gil Peyrot · 10 years ago
  85. a74e8ab slideshow: Remove the last legacy uniforms by Emmanuel Gil Peyrot · 10 years ago
  86. 7d1c123 slideshow: Upload the projection and modelview matrices as uniforms by Emmanuel Gil Peyrot · 10 years ago
  87. 566eca1 slideshow: upload the transform matrices as uniforms by Emmanuel Gil Peyrot · 10 years ago
  88. 4fcebe9f slideshow: Remove legacy lighting code by Emmanuel Gil Peyrot · 10 years ago
  89. f9a0564 slideshow: Remove wrong and unused uniform upload by Emmanuel Gil Peyrot · 10 years ago
  90. 57387eb tdf#96083 slide transitions wrong with appearing shapes by Armin Le Grand · 10 years ago
  91. ec3f724 loplugin:unusedfields by Noel Grandin · 10 years ago
  92. e5b3ec9 fix build: "warning C4305: truncation from 'double' to 'float'" by Thorsten Behrens · 10 years ago
  93. f6bc5b7 fix build "error C2065: ´M_PI´ : undeclared identifier" by Thorsten Behrens · 10 years ago
  94. 68ab250 slideshow: Fix rotations when the slide and the screen have a different ratio by Emmanuel Gil Peyrot · 10 years ago
  95. 6bc132f slideshow: Add back lighting in the SimpleTransition shaders by Emmanuel Gil Peyrot · 10 years ago
  96. b8eff3a slideshow: Fix the baseline version, we now require OpenGL 2.1 by Emmanuel Gil Peyrot · 10 years ago
  97. 2a81e30 slideshow: Make the Iris class private to the TransitionImpl translation unit by Emmanuel Gil Peyrot · 10 years ago
  98. 4c749b1 slideshow: Merge ShaderTransition into OGLTransitionImpl by Emmanuel Gil Peyrot · 10 years ago
  99. fb3661a slideshow: Move Operation to its own translation unit by Emmanuel Gil Peyrot · 10 years ago
  100. 04fe52e loplugin:unusedfields in slideshow/ by Noel Grandin · 10 years ago