summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/surface3drenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Misc fixes found while valgrinding.Miikka Heikkinen2014-06-021-8/+8
* Fix surface selection texture generationMiikka Heikkinen2014-05-301-3/+3
* Implement binary search for determining surface sample spaceMiikka Heikkinen2014-05-281-69/+78
* Fix labels transparency within each axisMiikka Heikkinen2014-05-281-71/+90
* Optionally show axis titles on the graphMiikka Heikkinen2014-05-271-33/+28
* Added API for changing data aspect ratioTomi Korpipää2014-05-261-4/+3
* Cache ObjectHelper instancesMiikka Heikkinen2014-05-221-15/+11
* Added support for custom items with absolute coordinatesTomi Korpipää2014-05-211-5/+16
* Surface slice grid line fix Tomi Korpipää2014-05-201-2/+2
* Fix label alignmentsMiikka Heikkinen2014-05-191-7/+8
* Optimize label rotations a bitMiikka Heikkinen2014-05-191-10/+20
* Implement axis label autorotationMiikka Heikkinen2014-05-191-54/+178
* Added option to use orthographic projectionTomi Korpipää2014-05-141-3/+11
* Use blending for custom items only when neededTomi Korpipää2014-05-141-4/+4
* API to query custom item selection Tomi Korpipää2014-05-131-0/+3
* Added API for querying label selectionTomi Korpipää2014-05-131-0/+3
* Allow surface rows and cols be in ascending or descending XZ orderMiikka Heikkinen2014-05-081-26/+55
* Value axis reversing supportMiikka Heikkinen2014-05-081-0/+6
* Bar data item and row changing optimizationsMiikka Heikkinen2014-04-301-9/+10
* Fix texture cleanup.Miikka Heikkinen2014-04-281-12/+3
* Color problem fixed Tomi Korpipää2014-04-241-6/+6
* Custom Item Example addedTomi Korpipää2014-04-221-3/+4
* Add custom item support, part 2Tomi Korpipää2014-04-161-35/+38
* Add custom item support, part 1Tomi Korpipää2014-04-151-3/+29
* Fix crash when shadows are supported but flat is notMiikka Heikkinen2014-04-101-11/+18
* Optimize multiple series rendering.Miikka Heikkinen2014-04-101-113/+102
* Axis label dragging support, part 2Tomi Korpipää2014-04-031-11/+5
* Enable querying selection label via APIMiikka Heikkinen2014-04-031-49/+16
* Axis label dragging support, part 1Tomi Korpipää2014-04-011-46/+105
* Improve axis formatter flexibilityMiikka Heikkinen2014-03-281-3/+3
* Make axis labels more accurate by using qreals for label valuesMiikka Heikkinen2014-03-261-3/+3
* Implement QLogValue3DAxisFormatterMiikka Heikkinen2014-03-261-0/+1
* Actually use axis formatter in renderer.Miikka Heikkinen2014-03-251-226/+133
* Use GL_LINES for ES2 grid linesTomi Korpipää2014-03-241-21/+68
* Fix surface slice problem on MacMika Salmela2014-03-171-1/+22
* Fix Valgrind found issuesMiikka Heikkinen2014-02-251-5/+4
* Set objects dirty on Y axis range changeMika Salmela2014-02-241-1/+14
* Don't do unnecessary polygon fill enablingsMiikka Heikkinen2014-02-241-6/+4
* Fix the variable naming in findMatchingRowMiikka Heikkinen2014-02-241-5/+5
* Multiseries support for selection pointerMika Salmela2014-02-211-52/+120
* Fixed surface shadow wrong direction bug Tomi Korpipää2014-02-211-9/+1
* Scaling and offset support for multiseriesMika Salmela2014-02-201-86/+203
* Clean up public API and includes usageMiikka Heikkinen2014-02-181-5/+3
* Surface remaining shadow problem fixed Tomi Korpipää2014-02-171-2/+4
* Selection works on wireframe-only mode Tomi Korpipää2014-02-171-2/+2
* Draw surface grid in slice when wireframe only Tomi Korpipää2014-02-171-24/+26
* Series visibility affects slice Tomi Korpipää2014-02-171-1/+2
* Take qml_plugin.prf into useMiikka Heikkinen2014-02-131-0/+3
* Multiseries support for surface sliceMika Salmela2014-02-111-48/+61
* Fixed sampleSpace validity checkMika Salmela2014-02-111-1/+1