summaryrefslogtreecommitdiffstats
path: root/avmedia/source/opengl
Commit message (Expand)AuthorAgeFilesLines
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-268-109/+79
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-231-1/+1
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-1/+1
* convert VCLEVENT constants to scoped enumNoel Grandin2016-12-071-5/+5
* convert FSysStyle to o3tl::typed_flagsNoel Grandin2016-12-051-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-054-6/+6
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-4/+4
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara2016-08-044-8/+4
* new loplugin fragiledestructorNoel Grandin2016-07-121-1/+1
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-1/+1
* clang-tidy modernize-loop-convert in a*Noel Grandin2016-04-211-2/+1
* loplugin:write only fieldsNoel Grandin2016-02-223-7/+4
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-061-1/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-154-8/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-6/+6
* new loplugin: oncevarNoel Grandin2015-11-091-3/+1
* yyyyyNoel Grandin2015-11-041-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-56/+56
* convert Link<> to typedNoel Grandin2015-09-202-17/+14
* tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks2015-09-081-0/+1
* tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks2015-09-084-15/+16
* tdf#93996 - throttle gltf rendering to let UI re-rendering get in.Michael Meeks2015-09-071-1/+3
* com::sun::star->css in avmediaNoel Grandin2015-07-174-60/+57
* com::sun::uno->css in avmedia and animationsNoel Grandin2015-07-172-8/+8
* tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe2015-07-064-12/+12
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-052-4/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-032-2/+2
* Typo: creat->createJulien Nabet2015-04-041-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-5/+5
* Some more loplugin:cstylecast: avmediaStephan Bergmann2015-01-201-1/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* avmedia: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-184-4/+4
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-123-4/+4
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-232-3/+3
* Related fdo#84000: Improve framerate of the models.Jan Holesovsky2014-09-191-1/+1
* fdo#81237: 2D OpenGL charts was upside-downZolnai Tamás2014-09-171-1/+1
* coverity#1233484 Division or modulo by float zeroCaolán McNamara2014-09-021-1/+1
* Mirror vertically the texture bitmaps for OpenGLZolnai Tamás2014-08-291-2/+1
* It seems better if the caller allocates the memory for the RGBA buffer.Zolnai Tamás2014-08-291-1/+2
* Upgrade libgltf to 0.0.1Zolnai Tamás2014-08-295-32/+36
* libgltf: Append shader language version to the shader filesZolnai Tamás2014-08-171-12/+1
* implement --with-system-gltfRene Engelhard2014-08-053-0/+12
* Upload first official libgltf release: libgltf-0.0.0Zolnai Tamás2014-08-056-49/+47