sort by:
Revision Author Date Message Commit Date
449c76b Cleanup and some cosmetic mods. 27 March 2014, 07:42:20 UTC
14eb329 Cleanup includes and small cosmetic mods. 27 March 2014, 07:37:42 UTC
7cb3454 Cosmetics 27 March 2014, 07:33:51 UTC
547374f Cleanup 27 March 2014, 07:32:08 UTC
90968b0 Cleanup and makeup 27 March 2014, 07:28:57 UTC
7f339a5 Re-apply fixes for math test on MacoS. Add changes only in case of Vc_Scalar implementation 26 March 2014, 19:18:13 UTC
ff763ef Include. 26 March 2014, 17:43:19 UTC
39ea03f Const. 26 March 2014, 17:30:00 UTC
edfaebc Copy files from Vc repository , latest updated to head of 0.7 branch - add only for clang compiler flag -Wno-unused-funciton to suppress the warning 26 March 2014, 17:19:08 UTC
1906ef8 Add required include 26 March 2014, 16:56:56 UTC
8c49506 Remove redundant headers. 26 March 2014, 16:41:21 UTC
6fbc5a9 Remove redundant include. 26 March 2014, 16:37:16 UTC
b00f969 The zoom box must be deleted when ESC is pressed. 26 March 2014, 15:21:41 UTC
d9006b9 Update tutorials - comments and cosmetic changes. 26 March 2014, 15:16:25 UTC
9b613e3 Add missing \n in help printouts 26 March 2014, 15:02:08 UTC
940ec7a Update comments. 26 March 2014, 14:42:41 UTC
eb43148 Add a protection for axis-zoom-opaque. (Thanks Bertrand to have seen it :-) ) 26 March 2014, 14:39:54 UTC
a9b089e Count the number of selected evenst in fStatus To provide an example for the fix/change for ROOT-748 just committed. 26 March 2014, 14:28:30 UTC
10be64f Make TProof::Process to return TSelector::GetStatus (ROOT-748) To get the same behaviour as in Tree::Process. The TSelector::fStatus of all non-aborted workers are added. 26 March 2014, 14:28:29 UTC
3977453 A new tutorial for OpenGL. 26 March 2014, 14:09:16 UTC
917a580 A new tutorial to demonstrate radial gradient fill with OpenGL. 26 March 2014, 13:41:31 UTC
9b442d1 From Anna and me - a radial gradient fill with OpenGL. The 'simple' (TRadialGradient::kSimple) implemented with OpenGL. 26 March 2014, 13:38:20 UTC
0a90f0e Update a comment. 26 March 2014, 13:07:44 UTC
c3cd4c4 Comment is not correct anymore. 26 March 2014, 12:50:06 UTC
36b3ee7 Utility function to draw quadstrips with a radial gradient. 26 March 2014, 12:34:02 UTC
3817b15 Add a return code to TProofMgr::SetROOTVersion (ROOT-3194) Collect the already returned information to return 0 in case of success, -1 in the case at leat one node did not manage to set the wanted version 26 March 2014, 12:18:01 UTC
369bcac max/min instead of ?: 26 March 2014, 11:37:15 UTC
e802dba Add again suppression of warning for unused function in Vc for latest clang version 26 March 2014, 09:02:31 UTC
2b8973d Merge from Matthias github branch latest change for Vc 0.7 “update to latest Vc 0.7 branch” 26 March 2014, 09:02:30 UTC
a60bc13 cmake: define variable for special-casing in Vc code Vc cmake code needs to do some extra/different calls when inside ROOT. In order to easily sync with upstream the Vc_INSIDE_ROOT variable is used. Signed-off-by: Matthias Kretz <kretz@kde.org> 26 March 2014, 09:02:30 UTC
5722cba Get rid this piece of sh...ame. 26 March 2014, 08:49:50 UTC
0181a91 Add aux. functions for gradient fill-related methods. 26 March 2014, 08:29:21 UTC
4272807 Add a simple error handling and more consts. 26 March 2014, 07:21:59 UTC
2ef1eaa Make it also ACLiC'able. 25 March 2014, 18:43:06 UTC
1a839d7 Delete a canvas if the graphics back-end is not TGCocoa. 25 March 2014, 18:39:59 UTC
4e009d3 Ok, histogramms are boring, make a really nice demo for the new radial gradients. 25 March 2014, 18:29:18 UTC
b0e136f Implement axis zooming with move opaque 25 March 2014, 17:12:24 UTC
a489dab Add a support for a 'simple' radial gradient (with center/radius only). 25 March 2014, 17:07:00 UTC
86d1d17 Simple/extended radial gradients. 25 March 2014, 16:21:45 UTC
120c6f5 Opacity for GUI 25 March 2014, 16:18:19 UTC
92792df Do not hard code the X11 include directory 25 March 2014, 15:51:41 UTC
41ebfb6 Fix TTreeCache::SetEntryRange to properly take into account learning phase. This is a tweak on commit 475165c0e15ed5019c2ce675650435b829d0a03f and fixes the issue ROOT-6103. 25 March 2014, 15:51:35 UTC
712a8c6 Re-apply patch to disable warnings on Clang 25 March 2014, 15:30:24 UTC
3eb9c0d Reapply patch to fix Vc math tests on macos 25 March 2014, 15:30:24 UTC
f945d28 Hmmm. Why is this 0.5??? And fix the tutorials. 25 March 2014, 15:29:57 UTC
4f61730 Add namespace ROOT in const.h 25 March 2014, 15:03:19 UTC
2dbb46f Merge from 5.34 patches: Fix calculation of extended term for weight2 likelihood. This fixes the problem observed with getting the correct errors in weighted extended likelihood fit. See http://root.cern.ch/phpBB3/viewtopic.php?f=15&t=16917&p=75834#p75834 Note : the version of RooNLLVar on the master was different than 5.34 patches 25 March 2014, 14:58:19 UTC
0100802 Vc: update to Vc 0.7 branch, soon 0.7.4 This is the vanilla Vc 0.7 branch. It overwrites any changes that were committed to the Vc copy in ROOT that have not been submitted/merged upstream. Signed-off-by: Matthias Kretz <kretz@kde.org> 25 March 2014, 14:58:19 UTC
c976cee Opacity in color wheel. 25 March 2014, 14:57:21 UTC
62646de Merge branch 'master' of https://root.cern.ch/git/root 25 March 2014, 13:42:13 UTC
ba7026f use gStyle->GetLegendFillColor() in ctor 25 March 2014, 13:41:36 UTC
2370a1b Finally fix pattern filling on Windows (it never worked properly) 25 March 2014, 13:40:13 UTC
9be62d6 Examples needed by the doxygen version of the documentation for graf2d/graf 25 March 2014, 12:00:24 UTC
cdb7d78 Need at least GSL 1.10 as we use gsl_multimin_fdfminimizer_vector_bfgs2. 25 March 2014, 10:05:20 UTC
d0767e2 blank. 25 March 2014, 10:05:20 UTC
764fe02 CXXExceptions are C++, not Exceptions. 25 March 2014, 09:19:40 UTC
fbe09fc Better check on the success of dyn_casts. 25 March 2014, 09:09:35 UTC
d2695fa Initialize CGPoints. 25 March 2014, 07:36:36 UTC
6fb2fbc ... the way it should be. :( 24 March 2014, 17:57:17 UTC
5b28d76 Do not StringRef a temporary substr! Fixes valgrind report from Gerri. 24 March 2014, 17:10:44 UTC
ddaae98 This should give us back the lcg clang33 build 24 March 2014, 17:03:54 UTC
3d32353 Add missing carriage return 24 March 2014, 17:03:54 UTC
3942470 Implement ESC for a canvas 'editor'. 24 March 2014, 16:46:19 UTC
8e8bd25 Detect duplicates in rootmaps.(ROOT-6055). 24 March 2014, 16:39:20 UTC
43d439d Delete the region after usage 24 March 2014, 16:37:51 UTC
9cefc84 Update gl tutorials. 24 March 2014, 16:25:52 UTC
2745038 Very sloppy. And fix tutorials (Color_t is short) 24 March 2014, 16:16:10 UTC
e9c3a83 The idea to inherit radial gradient from linear was to some degree convenient, but very unfortunate in fact, so get rid of it. 24 March 2014, 15:55:28 UTC
eb3b96d Implement ESC for move opaque. 24 March 2014, 15:30:42 UTC
eb36602 Only turn on C++11 (and other C++ LangOpts) if C++ is enabled. 24 March 2014, 15:19:51 UTC
8a2a7c6 Mirror change for ESC in opaque mode 24 March 2014, 15:19:39 UTC
fed0d10 Fix compiler error 24 March 2014, 15:06:18 UTC
23810ff Added also the case ROOTINCDIR is not defined in the instantiation of cling interpreter. 24 March 2014, 14:45:26 UTC
1ffd9e8 Actual optional regex syntax. 24 March 2014, 14:21:49 UTC
32ca8d4 Fix comments. 24 March 2014, 14:09:56 UTC
58f181c Qt >= 4.8 supports C++11, so make that the minimum requirement (CMake) 24 March 2014, 13:46:04 UTC
fdf6e37 Update comments. 24 March 2014, 13:20:36 UTC
a2136cf Implement opacity for markers From Anna 24 March 2014, 13:20:08 UTC
78cde33 Improve opacity slider management. From Anna 24 March 2014, 13:19:29 UTC
7a0d7a7 Oops, 5, not 3. 24 March 2014, 13:12:25 UTC
f61d988 Add comments and explanations. 24 March 2014, 13:10:16 UTC
ffe7b86 Remove dead branch. 24 March 2014, 13:09:02 UTC
047e66f More printouts. 24 March 2014, 13:09:02 UTC
0eaef99 C++11 noexcept op. 24 March 2014, 13:09:02 UTC
95625b2 Merge unloadTransaction and rollbackTransaction. 24 March 2014, 13:09:02 UTC
388bce0 Reset diags is done in the node eraser. 24 March 2014, 13:09:02 UTC
8d28a0d Add more printout of data structures. 24 March 2014, 13:09:01 UTC
598b0e0 Reduce includes. 24 March 2014, 13:09:01 UTC
50636a6 Update test. 24 March 2014, 13:09:01 UTC
00de258 Move opaque for 1D histograms changing and 3D rotation 24 March 2014, 12:38:34 UTC
12eb2ef Fix an issue in TGedPatternSelect (don't align to 8x8 pattern) 24 March 2014, 11:46:28 UTC
27f29d6 Comment out asserts untill build system cares about NDEBUG for a release version. 24 March 2014, 10:19:12 UTC
0183b9f Make it ... hmm... more C++-like? 24 March 2014, 10:16:46 UTC
6e89909 Qt >= 4.8 supports C++11, so make that the minimum requirement. 24 March 2014, 10:03:40 UTC
05877d4 Enable libcxx also for MacOSX 10.8. 24 March 2014, 08:52:16 UTC
945eabc Fix SPI-491: Clang33 builds of ROOT 24 March 2014, 08:32:30 UTC
746ad28 More. 24 March 2014, 08:12:19 UTC
905abcb Select the right drawable, not a canvas' background pixmap. Hmm. C++11?? mmkkeyy. 24 March 2014, 08:08:32 UTC
7374c9b Also autoload missing vtable (ROOT-6140). 23 March 2014, 20:22:09 UTC
b4f75a2 Add comment explaining (part of) the bootstrap sequencing. 23 March 2014, 20:08:48 UTC
back to top