summaryrefslogtreecommitdiff
path: root/avmedia/source/opengl/oglwindow.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-30related: tdf#103884 remove gltf/collada featureThorsten Behrens1-371/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-27/+8
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-5/+5
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-09-20convert Link<> to typedNoel Grandin1-15/+12
2015-09-08tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2014-12-18avmedia: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-02coverity#1233484 Division or modulo by float zeroCaolán McNamara1-1/+1
2014-08-29Upgrade libgltf to 0.0.1Zolnai Tamás1-17/+19
2014-08-05Upload first official libgltf release: libgltf-0.0.0Zolnai Tamás1-2/+2
2014-07-17glTF: allow to move camera also by keyboard in orbit mode.Zolnai Tamás1-2/+29
2014-07-16fdo#81182: Resizing glTF window affects camera positionZolnai Tamás1-2/+3
2014-07-14glTF: More rendering related error handlingZolnai Tamás1-1/+6
2014-07-04glTF: camera movement constraint: use distance from the boundary boxZolnai Tamás1-2/+2
2014-07-03glTF: improve camera movement constraintZolnai Tamás1-1/+2
2014-07-03glTF: constraine camera move in orbit modeZolnai Tamás1-0/+17
2014-06-25glTF rendering: moving in walktrough mode is to fastZolnai Tamás1-4/+4
2014-06-25Update libgltf: new build system and various fixesZolnai Tamás1-24/+46
2014-05-29OGLWindow: no need to call update after changes, timer takes care of itZolnai Tamás1-7/+0
2014-05-29OGLWindow: remove unused zoom levelZolnai Tamás1-16/+3
2014-05-29OGLWindow: use reference instead of pointerZolnai Tamás1-39/+40
2014-05-28glTF rendering: workaround for camera movementsZolnai Tamás1-6/+21
2014-05-21libgltf: Updated version.Jan Holesovsky1-6/+6
2014-05-21gltf: Send delta when rotating, not absolute value.Jan Holesovsky1-1/+7
2014-05-21libgltf: Update to the new version.Jan Holesovsky1-1/+1
2014-05-16OGLWindow: fix key capturing issueZolnai Tamás1-0/+4
2014-05-15OGLWindow: improve camera movement, make it fasterZolnai Tamás1-10/+10
2014-05-15OGLWindow: First try to rotate cameraZolnai Tamás1-1/+24
2014-05-15OGLWindow: use update function for redrawing.Zolnai Tamás1-6/+1
2014-05-15OGLWindow: move camera only when one of the key candidates is pressedZolnai Tamás1-32/+37
2014-05-15OGLWindow: remove event listeners also when window is disposedZolnai Tamás1-1/+6
2014-05-15avmediaogl: call gltf_renderer_set_content() only onceZolnai Tamás1-1/+0
2014-05-13glTF rendering: first try to move camera positionZolnai Tamás1-1/+86
2014-05-06Upgrade libgltfZolnai Tamás1-0/+2
2014-04-28Slideshow: display OpenGL window also during slideshowZolnai Tamás1-0/+2
2014-04-28avmedia: make OpenGL window render model when play button is pushed.Zolnai Tamás1-4/+5
2014-04-28OGLWindow: set pos and size values even it is invisibleZolnai Tamás1-7/+7
2014-04-28Introduce OpenGLContext::MakeCurrent for switching between contextsZolnai Tamás1-0/+1
2014-04-27First try to render OpenGL content in a windowZolnai Tamás1-8/+24
2014-04-15avmedia: sal_Bool->boolNoel Grandin1-1/+1
2014-03-27Avoid unused private field errorsZolnai Tamás1-0/+1
2014-03-27Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás1-0/+179