1. 8a94e53 only init the OpenGL context if we need it by Markus Mohrhard · 10 years ago
  2. c33f15a Typo fix by Tor Lillqvist · 10 years ago
  3. cb91bee tdf#35957 check for preconditions earlier by David Tardon · 10 years ago
  4. 47a631a Missing break in switch by Stephan Bergmann · 10 years ago
  5. 44d5d9f tdf#99069: lock the solar mutex before updating sidebar by Markus Mohrhard · 10 years ago
  6. 90b670f vcl: move graph.[hx]xx to graphic.[hc]xx by Chris Sherlock · 10 years ago
  7. b067f79 Resolves: tdf#98390 ChartAreaPanel throw during ctor by Caolán McNamara · 10 years ago
  8. 953d064 Fix missing iterator include on MSVC 14.0 by David Ostrovsky · 10 years ago
  9. 98982ca tdf#96807 Reset min/max of auto scale by Laurent Balland-Poirier · 10 years ago
  10. 36f5ac9 chart2: add DocumentBaseURL in ChartFrameLoader::load() by Michael Stahl · 10 years ago
  11. 59cc30b chart2: fix obvious mis-use of wrong member in XMLFilter::impl_Import() by Michael Stahl · 10 years ago
  12. c06b24d Resolves: tdf#96072 export Chart format codes in Excel notation by Eike Rathke · 10 years ago
  13. b639fe6 VirtualDevices either match another device depth, or are 1 bit by Caolán McNamara · 10 years ago
  14. c43a3a5 establish that Virtual Devices either match Physical Device depth or ... by Caolán McNamara · 10 years ago
  15. 4a27c2c Remove last redundant toolbar:style properties by Samuel Mehrbrodt · 10 years ago
  16. c79b7fd loplugin:unusedfields in chart2 by Noel Grandin · 10 years ago
  17. fe3fd05 add mapKeysToSequence/mapValuesToSequence methods to comphelper by Noel Grandin · 10 years ago
  18. 42a9501 Remove redundant toolbar:style attributes by Samuel Mehrbrodt · 10 years ago
  19. 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
  20. 53f16c3 remove unused typedefs and inline use-once typedefs by Noel Grandin · 10 years ago
  21. d9e6270 loplugin:unnecessaryvirtual by Noel Grandin · 10 years ago
  22. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  23. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  24. 25aec38 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  25. 54d2295 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  26. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  27. a0b9baa Bin mesa_headers completely by Tor Lillqvist · 10 years ago
  28. b216cc1 Avoid mesa_headers on X11, also link with -lGL only where necesssary by Tor Lillqvist · 10 years ago
  29. 40c4a08 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  30. c3efbb1 fix build, std::make_unique is C++14, use o3tl::make_unique by Noel Grandin · 10 years ago
  31. 41e9197 fix build by Noel Grandin · 10 years ago
  32. 73baabf chart2: replace boost::ptr_vector with std::vector<unique_ptr> by Noel Grandin · 10 years ago
  33. e0dec4c chart2: replace boost::ptr_vector with std::vector<unique_ptr> by Noel Grandin · 10 years ago
  34. 126103c chart2: replace boost::ptr_vector with std::vector<unique_ptr> by Noel Grandin · 10 years ago
  35. c3e642c chart2: replace boost::ptr_vector with std::vector<unique_ptr> by Noel Grandin · 10 years ago
  36. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  37. d097d86 coverity#1338265 Uncaught exception by Caolán McNamara · 10 years ago
  38. e460c11 coverity#1338253 Uncaught exception by Caolán McNamara · 10 years ago
  39. a86b41c loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  40. 48a3359 Reduce scope of #include <tools/poly.hxx> by Matteo Casalin · 10 years ago
  41. 177183f Proper fix for coverity#1326893 by Stephan Bergmann · 10 years ago
  42. 59b072e yyyyy by Noel Grandin · 10 years ago
  43. be729e7 tdf#94269: Replace "n" prefix for bool variables with "b" by Benjamin Ni · 11 years ago
  44. 065c8b4 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  45. 644487a loplugin:unusedmethods by Noel Grandin · 11 years ago
  46. 13938d6 Replace boost::bind by lambdas in chart2 tree. by Mario J. Rugiero · 10 years ago
  47. 64de38c tdf#91063 Move border to Gtkbox in Data Series content panel by Yousuf Philips · 10 years ago
  48. 04f66b0 tdf#91063 Change show legend label to tooltip in chart sidebar by Yousuf Philips · 10 years ago
  49. d550cdb implement text rotation for chart axis sidebar panel, tdf#94970 by Markus Mohrhard · 10 years ago
  50. 66a25e9 make it harder to use the API wrongly, tdf#95056 by Markus Mohrhard · 10 years ago
  51. 73cfe5f disable all error bar radion buttons in the beginning, tdf#95057 by Markus Mohrhard · 10 years ago
  52. 2f3ea8d refactor out some com::sun::star typedefs by Noel Grandin · 10 years ago
  53. 56e6f0d new loplugin: badvectorinit by Noel Grandin · 11 years ago
  54. dedf0a2 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  55. 31c1b82 tdf#91063 Move border to Gtkbox similar to other panels by Yousuf Philips · 10 years ago
  56. 1707c47 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  57. 367105e cleanup some local var declarations by Noel Grandin · 10 years ago
  58. 51f1062 tdf#94960, Revert "it is insane to not map line and ..." by Markus Mohrhard · 10 years ago
  59. 2d27c57 mark numbers as untranslatable by Stanislav Horacek · 10 years ago
  60. 9facb82 coverity#1327446 Unchecked dynamic_cast by Caolán McNamara · 10 years ago
  61. 945965e5 convert Link<> to typed by Noel Grandin · 10 years ago
  62. 6f1313b convert Link<> to typed by Noel Grandin · 10 years ago
  63. cb7563e -Werror,-Wunused-private-field by Stephan Bergmann · 10 years ago
  64. 0e8a40e calling IsSet() before Call() on Link<> is unnecessary by Noel Grandin · 10 years ago
  65. 1716b3a remove some useless comments by Noel Grandin · 10 years ago
  66. af77042 disable arrow heads in chart sidebar, tdf#94971 by Markus Mohrhard · 10 years ago
  67. 01cc898 update the line panel for data points, related tdf#94969 by Markus Mohrhard · 10 years ago
  68. 2753cd3 update area panel for data points, tdf#94969 by Markus Mohrhard · 10 years ago
  69. ba45d25 Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  70. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  71. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  72. 3c99f85 convert Link<> to typed by Noel Grandin · 11 years ago
  73. 0f88736 loplugin:mergeclasses by Noel Grandin · 10 years ago
  74. 82cf6c6 also update line panel for axis, related tdf#94933 by Markus Mohrhard · 10 years ago
  75. 3ddad21 also update line panel for average and trend line, tdf#94933 by Markus Mohrhard · 10 years ago
  76. 5f73eae we need to take the SolarMutex when we change the UI by Markus Mohrhard · 10 years ago
  77. 14237c1 use trendline context for trendlines, tdf#94931, tdf#94934 by Markus Mohrhard · 10 years ago
  78. 8f2db5d don't put the checkbox into the HBox, tdf#94870 by Markus Mohrhard · 10 years ago
  79. 33972de correctly dispose the chart sidebar when leaving chart, tdf#94292 by Markus Mohrhard · 11 years ago
  80. bfa0c4c remove whitespace by Markus Mohrhard · 11 years ago
  81. c1df3a3 loplugin:literaltoboolconversion by Stephan Bergmann · 10 years ago
  82. 32b2668 Moving average trendline equation: remove initialisation by Laurent Balland-Poirier · 11 years ago
  83. 9a94e06 tdf#70673 Improve exponential trend line equation by Laurent Balland-Poirier · 11 years ago
  84. 391f181 chart2: replace for_each with range-based for by Daniel Robertson · 11 years ago
  85. 432ca61 Improve polynomial trend line equation by Laurent Balland-Poirier · 11 years ago
  86. d52d448 tdf#88154 workaround and unit test by Marco Cecchetti · 11 years ago
  87. 9ed8ec5 Improve Power trend line equation by Laurent Balland-Poirier · 11 years ago
  88. ce9d48e5 Log trend line equation: Remove useless variable by Laurent Balland-Poirier · 11 years ago
  89. 05e6171 loplugin:mergeclasses by Noel Grandin · 11 years ago
  90. 2b57de8 remove another custom refcounting base class by Noel Grandin · 11 years ago
  91. 9887118 tdf#90839: follow-up work by Marco Cecchetti · 11 years ago
  92. a6b42f9 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  93. 0411b34 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  94. a4ef2e3 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  95. 1888b37 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  96. 7b9b559 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  97. 338ef54 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  98. 94ebb58 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  99. cc75567 Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObject by Stephan Bergmann · 11 years ago
  100. d774884 hide grid and axes options in chart elements if not supported, tdf#94297 by Markus Mohrhard · 11 years ago