summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Added v1.2 properties to designer pluginTomi Korpipää2014-10-283-0/+228
* Mac touchpad support addedTomi Korpipää2014-10-274-1/+30
* Make build check for existence of quick module.Miikka Heikkinen2014-10-241-2/+3
* Release housekeepingMiikka Heikkinen2014-10-248-72/+305
* Surface shadow improvementMika Salmela2014-10-227-13/+80
* Added C++ autotests for seriesTomi Korpipää2014-10-211-0/+3
* Fix shadows when viewing directly from above.Miikka Heikkinen2014-10-211-8/+21
* Document the issue with large surfaces and static scatters.Miikka Heikkinen2014-10-203-8/+30
* Qt 5.4 qml type fix Tomi Korpipää2014-10-171-1/+1
* Added invalid value tests for QML autotestsTomi Korpipää2014-10-172-2/+3
* Test for QML proxiesTomi Korpipää2014-10-161-8/+8
* Regenerate render bufferMika Salmela2014-10-161-2/+4
* Fix scatter item autosizing.Miikka Heikkinen2014-10-151-8/+10
* Added tests for QML inputTomi Korpipää2014-10-151-0/+1
* Fix the bug introduced in previous fix.Miikka Heikkinen2014-10-151-1/+3
* Small cleanups for surfaceMika Salmela2014-10-152-14/+7
* Added tests for QML custom items Tomi Korpipää2014-10-152-0/+2
* Simplify context handling at cleanup.Miikka Heikkinen2014-10-154-17/+18
* Gradient adjustment logic was broken.Miikka Heikkinen2014-10-141-5/+5
* Bars3D, Surface3D and Scatter3D tests Tomi Korpipää2014-10-141-5/+0
* Fix gradient artifacts on some edge casesMiikka Heikkinen2014-10-141-0/+13
* Reset camera target when setting a presetMiikka Heikkinen2014-10-131-0/+5
* Fix context cleanupMiikka Heikkinen2014-10-139-37/+111
* Remove separate depth texture for surface shadowsMika Salmela2014-10-132-44/+6
* If GL_MAX_TEXTURE_SIZE cannot be read, don't check for itMiikka Heikkinen2014-10-101-1/+1
* Added doc about reflections and stencil buffer Tomi Korpipää2014-10-091-0/+3
* Fixed recurring GL_INVALID_VALUE OpenGL errors Tomi Korpipää2014-10-093-113/+149
* Fix screen position based queries in threaded rendering environmentMiikka Heikkinen2014-10-097-21/+46
* Fixed selecting through the floor bugTomi Korpipää2014-10-082-37/+44
* Grid line color bug in surface fixed Tomi Korpipää2014-10-081-2/+2
* Polar coordinates angle grid lines fixes Tomi Korpipää2014-10-081-0/+4
* Fix minor issues found in testingMiikka Heikkinen2014-10-081-0/+3
* Texture UVs for surface to follow data dimensionMika Salmela2014-10-072-3/+16
* Fixed shadow issue with reflections and no background Tomi Korpipää2014-10-071-2/+3
* Clang warning fixesTomi Korpipää2014-10-061-2/+2
* Fix crash when removing and changing items for same frameMiikka Heikkinen2014-10-061-0/+2
* Fix mac -> OS XMiikka Heikkinen2014-10-062-3/+3
* Fix surface normals on ascending/descendingMika Salmela2014-10-062-200/+379
* Fix static optimization errorsMiikka Heikkinen2014-10-034-7/+26
* Fix changing items in static optimization modeMiikka Heikkinen2014-10-037-81/+202
* Fixed window blend bugTomi Korpipää2014-10-021-1/+0
* Fixed ordering of subviewsTomi Korpipää2014-10-022-13/+29
* Reduce font size if label gets too wide to fit textureTomi Korpipää2014-10-011-19/+56
* Fix selection color and gradient for static optimizationMiikka Heikkinen2014-10-014-25/+111
* Make background margin configurableMiikka Heikkinen2014-09-3015-38/+281
* Add C++ API for getting the custom item list from graph.Miikka Heikkinen2014-09-294-1/+18
* Make various selection queries thread safeMiikka Heikkinen2014-09-292-10/+17
* Allow setting bounds for camera zoom levelMiikka Heikkinen2014-09-265-49/+152
* Fix absolutely scaled volumesMiikka Heikkinen2014-09-261-2/+3
* Implement zooming to cursorMiikka Heikkinen2014-09-2626-51/+532