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