1. 56e5ebf no more layers by Michael Jaumann · 11 years ago feature/slideshow_onlySprites
  2. 21009de added updateSprites in shapemangerimpl by Michael Jaumann · 11 years ago
  3. 42322e7 views for shapeManager by Michael Jaumann · 11 years ago
  4. f7f8706 addShape for shapemanagerimpl by Michael Jaumann · 11 years ago
  5. c4f5e1e shape maps from LayerManager by Michael Jaumann · 11 years ago
  6. 2e79054 removed LayerManager by Michael Jaumann · 11 years ago
  7. 26d17e0 unintended condition by Michael Jaumann · 11 years ago
  8. ea3d468 unecessary check, will be covered before by Michael Jaumann · 11 years ago
  9. c65a8e1 don't try to render with no vertices by Michael Jaumann · 11 years ago
  10. 0083e04 polite query the canvas backend by Michael Jaumann · 11 years ago
  11. 429c2e0 this wrappers are alrdy in glm_canvastools.cxx by Michael Jaumann · 11 years ago
  12. fd72c57 only force sprites in case of ogl canvas, care by Michael Jaumann · 11 years ago
  13. dcaa902 mergeViewAndRenderTransform with glm by Michael Jaumann · 11 years ago
  14. 33f7b4d missing bracket by Michael Jaumann · 11 years ago
  15. 57f5f1f Hack! force using sprites by Michael Jaumann · 11 years ago
  16. 4edf67c fdo#86190 glmwrappers for bdhommatrix/affinematrix by Michael Jaumann · 11 years ago
  17. e952409 removed unnecessary conversion by Michael Jaumann · 11 years ago
  18. c5ad876 general transformation for canvasbitmaps by Michael Jaumann · 11 years ago
  19. 24585d2 related to last commit, forget a line :) by Michael Jaumann · 11 years ago
  20. 464673f draw strokes correct by Michael Jaumann · 11 years ago
  21. 686472e no need here for color by Michael Jaumann · 11 years ago
  22. ff50a6b fill polypolygons fully transparent by Michael Jaumann · 11 years ago
  23. dd2e9fd set correct projection and viewport for sprites by Michael Jaumann · 11 years ago
  24. 55c4379 show backbuffer by Michael Jaumann · 11 years ago
  25. 9db3b64 subdevide bezier segments into more points by Michael Jaumann · 11 years ago
  26. 9552fea adaptive subdivision of bezier curves by Michael Jaumann · 11 years ago
  27. aebbe98 subdivide bezier curves by Michael Jaumann · 11 years ago
  28. b2e7167 renderSprite by Michael Jaumann · 11 years ago
  29. 65ab4896 testcase for createAreaGeometry by Michael Jaumann · 11 years ago
  30. 9094174 draw stroke polygons by Michael Jaumann · 11 years ago
  31. d9f35cf fix, transformation matrix for gradients by Michael Jaumann · 11 years ago
  32. e3c0e26 use gradients in canvashelper by Michael Jaumann · 11 years ago
  33. 9e68fd7 gradients by Michael Jaumann · 11 years ago
  34. 8efffea unify transmitted texture coordinate name by Michael Jaumann · 11 years ago
  35. a277c2e cleanup, unify shaders/renderHelper by Michael Jaumann · 11 years ago
  36. d85b7a7 transform bitmaps by Michael Jaumann · 11 years ago
  37. b9c70cdf texture transformation shader by Michael Jaumann · 11 years ago
  38. 5e60a646 cleanup by Michael Jaumann · 11 years ago
  39. 06390b6 make copy constructor private by Michael Jaumann · 11 years ago
  40. 9e89371 set transformation matrix before rendering by Michael Jaumann · 11 years ago
  41. 2023d62 compute mvp matrix in the right order by Michael Jaumann · 11 years ago
  42. 40bf40c use vertex attribute in the correspending program by Michael Jaumann · 11 years ago
  43. 2a02f82 avoid rendering polygons with 0 vertices by Michael Jaumann · 11 years ago
  44. dbdecd3 bind lcl_drawPolyPolygon by Michael Jaumann · 11 years ago
  45. 3770968 drawArrays with triangles, correct buffersize by Michael Jaumann · 11 years ago
  46. af44c38 fill glbufferdata with the right verticecount by Michael Jaumann · 11 years ago
  47. 66d0159 fill glbufferdata with the right verticecount by Michael Jaumann · 11 years ago
  48. b57ce2a compute gl_position in one line instead of two by Michael Jaumann · 11 years ago
  49. 04129e7 use const refs and vectors instead of arrays by Michael Jaumann · 11 years ago
  50. 376d37b renderComplexPolyPolygon -> openGl 2.1 by Michael Jaumann · 11 years ago
  51. 0bbf67a remove glMatrixStack from ogl_canvas by Michael Jaumann · 11 years ago
  52. 21ed21e cleanup oglContext by Michael Jaumann · 11 years ago
  53. 6fd4dd1 feed glDrawArrays with right vertexcount by Michael Jaumann · 11 years ago
  54. 3b1fc03 added licence statement, vim modeline by Michael Jaumann · 11 years ago
  55. e34e5a0 renderVertexConstCol uses now MVP matrix by Michael Jaumann · 11 years ago
  56. c6f4932 unbind buffers, remove GlewInit() by Michael Jaumann · 11 years ago
  57. e4f2366 assign lcl_drawPolyPolygon to maFunction by Michael Jaumann · 11 years ago
  58. ffbb908 renderOSD with renderHelper by Michael Jaumann · 11 years ago
  59. 9bfbd15 create framebuffer color attachment properly by Michael Jaumann · 11 years ago
  60. 1a86dcd vertex color uniform now correct by Michael Jaumann · 11 years ago
  61. 9f635d5 additional comments / todos /thoughts by Michael Jaumann · 11 years ago
  62. b439271 additional warnings for invalid framebuffer status by Michael Jaumann · 11 years ago
  63. 0d9eaad mv renderHelper->Spritedevicehelper,init OglContxt by Michael Jaumann · 11 years ago
  64. d19e161 take the correct max function in shader by Michael Jaumann · 11 years ago
  65. 6a44d03 fixed some problems with glsl version by Michael Jaumann · 11 years ago
  66. 9676e16 added shaders to makefile by Michael Jaumann · 11 years ago
  67. 9cb5bca pick the ogl-canvas by Michael Jaumann · 11 years ago
  68. 64cc6f4 wrappers for bdhommatrix/affinematrix ->glm::mat4 by Michael Jaumann · 11 years ago
  69. 17538b8 add glmmatrixtools to makefile by Michael Jaumann · 11 years ago
  70. 17dcbdb replaced B2IVector with glm::vec2 by Michael Jaumann · 11 years ago
  71. 18af511 migrate matrixtools to glm by Michael Jaumann · 11 years ago
  72. eec1859 apply transformation matrice before rendering by Michael Jaumann · 11 years ago
  73. 1f4db0f renderHelper instead fixedPipeline part 1 by Michael Jaumann · 11 years ago
  74. 6ef235e removed glDisable(GL_TEXTURE_2D) by Michael Jaumann · 11 years ago
  75. 8238faa use glm::vec4 instead of array for color by Michael Jaumann · 11 years ago
  76. e0d09fe renderHelper uses MVP shader, removed matricestack by Michael Jaumann · 11 years ago
  77. ba59a38 vertex shaders live now in the MVP space by Michael Jaumann · 11 years ago
  78. cfb5250 moving includes by Michael Jaumann · 11 years ago
  79. 1234098 fixes a ressource leak by Michael Jaumann · 11 years ago
  80. acef618 refactoring,shader input to renderHelper by Michael Jaumann · 11 years ago
  81. 2b0e144 reformating, alpha blending now in fragment shader by Michael Jaumann · 11 years ago
  82. ff03075 replaced fixed pipeline in ogl_canvashelper by Michael Jaumann · 11 years ago
  83. 0d4204e OpenCL: correctly handle platforms without devices by Giuseppe Bilotta · 11 years ago
  84. 142094e cppcheck: cstyleCast by Caolán McNamara · 11 years ago
  85. aaaa795 V804: Decreased performance by Caolán McNamara · 11 years ago
  86. 749c336 V804: Decreased performance by Caolán McNamara · 11 years ago
  87. fae0c3a unused GetPeer inline by Caolán McNamara · 11 years ago
  88. ea58ec3 external/poppler: Work around -fsanitize=enum by Stephan Bergmann · 11 years ago
  89. 4a58419 Updated core Project: help 4bbc71ec42073ade5e64e65acf8700d6041ebf49 by Olivier Hallot · 11 years ago
  90. 3e9914e tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variant by Takeshi Abe · 11 years ago
  91. 5806a7e cppcheck: Variable is assigned a value that is never used by Noel Grandin · 11 years ago
  92. a3646d5 cppcheck: duplicate inherited member by Noel Grandin · 11 years ago
  93. 302f413 tdf#89774 oox: TotalTime is in minutes by Miklos Vajna · 11 years ago
  94. ef990c7 remove unused boolean (propagating touchEvent instead of intercepting it) by Siqi Liu · 11 years ago
  95. 75f5168 implement swiping gesture as a generic event by Siqi Liu · 11 years ago
  96. fd6129b add swipe support for presentation by Siqi Liu · 11 years ago
  97. 8c086b9 SwEditWin::SetCursorLogicPosition: use SwCrsrShell::getShellCrsr by Miklos Vajna · 11 years ago
  98. 6650fe9 LOK: move Office::postKeyEvent to Document by Miklos Vajna · 11 years ago
  99. 645bebd SwSelPaintRects::FillStartEnd(): missing const by Miklos Vajna · 11 years ago
  100. ee8ee08 SwSelPaintRects: add FillStartEnd() interface by Miklos Vajna · 11 years ago