Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/mac-opengl-fixes
7eb4239
remove SAL_DEBUGs introduced earlier
by Markus Mohrhard
· 12 years ago
feature/mac-opengl-fixes
e010352
prevent potential crash if no SystemWindowData is passed
by Markus Mohrhard
· 12 years ago
01fe3fa
fix crash when creating chart
by Markus Mohrhard
· 12 years ago
d5186c1
fix build
by Markus Mohrhard
· 12 years ago
2a1804e
fix indentation
by Markus Mohrhard
· 12 years ago
49c40d4
support legacy and core context on OSX
by Markus Mohrhard
· 12 years ago
e2f11ea
fix non OSX build again
by Markus Mohrhard
· 12 years ago
8a10360
remove unused method
by Markus Mohrhard
· 12 years ago
f0226bf
fix non Mac build
by Markus Mohrhard
· 12 years ago
d562776
fix OSX build
by Markus Mohrhard
· 12 years ago
e928dce
working OSX OpenGLContext
by Markus Mohrhard
· 12 years ago
b0b9bd2
use SystemWindowData to request a NSOpenGLWindow
by Markus Mohrhard
· 12 years ago
8337c2c
replace check with GLEW variable
by Markus Mohrhard
· 12 years ago
b74365a
switch to a NSOpenGLView implementation
by Markus Mohrhard
· 12 years ago
787288c
use size_t instead of unsigned int for container indices
by Markus Mohrhard
· 12 years ago
e9d9f15
the values are float now
by Markus Mohrhard
· 12 years ago
741cb36
remove that ugly underscore at the end of the method names
by Markus Mohrhard
· 12 years ago
ca11f8d
basegfx -> glm in OGLTrans
by Markus Mohrhard
· 12 years ago
eff5b4b
use constructor initializer list
by Markus Mohrhard
· 12 years ago
77c23a9
improve readability
by Markus Mohrhard
· 12 years ago
f605b8f
no need to make these variables public
by Markus Mohrhard
· 12 years ago
8d43738
more OpenGL error checking in OGLTrans
by Markus Mohrhard
· 12 years ago
d8ab1bf
add invalid framebuffer operation to OpenGL error messages
by Markus Mohrhard
· 12 years ago
63eb0d0
check framebuffer status
by Markus Mohrhard
· 12 years ago
e634412
simplify code
by Markus Mohrhard
· 12 years ago
b059d9f
add OpenGL error checking to OGLTrans
by Markus Mohrhard
· 12 years ago
75d1f83
extract some shared code
by Markus Mohrhard
· 12 years ago
51680e4
some temporary debug output
by Markus Mohrhard
· 12 years ago
a6086b2
add more notes about deprecated OpenGL features
by Markus Mohrhard
· 12 years ago
e230d9b
add warning about bad input
by Markus Mohrhard
· 12 years ago
87fb883
remove old OSX OGLTrans
by Markus Mohrhard
· 12 years ago
a36a7fe
make the shaders compliant to GLSL 1.2
by Markus Mohrhard
· 12 years ago
b53a492
use generic implementation for OSX
by Markus Mohrhard
· 12 years ago
a74555a3
fix shader names, the .glsl is attached in OpenGLHelper::LoadShader
by Markus Mohrhard
· 12 years ago
f20cde1
request a legacy context for OGLTrans
by Markus Mohrhard
· 12 years ago
5692fa7
don't try to use X11 functions on OSX
by Markus Mohrhard
· 12 years ago
539c661
use glew instead of directly including OpenGL headers
by Markus Mohrhard
· 12 years ago
4d646c6
add possibility to request a compatibility context
by Markus Mohrhard
· 12 years ago
7ce911e
WIP debug statements
by Markus Mohrhard
· 12 years ago
c3d3358
add a note about deprecated functionality
by Markus Mohrhard
· 12 years ago
c0cfeef
don't even try to create a shape for non existing values
by Markus Mohrhard
· 12 years ago
dad1cf3
fixed pipeline functions are not available in core context
by Markus Mohrhard
· 12 years ago
874a12f
GL_LIGHTING is deprecated
by Markus Mohrhard
· 12 years ago
7c6d906
GL_TEXTURE_WRAP_* is deprecated
by Markus Mohrhard
· 12 years ago
26f5cd4
GL_POINT_SMOOTH is deprecated
by Markus Mohrhard
· 12 years ago
6b9f2a7
glEnable(GL_TEXTURE_2D) is deprecated
by Markus Mohrhard
· 12 years ago
97145cd
fix my last core shader error
by Markus Mohrhard
· 12 years ago
6c0e4bd
texture*D in GLSL is deprecated and not available in core contexts
by Markus Mohrhard
· 12 years ago
d5ccefa
replace all attribute and varying in chart shaders
by Markus Mohrhard
· 12 years ago
8d834e7
we need to switch to OpenGL 3.2 core for OSX
by Markus Mohrhard
· 12 years ago
1c197f2
make sure that all shaders contain a version string
by Markus Mohrhard
· 12 years ago
1b71061
Updated core Project: help a10e3f5e2f342a147b9f6d8e0912e7d3f0d4ae47
by Olivier Hallot
· 12 years ago
aa906f3
Typo: childs->children
by Julien Nabet
· 12 years ago
254c092
More mushrooms...
by Olivier Hallot
· 12 years ago
a6f78bf
Treeview may lose focus when left/right arrow is used
by Niklas Johansson
· 12 years ago
10176b1
fdo#33899 autocorrect: don't replace date parts with fractions
by László Németh
· 12 years ago
790920b
GraphicManager: fix crash when swapping out graphics
by Michael Stahl
· 12 years ago
ac2ffe7
GraphicManager: let's assert GraphicObjects are inserted and deleted once
by Michael Stahl
· 12 years ago
9fcf955
Left-align labels in Detailed Calculation Settings dialog
by Adolfo Jayme Barrientos
· 12 years ago
a2c6ce6
fdo#80538 Add (hidden) edit icons to the toolbar again
by Samuel Mehrbrodt
· 12 years ago
09426fd
Improve layout of random number generator dialog
by Olivier Hallot
· 12 years ago
b751142
Help buttons mushrooming all over the place...
by Olivier Hallot
· 12 years ago
2e3f30c
Add help button to dialog
by Olivier Hallot
· 12 years ago
0eb2c17
fdo#83289 (part) help btn for impress photo album
by Olivier Hallot
· 12 years ago
4e017b4
fdo#80269 (part): Help button for Calc Form dialog
by Olivier Hallot
· 12 years ago
475991c
FDO#83283 (part) help btn for Label Field select'n
by Olivier Hallot
· 12 years ago
efe49ba
coverity#1233512 Uncaught exception
by Caolán McNamara
· 12 years ago
a2336d2
coverity#1233487 Unchecked dynamic_cast
by Caolán McNamara
· 12 years ago
a0afc27
remove trailing space
by Caolán McNamara
· 12 years ago
c37a251
Resolves: rhbz#1135410
by Caolán McNamara
· 12 years ago
024d135
Unused arguments / variables
by Miklos Vajna
· 12 years ago
65613586
Remove not needed xmlns:xsd attributes
by Miklos Vajna
· 12 years ago
24a55a1
writerfilter: fix namespace of CT_PictureLayer's r:embed
by Miklos Vajna
· 12 years ago
8088aea
cppcheck: Logical conjunction always evaluates to false
by Julien Nabet
· 12 years ago
880c18f
Resolves fdo#83278: Missing type of directory at "Tools/Options/LODev/Paths"
by Julien Nabet
· 12 years ago
19cc164
Updated core Project: help 18f215920e94df8383c1e30f8eb0a93c3e076016
by Caolán McNamara
· 12 years ago
835ca0a
add capability to load FloatingWindows from .ui
by Caolán McNamara
· 12 years ago
e1bf8ff
xmerge: fix javadoc errors for JDK 8
by rbuj
· 12 years ago
2602a41
coverity#706466 Uncaught exception
by Caolán McNamara
· 12 years ago
e8fb861
move layout from dialog to systemwindow
by Caolán McNamara
· 12 years ago
0d5cc8c
seem to need to link against pthreads on linux for poppler now
by Caolán McNamara
· 12 years ago
76ab34a
didn't know about the dockingwindows
by Caolán McNamara
· 12 years ago
4e0d84c
writerfilter: fix namespace of CT_SaveThroughXslt's r:id
by Miklos Vajna
· 12 years ago
686ea7a
upgrade to poppler-0.26.4
by Thomas Arnhold
· 12 years ago
e96d259
interpr: ZinsesZins is Compound Interest
by Thomas Arnhold
· 12 years ago
dcda429
interpr: fPeriodn -> fPeriods
by Thomas Arnhold
· 12 years ago
e886f9a
fdo#39674: translated German to English
by Jennifer Liebel
· 12 years ago
5605a36
fdo#39674: Improved translation
by Jennifer Liebel
· 12 years ago
675073a
CppunitTest_sw_htmlexport: enable on OS X
by Miklos Vajna
· 12 years ago
4b4e4cc
fdo#80617 Use complete string to allow translation for page number info
by Samuel Mehrbrodt
· 12 years ago
90c38d9
Fix build problem in the --disable-database-connectivity case
by Tor Lillqvist
· 12 years ago
dc64ffb
jurt: fix some javadoc errors for JDK 8
by rbuj
· 12 years ago
59f1e33
Use plain bool parameter here
by Matúš Kukan
· 12 years ago
552b5e1
WaE: private field 'mnId' is not used
by Tor Lillqvist
· 12 years ago
fcc6e8a
Remove the old xlsx pivot table export code.
by Kohei Yoshida
· 12 years ago
151d7a6
Write test for importing and exporting of pivot table with 2 data fields.
by Kohei Yoshida
· 12 years ago
f37c6e0
Correctly export subtotal functions of data fields.
by Kohei Yoshida
· 12 years ago
3b856f0
Use the source dimension name when searching for a dimension.
by Kohei Yoshida
· 12 years ago
bfaf440
Export data layout field to xlsx correctly.
by Kohei Yoshida
· 12 years ago
5c00492
Start of support for Android on AArch64
by Tor Lillqvist
· 12 years ago
Next »