summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Collapse)AuthorFilesLines
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann1-0/+4
Change-Id: Ie63ed8f6f66a7641ad872f93d76efb962333cec9
2014-11-25-Werror,-WuninitializedStephan Bergmann1-3/+1
(in DummyRenderer ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: I5b151176c676a58593933b3f2e33a3e2dfdcc630
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-1/+7
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-10constify slideshow.Michael Meeks1-3/+3
Change-Id: I548f527be4be76a2bda43dcb5ee14e4f50f3b409
2014-11-10merge vcllo and vclopenglloMarkus Mohrhard2-2/+0
Change-Id: I419ca67dc1f87dd9ac751aa5a094fecf58136edb
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist1-65/+0
Change-Id: I848505b1d4ff03779b89a08d4aeefd6ea0ff205b
2014-11-05removed nTimeout variableJennifer Liebel1-4/+1
Change-Id: Ibc5bf2b0be58e8fa81d3cdf1ba2a39503b059f1a Reviewed-on: https://gerrit.libreoffice.org/12262 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke1-2/+2
Change-Id: I52eb3400769999d7f554c3bdb8746f65b7990388
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
Apparently fc04f76336fdf8c96e35382cdeb497e2f939705c used some sed script to change all ... Change-Id: Ie609bd02a2c5d70109fc6185cf4440480f29d8f5
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-1/+1
Change-Id: Ifa0c1b1983d1cc7f22d55b15dee88b7f709dbcf8
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2-4/+5
and automatically seed from time on first use coverity#1242393 Don't call rand coverity#1242404 Don't call rand coverity#1242410 Don't call rand and additionally allow 0xFF as a value coverity#1242409 Don't call rand coverity#1242399 Don't call rand coverity#1242372 Don't call rand coverity#1242377 Don't call rand coverity#1242378 Don't call rand coverity#1242379 Don't call rand coverity#1242382 Don't call rand coverity#1242383 Don't call rand coverity#1242402 Don't call rand coverity#1242397 Don't call rand coverity#1242390 Don't call rand coverity#1242389 Don't call rand coverity#1242388 Don't call rand coverity#1242386 Don't call rand coverity#1242384 Don't call rand coverity#1242394 Don't call rand Change-Id: I241feab9cb370e091fd6ccaba2af941eb95bc7cf
2014-10-03GLSL files should go into $(LIBO_ETC_FOLDER)/openglTor Lillqvist1-1/+1
(And not $(LIBO_BIN_FOLDER)/opengl. Note that on Linux and Windows, LIBO_ETC_FOLDER and LIBO_BIN_FOLDER are the same, "program".) That's where getShaderFolder() in vcl/source/opengl/OpenGLHelper.cxx looks for them. Also, as they are data and not executable code, to conform to strict OS X code signing and sandboxing requirements, they definitely should not be in $(LIBO_BIN_FOLDER) Change-Id: I902e08f7a1f142697df827d50e0bda74be918eb4
2014-10-01slideshow: std::auto_ptr -> std::unique_ptrStephan Bergmann2-2/+1
Change-Id: If5b81c423ec7e21f26b641b252b722d4bf467c13
2014-10-01fdo#82577: Handle TimeNoel Grandin1-3/+3
Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-23fdo#82577: Handle WindowNoel Grandin4-9/+9
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-19Fix build with system glm by catering for explicit constructorsFridrich Štrba1-1/+1
Change-Id: I9bb8542514aad0882935d4a347cbe452cc8fa819
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
2014-09-03SAL_WARN to SAL_INFOMarkus Mohrhard1-1/+1
Change-Id: I390a6d3c730bf26c87184e2d4d373692ccc98493
2014-09-02fix Wunused-private-fieldMarkus Mohrhard1-0/+8
Change-Id: Ia708cc3cccd86257e08aa916d24733ca6769e723
2014-09-02fix buildMarkus Mohrhard1-1/+1
Change-Id: I13c67763ec3cb940292199f3e9e0f3942446959f
2014-09-02replace check with GLEW variableMarkus Mohrhard1-3/+1
Change-Id: I818d099c70f2f886908584e67a73934dee5dbef8
2014-09-02use size_t instead of unsigned int for container indicesMarkus Mohrhard1-8/+8
Change-Id: Iff2f797915f1558ea23336e273bd26e0c0edc63e
2014-09-02the values are float nowMarkus Mohrhard1-3/+3
actually OpenGL does not like double that much Change-Id: I3267f46072194bb6b2d4705733408e3db44c8c08
2014-09-02remove that ugly underscore at the end of the method namesMarkus Mohrhard2-21/+21
Change-Id: I3c81c9d8b89ddf18bdc5ae700b721ca71f2700bb
2014-09-02basegfx -> glm in OGLTransMarkus Mohrhard3-211/+214
Change-Id: I3f3002d975f3ee2732c5e132b3b67531356aad5c
2014-09-02use constructor initializer listMarkus Mohrhard2-49/+37
Change-Id: I0bb1345f05dbd835e3f7debc66a824ccf44ef88b
2014-09-02improve readabilityMarkus Mohrhard1-6/+23
Change-Id: I7a8791c661cbd3c602c0d12d228b63ffc416a96c
2014-09-02no need to make these variables publicMarkus Mohrhard1-1/+3
Change-Id: I9b57d6811252c75186e03ed6928bd8829fa0307c
2014-09-02more OpenGL error checking in OGLTransMarkus Mohrhard2-1/+39
Change-Id: I7eff84d18be92423b3d8616162bfaf5be5203a9d
2014-09-02add OpenGL error checking to OGLTransMarkus Mohrhard2-0/+68
Change-Id: I9e511221e3da54b44935ebde22c49e5a151f6961
2014-09-02remove old OSX OGLTransMarkus Mohrhard7-3463/+0
Change-Id: Icdb3a5f998d69727247c3fc4803c46803f2fa199
2014-09-02use generic implementation for OSXMarkus Mohrhard1-9/+3
Change-Id: I9b82ca8bb6c1c6453bbedac2c60bec4d6a98c009
2014-09-02don't try to use X11 functions on OSXMarkus Mohrhard1-6/+7
Change-Id: Ife987833a52c7ed0b55f1003df1ee0dad2011cc0
2014-09-02use glew instead of directly including OpenGL headersMarkus Mohrhard1-1/+1
Change-Id: I7337d2d2f116f465bf6988dd9c7997b0267ca1cc
2014-08-29Fix build with boost-1.56.0.Jörg Sonnenberger6-8/+13
Change-Id: I61686bf61ff1e0561c385492c563e4495456ca47 Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
2014-08-26glew is setting up that function pointer for usMarkus Mohrhard1-6/+3
Change-Id: I1722c1d3816e6e995e71317a9c9b1529afe9df13
2014-08-26that variable has nothing to do with glxMarkus Mohrhard1-10/+9
Change-Id: I202f716bcc65165e80928ccb81cec57f01bc0824
2014-08-26let us assume that we need to special handling for mesa anymoreMarkus Mohrhard1-12/+0
Change-Id: I37c4db8ad7283486dd8bb62b22342f6b127f0b08
2014-08-26use glew variable to check for the featureMarkus Mohrhard1-10/+1
Change-Id: I1e2ae37a75826d321268395d4a3c23c7ed8d7b17
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-2/+0
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h header was necessary in some cases because of a macro or a typedef that was needed. Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9 Reviewed-on: https://gerrit.libreoffice.org/11075 Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-08-13warning C4189 local variable initialized but not referencedMichael Stahl1-3/+3
Change-Id: I7bea7063d924318eed07a2fad4ec88ea942302a0
2014-08-13slideshow: prewin.h/postwin.h included twiceMichael Stahl1-5/+0
Builds for me without that... Change-Id: I6db654098ee8f93a0cad80e7534c694971aebf5d
2014-08-13update_pchThomas Arnhold1-2/+0
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
2014-08-13fix problems around shadersMarkus Mohrhard3-5/+6
Change-Id: I1577fb81cb3cf1fac3f5ba5d560d96cb83d4483d
2014-08-13make OGLTrans build on windowsMarkus Mohrhard1-0/+2
We still need to fix a number of issues around pixmap to make it really useful. Change-Id: I747d735d043d91d51809801edd9b778622b6063c
2014-08-13we always have GLX 1.3, even on the baselineMarkus Mohrhard1-8/+1
Change-Id: I381aca6e09a63d21bcbdf2625c4d829f84819bf8
2014-08-13remove useless OGL transition shader codeMarkus Mohrhard8-360/+186
Change-Id: I8930aab2b4d3fd00916f12b86fa06b5e011542ac
2014-08-12let us use OpenGL types for OpenGL resourcesMarkus Mohrhard1-4/+4
Change-Id: I53dbbfb2f1d721bdbb076fa7cb45801659694a14