summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-301-1/+1
* chart2: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-308-17/+13
* fdo#82577: Handle RegionNoel Grandin2014-09-306-6/+6
* chart2: take the mutex to update the chart structures.Michael Meeks2014-09-291-0/+3
* Resolves: fdo#83010 remove svx::WrapFieldCaolán McNamara2014-09-258-106/+107
* Changing the font properties makes it look betterxukai2014-09-252-3/+3
* Don't update chart view when the controllers are locked.Kohei Yoshida2014-09-241-0/+3
* Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann2014-09-241-2/+7
* Add missing include to avoid compile error on windowsPeter Foley2014-09-242-0/+2
* Some cleanup on Timer.Kohei Yoshida2014-09-232-5/+3
* This guard blocks main loop.Kohei Yoshida2014-09-231-1/+0
* update camera when bar is clickedxukai2014-09-232-16/+57
* fdo#84001: update environment name BENCHMARK_MODE to UNLOCK_FPS_MODExukai2014-09-231-1/+1
* use environment AUTO_FLY to control if autoflyxukai2014-09-232-2/+10
* update effect of bar clickxukai2014-09-231-0/+13
* make Camera flythrough looks more smoothxukai2014-09-231-22/+39
* overloaded function GetDiffOfTwoCamerasxukai2014-09-232-3/+11
* Add function:GetDiffOfTwoCamerasxukai2014-09-232-0/+27
* instead of a top view a 45 degree viewxukai2014-09-231-2/+4
* Using 3D fontsxukai2014-09-231-4/+4
* 3D fonts suportxukai2014-09-232-7/+11
* Update the color of FPS textxukai2014-09-231-5/+9
* Show values of bars in selected rowxukai2014-09-232-19/+50
* fix the fly back bugxukai2014-09-231-0/+2
* add translucent balck background for history renderingxukai2014-09-234-24/+41
* add 50 histories for histroy renderingxukai2014-09-232-16/+31
* fdo#84001: Renamed the env. variable to fit better.Jan Holesovsky2014-09-231-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-2388-163/+163
* OPENGL_SCALE_VALUE is not needed any moreZolnai Tamás2014-09-213-44/+32
* fdo#81237: 2D OpenGL charts have wrong sizeZolnai Tamás2014-09-218-15/+20
* These are no longer used.Kohei Yoshida2014-09-191-3/+0
* Finally, move the group shape object for the diagram with axes to the param.Kohei Yoshida2014-09-192-14/+14
* Move the "PlotAreaIncludingAxes" shape object to CreateShapeParam2D.Kohei Yoshida2014-09-191-6/+7
* Move the "MarkHandles" shape object to CreateShapeParam2D.Kohei Yoshida2014-09-192-12/+11
* Remove double-conversion between awt::Rectangle and basegfx::B2IRectangle.Kohei Yoshida2014-09-191-4/+2
* Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida2014-09-194-28/+33
* Refactor getAvailablePosAndSizeForDiagram() to use CreateShapeParam2D.Kohei Yoshida2014-09-191-40/+36
* Move the code that creates shapes for axis titles to own method.Kohei Yoshida2014-09-192-68/+105
* More scope reduction.Kohei Yoshida2014-09-191-76/+77
* Scope reduction.Kohei Yoshida2014-09-191-18/+17
* Reduce scope by early bailout.Kohei Yoshida2014-09-191-70/+74
* Move the 2D shape creation code into a separate method.Kohei Yoshida2014-09-192-185/+191
* Fix chart2 with system libglm (explicit constructors)Fridrich Štrba2014-09-191-2/+2
* Returned shape object is assigned but not used.Kohei Yoshida2014-09-181-5/+2
* Pass by const reference.Kohei Yoshida2014-09-181-1/+1
* Scope level reduction.Kohei Yoshida2014-09-181-11/+13
* Scope level reduction.Kohei Yoshida2014-09-181-16/+19
* Fix prefix for non-reference variable.Kohei Yoshida2014-09-181-14/+14
* No need to instantiate B2IRectangle twice.Kohei Yoshida2014-09-181-1/+1
* fdo#82577: Handle FontNoel Grandin2014-09-187-11/+11