1. 397a0af convert B2VectorOrientation to scoped enum by Noel Grandin · 11 years ago
  2. f3331f7 convert PARENTCLIPMODE constants to scoped enum by Noel Grandin · 11 years ago
  3. ad0c5e6 convert META_*_ACTION constants to scoped enum by Noel Grandin · 11 years ago
  4. 19ba9e0 slideshow: simplify code by replacing std::find_if by std::any_of/std::none_of by Takeshi Abe · 11 years ago
  5. 0a442d3 loplugin:staticmethods by Noel Grandin · 11 years ago
  6. f304a7a loplugin:staticmethods by Noel Grandin · 11 years ago
  7. d883c12 Get rid of the initial :: for the vcl namespace by Tor Lillqvist · 11 years ago
  8. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  9. 9f366a6 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  10. 76e8c61 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  11. d6521b0 fix higher debug levels by Caolán McNamara · 11 years ago
  12. 5430eb7 slideshow: convert new to ::Create to get initial ref-counting right. by Michael Meeks · 11 years ago
  13. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  14. 26ec80f loplugin:staticmethods by Noel Grandin · 11 years ago
  15. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  16. 8fa63f3 Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc. by Michael Meeks · 11 years ago
  17. c72fac2 vclwidget: convert lots more sites to use VclPtr by Noel Grandin · 11 years ago
  18. 13fa5bb WaE: Unreferenced function definition by Tor Lillqvist · 11 years ago
  19. 1a3c99f callcatcher: update unusedcode by Caolán McNamara · 11 years ago
  20. 3257da3 fix higher debug level build by Caolán McNamara · 11 years ago
  21. 858e455 loplugin:constantfunction: various by Noel Grandin · 11 years ago
  22. d1c9e5e tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  23. ee11e22 tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  24. 924b292 V801: Decreased performance by Caolán McNamara · 11 years ago
  25. 07d62eb V801: Decreased performance by Caolán McNamara · 11 years ago
  26. c622304 V813: Decreased performance by Caolán McNamara · 11 years ago
  27. fa50ede Remove references to unused GLU by Stephan Bergmann · 11 years ago
  28. cf6d0fc Replace uses of deprecated gluBuild2DMipmaps by Stephan Bergmann · 11 years ago
  29. abfee98 Typos by Julien Nabet · 11 years ago
  30. ed4627b Typo: skiped->skipped by Julien Nabet · 11 years ago
  31. e1d1ea2 Turn all-static TransitionFactory class into namespace by Stephan Bergmann · 11 years ago
  32. c807a43 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  33. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  34. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  35. e4fd297 Some more loplugin:cstylecast: slideshow by Stephan Bergmann · 11 years ago
  36. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  37. 7cc8e0c boost::math::nextafter->std::nextafter by Caolán McNamara · 11 years ago
  38. 0be5d2b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  39. b74e92d slideshow: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  40. dde94c7 coverity#1257110 Big parameter passed by value by Caolán McNamara · 11 years ago
  41. 7d68c0f Slightly less verbose adaptation to boost-1.56.0 by Thorsten Behrens · 11 years ago
  42. 038683b Silence Mac OS X 10.9/10.10 deprecations for now by Stephan Bergmann · 11 years ago
  43. 34d4643 -Werror,-Wuninitialized by Stephan Bergmann · 11 years ago
  44. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  45. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  46. 1af1ff3 constify slideshow. by Michael Meeks · 11 years ago
  47. bd3f92f merge vcllo and vclopengllo by Markus Mohrhard · 11 years ago
  48. 8f26678 Bin unused include files, thanks to Andrea Gelmini by Tor Lillqvist · 11 years ago
  49. c7abe70 removed nTimeout variable by Jennifer Liebel · 11 years ago
  50. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  51. f84dac9 back out even more wrong tools::Time changes, geez.. by Eike Rathke · 12 years ago
  52. 04a810c back out more wrong and confusing tools::Time comment changes by Eike Rathke · 12 years ago
  53. fb6d3b8 disambiguate uniform_int_distribution by Caolán McNamara · 12 years ago
  54. 8f436d3 use comphelper::rng::uniform_*_distribution everywhere by Caolán McNamara · 12 years ago
  55. 8717cbc GLSL files should go into $(LIBO_ETC_FOLDER)/opengl by Tor Lillqvist · 12 years ago
  56. 3ed902f slideshow: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  57. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  58. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  59. d0f4081 Fix build with system glm by catering for explicit constructors by Fridrich Štrba · 12 years ago
  60. 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
  61. f60bc85 SAL_WARN to SAL_INFO by Markus Mohrhard · 12 years ago
  62. 8e4defe fix Wunused-private-field by Markus Mohrhard · 12 years ago
  63. 1ba10b7 fix build by Markus Mohrhard · 12 years ago
  64. ff3321c replace check with GLEW variable by Markus Mohrhard · 12 years ago
  65. 45f9f5f use size_t instead of unsigned int for container indices by Markus Mohrhard · 12 years ago
  66. 27fce934 the values are float now by Markus Mohrhard · 12 years ago
  67. ca82d9e remove that ugly underscore at the end of the method names by Markus Mohrhard · 12 years ago
  68. 63f4971 basegfx -> glm in OGLTrans by Markus Mohrhard · 12 years ago
  69. cf97444 use constructor initializer list by Markus Mohrhard · 12 years ago
  70. 9f3171f improve readability by Markus Mohrhard · 12 years ago
  71. c6fd7be no need to make these variables public by Markus Mohrhard · 12 years ago
  72. 79090d5 more OpenGL error checking in OGLTrans by Markus Mohrhard · 12 years ago
  73. 49a788a add OpenGL error checking to OGLTrans by Markus Mohrhard · 12 years ago
  74. 3604dc4 remove old OSX OGLTrans by Markus Mohrhard · 12 years ago
  75. b29154d use generic implementation for OSX by Markus Mohrhard · 12 years ago
  76. b3e7473 don't try to use X11 functions on OSX by Markus Mohrhard · 12 years ago
  77. d441557 use glew instead of directly including OpenGL headers by Markus Mohrhard · 12 years ago
  78. 45dfbdc Fix build with boost-1.56.0. by Jörg Sonnenberger · 12 years ago
  79. 67232b5 glew is setting up that function pointer for us by Markus Mohrhard · 12 years ago
  80. 88963dc that variable has nothing to do with glx by Markus Mohrhard · 12 years ago
  81. d72c4d4 let us assume that we need to special handling for mesa anymore by Markus Mohrhard · 12 years ago
  82. d409d58 use glew variable to check for the feature by Markus Mohrhard · 12 years ago
  83. 7e2b9fa Remove some useless tools/debug.hxx includes by Marcos Paulo de Souza · 12 years ago
  84. b409ca5 warning C4189 local variable initialized but not referenced by Michael Stahl · 12 years ago
  85. 6f2472e8 slideshow: prewin.h/postwin.h included twice by Michael Stahl · 12 years ago
  86. 7cc627f update_pch by Thomas Arnhold · 12 years ago
  87. 3c99db4 fix problems around shaders by Markus Mohrhard · 12 years ago
  88. b4ed7cc make OGLTrans build on windows by Markus Mohrhard · 12 years ago
  89. 140b031 we always have GLX 1.3, even on the baseline by Markus Mohrhard · 12 years ago
  90. 69e95b3 remove useless OGL transition shader code by Markus Mohrhard · 12 years ago
  91. 886e4ed let us use OpenGL types for OpenGL resources by Markus Mohrhard · 12 years ago
  92. d280b13 fix indentation by Markus Mohrhard · 12 years ago
  93. 7914112 nobody is using the win implementation anymore by Markus Mohrhard · 12 years ago
  94. aeeddd9 Revert also an other part of "Extract getGLVersion() method to OpenGLHelper" by Zolnai Tamás · 12 years ago
  95. 70df3e3 Partly revert "Extract getGLVersion() method to OpenGLHelper" to fix mac build by Zolnai Tamás · 12 years ago
  96. 23c876d Extract getGLVersion() method to OpenGLHelper by Zolnai Tamás · 12 years ago
  97. a517898 remove unnecessary "const &" qualifier from T* parameters by Noel Grandin · 12 years ago
  98. 358d600 Optimize media rendering during slideshow: save one grabFrame() call by Zolnai Tamás · 12 years ago
  99. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  100. 0231536 -Werror,-Wunused-parameter by Stephan Bergmann · 12 years ago