1. 9797215 slideshow: initial work on "honeycomb" transition (incomplete) by Tomaž Vajngerl · 10 years ago
  2. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  3. 6f6056d slideshow: improve rotation timing in glitter transition by Tomaž Vajngerl · 10 years ago
  4. 7dec6e6 slideshow: simplify NByMTileFlip transition by Tomaž Vajngerl · 10 years ago
  5. f6ef7e3 slideshow: add "glitter" slide transition by Tomaž Vajngerl · 10 years ago
  6. a0b9baa Bin mesa_headers completely by Tor Lillqvist · 10 years ago
  7. b216cc1 Avoid mesa_headers on X11, also link with -lGL only where necesssary by Tor Lillqvist · 10 years ago
  8. db17d3c new loplugin: memoryvar by Noel Grandin · 10 years ago
  9. b6fe760 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  10. 3042270 Improve the Vortex transition by Tor Lillqvist · 10 years ago
  11. 6bb8194 Simplify and improve (?) the Vortex transition by Tor Lillqvist · 10 years ago
  12. 04352b4 Now I understand why that multiplication by 10 was there originally by Tor Lillqvist · 10 years ago
  13. ef04c66 Improve transition shader portability by Tor Lillqvist · 10 years ago
  14. 24db02d Make the Vortex transition a bit more interesting by Tor Lillqvist · 10 years ago
  15. 69b81b6 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  16. 75465aa Add a 'Ripple' transition by Tor Lillqvist · 10 years ago
  17. 1c3d3ff use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  18. 59b072e yyyyy by Noel Grandin · 10 years ago
  19. dc3fca8 Mac fix by Stephan Bergmann · 10 years ago
  20. 76cfcea The fglrx driver is an X11 only thing by Tor Lillqvist · 10 years ago
  21. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  22. 6e27367 coverity#1332210 Uninitialized scalar field by Caolán McNamara · 10 years ago
  23. c7e8f21 loplugin:unusedmethods by Noel Grandin · 10 years ago
  24. e195b2e com::sun::star->css in slideshow by Noel Grandin · 10 years ago
  25. 973a408 Remove initial :: from sal_* types by Tor Lillqvist · 10 years ago
  26. 6b520a3 Nothing that would be covered by that here by Tor Lillqvist · 10 years ago
  27. f157d0f WaE: unused parameters by Tor Lillqvist · 10 years ago
  28. 30cdd16 Initial work on a "Vortex" transition by Tor Lillqvist · 10 years ago
  29. 2e61410 Bin dead code by Tor Lillqvist · 10 years ago
  30. 8c84777 Actually, the permTexture is 256*256 pixels by Tor Lillqvist · 10 years ago
  31. 1877228 Add confused comment by Tor Lillqvist · 10 years ago
  32. 191cbcc Drop some 'using', the std:: is not that ugly by Tor Lillqvist · 10 years ago
  33. c59d726 Use std::shared_ptr instead of boost by Tor Lillqvist · 10 years ago
  34. 25e777f Simplify ifdefs by Tor Lillqvist · 10 years ago
  35. 3569c58 Remove obsolete version map files by Stephan Bergmann · 10 years ago
  36. 42e2b43 Use same order in this switch, too, as above by Tor Lillqvist · 10 years ago
  37. e6cf271 Add a bit of explanatory comment by Tor Lillqvist · 10 years ago
  38. 9bfe1d1 No, it isn't by Tor Lillqvist · 10 years ago
  39. 382eb1a remove untyped Link<> by Noel Grandin · 10 years ago
  40. 7e5bada slideshow: remove unecessary boost/bind includes by Daniel Robertson · 10 years ago
  41. 90d82f7 loplugin:unreffun by Noel Grandin · 10 years ago
  42. 39c7826 tdf#93243 slideshow: boost::bind -> C++11 lambdas by Daniel Robertson · 10 years ago
  43. 4038b27 tdf#93243 slideshow: boost::bind -> C++11 lambdas by Daniel Robertson · 10 years ago
  44. ed7361e cppcheck:variableScope by Noel Grandin · 10 years ago
  45. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  46. 91e0161 tdf#93243 slideshow: replace boost::bind by Daniel Robertson · 10 years ago
  47. b629728 Replace simple while loops with range-based for by Daniel Robertson · 10 years ago
  48. 6e8f1a3 slideshow: replace for_each with range-based for by Daniel Robertson · 10 years ago
  49. 862bd36 tdf#94222: Revert "slideshow: replace for_each with range-based loop" by Jan Holesovsky · 11 years ago
  50. d68a0fc loplugin:unusedmethods by Noel Grandin · 11 years ago
  51. f45ac62 Fix typos by Andrea Gelmini · 11 years ago
  52. c50eb68 Renamed wrongly prefixed boolean variables by Stefan Heinemann · 11 years ago
  53. 4c657f5 Properly #if these debug hooks by Stephan Bergmann · 11 years ago feature/chained-text-boxes
  54. 6fbab2c loplugin:unreffun by Stephan Bergmann · 11 years ago
  55. 64144c2 boost->std by Caolán McNamara · 11 years ago
  56. afce2ee slideshow: fix mysterious crash with the gtk3 vclplug by Michael Stahl · 11 years ago
  57. 625d83e tdf#94006 - need an explicit dispose for slideshow's GLContext. by Michael Meeks · 11 years ago
  58. 22b80ac boost->std by Caolán McNamara · 11 years ago
  59. 35fd0cf cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  60. c5e3cf0 tdf#94031 - slideshow: bind correct GL context for prepareEnvironment by Lubosz Sarnecki · 11 years ago
  61. d39630b OpenGL: use CHECK_GL_ERROR() only when a context is bound. by Michael Meeks · 11 years ago
  62. a37d3b1 OpenGL: use CHECK_GL_ERROR() only when a context is bound. by Michael Meeks · 11 years ago
  63. 56900a4 tdf#94006 - fix OpenGLContext mis-use in several places. by Michael Meeks · 11 years ago
  64. ca7bab0 slideshow: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  65. 6900bf4 o3tl/cow_wrapper: remove boost dependency by Daniel Robertson · 11 years ago
  66. ead5bc3 slideshow: replace for_each with range-based loop by Daniel Robertson · 11 years ago
  67. 7d769f9 loplugin: defaultparams by Noel Grandin · 11 years ago
  68. a811d6e slideshow: replace for_each with range-based for by Daniel Robertson · 11 years ago
  69. 1e4b29e Range-based for-loops. by Jan Holesovsky · 11 years ago
  70. 2c587f0 slideshow: prefer value_type over manual type generation by Thorsten Behrens · 11 years ago
  71. ff265a5 loplugin:unreffun by Stephan Bergmann · 11 years ago
  72. 28564f9 loplugin:cstylecast by Noel Grandin · 11 years ago
  73. 7151a2a -Werror,-Winconsistent-missing-override by Noel Grandin · 11 years ago
  74. e5ec630 stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxx by Norbert Thiebaud · 11 years ago
  75. 7bdc6be slideshow: stop (mis)-using VERBOSE by Norbert Thiebaud · 11 years ago
  76. 8a7b4d5 Explicit capture annotations by Stephan Bergmann · 11 years ago
  77. 717b23e tdf#92459 replace deprecated o3tl features by Daniel Robertson · 11 years ago
  78. 6343754 cppcheck:noExplicitConstructor by Noel Grandin · 11 years ago
  79. e8f8c32 slideshow: dumb this down to hopefully make non-GCC compilers happy by Michael Stahl · 11 years ago
  80. c05bf5e slideshow: convert generateEvent args from boost::bind by Michael Stahl · 11 years ago
  81. 38a4b5e slideshow: try to fix libc++/MSVC build by replacing boost::bind by Michael Stahl · 11 years ago
  82. 34d2a07 slideshow: replace boost::function with std::function by Michael Stahl · 11 years ago
  83. 5a7bf1b loplugin:unusedmethods slideshow by Noel Grandin · 11 years ago
  84. 7aa9f04 do not include boost/utility.hpp by Michael Stahl · 11 years ago
  85. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  86. 0b7d51d Fix typos by Andrea Gelmini · 11 years ago
  87. 2a65bf3 Revert "Typo: iff->if" by Julien Nabet · 11 years ago
  88. cf92da3 Typo: iff->if by Julien Nabet · 11 years ago
  89. 051bbb8 slideshow: [loplugin:unreffun] by Michael Stahl · 11 years ago
  90. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  91. 814af9f1 Fix typos by Andrea Gelmini · 11 years ago
  92. f378e72 Fix typos by Andrea Gelmini · 11 years ago
  93. 01532b1 Fix typos by Andrea Gelmini · 11 years ago
  94. dcf6abf cppcheck:unreadVariable by Noel Grandin · 11 years ago
  95. 1afb790 inline COMPHELPER_SERVICEDECL_ macro by Noel Grandin · 11 years ago
  96. c2d65e0 tdf#91960 presentation causes Impress crash by Noel Grandin · 11 years ago
  97. 397a0af convert B2VectorOrientation to scoped enum by Noel Grandin · 11 years ago
  98. f3331f7 convert PARENTCLIPMODE constants to scoped enum by Noel Grandin · 11 years ago
  99. ad0c5e6 convert META_*_ACTION constants to scoped enum by Noel Grandin · 11 years ago
  100. 19ba9e0 slideshow: simplify code by replacing std::find_if by std::any_of/std::none_of by Takeshi Abe · 11 years ago