Develop and Download Open Source Software

Browse CVS Repository

Annotation of /satellite/neuromanager/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Thu Dec 22 21:22:37 2005 UTC (18 years, 3 months ago) by orrisroot
Branch: MAIN
Changes since 1.2: +47 -52 lines
added mutex locking for multi thread message sending.

1 orrisroot 1.3 2005-11-29 19:16 orrisroot
2 orrisroot 1.1
3     * DataView.cpp, DataView.h: fixed bug in data view window resizing.
4    
5 orrisroot 1.3 2005-11-28 21:04 orrisroot
6 orrisroot 1.1
7     * MainFrm.cpp: implemented all toolbar status storing and loading
8     using registry.
9    
10 orrisroot 1.3 2005-11-28 21:02 orrisroot
11 orrisroot 1.1
12     * DataView.cpp, DataView.h: fixed bug on initial drawing.
13     m_brushBackground was invalid brush.
14    
15 orrisroot 1.3 2005-11-28 18:11 orrisroot
16 orrisroot 1.1
17     * DataViewBar.cpp, MainFrm.cpp, MainFrm.h, stdafx.h: added dataview
18     bar size storing and loading using application registroy.
19    
20 orrisroot 1.3 2005-11-23 17:15 orrisroot
21 orrisroot 1.1
22     * DataView.cpp, DataView.h: added faster scrolling trick.
23    
24 orrisroot 1.3 2005-11-23 12:04 orrisroot
25 orrisroot 1.1
26     * DataView.cpp, DataView.h: added backing storing code.
27    
28 orrisroot 1.3 2005-11-23 10:58 orrisroot
29 orrisroot 1.1
30     * DataView.cpp, DataView.h: added buffered drawing code.
31    
32 orrisroot 1.3 2005-11-22 09:43 orrisroot
33 orrisroot 1.1
34     * DataView.cpp, DataView.h: disable to erase background.
35    
36 orrisroot 1.3 2005-11-17 14:12 orrisroot
37 orrisroot 1.1
38     * DataView.cpp, MultiChannelData.cpp, MultiChannelData.h,
39     NeuroManagerDoc.cpp, NeuroManagerDoc.h: tuned performance for
40     data drawing.
41    
42 orrisroot 1.3 2005-11-17 13:28 orrisroot
43 orrisroot 1.1
44     * DataView.cpp: escaped unknown compiler bug.
45    
46 orrisroot 1.3 2005-11-17 08:34 orrisroot
47 orrisroot 1.1
48     * DataView.cpp, DataView.h, DataViewProperties.cpp,
49     MultiChannelData.cpp, MultiChannelData.h, NeuroManagerDoc.cpp,
50     NeuroManagerDoc.h, PCScanData.cpp, stdafx.h: changed data type of
51     raw data size to 64bit integer. added drawing accelaration code.
52    
53 orrisroot 1.3 2005-11-17 05:53 orrisroot
54 orrisroot 1.1
55     * DataView.cpp, DataView.h: added magnification changing keyevent
56     'Ctrl-Shift-Left/Right'.
57    
58 orrisroot 1.3 2005-11-17 04:00 orrisroot
59 orrisroot 1.1
60     * DataView.cpp, DataView.h, DataViewProperties.cpp,
61     DataViewProperties.h, DataViewSplitter.cpp, DataViewSplitter.h,
62     NeuroManagerDoc.cpp, NeuroManagerDoc.h: moved current data
63     channel variable from CDocument to CView.
64    
65 orrisroot 1.3 2005-11-17 01:26 orrisroot
66 orrisroot 1.1
67     * DataView.cpp: added limitation of time positioning.
68    
69 orrisroot 1.3 2005-11-17 01:14 orrisroot
70 orrisroot 1.1
71     * DataView.cpp, DataView.h, DataViewBar.cpp,
72     DataViewProperties.cpp, DataViewProperties.h,
73     DataViewSplitter.cpp, DataViewSplitter.h, MultiChannelData.cpp,
74     MultiChannelData.h, NeuroManager.rc, NeuroManagerDoc.cpp,
75     NeuroManagerDoc.h, resource.h: added current time displaing.
76    
77 orrisroot 1.3 2005-11-15 23:12 orrisroot
78 orrisroot 1.1
79     * DataView.cpp, DataView.h: disabled middle click scrolling. it
80     does not works.
81    
82 orrisroot 1.3 2005-11-15 14:17 orrisroot
83 orrisroot 1.1
84     * DataView.cpp, DataView.h: clean up horizontal scrolling.
85    
86 orrisroot 1.3 2005-11-14 20:39 orrisroot
87 orrisroot 1.1
88     * DataView.cpp, DataView.h: implemented virtual horizontal scroll
89     feature. this is supports for x axis magnification changing.
90     but, this is still buggy. be carefull to use...
91    
92 orrisroot 1.3 2005-10-17 14:20 orrisroot
93 orrisroot 1.1
94     * DataView.cpp, DataView.h: changed pen color of axis to Gray.
95    
96 orrisroot 1.3 2005-10-15 04:04 orrisroot
97 orrisroot 1.1
98     * MultiChannelData.cpp, MultiChannelData.h: supported giga byte
99     sized binary data file.
100    
101 orrisroot 1.3 2005-10-14 16:00 orrisroot
102 orrisroot 1.1
103     * DataView.cpp, DataView.h: renamed private variable name.
104    
105 orrisroot 1.3 2005-10-13 20:43 orrisroot
106 orrisroot 1.1
107     * DataView.cpp, DataView.h: added data scroll handler by mouse
108     drag.
109    
110 orrisroot 1.3 2005-10-13 19:26 orrisroot
111 orrisroot 1.1
112     * DataView.cpp, DataView.h: added arrow key handling on data view
113     panel.
114    
115 orrisroot 1.3 2005-10-12 14:12 orrisroot
116 orrisroot 1.1
117     * DataView.cpp: changed scrolling size.
118    
119 orrisroot 1.3 2005-10-12 14:12 orrisroot
120 orrisroot 1.1
121     * MultiChannelData.cpp: changed pre reading buffer size to 200000.
122    
123 orrisroot 1.3 2005-10-11 13:45 orrisroot
124 orrisroot 1.1
125     * MainFrm.cpp: changed dataview subwindow title from constant value
126     to resource string.
127    
128 orrisroot 1.3 2005-10-09 03:07 orrisroot
129 orrisroot 1.1
130     * DataView.cpp, DataView.h, DataViewBar.cpp,
131     DataViewProperties.cpp, DataViewProperties.h,
132     DataViewSplitter.cpp, NeuroManager.cpp, NeuroManager.rc,
133     NeuroManager.vcproj, NeuroManagerDoc.cpp, NeuroManagerDoc.h,
134     resource.h: added property panel.
135    
136 orrisroot 1.3 2005-10-05 16:06 orrisroot
137 orrisroot 1.1
138     * DataView.cpp, DataView.h, MultiChannelData.cpp,
139     MultiChannelData.h, NeuroManagerDoc.cpp, NeuroManagerDoc.h,
140     PCScanData.cpp, PCScanData.h: added data pickup abstraction
141     method 'CMultiChannelData::GetData(UINT ch, DWORD pos)'.
142    
143 orrisroot 1.3 2005-10-04 16:29 orrisroot
144 orrisroot 1.1
145     * DataView.cpp, DataView.h, DataViewBar.cpp, NeuroManager.rc,
146     resource.h: fixed resources.
147    
148 orrisroot 1.3 2005-09-28 01:55 orrisroot
149 orrisroot 1.1
150     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
151     DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h,
152     NeuroManager.cpp, NeuroManager.vcproj, NeuroManagerDoc.cpp:
153     splited dataview bar.
154    
155 orrisroot 1.3 2005-09-25 02:47 orrisroot
156 orrisroot 1.1
157     * DataView.cpp, DataView.h: fixed zero point of graph in data view.
158    
159 orrisroot 1.3 2005-09-22 12:56 orrisroot
160 orrisroot 1.1
161     * NeuroManager.vcproj: removed unused source file from neuromanager
162     project.
163    
164 orrisroot 1.3 2005-09-21 21:56 orrisroot
165 orrisroot 1.1
166     * DataView.cpp, DataView.h, MultiChannelData.h,
167     NeuroManager.vcproj, NeuroManagerDoc.cpp, NeuroManagerDoc.h:
168     implemented drawing handler for real raw data.
169    
170 orrisroot 1.3 2005-09-20 21:35 orrisroot
171 orrisroot 1.1
172     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
173     MainFrm.cpp, MainFrm.h, NeuroManager.cpp: related document
174     instance to data scroll view instance.
175    
176 orrisroot 1.3 2005-09-16 18:47 orrisroot
177 orrisroot 1.1
178     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
179     MainFrm.cpp, NeuroManager.vcproj, NeuroManagerView.h: added
180     scroll view panel.
181    
182 orrisroot 1.3 2005-09-15 00:38 orrisroot
183 orrisroot 1.1
184     * MainFrm.h, MultiChannelData.cpp, MultiChannelData.h,
185     NeuroManager.h, NeuroManager.vcproj, NeuroManagerDoc.cpp,
186     NeuroManagerDoc.h, PCScanData.cpp, PCScanData.h, stdafx.h: added
187     first data type SONY PCScan Data type.
188    
189 orrisroot 1.3 2005-09-13 17:43 orrisroot
190 orrisroot 1.1
191     * NeuroManager.vcproj: removed unused file.
192    
193 orrisroot 1.3 2005-09-08 18:16 orrisroot
194 orrisroot 1.1
195     * NeuroManager.cpp, NeuroManager.rc, resource.h: fixed broken
196     document icon resourc.
197    
198 orrisroot 1.3 2005-09-08 16:41 orrisroot
199 orrisroot 1.1
200     * NeuroManager.rc: backout overwrited string.
201    
202 orrisroot 1.3 2005-09-08 16:12 orrisroot
203 orrisroot 1.1
204     * DataViewBar.cpp, DataViewBar.h, MainFrm.cpp, MainFrm.h,
205     NeuroManager.cpp, NeuroManager.rc, NeuroManager.vcproj,
206     NeuroManagerDoc.cpp, resource.h, stdafx.h: added sample code of
207     dataview bar.
208    
209 orrisroot 1.3 2005-09-08 16:11 orrisroot
210 orrisroot 1.1
211     * scbarg.cpp, scbarg.h, sizecbar.cpp, sizecbar.h: added dockable
212     bar base classes.
213    
214 orrisroot 1.3 2005-09-08 13:12 orrisroot
215 orrisroot 1.1
216     * NeuroManager.rc: added english dialog resource.
217    
218 orrisroot 1.3 2005-09-08 11:44 orrisroot
219 orrisroot 1.1
220     * NeuroManager.rc: added english resouces.
221    
222 orrisroot 1.3 2005-09-07 18:14 orrisroot
223 orrisroot 1.1
224     * MainFrm.cpp, MainFrm.h, NeuroManager.cpp, NeuroManager.h,
225     NeuroManager.rc, NeuroManager.sln, NeuroManager.vcproj,
226     NeuroManagerDoc.cpp, NeuroManagerDoc.h, NeuroManagerView.cpp,
227 orrisroot 1.3 NeuroManagerView.h, resource.h, stdafx.cpp, stdafx.h: Import
228     template sourcecode of spike analysis tool into CVS
229 orrisroot 1.1
230 orrisroot 1.3 2005-09-07 18:14 orrisroot
231 orrisroot 1.1
232     * MainFrm.cpp, MainFrm.h, NeuroManager.cpp, NeuroManager.h,
233     NeuroManager.rc, NeuroManager.sln, NeuroManager.vcproj,
234     NeuroManagerDoc.cpp, NeuroManagerDoc.h, NeuroManagerView.cpp,
235     NeuroManagerView.h, resource.h, stdafx.cpp, stdafx.h: Initial
236     revision
237    

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26