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