- Mar 27, 2012
-
-
Philippe Canal authored
Fix coding convention RN3 (Typedef, struct and union names begin with a capital letter and end with '_t'.) git-svn-id: http://root.cern.ch/svn/root/trunk@43516 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Fix coding convention R.RN7 (Avoid the raw C types 'long', 'unsigned long', 'long double', 'bool', 'long long' and 'unsigned long long'.) git-svn-id: http://root.cern.ch/svn/root/trunk@43515 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43512 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
the proxy for string to support the Data member function and to add a direct operator const char*(). git-svn-id: http://root.cern.ch/svn/root/trunk@43509 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
fixing the detection that a TTreeFormula is a string or not. Move to using kIsCharacter only as an accelerator to TTreeFormula::IsString and always use this function to detect whether the formula is a string or not. Fix (in TTreeFormula::Init) several cases of string detection and remove from TFormula any settings (they were wrong anyway, they should have been ResetBit rather than SetBit) of kIsCharacter. git-svn-id: http://root.cern.ch/svn/root/trunk@43508 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43507 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43506 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43505 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
the time being) git-svn-id: http://root.cern.ch/svn/root/trunk@43504 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43503 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43502 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43501 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43500 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43497 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
https://savannah.cern.ch/bugs/?92827 git-svn-id: http://root.cern.ch/svn/root/trunk@43496 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Force initialization of fCoordBuf; fixes problem with GetBin() on THn read from file reported by Marian. git-svn-id: http://root.cern.ch/svn/root/trunk@43495 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43494 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
- Don't use kDeepCleanup with embedded TGTextEditor (to avoid potential double deletion) git-svn-id: http://root.cern.ch/svn/root/trunk@43493 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43492 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
(which means check 10^6 pixels every time if shadow path is not specified) set shadows in a context - so Quartz knows exactly, what produces a shadow. 2. Remove "paint shadow" functions from pad painter. 3. Cleanup. git-svn-id: http://root.cern.ch/svn/root/trunk@43491 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 26, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43490 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43489 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43488 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
1. When object selected in a pad, do not highlight it, only draw a shadow (like it's above the other pad's primitives). 2. Use quartz smooth shadow. 3. During device rotation, switch the shadow off (calculation is very expensive for arbitary path) - thanks to Olivier for idea. git-svn-id: http://root.cern.ch/svn/root/trunk@43487 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
(Examples et doc to come …) git-svn-id: http://root.cern.ch/svn/root/trunk@43485 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43484 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43483 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
* Use uintptr_t instead of long. * Add ASTNodeEraser to the cmake build system. git-svn-id: http://root.cern.ch/svn/root/trunk@43480 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
to the end when we expect path or whatever. When we need it we can enforce stronger checks on the arguments of the parsed meta command. git-svn-id: http://root.cern.ch/svn/root/trunk@43479 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 23, 2012
-
-
http://root.cern.ch/phpBB3/viewtopic.php?t=14396Philippe Canal authored
where the incremental merging fails if the TTree are stored in sub-directories. This is fixed by passing the incremental flag down the RecursiveMerge chain and making sure the TDirectory of the output file are not deleted until the end (since flushing them is also delayed until the end). Also remove redundant 'if is-a-collection' test. git-svn-id: http://root.cern.ch/svn/root/trunk@43473 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
Add new class TEveRGBAPaletteOverlayoverlay element showing TEveRGBAPalette legend in GL overlay. git-svn-id: http://root.cern.ch/svn/root/trunk@43472 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43470 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43469 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43468 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43467 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43466 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
Change the welcome screen. We don't do C only and ctrl+D doesn't work :) And I wouldn't say it is prototype. git-svn-id: http://root.cern.ch/svn/root/trunk@43465 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43464 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
Improve style and documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@43463 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43461 27541ba8-7e3a-0410-8455-c3a389f83636
-