Added preprocessor conditionals to support ROOT > 5.11.2.
[u/mrichter/AliRoot.git] / EVE / Reve / ChangeLog
CommitLineData
5987168b 12006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
2
3 EVE-dev branch
4
5 * LinkDef.h:
6 * RGValuators.cxx:
7 * RGValuators.h:
8 New valuator widget classes RGValuator and RGDoubleValuator.
9
102006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
11
12 EVE-dev branch
13
14 * BoxSet.h:
15 Added method ArrTrans().
16
17 * Reve.cxx:
18 Added setup of macro/include paths into function
19 SetupEnvironment().
20
21 * reve_main/reve_main.cxx:
22 Removed macro/include path setup.
23
092578a7 242006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
25
26 EVE-dev branch
27
28 * RGBrowser.cxx:
29 * RGTopFrame.cxx:
30 Use RenderElement* as user-data of list-tree entries (it was
31 TObject* before).
32
33 * LinkDef.h:
34 * RenderElement.cxx:
35 * RenderElement.h:
36 Added class RenderElementObjPtr to allow display and control of
37 pure TObjects (see alice-macros/region_marker.C for an
38 example). This is not perfect as there is no way to get
39 color-change updates from the editor (can fix this when i get
40 control over TGedEditor::Update()). RenderElement::GetObject() is
41 now virtual.
42
43 * Reve.cxx:
44 * Reve.h:
45 Added function FindColorVar() to allow RenderElementObjPtr objects
46 to peek into appropriate color.
47
482006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
49
50 EVE-dev branch
51
52 * BoxSet.cxx:
53 * BoxSet.h:
54 Do not initialize bbox in ctor. Moved ctor to cxx file, removed
55 Init().
56
57 * RGBrowser.cxx:
58 * RGBrowser.h:
59 Fix for editor window not appearing under some window
60 managers. For me it was working OK under fvwm and KDE (any focus
61 policy) but not at all under Gnome. This fixed my gnome problem
62 but it's quite likely the problem is not completely solved.
63
915dabe1 642006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
65
66 EVE-dev branch
67
68 * RGTopFrame.cxx:
69 Added missing initializations. In particular, fCurrentEvent,
70 fCurrentEventLTI and fGeometryLTI were not initialized and this
71 caused segvs for usage without bootstrap with alieve_init.C macro.
72
732006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
74
75 EVE-dev branch
76
77 * LinkDef.h:
78 * Reve.h:
79 New class Reve::ReferenceCount; to be used as secondary base class.
80
812006-05-15 Matevz Tadel <matevz.tadel@cern.ch>
82
83 EVE-dev branch
84
85 * Reve.cxx:
86 * Reve.h:
87 New function ColorFromIdx().
88
89 * BoxSet.cxx:
90 * BoxSet.h:
91 * BoxSetGL.cxx:
92 * BoxSetGL.h:
93 New files: a set of boxes with direct GL rendering.
94
95 * LinkDef.h:
96 Pragmas for BoxSet/GL.
97
98 * ChangeLog:
99 New file.