summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-02scripting: fix javadoc error: unknown tag: returnsrbuj5-15/+9
Change-Id: Ib257ad76b2571755bdb744ad128ba1e558207eee Reviewed-on: https://gerrit.libreoffice.org/11233 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-02wizards: fix javadoc error: unknown tag: listrbuj1-2/+2
Change-Id: I293b4fc2c2e0ff4fd591389419f36f04e87c59a1 Reviewed-on: https://gerrit.libreoffice.org/11235 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-02Remove unused xmlns:fn namespace aliasesMiklos Vajna1-21/+21
Change-Id: I634fdfd2b206fbb91e8032fe2fbf4ec66c8623a2
2014-09-02Clean up duplicated xmlns:c definitionsMiklos Vajna1-2/+3
Change-Id: Ibd8fdfeeac89da8c8c259bae3de22f87a0d59b2a
2014-09-02fix Wunused-private-fieldMarkus Mohrhard1-0/+8
Change-Id: Ia708cc3cccd86257e08aa916d24733ca6769e723
2014-09-02prevent potential crash if no SystemWindowData is passedMarkus Mohrhard1-1/+1
Change-Id: I92a084bba88a4c34e93aac9b547a986ea6381790
2014-09-02fix indentationMarkus Mohrhard1-1/+2
Change-Id: I558b6c0c1be917fbf6df722d4f0268c271bb888c
2014-09-02remove SAL_DEBUGs introduced earlierMarkus Mohrhard3-31/+0
Change-Id: I901188b5b0a3e64e2407d039dd80f89cce8cf6de
2014-09-02fix crash when creating chartMarkus Mohrhard1-2/+4
Change-Id: Ie6e38a0461a10cc33ff3d85cbf3b35ffab0efd59
2014-09-02fix buildMarkus Mohrhard3-4/+3
Change-Id: I13c67763ec3cb940292199f3e9e0f3942446959f
2014-09-02fix indentationMarkus Mohrhard1-1/+2
Change-Id: I4f299e510fecb57f763818743d357ae6bf2333af
2014-09-02support legacy and core context on OSXMarkus Mohrhard4-14/+39
Change-Id: Ib8cadb3f182ce49c0ca8b6ccaa95960eb8e5f9ae
2014-09-02fix non OSX build againMarkus Mohrhard1-0/+2
Change-Id: I3faccc9f70b1afb7cbefd5ba9b26612eb7cda1fd
2014-09-02remove unused methodMarkus Mohrhard2-6/+0
Change-Id: I17d3e3fa4671d0004e2d7918ea3bcad1a7bcd2b5
2014-09-02fix non Mac buildMarkus Mohrhard1-3/+6
Change-Id: I88df76fc1757b8372cd319ae1ecd7976b01554a1
2014-09-02fix OSX buildMarkus Mohrhard1-0/+4
don't require Obj-C features in header files Change-Id: Ibeea090b6b2bda191b8e8ffd08f15907653fd830
2014-09-02working OSX OpenGLContextMarkus Mohrhard2-0/+18
In contrast to the CGL solution this renders not only to a FBO but to a rendering context. Change-Id: I083795cab5ea6372efac312a1f5e0053066121ea
2014-09-02use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard5-8/+32
Change-Id: Ief50a2fc533846cd61be66b1ea166a992942083b
2014-09-02replace check with GLEW variableMarkus Mohrhard1-3/+1
Change-Id: I818d099c70f2f886908584e67a73934dee5dbef8
2014-09-02switch to a NSOpenGLView implementationMarkus Mohrhard4-30/+86
Change-Id: Ifed59a9e899abc900ddf27378eec6b641be061d3
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 invalid framebuffer operation to OpenGL error messagesMarkus Mohrhard1-0/+1
Change-Id: I359ec166e9bf0585842fb436a1edd20720b89a9b
2014-09-02check framebuffer statusMarkus Mohrhard1-1/+7
Change-Id: Ieb36804247b4e2790d625585661a1c85586348f1
2014-09-02simplify codeMarkus Mohrhard1-2/+1
Change-Id: If0b1c47a1e0f6084795fb5ca4a2acced736d4523
2014-09-02add OpenGL error checking to OGLTransMarkus Mohrhard2-0/+68
Change-Id: I9e511221e3da54b44935ebde22c49e5a151f6961
2014-09-02extract some shared codeMarkus Mohrhard4-42/+17
Change-Id: I062ea860f695189ab1d59615f1d2390710a21d44
2014-09-02some temporary debug outputMarkus Mohrhard3-2/+30
2014-09-02add more notes about deprecated OpenGL featuresMarkus Mohrhard1-0/+8
Change-Id: Ic83ec7e99c8b666b755b93f315019754f9d9757f
2014-09-02add warning about bad inputMarkus Mohrhard1-0/+1
Change-Id: I7018813740460c79d09318770fbdcb24a24a441e
2014-09-02remove old OSX OGLTransMarkus Mohrhard7-3463/+0
Change-Id: Icdb3a5f998d69727247c3fc4803c46803f2fa199
2014-09-02make the shaders compliant to GLSL 1.2Markus Mohrhard4-12/+33
Change-Id: Ic15760ca40d719ae333003c9bc241c813cb284fa
2014-09-02use generic implementation for OSXMarkus Mohrhard1-9/+3
Change-Id: I9b82ca8bb6c1c6453bbedac2c60bec4d6a98c009
2014-09-02fix shader names, the .glsl is attached in OpenGLHelper::LoadShaderMarkus Mohrhard1-6/+6
Change-Id: I267c1fefa5330359f3aea0d57d38a153232b655f
2014-09-02request a legacy context for OGLTransMarkus Mohrhard1-0/+1
Change-Id: If001121da14ca9d15f6c36af30428f1851710524
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-09-02add possibility to request a compatibility contextMarkus Mohrhard2-1/+13
Change-Id: I0135e81f925fda19c06144d21d2f2b0efc9e57be
2014-09-02WIP debug statementsMarkus Mohrhard1-2/+92
2014-09-02add a note about deprecated functionalityMarkus Mohrhard1-0/+15
Change-Id: Ic980e633f7c9cdcbb3a1b512d66bfd8279d16339
2014-09-02don't even try to create a shape for non existing valuesMarkus Mohrhard1-0/+3
Change-Id: I0af9285c2fa0371607e9ec750bb07968244c44d8
2014-09-02fixed pipeline functions are not available in core contextMarkus Mohrhard1-0/+3
Change-Id: I50f5e876da902181f8ab5c9571df61f035630218
2014-09-02GL_LIGHTING is deprecatedMarkus Mohrhard1-2/+0
Change-Id: I6280af7182f4afefe39ef676024caa9c21f089ff
2014-09-02GL_TEXTURE_WRAP_* is deprecatedMarkus Mohrhard1-4/+0
Change-Id: I2604a6d647c912a91da156072b9821b2abe52b48