Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/private/kohei/find-replace-all-perf
/
chart2
1159ab6
change the bar size a bit
by Markus Mohrhard
· 12 years ago
67444a9
-Werror,-Wunused-variable
by Stephan Bergmann
· 12 years ago
08bc9fa
remove second part of the debug output
by Markus Mohrhard
· 12 years ago
31e32d3
remove debug output
by Markus Mohrhard
· 12 years ago
6fd54c8
improve the text rendering a little bit more
by Markus Mohrhard
· 12 years ago
1225fc1
improve the text rendering a bit
by Markus Mohrhard
· 12 years ago
addc7e8
we need to set text size in woorld coordinates
by Markus Mohrhard
· 12 years ago
2bbcf97
fix my issues with the offscreen rendering
by Markus Mohrhard
· 12 years ago
19979ae
forgot to release the OpenGL resources
by Markus Mohrhard
· 12 years ago
61b2ae3
use FBO for the picking
by Markus Mohrhard
· 12 years ago
e634b0d
set the color for the picking
by Markus Mohrhard
· 12 years ago
1b8cfd5
remove unnecessary whitespaces
by Markus Mohrhard
· 12 years ago
5500a4f
avoid division by zero that happens to me in some cases
by Markus Mohrhard
· 12 years ago
08bed8a
we need to create the buffer
by Markus Mohrhard
· 12 years ago
227af32
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18
by Julien Nabet
· 12 years ago
ee0bb26
fdo#78290 : The File gets corrupted when saved in LO
by Bisal Singh Nayal
· 12 years ago
3db8d60
hrc and src files: squeeze multiple newlines
by Thomas Arnhold
· 12 years ago
4371638
add reverse bars code
by weigao
· 12 years ago
0d8908b
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16
by Julien Nabet
· 12 years ago
f5376d8
prevent access to uninitialized variables
by Markus Mohrhard
· 12 years ago
ca52e5f
support property mapping in new 3D charts
by Markus Mohrhard
· 12 years ago
2c7a4e8
set the MVP matrix in picking mode
by Markus Mohrhard
· 12 years ago
5a9399a
small hickup
by Markus Mohrhard
· 12 years ago
a994503
-Werror,-Wunused-private-field
by Stephan Bergmann
· 12 years ago
2bd7767
Resolves fdo#70681: fixincludeguards.pl: all that's left
by Thomas Arnhold
· 12 years ago
1528820
modify the coordinate system to world coordinate system
by weigao
· 12 years ago
ec4169a
hopefully all places are now correct for the picking
by Markus Mohrhard
· 12 years ago
859cbb9
no reason that this is a member variable
by Markus Mohrhard
· 12 years ago
dfefcc2
one more step to picking based rendering
by Markus Mohrhard
· 12 years ago
34e137f
don"t execute code in a loop
by Markus Mohrhard
· 12 years ago
42edee1
implement new struct and shaders for picking
by Markus Mohrhard
· 12 years ago
88b17ce
try a better idea
by Markus Mohrhard
· 12 years ago
7c2acb8
remove some misleading comments
by Markus Mohrhard
· 12 years ago
2941d38
these resources should be GLints
by Markus Mohrhard
· 12 years ago
759573b
introduce picking mode in 3D code
by Markus Mohrhard
· 12 years ago
6f019be
coverity#1213254 Out-of-bounds read
by Caolán McNamara
· 12 years ago
2cd7cbd
no matching function for call to 'scale(const float&, const float&, int)'
by Miklos Vajna
· 12 years ago
fd37d07
change transformation matrix
by Markus Mohrhard
· 12 years ago
9a73719
Try to zoom into a bar when clicked. For now we hardcode the object ID of 1.
by Kohei Yoshida
· 12 years ago
5588d66
loplugin:passstringbyref
by Stephan Bergmann
· 12 years ago
248145f
Find places where uno::Sequence is passed by value.
by Noel Grandin
· 12 years ago
876a540
a better place to show the window
by Markus Mohrhard
· 12 years ago
15e2c82
restore correct repaint after changed value in 3D chart
by Markus Mohrhard
· 12 years ago
9fbafe9
rerender after redrawing of the window
by Markus Mohrhard
· 12 years ago
36122c2
Replace auto_ptr with boost::scoped_ptr.
by Kohei Yoshida
· 12 years ago
21162ea
some fixes for positioning problems
by weigao
· 12 years ago
ef69c15
Have ChartView keep the instance of GL3D chart object between rendering.
by Kohei Yoshida
· 12 years ago
d1516d4
WaE: private field 'm_bOwnershipIsWellKnown' is not used
by Tor Lillqvist
· 12 years ago
4cbfbf4
m_bOwnershipIsWellKnown is unused
by Caolán McNamara
· 12 years ago
30d6bf6
volatile does not make any sense here
by Markus Mohrhard
· 12 years ago
1ddc174
use black as text color
by Markus Mohrhard
· 12 years ago
a0842e5
more sal_Int32 to sal_uInt32 and simplification
by Markus Mohrhard
· 12 years ago
da3da46
usa sal_uInt32 instead of sal_Int32
by Markus Mohrhard
· 12 years ago
46351c1
Revert "separate rounded corner bar and normal bar rendering"
by Markus Mohrhard
· 12 years ago
2124f55
Revert "fix alpha calculation"
by Markus Mohrhard
· 12 years ago
5b7dfb0
move glm operator<< for debugging to OpenGLHelper
by Markus Mohrhard
· 12 years ago
ca4c75a
fix alpha calculation
by Markus Mohrhard
· 12 years ago
5cad8bb
a few debug statements and cosmetic clean-up
by Markus Mohrhard
· 12 years ago
bc9d2f8
a few changes to camera position and bar positioning
by Markus Mohrhard
· 12 years ago
5c799db
separate rounded corner bar and normal bar rendering
by Markus Mohrhard
· 12 years ago
906672e
this does not need to be a member variable
by Markus Mohrhard
· 12 years ago
3b367b5
remove unused methods
by Markus Mohrhard
· 12 years ago
df640fe
remove unused variables
by Markus Mohrhard
· 12 years ago
e799cd8
better colors for now
by Markus Mohrhard
· 12 years ago
2b5590f
use rounded corners by default
by Markus Mohrhard
· 12 years ago
fae9fa2
better camera position
by Markus Mohrhard
· 12 years ago
db9c2f0
whitespace cleanup
by Markus Mohrhard
· 12 years ago
383dccc
enable MSAA
by Markus Mohrhard
· 12 years ago
87e10bc
no need to call clear before destryozing a vector
by Markus Mohrhard
· 12 years ago
ed506c3
remove unused variable
by Markus Mohrhard
· 12 years ago
be7fd49
remove unneccessary flag
by Markus Mohrhard
· 12 years ago
1b10b86
remove unimplemented methods from class
by Markus Mohrhard
· 12 years ago
5e45479
remove unused pickingFlg
by Markus Mohrhard
· 12 years ago
a29e1c5
remove unused methods
by Markus Mohrhard
· 12 years ago
3729f6c
remove scene box that should not be in the renderer
by Markus Mohrhard
· 12 years ago
c4a490e
no framebuffer support needed anymore
by Markus Mohrhard
· 12 years ago
b53e1ac
keep camera calculations out of the rendering code
by Markus Mohrhard
· 12 years ago
28e7d53
add some debug code
by Markus Mohrhard
· 12 years ago
9ec2a09
fix camera position
by Markus Mohrhard
· 12 years ago
4a833ab4
fix bar positioning
by Markus Mohrhard
· 12 years ago
01e0459
remove printf statements
by Markus Mohrhard
· 12 years ago
df7cef1
give each series an own color
by Markus Mohrhard
· 12 years ago
27340ae
we need to call OpenGL3DRenderer::init
by Markus Mohrhard
· 12 years ago
57c681d
change the color of the bars as the ackground is blue as well
by Markus Mohrhard
· 12 years ago
c5e34d2
remove more unnecessary typedefs
by Markus Mohrhard
· 12 years ago
720f387
initialize variables in initializer list
by Markus Mohrhard
· 12 years ago
93268d3
avoid temporary copy
by Markus Mohrhard
· 12 years ago
832f44c
remove these unnecessary typedefs
by Markus Mohrhard
· 12 years ago
0515a9f
let us at least try to render the shapes
by Markus Mohrhard
· 12 years ago
7c1bf9e
delete OpenGL resources in the destructor
by Markus Mohrhard
· 12 years ago
248a8d6
move the declaration to the top of the file
by Markus Mohrhard
· 12 years ago
e478b1d
remove framebuffer objects
by Markus Mohrhard
· 12 years ago
fe6308a
coverity#1158099 Unchecked dynamic_cast
by Caolán McNamara
· 12 years ago
0bf9c74
coverity#1169877 Uninitialized scalar field
by Caolán McNamara
· 12 years ago
1d6bc66
coverity#1169880 Uninitialized pointer field
by Caolán McNamara
· 12 years ago
a1e41fc
Fix previous commit (chart2 part)
by Julien Nabet
· 12 years ago
bd59628
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10
by Julien Nabet
· 12 years ago
2c64e08
Best effort of blindly placing axes and background objects.
by Kohei Yoshida
· 12 years ago
aa26f8b
No need to store these text objects separately.
by Kohei Yoshida
· 12 years ago
37852a0
Die, die, die BMP code
by Markus Mohrhard
· 12 years ago
Next »