summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-3/+3
2014-10-09typo: Lable -> LabelAndras Timar1-3/+3
2014-10-08coverity#1237352 Dereference after null checkCaolán McNamara1-6/+2
2014-10-08spelling: instanciated -> instantiatedNoel Grandin2-2/+2
2014-10-07Annotate code.Kohei Yoshida4-1/+15
2014-10-05coverity#1223085 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04coverity#703928 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04coverity#1242729 Result is not floating-pointNorbert Thiebaud1-1/+1
2014-10-04fix chart2 build with system-glm againRene Engelhard1-1/+1
2014-10-03GLSL files should go into $(LIBO_ETC_FOLDER)/openglTor Lillqvist1-1/+1
2014-10-02coverity#1169811 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2014-10-02coverity#1242832 Result is not floating-pointCaolán McNamara1-1/+1
2014-10-01coverity#707673 uninitialized memberCaolán McNamara1-0/+2
2014-10-01chart2: fix the testDataLabelBordersDOCX on MacMichael Stahl1-7/+9
2014-09-30chart2: add a SolarMutexGuard in ChartView::createInstance()Michael Stahl1-1/+3
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-30chart2: std::auto_ptr -> std::unique_ptrStephan Bergmann8-17/+13
2014-09-30fdo#82577: Handle RegionNoel Grandin6-6/+6
2014-09-29chart2: take the mutex to update the chart structures.Michael Meeks1-0/+3
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