summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-15p is for pointers.Kohei Yoshida1-2/+2
2014-05-15Don't reference the avmediaMacAVF library if not builtTor Lillqvist2-0/+8
2014-05-15The macavf code doesn't compile as 32-bit, sighTor Lillqvist2-1/+6
2014-05-15Argh, it's <ext/hash_map> apparentlyTor Lillqvist1-1/+1
2014-05-15Use std::hash:map when building against libstdc++ (and not libc++)Tor Lillqvist1-0/+5
2014-05-15The AVFoundation framework appeared in OS X 10.7Tor Lillqvist2-1/+5
2014-05-15AOO: #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yetHerbert Dürr1-1/+4
2014-05-15The AVMedia framework is not deprecatedTor Lillqvist2-2/+7
2014-05-15fixincludeguards.pl: now we can fix thoseThomas Arnhold17-41/+41
2014-05-15fix cut and paste into macro editor crashCaolán McNamara1-3/+12
2014-05-15Try the AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1Tor Lillqvist1-0/+4
2014-05-15We don't use Quicktime now, but QTKit insteadTor Lillqvist1-1/+0
2014-05-15Add avmediaMacAVFTor Lillqvist1-0/+1
2014-05-15We build avmediaQuickTime as 64-bit too nowTor Lillqvist1-4/+2
2014-05-15AOO: #i124875# avoid wasteful loading of an AVAsset in MacAVF::FramegrabberHerbert Dürr4-25/+15
2014-05-15AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr19-13/+1602
2014-05-15AOO: #i124800# switch avmedia's QuickTime component to QTKit for nowHerbert Dürr4-23/+0
2014-05-15remove legacy svheader.hxxThomas Arnhold9-68/+0
2014-05-15Actually this empty() check here is redundant.Kohei Yoshida1-2/+1
2014-05-15Related: #i124896# Remove Allocator from sal, tooThomas Arnhold1-1/+1
2014-05-15Avoid possible memory leaks in case of exceptionsTakeshi Abe5-44/+27
2014-05-15Related: #i124896# remove obsoleted pq_allocator.hxxCaolán McNamara10-220/+17
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr9-194/+5
2014-05-15Sort ptr_vector using its own sort() method.Kohei Yoshida1-28/+25
2014-05-15-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2014-05-15-fsanitize=address does not like -z defsMarkus Mohrhard2-0/+18
2014-05-15Work around Clang -fsanitize=address inline asm errorStephan Bergmann1-27/+38
2014-05-15fix license for Czech thesaurusDavid Tardon3-44/+12
2014-05-15Updated coreDavid Tardon1-0/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold625-1561/+1555
2014-05-15OGLWindow: First try to rotate cameraZolnai Tamás2-1/+25
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-15slideshow\glTF: add a parent window to the OpenGL windowZolnai Tamás2-7/+27
2014-05-15avmediaogl: call gltf_renderer_set_content() only onceZolnai Tamás2-1/+1
2014-05-15slideshow: update log messagesZolnai Tamás1-2/+2
2014-05-15modify the coordinate system to world coordinate systemweigao2-71/+120
2014-05-15hopefully all places are now correct for the pickingMarkus Mohrhard1-40/+99
2014-05-15no reason that this is a member variableMarkus Mohrhard2-4/+2
2014-05-15one more step to picking based renderingMarkus Mohrhard1-23/+51
2014-05-15don"t execute code in a loopMarkus Mohrhard1-6/+8
2014-05-15implement new struct and shaders for pickingMarkus Mohrhard5-0/+71
2014-05-15try a better ideaMarkus Mohrhard2-68/+64
2014-05-15remove some misleading commentsMarkus Mohrhard1-4/+3
2014-05-15these resources should be GLintsMarkus Mohrhard1-6/+6
2014-05-15introduce picking mode in 3D codeMarkus Mohrhard5-109/+156
2014-05-15fdo#78549 PDF Import: fix incorrect transformation matrix writingVort1-2/+2
2014-05-15fix for doxygen 1.8.7David Tardon2-0/+2
2014-05-15Resolves: fdo#78204 adjust note icons on comments-in-margins caseCaolán McNamara3-22/+106