1. fabcb41 errinf.hxx moved out of tools and into vcl module by Chris Sherlock · 9 years ago
  2. ce55682 remove UL/L suffixes from integer constants in initialiser/call expressions by Noel Grandin · 9 years ago
  3. f82133c make animation loop sal_uInt32 consistently by Caolán McNamara · 9 years ago
  4. 92c1bbc coverity#1371200 Missing move assignment operator by Caolán McNamara · 9 years ago
  5. 3c4333c2 convert DecodeMechanism to scoped enum by Noel Grandin · 9 years ago
  6. b465a97 Resolves: tdf#111073 incorrect gif background color by Caolán McNamara · 9 years ago
  7. 116fca4 remove UL/L suffixes from integer constants on the RHS of expressions by Noel Grandin · 9 years ago
  8. 67ea91d remove UL/L suffixes from shift-by-constant expressions by Noel Grandin · 9 years ago
  9. a5a7672 make opengl transitions under X flicker free on enter/leave by Caolán McNamara · 9 years ago
  10. 76c7039 rework diamond transition to use only opengl core by Caolán McNamara · 9 years ago
  11. 75627b4 glDrawArrays takes num of indices, not size of storage by Caolán McNamara · 9 years ago
  12. bd614b9 Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLY by Stephan Bergmann · 9 years ago
  13. bb674aa loplugin:unusedfields by Noel Grandin · 9 years ago
  14. 41ea741 loplugin:unnecessaryvirtual in sfx2..svtools by Noel Grandin · 9 years ago
  15. afe235a tdf#103696 ensure glm always uses radians by David Tardon · 9 years ago
  16. 04055cd fix doc comment to match code by David Tardon · 9 years ago
  17. 7445399 convert angle from degrees to radians for glm by David Tardon · 9 years ago
  18. 7195c7e loplugin:expandablemethods in slideshow by Noel Grandin · 9 years ago
  19. 093d7b1 rename dir to follow suit by David Tardon · 9 years ago
  20. c542323 remove unnecessary dir and name prefix by David Tardon · 9 years ago
  21. d8ffe6c4 merge duplicate source file lists by David Tardon · 9 years ago
  22. 1aa69bd loplugin:countusersofdefaultparams in sd..slideshow by Noel Grandin · 9 years ago
  23. 40fc2c1 loplugin:expandablemethodds in sfx2..starmath by Noel Grandin · 9 years ago
  24. 5f6af95 InfoFont/Color is not used by vcl now by Caolán McNamara · 10 years ago
  25. 954f752 convert MapUnit to scoped enum by Noel Grandin · 10 years ago
  26. 106ea87 Remove _TYPED suffix from tools/link.hxx macros by Stephan Bergmann · 10 years ago
  27. c4cd079 loplugin:unusedmethods in sc..vcl by Noel Grandin · 10 years ago
  28. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  29. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  30. a881fd7 convert RasterOp to scoped enum by Noel Grandin · 10 years ago
  31. cea58d4 slideshow: stop whining about PresenterCanvas' lack of XUpdatable by Michael Stahl · 10 years ago
  32. 86c0ce4 loplugin:countusersofdefaultparams by Noel Grandin · 10 years ago
  33. a402785 loplugin:countusersofdefaultparams in sfx2..svgio by Noel Grandin · 10 years ago
  34. e13aead Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusion by Tor Lillqvist · 10 years ago
  35. 069d71b loplugin:countusersofdefaultparams in shell..starmath by Noel Grandin · 10 years ago
  36. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  37. a0d3168 tdf#97195 make diamond transition work again by David Tardon · 10 years ago
  38. 9f994a9 loplugin:staticmethods by Stephan Bergmann · 10 years ago
  39. c726059 tdf#97195 fix crash in diamond shape transition by David Tardon · 10 years ago
  40. 7a0a0ba loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  41. b6b34d5 Clarify calculation precedence tdf#39440 by Muhammet Kara · 10 years ago
  42. cd71034 comphelper::OBaseMutex -> cppu::BaseMutex by Noel Grandin · 10 years ago
  43. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  44. 16ddfa2 Slideshow: Add 'Oval' Shape Transition variant by Mayank Gupta · 10 years ago
  45. 4bcb477 Revert "Slideshow: Add 'Oval' Shape Transition variant" by jan iversen · 10 years ago
  46. 248c5ea Slideshow: Add 'Oval' Shape Transition variant by Mayank Gupta · 10 years ago
  47. a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago
  48. 22fa928 tdf#96099 Remove various smart pointer typedefs by Mark Page · 10 years ago
  49. 66592cc initialize the counter by David Tardon · 10 years ago
  50. 8e8a88e loplugin:unusedfields by Noel Grandin · 10 years ago
  51. 5d78d48 Can use boost::make_optional by Stephan Bergmann · 10 years ago
  52. b0950b1 Remove CycleMode enum by Noel Grandin · 10 years ago
  53. 850a8d2 Convert GRAPHIC to scoped enum by Noel Grandin · 10 years ago
  54. d6eef45 slideshow: appease MSVC 2013 with the std::chrono types by Michael Stahl · 10 years ago
  55. da732fa slideshow: replace boost::posix_time with C++11 std::chrono by Michael Stahl · 10 years ago
  56. edc8727 Convert Disposal to scoped enum by Noel Grandin · 10 years ago
  57. 81283a8 GLX_EXT_texture_from_pixmap path cannot be called... by Caolán McNamara · 10 years ago
  58. b8d163f Split OpenGLContext up into SalInstance specific classes by Caolán McNamara · 10 years ago
  59. b3ff2f4 loplugin:unusedmethods in slideshow to svtools by Noel Grandin · 10 years ago
  60. d96c114 clang-tidy modernize-make-shared by Noel Grandin · 10 years ago
  61. a345c59 slideshow: replace boost::mem_fn with std::mem_fn by Michael Stahl · 10 years ago
  62. e4df573 slideshow: tweak BaseContainerNode::forEachChildNode by Michael Stahl · 10 years ago
  63. 7d90294 convert EXCEPTION_ to scoped enum by Noel Grandin · 10 years ago
  64. 58a6417 slideshow: tweak ListenerOperations<std::weak_ptr<ListenerTargetT>> by Michael Stahl · 10 years ago
  65. 7ac1062 slideshow: replace boost::mem_fn with C++11 lambdas by Michael Stahl · 10 years ago
  66. 265068d clang-tidy modernize-loop-convert in scripting to svtools by Noel Grandin · 10 years ago
  67. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  68. 58080e8 basegfx,oox,slideshow: replace boost::next/prior with std::next/prev by Michael Stahl · 10 years ago
  69. f3d9aab teach passstuffbyref plugin to check for.. by Noel Grandin · 10 years ago
  70. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  71. 506c929 Fix typos by Andrea Gelmini · 10 years ago
  72. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  73. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  74. efd8f92 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  75. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  76. 23622f2 -Werror=logical-op (GCC 6) by Stephan Bergmann · 10 years ago
  77. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  78. eb1603c loplugin:passstuffbyref in slideshow by Noel Grandin · 10 years ago
  79. c664b27 tdf#94306 remove unused boost dependencies by Jochen Nitschke · 10 years ago
  80. 0de868c tdf#94306 replace boost::noncopyable in sfx2 to sot by Jochen Nitschke · 10 years ago
  81. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  82. 0161f71 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  83. 6b2d75f cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  84. cb495d7 tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  85. ef97576 tdf#97525 vcl: make DeletionListener internal by Jochen Nitschke · 10 years ago
  86. 96c1ae1 fix headless build by Oliver Specht · 10 years ago
  87. 4b37994 loplugin:constantparam in slideshow by Noel Grandin · 10 years ago
  88. 3a95902 loplugin:constantparam in slideshow by Noel Grandin · 10 years ago
  89. adfa772 Add missing includes by David Ostrovsky · 10 years ago
  90. 037de51 tdf#98175 fix Impress crash by Noel Grandin · 10 years ago
  91. 6d4eb66 Missing include by Stephan Bergmann · 10 years ago
  92. 3ed1e68 slideshow: Blur the shadows the further they are from the object by Emmanuel Gil Peyrot · 10 years ago
  93. 1a9b62d slideshow: Only use texture() in GLSL 1.50, fixes Intel on Windows by Emmanuel Gil Peyrot · 10 years ago
  94. db9fe1e slideshow: Add an ugly workaround for Intel’s matrix multiplication by Emmanuel Gil Peyrot · 10 years ago
  95. 0640430 slideshow: Move Vortex calculations to the geometry stage, fixes Intel by Emmanuel Gil Peyrot · 10 years ago
  96. 9adeeba slideshow: Move Vortex’ tileInfo attribute upload to the first frame by Emmanuel Gil Peyrot · 10 years ago
  97. 4e35473 remove boost/shared_ptr foo by Caolán McNamara · 10 years ago
  98. d01f253 loplugin:unreffun by Stephan Bergmann · 10 years ago
  99. ef3aea7 loplugin:cstylecast by Stephan Bergmann · 10 years ago
  100. 93de1f8 loplugin:cstylecast by Stephan Bergmann · 10 years ago