]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/Reve/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / Reve / ChangeLog
CommitLineData
cdb2119b 12006-06-09 Matevz Tadel <matevz.tadel@cern.ch>
2
3 HEAD
4
5 * PointSet.h:
6 Added friend PointSetArrayEditor.
7
8 * PointSetArrayEditor.cxx:
9 * PointSetArrayEditor.h:
10 * TrackEditors.cxx:
11 * TrackEditors.h:
12 Use RGDoubleValuator for range-selection widget.
13
14 * RGTopFrame.cxx:
15 Accept -mode cmd-line option as an alias for -revemode.
16
17 * RGValuators.cxx:
18 Added some padding for labels.
19
a9148d46 202006-06-02 Matevz Tadel <matevz.tadel@cern.ch>
21
22 HEAD
23
24 * RGTopFrame.cxx:
25 * RGTopFrame.h:
26 Added method UndrawRenderElement().
27
28 * RenderElement.cxx:
29 * RenderElement.h:
30 Implemented dtor for RenderElement removing all instances from
31 browsers.
32
33 * RGValuators.cxx:
34 * RGValuators.h:
35 Added method RGValuator::SetEnabled().
36
9bea0c03 372006-06-01 Matevz Tadel <matevz.tadel@cern.ch>
38
39 HEAD
40
41 * BoxSet.cxx:
42 * BoxSetGL.cxx:
43 * QuadSet.cxx:
44 * QuadSet.h:
45 * QuadSetGL.cxx:
46 Added preprocessor conditionals to support ROOT > 5.11.2.
47
5987168b 482006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
49
50 EVE-dev branch
51
52 * LinkDef.h:
53 * RGValuators.cxx:
54 * RGValuators.h:
55 New valuator widget classes RGValuator and RGDoubleValuator.
56
572006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
58
59 EVE-dev branch
60
61 * BoxSet.h:
62 Added method ArrTrans().
63
64 * Reve.cxx:
65 Added setup of macro/include paths into function
66 SetupEnvironment().
67
68 * reve_main/reve_main.cxx:
69 Removed macro/include path setup.
70
092578a7 712006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
72
73 EVE-dev branch
74
75 * RGBrowser.cxx:
76 * RGTopFrame.cxx:
77 Use RenderElement* as user-data of list-tree entries (it was
78 TObject* before).
79
80 * LinkDef.h:
81 * RenderElement.cxx:
82 * RenderElement.h:
83 Added class RenderElementObjPtr to allow display and control of
84 pure TObjects (see alice-macros/region_marker.C for an
85 example). This is not perfect as there is no way to get
86 color-change updates from the editor (can fix this when i get
87 control over TGedEditor::Update()). RenderElement::GetObject() is
88 now virtual.
89
90 * Reve.cxx:
91 * Reve.h:
92 Added function FindColorVar() to allow RenderElementObjPtr objects
93 to peek into appropriate color.
94
952006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
96
97 EVE-dev branch
98
99 * BoxSet.cxx:
100 * BoxSet.h:
101 Do not initialize bbox in ctor. Moved ctor to cxx file, removed
102 Init().
103
104 * RGBrowser.cxx:
105 * RGBrowser.h:
106 Fix for editor window not appearing under some window
107 managers. For me it was working OK under fvwm and KDE (any focus
108 policy) but not at all under Gnome. This fixed my gnome problem
109 but it's quite likely the problem is not completely solved.
110
915dabe1 1112006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
112
113 EVE-dev branch
114
115 * RGTopFrame.cxx:
116 Added missing initializations. In particular, fCurrentEvent,
117 fCurrentEventLTI and fGeometryLTI were not initialized and this
118 caused segvs for usage without bootstrap with alieve_init.C macro.
119
1202006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
121
122 EVE-dev branch
123
124 * LinkDef.h:
125 * Reve.h:
126 New class Reve::ReferenceCount; to be used as secondary base class.
127
1282006-05-15 Matevz Tadel <matevz.tadel@cern.ch>
129
130 EVE-dev branch
131
132 * Reve.cxx:
133 * Reve.h:
134 New function ColorFromIdx().
135
136 * BoxSet.cxx:
137 * BoxSet.h:
138 * BoxSetGL.cxx:
139 * BoxSetGL.h:
140 New files: a set of boxes with direct GL rendering.
141
142 * LinkDef.h:
143 Pragmas for BoxSet/GL.
144
145 * ChangeLog:
146 New file.