[Libreoffice-commits] core.git: Changes to 'feature/chart-3d-chart'

Markus Mohrhard markus.mohrhard at collabora.co.uk
Sat May 10 13:38:11 PDT 2014


New branch 'feature/chart-3d-chart' available with the following commits:
commit 799f0fd34532d26ec3a75164f346799ec047a223
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Sat May 10 22:29:59 2014 +0200

    add some debug code
    
    Change-Id: I279e25f902e4bd8d19d61ddd6b9c290a120a39a9

commit faa727237dd34d34abbfb56489ed455f20d7b66f
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Sat May 10 22:29:06 2014 +0200

    fix camera position
    
    Change-Id: Ie3acc0a82e86fe7fbc565783ac09c2f9b6721fbf

commit 90a45786f6f3cfde763137c93980b2dbfc89cd68
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Sat May 10 22:28:11 2014 +0200

    fix bar positioning
    
    Change-Id: I91bcaaef42df82495d06d46a85c115396720e247

commit a1cd3d249b54c9871011d1041aba2610776ff240
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Sat May 10 08:24:54 2014 +0200

    some work into intercepting mouse events in OpenGL window
    
    Change-Id: I46dcfed7d5398d994c68ed7cfe4408f9f5719bf1

commit a7cf8fe3d300a5b5e20226d8c4b7e885d8a94681
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Sat May 10 08:23:00 2014 +0200

    remove printf statements
    
    Change-Id: I82de8e5e3c028103f1d2b006124593293f9fe365

commit 7d68d6b10aff9802b81eb0977640eb1c645a5d0e
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Sat May 10 08:22:28 2014 +0200

    give each series an own color
    
    Change-Id: Ia74eda050349d34d23e07b8e700aaae97e43d903

commit 4162525b35fc92a1b7e819a79ece64e9f39ff096
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Sat May 10 04:31:07 2014 +0200

    we need to call OpenGL3DRenderer::init
    
    Change-Id: I9bcdc7d033835bf3cdb6f9d4770aaee284f7eaf7

commit 8e99c1f14c86ec8da494b307613bd421f11193e9
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Sat May 10 04:30:46 2014 +0200

    change the color of the bars as the ackground is blue as well
    
    Change-Id: Ib16ef3548368e5b07dd9411a4515d5e6abe3acaf

commit 3a88f867d19853a490a88a5acffadb53e3892785
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Sat May 10 04:29:20 2014 +0200

    remove more unnecessary typedefs
    
    Change-Id: I62968f11220da31febdbdff2d057607696ea6271

commit 94d444589e914f1914faa0e1250c26c0342a2b65
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Fri May 9 05:34:34 2014 +0200

    initialize variables in initializer list
    
    Change-Id: I1526d40c28a33cd29074adcc8c8d182f92996914

commit e738d8127b65e12f94d8065df52667e52e1fab48
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Fri May 9 05:31:42 2014 +0200

    avoid temporary copy
    
    Change-Id: Ica949141c58d7ebb85f246dee4109c39ee8f889e

commit dda271ca8b45de2a9c78724050726c836e794b08
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Fri May 9 05:30:46 2014 +0200

    remove these unnecessary typedefs
    
    Change-Id: Iae2dc2d9bcc40bf7b45cd319a8be46b040d9ec23

commit 4cc8792ae7988618716efc0aa7de903aa9f57532
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Fri May 9 05:23:12 2014 +0200

    we need glew initalized before testing through it for features
    
    Change-Id: I4999de29b2a12888129ab291344b239b8def373c

commit 447df78f8f2b2109d503e1204c5d1ee80cd4b7a2
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Fri May 9 05:19:32 2014 +0200

    let us at least try to render the shapes
    
    Change-Id: I8753c6a9397117137d4da25f76db1f9cae23f90e

commit 2ccbf8dcaae932df48abb4ab8e1f34e3b09cab0c
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Fri May 9 04:10:19 2014 +0200

    delete OpenGL resources in the destructor
    
    Change-Id: Ibfeb836d23d48e4ad9fd9b111394b8349ba7c8a3

commit 617256670657bbd8e7f43be40ed92e8345354fdd
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Fri May 9 04:02:05 2014 +0200

    move the declaration to the top of the file
    
    Change-Id: I6b062a4a1c5c4e64846cecd2fd44549de9c516a8

commit 3401c85d0fd8dbc6d9802a37b71149cf29f6b3eb
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Fri May 9 03:55:06 2014 +0200

    remove framebuffer objects
    
    We want window rendering and not off-screen rendering.
    
    Change-Id: I23580da148a4d9449f66dd5a0a1dcb2bf5cd7745



More information about the Libreoffice-commits mailing list