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