summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-09-25Resolves: fdo#83010 remove svx::WrapFieldCaolán McNamara8-106/+107
2014-09-25Changing the font properties makes it look betterxukai2-3/+3
2014-09-24Don't update chart view when the controllers are locked.Kohei Yoshida1-0/+3
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann1-2/+7
2014-09-24Add missing include to avoid compile error on windowsPeter Foley2-0/+2
2014-09-23Some cleanup on Timer.Kohei Yoshida2-5/+3
2014-09-23This guard blocks main loop.Kohei Yoshida1-1/+0
2014-09-23update camera when bar is clickedxukai2-16/+57
2014-09-23fdo#84001: update environment name BENCHMARK_MODE to UNLOCK_FPS_MODExukai1-1/+1
2014-09-23use environment AUTO_FLY to control if autoflyxukai2-2/+10
2014-09-23update effect of bar clickxukai1-0/+13
2014-09-23make Camera flythrough looks more smoothxukai1-22/+39
2014-09-23overloaded function GetDiffOfTwoCamerasxukai2-3/+11
2014-09-23Add function:GetDiffOfTwoCamerasxukai2-0/+27
2014-09-23instead of a top view a 45 degree viewxukai1-2/+4
2014-09-23Using 3D fontsxukai1-4/+4
2014-09-233D fonts suportxukai2-7/+11
2014-09-23Update the color of FPS textxukai1-5/+9
2014-09-23Show values of bars in selected rowxukai2-19/+50
2014-09-23fix the fly back bugxukai1-0/+2
2014-09-23add translucent balck background for history renderingxukai4-24/+41
2014-09-23add 50 histories for histroy renderingxukai2-16/+31
2014-09-23fdo#84001: Renamed the env. variable to fit better.Jan Holesovsky1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin88-163/+163
2014-09-21OPENGL_SCALE_VALUE is not needed any moreZolnai Tamás3-44/+32
2014-09-21fdo#81237: 2D OpenGL charts have wrong sizeZolnai Tamás8-15/+20
2014-09-19These are no longer used.Kohei Yoshida1-3/+0
2014-09-19Finally, move the group shape object for the diagram with axes to the param.Kohei Yoshida2-14/+14
2014-09-19Move the "PlotAreaIncludingAxes" shape object to CreateShapeParam2D.Kohei Yoshida1-6/+7
2014-09-19Move the "MarkHandles" shape object to CreateShapeParam2D.Kohei Yoshida2-12/+11
2014-09-19Remove double-conversion between awt::Rectangle and basegfx::B2IRectangle.Kohei Yoshida1-4/+2
2014-09-19Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida4-28/+33
2014-09-19Refactor getAvailablePosAndSizeForDiagram() to use CreateShapeParam2D.Kohei Yoshida1-40/+36
2014-09-19Move the code that creates shapes for axis titles to own method.Kohei Yoshida2-68/+105
2014-09-19More scope reduction.Kohei Yoshida1-76/+77
2014-09-19Scope reduction.Kohei Yoshida1-18/+17
2014-09-19Reduce scope by early bailout.Kohei Yoshida1-70/+74
2014-09-19Move the 2D shape creation code into a separate method.Kohei Yoshida2-185/+191
2014-09-19Fix chart2 with system libglm (explicit constructors)Fridrich Štrba1-2/+2
2014-09-18Returned shape object is assigned but not used.Kohei Yoshida1-5/+2
2014-09-18Pass by const reference.Kohei Yoshida1-1/+1
2014-09-18Scope level reduction.Kohei Yoshida1-11/+13
2014-09-18Scope level reduction.Kohei Yoshida1-16/+19
2014-09-18Fix prefix for non-reference variable.Kohei Yoshida1-14/+14
2014-09-18No need to instantiate B2IRectangle twice.Kohei Yoshida1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin7-11/+11
2014-09-17fdo#81237: 2D OpenGL charts was upside-downZolnai Tamás1-3/+5
2014-09-16fdo#83717: Fix the bar picking in the 3D charts.Jan Holesovsky2-61/+60
2014-09-16fdo#83518: We need the GL context when rendering text.Jan Holesovsky1-0/+2
2014-09-15Ensure we export correct label placement value for clustered bar chartsMiklos Vajna2-0/+16