summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)Author
2014-05-23don't enable debug renderingto pngMarkus Mohrhard
Change-Id: Ib15c3fb2f2dd61a9bbab9b6c47866e15c8a7659a
2014-05-23coverity#1215398 Uninitialized scalar fieldCaolán McNamara
Change-Id: I5e18b4d824931e489af3d8625e06974f2b488e75
2014-05-23coverity#1215399 Uninitialized scalar fieldCaolán McNamara
Change-Id: If043310b3a4ac8dcc0ed63aeeeaffdfc9af8b46f
2014-05-23boost::checked_deleter serves the purposeTakeshi Abe
Change-Id: I22b4ea752e32b449dcc07b70cc5dc0ba52ad7c45
2014-05-23Lsan: fix memory leaksMarkus Mohrhard
Change-Id: I010c7c194bf0680a499077b6b364498a09542764
2014-05-23remove unused variableMarkus Mohrhard
Change-Id: Ib79f0c525608d279eebe820bfc82e84dd3518c29
2014-05-23Lsan: fix memory leaksMarkus Mohrhard
Change-Id: I35adb022f12c6833f4f29b2e8dad44394a2c4be5
2014-05-23Lsan: fix invalid memory accessMarkus Mohrhard
The chart object can be destroyed after the context. Change-Id: I5ae370638f296ea314ee11680e0a8d81a8fdbe69
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9
2014-05-22change the bar size a bitMarkus Mohrhard
Change-Id: I09df4a7104a4df1603a7d64bfa49c103be4f4ade
2014-05-21-Werror,-Wunused-variableStephan Bergmann
Change-Id: Ie7919740e7e95eb53f7a719e3dc2b114c6fd3862
2014-05-21remove second part of the debug outputMarkus Mohrhard
Change-Id: Ie691746b4621a90d2b7abbfbc75367780574032f
2014-05-21remove debug outputMarkus Mohrhard
Change-Id: Ib77911177ec4d2f5b1f7c7ff75db30b6104f0682
2014-05-21improve the text rendering a little bit moreMarkus Mohrhard
Change-Id: I7662b77df94c439678d17fe31e611272d1802981
2014-05-21improve the text rendering a bitMarkus Mohrhard
Less scaling means more beautiful text Change-Id: I787244a5f7a472a14f463729f8f434a4969a6285
2014-05-21we need to set text size in woorld coordinatesMarkus Mohrhard
Change-Id: If77133080851a3b2d700ac54c9722f560e71f26e
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard
Change-Id: I4a2ed8a20890119220d63a6768f13365a7b5f97d
2014-05-21forgot to release the OpenGL resourcesMarkus Mohrhard
Change-Id: I2baefbe611f9ed28defc46ca3af332d13b32c561
2014-05-21use FBO for the pickingMarkus Mohrhard
Change-Id: Ibab6daa1f76300d159ccd4cfbca061c8d8c1951f
2014-05-21set the color for the pickingMarkus Mohrhard
Change-Id: If7b902b16626384440241d88937161cf327e14d5
2014-05-21remove unnecessary whitespacesMarkus Mohrhard
Change-Id: I4d93c0149aaf90e2477c1382aa51f8f08c967626
2014-05-21avoid division by zero that happens to me in some casesMarkus Mohrhard
Change-Id: Ifc80462e7826e7d717dc553f50dd00f2b771bf15
2014-05-21we need to create the bufferMarkus Mohrhard
Somehow this only crashes when I use gdb. Change-Id: Ic18ffa3af931b80a7241e8fe711753db03da166e
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
Change-Id: Ibf958dbfbf7cdbe6ad31d390138be8d4d468c225
2014-05-20fdo#78290 : The File gets corrupted when saved in LOBisal Singh Nayal
Problem Description: Docx file containing a chart (line chart / scatter chart)which has used a builtin marker'x' gets corrupted when we save it in LO.The reason was that while exporting LO was writing the marker information 'x' as 'X' which MS Word doesn't recognize.‒<c:marker><c:symbol val="X" />. Also the size of the marker was coming 1 less than the actual value. Ex: if size is 7 then it was being written as 6. Solution: During export I have made changes so that now LO writes 'x' in the tag information ‒<c:marker> <c:symbol val="x" />. Now the size of the marker is also being correctly exported. Change-Id: I26b747f9576625bf3acb941322ae418a0bbc6b64 Reviewed-on: https://gerrit.libreoffice.org/9273 Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-19add reverse bars codeweigao
Change-Id: I2db9edd9015bb10cffe58a44c379db0ab87e7d72
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet
Change-Id: I78b3a0151397d4e69521e6b2451e93ea6e463376
2014-05-17prevent access to uninitialized variablesMarkus Mohrhard
Change-Id: I1a12e2453ec935dc642135c30a36e1a97fc3d0f9
2014-05-16support property mapping in new 3D chartsMarkus Mohrhard
Change-Id: I3da71e354ed2595c1f5b2eaeb5fb565205d24de0
2014-05-16set the MVP matrix in picking modeMarkus Mohrhard
Change-Id: I11d4838a320ada1d454870436e540b2c56fa18fd
2014-05-16small hickupMarkus Mohrhard
2014-05-15-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: Iede16b58830e9605943b87528b3f5569035b8449
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-15modify the coordinate system to world coordinate systemweigao
Change-Id: Ib496f33bcd94cac77aef02ddae2c91bb48150252
2014-05-15hopefully all places are now correct for the pickingMarkus Mohrhard
Only the handling of the color and the matrix is still missing Change-Id: I5603e966e6a62106f38d2cb7cfe196629714f793
2014-05-15no reason that this is a member variableMarkus Mohrhard
Change-Id: I125c85418bc19cc6bcf2d106ebd22f94d9ecd390
2014-05-15one more step to picking based renderingMarkus Mohrhard
Change-Id: Ibf77c0b7b9cdc4f5b47deee3f9b50a61e8c0dc22
2014-05-15don"t execute code in a loopMarkus Mohrhard
Change-Id: I758d8ddb8b877638a5a36e56636e97fded790efc
2014-05-15implement new struct and shaders for pickingMarkus Mohrhard
Change-Id: Ib3e08d69c031aa3130b10c0745119cf5935d86db
2014-05-15try a better ideaMarkus Mohrhard
Change-Id: Ibf218c2e99013aeeeb1d8962b0eff1cbd602c6c3
2014-05-15remove some misleading commentsMarkus Mohrhard
Change-Id: I939c676ffd71357dcf73f24c56c5fd70a3a67a28
2014-05-15these resources should be GLintsMarkus Mohrhard
Change-Id: Ib1075fb7dba8ea85e76c7cdf59635e0cec9aaf19
2014-05-15introduce picking mode in 3D codeMarkus Mohrhard
Change-Id: Ifbe35a9b311bf79fa15bbad6b9fdfc5a472f516f
2014-05-15coverity#1213254 Out-of-bounds readCaolán McNamara
surely this was the intent Change-Id: I78002adebf78674259e6c63e0e3449882accdb5d
2014-05-15no matching function for call to 'scale(const float&, const float&, int)'Miklos Vajna
Change-Id: Ia748133cb3bda9d81db8850b7c76ad1a43a5c42e
2014-05-15change transformation matrixMarkus Mohrhard
2014-05-14Try to zoom into a bar when clicked. For now we hardcode the object ID of 1.Kohei Yoshida
Just for testing. Change-Id: Ifec15ae0beb0a3c863085e9d43bdebd7bcce4027
2014-05-14loplugin:passstringbyrefStephan Bergmann
Change-Id: I0e97ab6ed479ba4057470946d45a0e8cda29470e
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
Implement a clang plugin to find them, and clean up existing code to pass them by reference. Change-Id: If642d87407c73346d9c0164b9fc77c5c3c4354b8 Reviewed-on: https://gerrit.libreoffice.org/9351 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>