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