- May 03, 2012
-
-
https://savannah.cern.ch/bugs/?93931Olivier Couet authored
A time axis defined with the GMT option, saved into a root file in a given time zone, was different when displayed in an other time zone. The time zone offset in which the axis was created is now saved with the time axis offset allowing to make the right adjustments when the axis is displayed in an other time zone. git-svn-id: http://root.cern.ch/svn/root/trunk@44090 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 02, 2012
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44072 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 26, 2012
-
-
Olivier Couet authored
TPolyLine. git-svn-id: http://root.cern.ch/svn/root/trunk@43961 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 07, 2012
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43280 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Coverity number 35264,35265,35266,35267,35270,35273,35274,35275, 35281,35382,35383,35284,35285,35286,35286,35287,35288,35289,35290,35291,35292,35293,35294 35304,35305,35306,35307,35308, 35356,35371,35372,35378,35379, 35382 git-svn-id: http://root.cern.ch/svn/root/trunk@43271 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 21, 2012
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43064 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 07, 2012
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42894 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 17, 2012
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42659 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 16, 2012
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42650 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 20, 2011
-
-
Fons Rademakers authored
cleanup some undesired library dependencies. git-svn-id: http://root.cern.ch/svn/root/trunk@42549 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 22, 2011
-
-
Olivier Couet authored
The option E, to draw the error bar on a legend entry, does not need anymore the option L to be active. It is now possible to draw the error bar only using the option E alone. The combination of the options E and L still works as before. git-svn-id: http://root.cern.ch/svn/root/trunk@42157 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 10, 2011
-
-
Philippe Canal authored
Remove all assigned but unused variable discovered by g++ 4.6.1 (including one completely nop function) git-svn-id: http://root.cern.ch/svn/root/trunk@41891 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 24, 2011
-
-
Fons Rademakers authored
changes for iOS graphics support. git-svn-id: http://root.cern.ch/svn/root/trunk@41541 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 10, 2011
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41309 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 06, 2011
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41195 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41188 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 05, 2011
-
-
Olivier Couet authored
kPrintingPS was not used. git-svn-id: http://root.cern.ch/svn/root/trunk@41129 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 26, 2011
-
-
Olivier Couet authored
{ int x[10], y[10]; int i; for(i = 0; i < 10; i++) {x[i] = 10*i;y[i] = i;} TGraph *gr = new TGraph(10,x,y); gr->Draw("AL"); TPaveLabel *hello = new TPaveLabel(0.2,0.4,0.8,0.6,"Hello World"); hello->Draw(); } git-svn-id: http://root.cern.ch/svn/root/trunk@41002 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 07, 2011
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40828 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40824 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 05, 2011
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40468 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 25, 2011
-
-
Olivier Couet authored
linegrid should be deleted only when the optionGrid is on. git-svn-id: http://root.cern.ch/svn/root/trunk@40352 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 22, 2011
-
-
Olivier Couet authored
- PaintAxis now call PaintLineNDC directly instead of creating a TLine to call it. There is no need for it as TGaxis is a TLine. git-svn-id: http://root.cern.ch/svn/root/trunk@40334 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 31, 2011
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39499 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 27, 2011
-
-
Fons Rademakers authored
Introduce alternative cmake based build system. Cmake is especially convenient for building on Windows, as it can produce VC projects or nmake files and does not require cygwin to be installed. In addition on OSX Xcode projects can be generated. git-svn-id: http://root.cern.ch/svn/root/trunk@39463 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 20, 2011
-
-
Olivier Couet authored
problem mentionned here https://savannah.cern.ch/bugs/index.php?82436 git-svn-id: http://root.cern.ch/svn/root/trunk@39289 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 23, 2011
-
-
Olivier Couet authored
in TText::ExecuteEvent (From: hans.dalsgaard@cern.ch) git-svn-id: http://root.cern.ch/svn/root/trunk@38193 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 07, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37995 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 24, 2011
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37846 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 10, 2011
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37756 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37753 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 21, 2010
-
-
Olivier Couet authored
missing on the axis "b". TGaxis *a = new TGaxis(0.2,0.5,0.8,0.5,0.2,3.5,510,"G"); a->SetMoreLogLabels(1); a->Draw(); TGaxis *b = new TGaxis(0.8,0.7,0.2,0.7,0.2,3.5,510,"G"); b->SetMoreLogLabels(1); b->Draw(); git-svn-id: http://root.cern.ch/svn/root/trunk@37679 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 06, 2010
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37309 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 18, 2010
-
-
Olivier Couet authored
Saving canvas as a .C macro will discard white title and stat box background git-svn-id: http://root.cern.ch/svn/root/trunk@36735 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 15, 2010
-
-
Fons Rademakers authored
To make an out of source build do, assuming the source is in ~/root: mkdir ~/root-x8664 cd ~/root-x8664 ~/root/configure make This is convenient to build e.g. 32 and 64-bit version from one source, but also needed for cross-compilation, where it is now possible to build in a special directory only the compile time tools, like rootcint for the host architecture while the binary is build for the remote architecture (like iOS). git-svn-id: http://root.cern.ch/svn/root/trunk@36659 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 03, 2010
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36495 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36489 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 12, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36309 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 09, 2010
-
-
Rene Brun authored
Fix documentation mismatch with Begin_Html. see https://savannah.cern.ch/bugs/?73801 git-svn-id: http://root.cern.ch/svn/root/trunk@36225 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 06, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36100 27541ba8-7e3a-0410-8455-c3a389f83636
-