1. 57387eb tdf#96083 slide transitions wrong with appearing shapes by Armin Le Grand · 10 years ago
  2. ec3f724 loplugin:unusedfields by Noel Grandin · 10 years ago
  3. e5b3ec9 fix build: "warning C4305: truncation from 'double' to 'float'" by Thorsten Behrens · 10 years ago
  4. f6bc5b7 fix build "error C2065: ´M_PI´ : undeclared identifier" by Thorsten Behrens · 10 years ago
  5. 68ab250 slideshow: Fix rotations when the slide and the screen have a different ratio by Emmanuel Gil Peyrot · 10 years ago
  6. 6bc132f slideshow: Add back lighting in the SimpleTransition shaders by Emmanuel Gil Peyrot · 10 years ago
  7. b8eff3a slideshow: Fix the baseline version, we now require OpenGL 2.1 by Emmanuel Gil Peyrot · 10 years ago
  8. 2a81e30 slideshow: Make the Iris class private to the TransitionImpl translation unit by Emmanuel Gil Peyrot · 10 years ago
  9. 4c749b1 slideshow: Merge ShaderTransition into OGLTransitionImpl by Emmanuel Gil Peyrot · 10 years ago
  10. fb3661a slideshow: Move Operation to its own translation unit by Emmanuel Gil Peyrot · 10 years ago
  11. 04fe52e loplugin:unusedfields in slideshow/ by Noel Grandin · 10 years ago
  12. 55dd7c5 loplugin:staticmethods by Noel Grandin · 10 years ago
  13. b3ce63e slideshow: Reimplement reflections in shaders, and port Rochade and TurnAround by Emmanuel Gil Peyrot · 10 years ago
  14. f62990a slideshow: Reimplement both Fade transitions in shaders by Emmanuel Gil Peyrot · 10 years ago
  15. 1f91c05 slideshow: Make SimpleTransition inherit from ShaderTransition by Emmanuel Gil Peyrot · 10 years ago
  16. b879374 Seems more natural to pass a homogenous list by initializer_list by Stephan Bergmann · 10 years ago
  17. ab9add5 loplugin:sallogareas by Stephan Bergmann · 10 years ago
  18. ff52270 loplugin:redundantcast by Stephan Bergmann · 10 years ago
  19. cda5c7a slideshow: Port all matrix operations from GL to glm by Emmanuel Gil Peyrot · 10 years ago
  20. e18da09 slideshow: Batch primitive display as much as possible by Emmanuel Gil Peyrot · 10 years ago
  21. 04e2cae slideshow: Use gl_ModelViewProjectionMatrix in vertex shaders by Emmanuel Gil Peyrot · 10 years ago
  22. cad6045 slideshow: Always enable normals, there is no case where they are empty by Emmanuel Gil Peyrot · 10 years ago
  23. ba02afa slideshow: Don’t create the permTexture if the shaders don’t use it by Emmanuel Gil Peyrot · 10 years ago
  24. f41358a slideshow: Rename getVertices into getVertex, to match its only usage by Emmanuel Gil Peyrot · 10 years ago
  25. 9f83928 slideshow: improve "honeycomb" transition by Tomaž Vajngerl · 10 years ago
  26. 53f16c3 remove unused typedefs and inline use-once typedefs by Noel Grandin · 10 years ago
  27. d9e6270 loplugin:unnecessaryvirtual by Noel Grandin · 10 years ago
  28. 9797215 slideshow: initial work on "honeycomb" transition (incomplete) by Tomaž Vajngerl · 10 years ago
  29. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  30. 6f6056d slideshow: improve rotation timing in glitter transition by Tomaž Vajngerl · 10 years ago
  31. 7dec6e6 slideshow: simplify NByMTileFlip transition by Tomaž Vajngerl · 10 years ago
  32. f6ef7e3 slideshow: add "glitter" slide transition by Tomaž Vajngerl · 10 years ago
  33. a0b9baa Bin mesa_headers completely by Tor Lillqvist · 10 years ago
  34. b216cc1 Avoid mesa_headers on X11, also link with -lGL only where necesssary by Tor Lillqvist · 10 years ago
  35. db17d3c new loplugin: memoryvar by Noel Grandin · 10 years ago
  36. b6fe760 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  37. 3042270 Improve the Vortex transition by Tor Lillqvist · 10 years ago
  38. 6bb8194 Simplify and improve (?) the Vortex transition by Tor Lillqvist · 10 years ago
  39. 04352b4 Now I understand why that multiplication by 10 was there originally by Tor Lillqvist · 10 years ago
  40. ef04c66 Improve transition shader portability by Tor Lillqvist · 10 years ago
  41. 24db02d Make the Vortex transition a bit more interesting by Tor Lillqvist · 10 years ago
  42. 69b81b6 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  43. 75465aa Add a 'Ripple' transition by Tor Lillqvist · 10 years ago
  44. 1c3d3ff use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  45. 59b072e yyyyy by Noel Grandin · 10 years ago
  46. dc3fca8 Mac fix by Stephan Bergmann · 10 years ago
  47. 76cfcea The fglrx driver is an X11 only thing by Tor Lillqvist · 10 years ago
  48. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  49. 6e27367 coverity#1332210 Uninitialized scalar field by Caolán McNamara · 10 years ago
  50. c7e8f21 loplugin:unusedmethods by Noel Grandin · 10 years ago
  51. e195b2e com::sun::star->css in slideshow by Noel Grandin · 10 years ago
  52. 973a408 Remove initial :: from sal_* types by Tor Lillqvist · 10 years ago
  53. 6b520a3 Nothing that would be covered by that here by Tor Lillqvist · 10 years ago
  54. f157d0f WaE: unused parameters by Tor Lillqvist · 10 years ago
  55. 30cdd16 Initial work on a "Vortex" transition by Tor Lillqvist · 10 years ago
  56. 2e61410 Bin dead code by Tor Lillqvist · 10 years ago
  57. 8c84777 Actually, the permTexture is 256*256 pixels by Tor Lillqvist · 10 years ago
  58. 1877228 Add confused comment by Tor Lillqvist · 10 years ago
  59. 191cbcc Drop some 'using', the std:: is not that ugly by Tor Lillqvist · 10 years ago
  60. c59d726 Use std::shared_ptr instead of boost by Tor Lillqvist · 10 years ago
  61. 25e777f Simplify ifdefs by Tor Lillqvist · 10 years ago
  62. 3569c58 Remove obsolete version map files by Stephan Bergmann · 10 years ago
  63. 42e2b43 Use same order in this switch, too, as above by Tor Lillqvist · 10 years ago
  64. e6cf271 Add a bit of explanatory comment by Tor Lillqvist · 10 years ago
  65. 9bfe1d1 No, it isn't by Tor Lillqvist · 10 years ago
  66. 382eb1a remove untyped Link<> by Noel Grandin · 10 years ago
  67. 7e5bada slideshow: remove unecessary boost/bind includes by Daniel Robertson · 10 years ago
  68. 90d82f7 loplugin:unreffun by Noel Grandin · 10 years ago
  69. 39c7826 tdf#93243 slideshow: boost::bind -> C++11 lambdas by Daniel Robertson · 10 years ago
  70. 4038b27 tdf#93243 slideshow: boost::bind -> C++11 lambdas by Daniel Robertson · 10 years ago
  71. ed7361e cppcheck:variableScope by Noel Grandin · 10 years ago
  72. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  73. 91e0161 tdf#93243 slideshow: replace boost::bind by Daniel Robertson · 10 years ago
  74. b629728 Replace simple while loops with range-based for by Daniel Robertson · 10 years ago
  75. 6e8f1a3 slideshow: replace for_each with range-based for by Daniel Robertson · 10 years ago
  76. 862bd36 tdf#94222: Revert "slideshow: replace for_each with range-based loop" by Jan Holesovsky · 11 years ago
  77. d68a0fc loplugin:unusedmethods by Noel Grandin · 11 years ago
  78. f45ac62 Fix typos by Andrea Gelmini · 11 years ago
  79. c50eb68 Renamed wrongly prefixed boolean variables by Stefan Heinemann · 11 years ago
  80. 4c657f5 Properly #if these debug hooks by Stephan Bergmann · 11 years ago feature/chained-text-boxes
  81. 6fbab2c loplugin:unreffun by Stephan Bergmann · 11 years ago
  82. 64144c2 boost->std by Caolán McNamara · 11 years ago
  83. afce2ee slideshow: fix mysterious crash with the gtk3 vclplug by Michael Stahl · 11 years ago
  84. 625d83e tdf#94006 - need an explicit dispose for slideshow's GLContext. by Michael Meeks · 11 years ago
  85. 22b80ac boost->std by Caolán McNamara · 11 years ago
  86. 35fd0cf cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  87. c5e3cf0 tdf#94031 - slideshow: bind correct GL context for prepareEnvironment by Lubosz Sarnecki · 11 years ago
  88. d39630b OpenGL: use CHECK_GL_ERROR() only when a context is bound. by Michael Meeks · 11 years ago
  89. a37d3b1 OpenGL: use CHECK_GL_ERROR() only when a context is bound. by Michael Meeks · 11 years ago
  90. 56900a4 tdf#94006 - fix OpenGLContext mis-use in several places. by Michael Meeks · 11 years ago
  91. ca7bab0 slideshow: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  92. 6900bf4 o3tl/cow_wrapper: remove boost dependency by Daniel Robertson · 11 years ago
  93. ead5bc3 slideshow: replace for_each with range-based loop by Daniel Robertson · 11 years ago
  94. 7d769f9 loplugin: defaultparams by Noel Grandin · 11 years ago
  95. a811d6e slideshow: replace for_each with range-based for by Daniel Robertson · 11 years ago
  96. 1e4b29e Range-based for-loops. by Jan Holesovsky · 11 years ago
  97. 2c587f0 slideshow: prefer value_type over manual type generation by Thorsten Behrens · 11 years ago
  98. ff265a5 loplugin:unreffun by Stephan Bergmann · 11 years ago
  99. 28564f9 loplugin:cstylecast by Noel Grandin · 11 years ago
  100. 7151a2a -Werror,-Winconsistent-missing-override by Noel Grandin · 11 years ago