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.16 - (hide annotations) (download)
Tue Mar 14 13:20:10 2006 UTC (18 years, 1 month ago) by orrisroot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +115 -0 lines
update logs.

1 orrisroot 1.16 2006-03-14 22:17 orrisroot
2    
3     * NeuroManager.sln, Debug/.cvsignore, lib/libmcdata/libmcdata.rc,
4     lib/libsl4/libsl4.rc, neuromanager/DynamicItems.cpp,
5     neuromanager/DynamicItems.h, neuromanager/MCDataManager.cpp,
6     neuromanager/MCDataManager.h, neuromanager/MainFrm.cpp,
7     neuromanager/MainFrm.h, neuromanager/NeuroManager.cpp,
8     neuromanager/NeuroManager.h, neuromanager/NeuroManager.rc,
9     neuromanager/NeuroManager.vcproj,
10     neuromanager/NeuroManagerDoc.cpp, neuromanager/NeuroManagerDoc.h,
11     neuromanager/PCScanData.cpp, neuromanager/SpikeData.cpp,
12     neuromanager/SpikeDetector.cpp, neuromanager/SpikeView.cpp,
13     neuromanager/SpikeView.h, neuromanager/SpikeViewProperties.cpp,
14     neuromanager/SpikeViewProperties.h, neuromanager/resource.h,
15     neuromanager/stdafx.h, plugins/mcdata/pcscan2/PCScan2Data.cpp,
16     plugins/mcdata/pcscan2/pcscan2.cpp,
17     plugins/mcdata/pcscan2/pcscan2.h,
18     plugins/mcdata/pcscan2/pcscan2.rc,
19     plugins/mcdata/pcscan2/pcscan2.vcproj,
20     plugins/mcdata/pcscan2/resource.h: added template code for data
21     type plugins.
22    
23     2006-03-14 21:35 orrisroot
24    
25     * lib/libmcdata/libmcdata.cpp: added some headers include.
26    
27     2006-03-14 21:34 orrisroot
28    
29     * lib/libsl4/file.c: fixed memory allocate size.
30    
31     2006-03-14 13:26 orrisroot
32    
33     * lib/libmcdata/: MultiChannelData.cpp, MultiChannelData.h,
34     libmcdata.cpp, libmcdata.h, libmcdata.vcproj, resource.h: merged
35     CMultiChannelData class header and libmcdata.h. revised some
36     code for libsl4 library API changes.
37    
38     2006-03-14 01:47 orrisroot
39    
40     * lib/libsl4/libsl4.h: formated proto types definition.
41    
42     2006-03-14 01:39 orrisroot
43    
44     * lib/libsl4/: config.h, file.c, libsl4.c, libsl4.h, string.c,
45     test/config.h.freebsd6, test/config.h.mingw32, test/test_file.c,
46     test/test_string.c: implemented some file operation code.
47    
48     2006-03-11 21:28 orrisroot
49    
50     * lib/libsl4/: libsl4.h, string.c, test/config.h.freebsd6,
51     test/test_string.c: added new function sl4_string_replace().
52    
53     2006-03-11 20:51 orrisroot
54    
55     * lib/libsl4/: config.h, libsl4.h, string.c, test/Makefile.common,
56     test/Makefile.freebsd6, test/Makefile.mingw32,
57     test/config.h.freebsd6, test/config.h.mingw32, test/libsl4.h,
58     test/test_string.c: changed API of 'sl4_string_compare()'. fixed
59     some bug for string.c added memory debug definition for
60     Makefile.freebsd6 using dmalloc. added test code for
61     sl4_string_t type.
62    
63     2006-03-10 17:34 orrisroot
64    
65     * lib/libsl4/: array.c, test/main.c, test/sl4assert.c,
66     test/sl4assert.h, test/test_array.c, test/test_file.c,
67     test/test_string.c: formated source code.
68    
69     2006-03-10 17:33 orrisroot
70    
71     * lib/libsl4/: array.c, libsl4.h, test/Makefile.common,
72     test/config.h.freebsd6, test/config.h.mingw32, test/main.c,
73     test/test_array.c: finished to debug array.c.
74    
75     2006-03-10 15:21 orrisroot
76    
77     * lib/libsl4/test/: Makefile.common, Makefile.freebsd6,
78     Makefile.mingw32, main.c, sl4assert.c, sl4assert.h, test_file.c,
79     test_string.c: added test source code.
80    
81     2006-03-10 15:13 orrisroot
82    
83     * lib/libsl4/: libsl4.c, resource.h, string.c: fixed bug of
84     sl4_string_tokenize() changed newline code CRLF to LF.
85    
86     2006-03-10 11:11 orrisroot
87    
88     * lib/libsl4/: array.c, config.h, file.c, libsl4.h, list.c,
89     mutex.c, resource.h, string.c: changed newline code of satellite4
90     sources from CRLF to LF. fixed NEXT_RESOURCE_VALUE in resource.h
91    
92     2006-03-10 11:07 orrisroot
93    
94     * lib/libsl4/: config.h, string.c: fixed compile error for
95     sl4_string_sprintf().
96    
97     2006-03-09 17:30 orrisroot
98    
99     * lib/libsl4/: file.c, libsl4.c, libsl4.h, libsl4.vcproj, mutex.c,
100     string.c: added new method sl4_string_tokenize()
101    
102     2006-03-09 14:13 orrisroot
103    
104     * lib/libsl4/: config.h, file.c, libsl4.h, libsl4.vcproj, mutex.c:
105     added new data type sl4_file_t .
106    
107     2006-03-07 15:45 orrisroot
108    
109     * lib/libsl4/: array.c, libsl4.h, mutex.c, string.c: changed
110     sl4_string_t api.
111    
112     2006-02-04 23:01 orrisroot
113    
114     * ChangeLog: added change logs for obsolute directory 'res'
115    
116 orrisroot 1.15 2006-02-04 22:54 orrisroot
117    
118     * lib/libmcdata/libmcdata.vcproj: removed unused file.
119    
120 orrisroot 1.14 2006-02-04 22:48 orrisroot
121    
122     * ChangeLog: collected sub directories change logs.
123    
124 orrisroot 1.13 2006-02-04 22:47 orrisroot
125    
126     * lib/libmcdata/ChangeLog, lib/libsl4/ChangeLog,
127     neuromanager/res/ChangeLog: removed change logs.
128    
129     2006-02-04 22:40 orrisroot
130    
131     * neuromanager/res/ChangeLog: added logs.
132    
133     2006-02-04 22:38 orrisroot
134    
135     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
136     DataViewContext.cpp, DataViewContext.h, DataViewProperties.cpp,
137     DataViewProperties.h, DataViewSplitter.cpp, DataViewSplitter.h,
138     ListCtrlEdit.cpp, ListCtrlEdit.h, MainFrm.cpp, MainFrm.h,
139     NeuroManager.cpp, NeuroManager.h, NeuroManager.rc,
140     NeuroManager.sln, NeuroManager.vcproj, NeuroManagerDoc.cpp,
141     NeuroManagerDoc.h, NeuroManagerView.cpp, NeuroManagerView.h,
142     PCScanData.cpp, PCScanData.h, SpikeData.cpp, SpikeData.h,
143     SpikeDetector.cpp, SpikeDetector.h, SpikeView.cpp, SpikeView.h,
144     SpikeViewBar.cpp, SpikeViewBar.h, SpikeViewProperties.cpp,
145     SpikeViewProperties.h, SpikeViewSplitter.cpp,
146     SpikeViewSplitter.h, resource.h, scbarg.cpp, scbarg.h,
147     sizecbar.cpp, sizecbar.h, stdafx.cpp, stdafx.h,
148     lib/libmcdata/libmcdata.vcproj, lib/libsl4/libsl4.vcproj,
149     neuromanager/DataView.cpp, neuromanager/DataView.h,
150     neuromanager/DataViewBar.cpp, neuromanager/DataViewBar.h,
151     neuromanager/DataViewContext.cpp, neuromanager/DataViewContext.h,
152     neuromanager/DataViewProperties.cpp,
153     neuromanager/DataViewProperties.h,
154     neuromanager/DataViewSplitter.cpp,
155     neuromanager/DataViewSplitter.h, neuromanager/ListCtrlEdit.cpp,
156     neuromanager/ListCtrlEdit.h, neuromanager/MainFrm.cpp,
157     neuromanager/MainFrm.h, neuromanager/NeuroManager.cpp,
158     neuromanager/NeuroManager.h, neuromanager/NeuroManager.rc,
159     neuromanager/NeuroManager.vcproj,
160     neuromanager/NeuroManagerDoc.cpp, neuromanager/NeuroManagerDoc.h,
161     neuromanager/NeuroManagerView.cpp,
162     neuromanager/NeuroManagerView.h, neuromanager/PCScanData.cpp,
163     neuromanager/PCScanData.h, neuromanager/SpikeData.cpp,
164     neuromanager/SpikeData.h, neuromanager/SpikeDetector.cpp,
165     neuromanager/SpikeDetector.h, neuromanager/SpikeView.cpp,
166     neuromanager/SpikeView.h, neuromanager/SpikeViewBar.cpp,
167     neuromanager/SpikeViewBar.h,
168     neuromanager/SpikeViewProperties.cpp,
169     neuromanager/SpikeViewProperties.h,
170     neuromanager/SpikeViewSplitter.cpp,
171     neuromanager/SpikeViewSplitter.h, neuromanager/resource.h,
172     neuromanager/scbarg.cpp, neuromanager/scbarg.h,
173     neuromanager/sizecbar.cpp, neuromanager/sizecbar.h,
174     neuromanager/stdafx.cpp, neuromanager/stdafx.h,
175     neuromanager/res/NeuroManager.ico,
176     neuromanager/res/NeuroManager.manifest,
177     neuromanager/res/NeuroManager.rc2,
178     neuromanager/res/NeuroManagerDoc.ico,
179 orrisroot 1.15 neuromanager/res/Toolbar.bmp, res/ChangeLog,
180     res/NeuroManager.ico, res/NeuroManager.manifest,
181     res/NeuroManager.rc2, res/NeuroManagerDoc.ico, res/Toolbar.bmp:
182     moved main application sources to neuromanager directory.
183 orrisroot 1.13
184     2006-02-04 22:13 orrisroot
185    
186     * lib/: libmcdata/ChangeLog, libsl4/ChangeLog: added logs.
187    
188 orrisroot 1.12 2006-02-04 22:11 orrisroot
189    
190     * MultiChannelData.cpp, MultiChannelData.h, NeuroManager.sln,
191 orrisroot 1.13 NeuroManager.vcproj, PCScanData.cpp, PCScanData.h, stdafx.h,
192     lib/libmcdata/MultiChannelData.cpp,
193     lib/libmcdata/MultiChannelData.h, lib/libmcdata/libmcdata.cpp,
194     lib/libmcdata/libmcdata.h, lib/libmcdata/libmcdata.rc,
195     lib/libmcdata/libmcdata.vcproj, lib/libmcdata/resource.h,
196     lib/libsl4/array.c, lib/libsl4/libsl4.c, lib/libsl4/libsl4.h,
197     lib/libsl4/libsl4.rc, lib/libsl4/libsl4.vcproj,
198     lib/libsl4/list.c, lib/libsl4/mutex.c, lib/libsl4/resource.h,
199     lib/libsl4/string.c: imported satellite4 base library sources.
200     moved base class of multi channel data class 'CMultiChannelData'
201     to dll.
202 orrisroot 1.12
203     2006-02-02 16:33 orrisroot
204    
205     * MainFrm.cpp, MainFrm.h, MultiChannelData.cpp, NeuroManager.cpp,
206     NeuroManager.rc, NeuroManager.vcproj, SpikeData.cpp, SpikeData.h,
207     SpikeDetector.cpp, SpikeDetector.h, SpikeView.cpp, SpikeView.h,
208     SpikeViewBar.cpp, SpikeViewBar.h, SpikeViewProperties.cpp,
209     SpikeViewProperties.h, SpikeViewSplitter.cpp,
210 orrisroot 1.15 SpikeViewSplitter.h, resource.h, res/NeuroManager.manifest: added
211     new panel for spike sorting.
212 orrisroot 1.12
213     2006-01-24 10:59 orrisroot
214    
215     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
216     DataViewContext.cpp, DataViewContext.h, DataViewProperties.cpp,
217     DataViewProperties.h, DataViewSplitter.cpp, DataViewSplitter.h,
218     MainFrm.cpp, MainFrm.h, MultiChannelData.cpp, MultiChannelData.h,
219     NeuroManager.cpp, NeuroManager.h, NeuroManager.rc,
220     NeuroManagerDoc.cpp, NeuroManagerDoc.h, NeuroManagerView.cpp,
221     NeuroManagerView.h, PCScanData.cpp, PCScanData.h, resource.h,
222 orrisroot 1.15 stdafx.cpp, stdafx.h, res/NeuroManager.rc2, COPYING.txt,
223     ListCtrlEdit.cpp, ListCtrlEdit.h: changed license from BSD-style
224     to GPL.
225 orrisroot 1.12
226     2006-01-19 13:43 orrisroot
227    
228     * DataView.cpp: fixed offset of end point for data drawing.
229    
230 orrisroot 1.11 2006-01-19 11:40 orrisroot
231    
232     * DataView.cpp, DataView.h: implemented y axis cliped drawing.
233    
234 orrisroot 1.10 2006-01-19 08:48 orrisroot
235    
236     * DataView.cpp, DataView.h: fixed center line drawing bug.
237    
238     2006-01-19 08:39 orrisroot
239    
240     * DataViewProperties.cpp, DataViewProperties.h, ListCtrlEdit.cpp:
241     supported Copy/Cut/Paste operation for ListCtrl.
242    
243     2006-01-19 07:33 orrisroot
244    
245     * DataViewProperties.cpp: formated indents.
246    
247     2006-01-19 07:31 orrisroot
248    
249     * DataViewProperties.cpp, DataViewProperties.h, ListCtrlEdit.cpp:
250     fixed horizontal / vertical scrolling bug in ListCtrl.
251     implemented dataview redraw notifying when Y axis range was
252     changed.
253    
254     2006-01-18 04:29 orrisroot
255    
256     * DataView.cpp, DataView.h, DataViewProperties.cpp,
257     DataViewProperties.h, NeuroManager.rc: implemented list view
258     control editing for Y axis range.
259    
260     2006-01-18 04:25 orrisroot
261    
262     * NeuroManager.vcproj: added new sources
263    
264     2006-01-18 04:24 orrisroot
265    
266     * DataViewContext.cpp, DataViewContext.h: added y axis range
267     variables.
268    
269     2006-01-18 04:23 orrisroot
270    
271     * ListCtrlEdit.cpp, ListCtrlEdit.h, stdafx.h: added extended
272     ListControl class 'CListCtrlEdit'.
273    
274     2006-01-16 11:17 orrisroot
275    
276     * NeuroManager.rc: updated copyright year.
277    
278 orrisroot 1.9 2006-01-12 13:41 orrisroot
279    
280     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewContext.cpp,
281     DataViewContext.h, DataViewProperties.cpp, DataViewProperties.h,
282     NeuroManager.rc, resource.h: implemented multi channel data
283     viewing interface.
284    
285 orrisroot 1.8 2006-01-12 10:36 orrisroot
286    
287     * COPYING.txt, DataView.cpp, DataView.h, DataViewBar.cpp,
288     DataViewBar.h, DataViewContext.cpp, DataViewContext.h,
289     DataViewProperties.cpp, DataViewProperties.h,
290     DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h,
291     MultiChannelData.cpp, MultiChannelData.h, NeuroManager.cpp,
292     NeuroManager.h, NeuroManager.rc, NeuroManagerDoc.cpp,
293     NeuroManagerDoc.h, NeuroManagerView.cpp, NeuroManagerView.h,
294 orrisroot 1.15 PCScanData.cpp, PCScanData.h, resource.h, stdafx.cpp, stdafx.h,
295     res/NeuroManager.rc2: fixed copyrights year range to '2005 -
296     2006'.
297 orrisroot 1.8
298     2006-01-12 10:32 orrisroot
299    
300 orrisroot 1.15 * NeuroManager.rc, res/NeuroManager.rc2: added copying to resource
301     file. transrated Japanese comment to English.
302 orrisroot 1.8
303     2006-01-12 10:22 orrisroot
304    
305     * AUTHORS.txt, COPYING.txt, DataView.cpp, DataView.h,
306     DataViewBar.cpp, DataViewBar.h, DataViewContext.cpp,
307     DataViewContext.h, DataViewProperties.cpp, DataViewProperties.h,
308     DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h,
309     MultiChannelData.cpp, MultiChannelData.h, NeuroManager.cpp,
310     NeuroManager.h, NeuroManagerDoc.cpp, NeuroManagerDoc.h,
311     NeuroManagerView.cpp, NeuroManagerView.h, PCScanData.cpp,
312     PCScanData.h, resource.h, stdafx.cpp, stdafx.h: added copyrights
313     and authors.
314    
315     2006-01-12 10:01 orrisroot
316    
317     * DataView.cpp, DataView.h: modified view painting code for multi
318     channel drawing.
319    
320 orrisroot 1.7 2006-01-10 11:29 orrisroot
321    
322     * DataView.cpp: added y size fixing code into UpdateScrollSizes().
323    
324 orrisroot 1.6 2006-01-06 08:16 orrisroot
325    
326     * DataView.cpp, DataView.h, DataViewContext.cpp,
327     DataViewProperties.cpp, DataViewProperties.h, MainFrm.cpp,
328     MainFrm.h, NeuroManager.cpp, NeuroManagerDoc.h,
329     NeuroManagerView.h, PCScanData.cpp, sizecbar.cpp: removed
330     OnInitialUpdate() method from CDataView class.
331    
332     2006-01-06 07:54 orrisroot
333    
334     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewContext.cpp,
335     DataViewContext.h, DataViewProperties.cpp, DataViewProperties.h,
336 orrisroot 1.13 DataViewSplitter.cpp: moved current variable of viewing data
337 orrisroot 1.6 channel from CDataView class to CDataViewContext class.
338    
339     2006-01-06 05:07 orrisroot
340    
341     * DataView.cpp, DataView.h: moved mutex lock position.
342    
343     2006-01-06 05:06 orrisroot
344    
345     * DataViewProperties.cpp, DataViewProperties.h: formated indents.
346    
347     2006-01-06 05:00 orrisroot
348    
349     * DataViewProperties.cpp, DataViewProperties.h: used '_T()' macro
350     for inline strings.
351    
352     2006-01-06 03:35 orrisroot
353    
354     * DataViewContext.cpp, DataViewProperties.cpp,
355     DataViewProperties.h: removed OnUpdate() message handler from
356     class 'DataViewProperties'.
357    
358     2006-01-05 23:11 orrisroot
359    
360     * DataViewContext.cpp, DataViewContext.h: changed method names
361     'Set/GetVisibleState()' to 'Set/GetVisibleChannelState()'. added
362     new method 'GetVisibleChannelSize()'.
363    
364     2006-01-05 22:25 orrisroot
365    
366     * DataView.cpp, DataView.h: implemented 'GetDataViewProperties()'
367     method.
368    
369 orrisroot 1.5 2006-01-05 22:08 orrisroot
370    
371     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
372     DataViewProperties.cpp, DataViewProperties.h,
373     DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h,
374     MultiChannelData.cpp, MultiChannelData.h, NeuroManager.cpp,
375     NeuroManager.h, NeuroManagerDoc.cpp, NeuroManagerDoc.h,
376     NeuroManagerView.cpp, NeuroManagerView.h, PCScanData.cpp,
377     PCScanData.h, resource.h, scbarg.cpp, scbarg.h, sizecbar.cpp,
378     sizecbar.h, stdafx.cpp, stdafx.h: formated source codes indent
379     style using 'astyle' command with '-tPb' arguments.
380    
381     2006-01-05 21:37 orrisroot
382    
383     * DataViewContext.cpp, DataViewContext.h, NeuroManager.vcproj:
384     added dataview context class 'CDataViewContext'.
385    
386 orrisroot 1.4 2005-12-23 06:22 orrisroot
387    
388 orrisroot 1.15 * ChangeLog, DataView.cpp, DataView.h, res/ChangeLog: added mutex
389     locking for multi thread message sending.
390 orrisroot 1.13
391     2005-12-03 04:48 orrisroot
392    
393 orrisroot 1.15 * ChangeLog, res/ChangeLog: chaged commiter display name from
394     account to real.
395 orrisroot 1.13
396     2005-12-03 03:31 orrisroot
397    
398 orrisroot 1.15 * ChangeLog, res/ChangeLog: added change logs.
399 orrisroot 1.4
400 orrisroot 1.3 2005-11-29 19:16 orrisroot
401 orrisroot 1.1
402     * DataView.cpp, DataView.h: fixed bug in data view window resizing.
403    
404 orrisroot 1.3 2005-11-28 21:04 orrisroot
405 orrisroot 1.1
406     * MainFrm.cpp: implemented all toolbar status storing and loading
407     using registry.
408    
409 orrisroot 1.3 2005-11-28 21:02 orrisroot
410 orrisroot 1.1
411     * DataView.cpp, DataView.h: fixed bug on initial drawing.
412     m_brushBackground was invalid brush.
413    
414 orrisroot 1.3 2005-11-28 18:11 orrisroot
415 orrisroot 1.1
416     * DataViewBar.cpp, MainFrm.cpp, MainFrm.h, stdafx.h: added dataview
417     bar size storing and loading using application registroy.
418    
419 orrisroot 1.3 2005-11-23 17:15 orrisroot
420 orrisroot 1.1
421     * DataView.cpp, DataView.h: added faster scrolling trick.
422    
423 orrisroot 1.3 2005-11-23 12:04 orrisroot
424 orrisroot 1.1
425     * DataView.cpp, DataView.h: added backing storing code.
426    
427 orrisroot 1.3 2005-11-23 10:58 orrisroot
428 orrisroot 1.1
429     * DataView.cpp, DataView.h: added buffered drawing code.
430    
431 orrisroot 1.3 2005-11-22 09:43 orrisroot
432 orrisroot 1.1
433     * DataView.cpp, DataView.h: disable to erase background.
434    
435 orrisroot 1.3 2005-11-17 14:12 orrisroot
436 orrisroot 1.1
437     * DataView.cpp, MultiChannelData.cpp, MultiChannelData.h,
438     NeuroManagerDoc.cpp, NeuroManagerDoc.h: tuned performance for
439     data drawing.
440    
441 orrisroot 1.3 2005-11-17 13:28 orrisroot
442 orrisroot 1.1
443     * DataView.cpp: escaped unknown compiler bug.
444    
445 orrisroot 1.3 2005-11-17 08:34 orrisroot
446 orrisroot 1.1
447     * DataView.cpp, DataView.h, DataViewProperties.cpp,
448     MultiChannelData.cpp, MultiChannelData.h, NeuroManagerDoc.cpp,
449     NeuroManagerDoc.h, PCScanData.cpp, stdafx.h: changed data type of
450     raw data size to 64bit integer. added drawing accelaration code.
451    
452 orrisroot 1.3 2005-11-17 05:53 orrisroot
453 orrisroot 1.1
454     * DataView.cpp, DataView.h: added magnification changing keyevent
455     'Ctrl-Shift-Left/Right'.
456    
457 orrisroot 1.3 2005-11-17 04:00 orrisroot
458 orrisroot 1.1
459     * DataView.cpp, DataView.h, DataViewProperties.cpp,
460     DataViewProperties.h, DataViewSplitter.cpp, DataViewSplitter.h,
461     NeuroManagerDoc.cpp, NeuroManagerDoc.h: moved current data
462     channel variable from CDocument to CView.
463    
464 orrisroot 1.3 2005-11-17 01:26 orrisroot
465 orrisroot 1.1
466     * DataView.cpp: added limitation of time positioning.
467    
468 orrisroot 1.3 2005-11-17 01:14 orrisroot
469 orrisroot 1.1
470     * DataView.cpp, DataView.h, DataViewBar.cpp,
471     DataViewProperties.cpp, DataViewProperties.h,
472     DataViewSplitter.cpp, DataViewSplitter.h, MultiChannelData.cpp,
473     MultiChannelData.h, NeuroManager.rc, NeuroManagerDoc.cpp,
474     NeuroManagerDoc.h, resource.h: added current time displaing.
475    
476 orrisroot 1.3 2005-11-15 23:12 orrisroot
477 orrisroot 1.1
478     * DataView.cpp, DataView.h: disabled middle click scrolling. it
479     does not works.
480    
481 orrisroot 1.3 2005-11-15 14:17 orrisroot
482 orrisroot 1.1
483     * DataView.cpp, DataView.h: clean up horizontal scrolling.
484    
485 orrisroot 1.3 2005-11-14 20:39 orrisroot
486 orrisroot 1.1
487     * DataView.cpp, DataView.h: implemented virtual horizontal scroll
488     feature. this is supports for x axis magnification changing.
489     but, this is still buggy. be carefull to use...
490    
491 orrisroot 1.3 2005-10-17 14:20 orrisroot
492 orrisroot 1.1
493     * DataView.cpp, DataView.h: changed pen color of axis to Gray.
494    
495 orrisroot 1.3 2005-10-15 04:04 orrisroot
496 orrisroot 1.1
497     * MultiChannelData.cpp, MultiChannelData.h: supported giga byte
498     sized binary data file.
499    
500 orrisroot 1.3 2005-10-14 16:00 orrisroot
501 orrisroot 1.1
502     * DataView.cpp, DataView.h: renamed private variable name.
503    
504 orrisroot 1.3 2005-10-13 20:43 orrisroot
505 orrisroot 1.1
506     * DataView.cpp, DataView.h: added data scroll handler by mouse
507     drag.
508    
509 orrisroot 1.3 2005-10-13 19:26 orrisroot
510 orrisroot 1.1
511     * DataView.cpp, DataView.h: added arrow key handling on data view
512     panel.
513    
514 orrisroot 1.3 2005-10-12 14:12 orrisroot
515 orrisroot 1.1
516     * DataView.cpp: changed scrolling size.
517    
518 orrisroot 1.3 2005-10-12 14:12 orrisroot
519 orrisroot 1.1
520     * MultiChannelData.cpp: changed pre reading buffer size to 200000.
521    
522 orrisroot 1.3 2005-10-11 13:45 orrisroot
523 orrisroot 1.1
524     * MainFrm.cpp: changed dataview subwindow title from constant value
525     to resource string.
526    
527 orrisroot 1.3 2005-10-09 03:07 orrisroot
528 orrisroot 1.1
529     * DataView.cpp, DataView.h, DataViewBar.cpp,
530     DataViewProperties.cpp, DataViewProperties.h,
531     DataViewSplitter.cpp, NeuroManager.cpp, NeuroManager.rc,
532     NeuroManager.vcproj, NeuroManagerDoc.cpp, NeuroManagerDoc.h,
533     resource.h: added property panel.
534    
535 orrisroot 1.3 2005-10-05 16:06 orrisroot
536 orrisroot 1.1
537     * DataView.cpp, DataView.h, MultiChannelData.cpp,
538     MultiChannelData.h, NeuroManagerDoc.cpp, NeuroManagerDoc.h,
539     PCScanData.cpp, PCScanData.h: added data pickup abstraction
540     method 'CMultiChannelData::GetData(UINT ch, DWORD pos)'.
541    
542 orrisroot 1.3 2005-10-04 16:29 orrisroot
543 orrisroot 1.1
544     * DataView.cpp, DataView.h, DataViewBar.cpp, NeuroManager.rc,
545     resource.h: fixed resources.
546    
547 orrisroot 1.3 2005-09-28 01:55 orrisroot
548 orrisroot 1.1
549     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
550     DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h,
551     NeuroManager.cpp, NeuroManager.vcproj, NeuroManagerDoc.cpp:
552     splited dataview bar.
553    
554 orrisroot 1.3 2005-09-25 02:47 orrisroot
555 orrisroot 1.1
556     * DataView.cpp, DataView.h: fixed zero point of graph in data view.
557    
558 orrisroot 1.3 2005-09-22 12:56 orrisroot
559 orrisroot 1.1
560     * NeuroManager.vcproj: removed unused source file from neuromanager
561     project.
562    
563 orrisroot 1.3 2005-09-21 21:56 orrisroot
564 orrisroot 1.1
565     * DataView.cpp, DataView.h, MultiChannelData.h,
566     NeuroManager.vcproj, NeuroManagerDoc.cpp, NeuroManagerDoc.h:
567     implemented drawing handler for real raw data.
568    
569 orrisroot 1.3 2005-09-20 21:35 orrisroot
570 orrisroot 1.1
571     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
572     MainFrm.cpp, MainFrm.h, NeuroManager.cpp: related document
573     instance to data scroll view instance.
574    
575 orrisroot 1.3 2005-09-16 18:47 orrisroot
576 orrisroot 1.1
577     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
578     MainFrm.cpp, NeuroManager.vcproj, NeuroManagerView.h: added
579     scroll view panel.
580    
581 orrisroot 1.3 2005-09-15 00:38 orrisroot
582 orrisroot 1.1
583     * MainFrm.h, MultiChannelData.cpp, MultiChannelData.h,
584     NeuroManager.h, NeuroManager.vcproj, NeuroManagerDoc.cpp,
585     NeuroManagerDoc.h, PCScanData.cpp, PCScanData.h, stdafx.h: added
586     first data type SONY PCScan Data type.
587    
588 orrisroot 1.3 2005-09-13 17:43 orrisroot
589 orrisroot 1.1
590     * NeuroManager.vcproj: removed unused file.
591    
592 orrisroot 1.3 2005-09-08 18:16 orrisroot
593 orrisroot 1.1
594     * NeuroManager.cpp, NeuroManager.rc, resource.h: fixed broken
595     document icon resourc.
596    
597 orrisroot 1.3 2005-09-08 16:41 orrisroot
598 orrisroot 1.1
599     * NeuroManager.rc: backout overwrited string.
600    
601 orrisroot 1.3 2005-09-08 16:12 orrisroot
602 orrisroot 1.1
603     * DataViewBar.cpp, DataViewBar.h, MainFrm.cpp, MainFrm.h,
604     NeuroManager.cpp, NeuroManager.rc, NeuroManager.vcproj,
605     NeuroManagerDoc.cpp, resource.h, stdafx.h: added sample code of
606     dataview bar.
607    
608 orrisroot 1.3 2005-09-08 16:11 orrisroot
609 orrisroot 1.1
610     * scbarg.cpp, scbarg.h, sizecbar.cpp, sizecbar.h: added dockable
611     bar base classes.
612    
613 orrisroot 1.3 2005-09-08 13:12 orrisroot
614 orrisroot 1.1
615     * NeuroManager.rc: added english dialog resource.
616    
617 orrisroot 1.3 2005-09-08 11:44 orrisroot
618 orrisroot 1.1
619     * NeuroManager.rc: added english resouces.
620    
621 orrisroot 1.3 2005-09-07 18:14 orrisroot
622 orrisroot 1.1
623     * MainFrm.cpp, MainFrm.h, NeuroManager.cpp, NeuroManager.h,
624     NeuroManager.rc, NeuroManager.sln, NeuroManager.vcproj,
625     NeuroManagerDoc.cpp, NeuroManagerDoc.h, NeuroManagerView.cpp,
626 orrisroot 1.15 NeuroManagerView.h, resource.h, stdafx.cpp, stdafx.h,
627     res/NeuroManager.ico, res/NeuroManager.manifest,
628     res/NeuroManager.rc2, res/NeuroManagerDoc.ico, res/Toolbar.bmp:
629     Import template sourcecode of spike analysis tool into CVS
630 orrisroot 1.1
631 orrisroot 1.3 2005-09-07 18:14 orrisroot
632 orrisroot 1.1
633     * MainFrm.cpp, MainFrm.h, NeuroManager.cpp, NeuroManager.h,
634     NeuroManager.rc, NeuroManager.sln, NeuroManager.vcproj,
635     NeuroManagerDoc.cpp, NeuroManagerDoc.h, NeuroManagerView.cpp,
636 orrisroot 1.15 NeuroManagerView.h, resource.h, stdafx.cpp, stdafx.h,
637     res/NeuroManager.ico, res/NeuroManager.manifest,
638     res/NeuroManager.rc2, res/NeuroManagerDoc.ico, res/Toolbar.bmp:
639     Initial revision
640 orrisroot 1.1

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