| 1 |
2006-01-19 11:40 orrisroot |
| 2 |
|
| 3 |
* DataView.cpp, DataView.h: implemented y axis cliped drawing. |
| 4 |
|
| 5 |
2006-01-19 08:48 orrisroot |
| 6 |
|
| 7 |
* DataView.cpp, DataView.h: fixed center line drawing bug. |
| 8 |
|
| 9 |
2006-01-19 08:39 orrisroot |
| 10 |
|
| 11 |
* DataViewProperties.cpp, DataViewProperties.h, ListCtrlEdit.cpp: |
| 12 |
supported Copy/Cut/Paste operation for ListCtrl. |
| 13 |
|
| 14 |
2006-01-19 07:33 orrisroot |
| 15 |
|
| 16 |
* DataViewProperties.cpp: formated indents. |
| 17 |
|
| 18 |
2006-01-19 07:31 orrisroot |
| 19 |
|
| 20 |
* DataViewProperties.cpp, DataViewProperties.h, ListCtrlEdit.cpp: |
| 21 |
fixed horizontal / vertical scrolling bug in ListCtrl. |
| 22 |
implemented dataview redraw notifying when Y axis range was |
| 23 |
changed. |
| 24 |
|
| 25 |
2006-01-18 04:29 orrisroot |
| 26 |
|
| 27 |
* DataView.cpp, DataView.h, DataViewProperties.cpp, |
| 28 |
DataViewProperties.h, NeuroManager.rc: implemented list view |
| 29 |
control editing for Y axis range. |
| 30 |
|
| 31 |
2006-01-18 04:25 orrisroot |
| 32 |
|
| 33 |
* NeuroManager.vcproj: added new sources |
| 34 |
|
| 35 |
2006-01-18 04:24 orrisroot |
| 36 |
|
| 37 |
* DataViewContext.cpp, DataViewContext.h: added y axis range |
| 38 |
variables. |
| 39 |
|
| 40 |
2006-01-18 04:23 orrisroot |
| 41 |
|
| 42 |
* ListCtrlEdit.cpp, ListCtrlEdit.h, stdafx.h: added extended |
| 43 |
ListControl class 'CListCtrlEdit'. |
| 44 |
|
| 45 |
2006-01-16 11:17 orrisroot |
| 46 |
|
| 47 |
* NeuroManager.rc: updated copyright year. |
| 48 |
|
| 49 |
2006-01-12 13:41 orrisroot |
| 50 |
|
| 51 |
* DataView.cpp, DataView.h, DataViewBar.cpp, DataViewContext.cpp, |
| 52 |
DataViewContext.h, DataViewProperties.cpp, DataViewProperties.h, |
| 53 |
NeuroManager.rc, resource.h: implemented multi channel data |
| 54 |
viewing interface. |
| 55 |
|
| 56 |
2006-01-12 10:36 orrisroot |
| 57 |
|
| 58 |
* COPYING.txt, DataView.cpp, DataView.h, DataViewBar.cpp, |
| 59 |
DataViewBar.h, DataViewContext.cpp, DataViewContext.h, |
| 60 |
DataViewProperties.cpp, DataViewProperties.h, |
| 61 |
DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h, |
| 62 |
MultiChannelData.cpp, MultiChannelData.h, NeuroManager.cpp, |
| 63 |
NeuroManager.h, NeuroManager.rc, NeuroManagerDoc.cpp, |
| 64 |
NeuroManagerDoc.h, NeuroManagerView.cpp, NeuroManagerView.h, |
| 65 |
PCScanData.cpp, PCScanData.h, resource.h, stdafx.cpp, stdafx.h: |
| 66 |
fixed copyrights year range to '2005 - 2006'. |
| 67 |
|
| 68 |
2006-01-12 10:32 orrisroot |
| 69 |
|
| 70 |
* NeuroManager.rc: added copying to resource file. translated |
| 71 |
Japanese comment to English. |
| 72 |
|
| 73 |
2006-01-12 10:22 orrisroot |
| 74 |
|
| 75 |
* AUTHORS.txt, COPYING.txt, DataView.cpp, DataView.h, |
| 76 |
DataViewBar.cpp, DataViewBar.h, DataViewContext.cpp, |
| 77 |
DataViewContext.h, DataViewProperties.cpp, DataViewProperties.h, |
| 78 |
DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h, |
| 79 |
MultiChannelData.cpp, MultiChannelData.h, NeuroManager.cpp, |
| 80 |
NeuroManager.h, NeuroManagerDoc.cpp, NeuroManagerDoc.h, |
| 81 |
NeuroManagerView.cpp, NeuroManagerView.h, PCScanData.cpp, |
| 82 |
PCScanData.h, resource.h, stdafx.cpp, stdafx.h: added copyrights |
| 83 |
and authors. |
| 84 |
|
| 85 |
2006-01-12 10:01 orrisroot |
| 86 |
|
| 87 |
* DataView.cpp, DataView.h: modified view painting code for multi |
| 88 |
channel drawing. |
| 89 |
|
| 90 |
2006-01-10 11:29 orrisroot |
| 91 |
|
| 92 |
* DataView.cpp: added y size fixing code into UpdateScrollSizes(). |
| 93 |
|
| 94 |
2006-01-06 08:16 orrisroot |
| 95 |
|
| 96 |
* DataView.cpp, DataView.h, DataViewContext.cpp, |
| 97 |
DataViewProperties.cpp, DataViewProperties.h, MainFrm.cpp, |
| 98 |
MainFrm.h, NeuroManager.cpp, NeuroManagerDoc.h, |
| 99 |
NeuroManagerView.h, PCScanData.cpp, sizecbar.cpp: removed |
| 100 |
OnInitialUpdate() method from CDataView class. |
| 101 |
|
| 102 |
2006-01-06 07:54 orrisroot |
| 103 |
|
| 104 |
* DataView.cpp, DataView.h, DataViewBar.cpp, DataViewContext.cpp, |
| 105 |
DataViewContext.h, DataViewProperties.cpp, DataViewProperties.h, |
| 106 |
DataViewSplitter.cpp: moved variable of current viewing data |
| 107 |
channel from CDataView class to CDataViewContext class. |
| 108 |
|
| 109 |
2006-01-06 05:07 orrisroot |
| 110 |
|
| 111 |
* DataView.cpp, DataView.h: moved mutex lock position. |
| 112 |
|
| 113 |
2006-01-06 05:06 orrisroot |
| 114 |
|
| 115 |
* DataViewProperties.cpp, DataViewProperties.h: formated indents. |
| 116 |
|
| 117 |
2006-01-06 05:00 orrisroot |
| 118 |
|
| 119 |
* DataViewProperties.cpp, DataViewProperties.h: used '_T()' macro |
| 120 |
for inline strings. |
| 121 |
|
| 122 |
2006-01-06 03:35 orrisroot |
| 123 |
|
| 124 |
* DataViewContext.cpp, DataViewProperties.cpp, |
| 125 |
DataViewProperties.h: removed OnUpdate() message handler from |
| 126 |
class 'DataViewProperties'. |
| 127 |
|
| 128 |
2006-01-05 23:11 orrisroot |
| 129 |
|
| 130 |
* DataViewContext.cpp, DataViewContext.h: changed method names |
| 131 |
'Set/GetVisibleState()' to 'Set/GetVisibleChannelState()'. added |
| 132 |
new method 'GetVisibleChannelSize()'. |
| 133 |
|
| 134 |
2006-01-05 22:25 orrisroot |
| 135 |
|
| 136 |
* DataView.cpp, DataView.h: implemented 'GetDataViewProperties()' |
| 137 |
method. |
| 138 |
|
| 139 |
2006-01-05 22:08 orrisroot |
| 140 |
|
| 141 |
* DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h, |
| 142 |
DataViewProperties.cpp, DataViewProperties.h, |
| 143 |
DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h, |
| 144 |
MultiChannelData.cpp, MultiChannelData.h, NeuroManager.cpp, |
| 145 |
NeuroManager.h, NeuroManagerDoc.cpp, NeuroManagerDoc.h, |
| 146 |
NeuroManagerView.cpp, NeuroManagerView.h, PCScanData.cpp, |
| 147 |
PCScanData.h, resource.h, scbarg.cpp, scbarg.h, sizecbar.cpp, |
| 148 |
sizecbar.h, stdafx.cpp, stdafx.h: formated source codes indent |
| 149 |
style using 'astyle' command with '-tPb' arguments. |
| 150 |
|
| 151 |
2006-01-05 21:37 orrisroot |
| 152 |
|
| 153 |
* DataViewContext.cpp, DataViewContext.h, NeuroManager.vcproj: |
| 154 |
added dataview context class 'CDataViewContext'. |
| 155 |
|
| 156 |
2005-12-23 06:22 orrisroot |
| 157 |
|
| 158 |
* DataView.cpp, DataView.h: added mutex locking for multi thread |
| 159 |
message sending. |
| 160 |
|
| 161 |
2005-11-29 19:16 orrisroot |
| 162 |
|
| 163 |
* DataView.cpp, DataView.h: fixed bug in data view window resizing. |
| 164 |
|
| 165 |
2005-11-28 21:04 orrisroot |
| 166 |
|
| 167 |
* MainFrm.cpp: implemented all toolbar status storing and loading |
| 168 |
using registry. |
| 169 |
|
| 170 |
2005-11-28 21:02 orrisroot |
| 171 |
|
| 172 |
* DataView.cpp, DataView.h: fixed bug on initial drawing. |
| 173 |
m_brushBackground was invalid brush. |
| 174 |
|
| 175 |
2005-11-28 18:11 orrisroot |
| 176 |
|
| 177 |
* DataViewBar.cpp, MainFrm.cpp, MainFrm.h, stdafx.h: added dataview |
| 178 |
bar size storing and loading using application registroy. |
| 179 |
|
| 180 |
2005-11-23 17:15 orrisroot |
| 181 |
|
| 182 |
* DataView.cpp, DataView.h: added faster scrolling trick. |
| 183 |
|
| 184 |
2005-11-23 12:04 orrisroot |
| 185 |
|
| 186 |
* DataView.cpp, DataView.h: added backing storing code. |
| 187 |
|
| 188 |
2005-11-23 10:58 orrisroot |
| 189 |
|
| 190 |
* DataView.cpp, DataView.h: added buffered drawing code. |
| 191 |
|
| 192 |
2005-11-22 09:43 orrisroot |
| 193 |
|
| 194 |
* DataView.cpp, DataView.h: disable to erase background. |
| 195 |
|
| 196 |
2005-11-17 14:12 orrisroot |
| 197 |
|
| 198 |
* DataView.cpp, MultiChannelData.cpp, MultiChannelData.h, |
| 199 |
NeuroManagerDoc.cpp, NeuroManagerDoc.h: tuned performance for |
| 200 |
data drawing. |
| 201 |
|
| 202 |
2005-11-17 13:28 orrisroot |
| 203 |
|
| 204 |
* DataView.cpp: escaped unknown compiler bug. |
| 205 |
|
| 206 |
2005-11-17 08:34 orrisroot |
| 207 |
|
| 208 |
* DataView.cpp, DataView.h, DataViewProperties.cpp, |
| 209 |
MultiChannelData.cpp, MultiChannelData.h, NeuroManagerDoc.cpp, |
| 210 |
NeuroManagerDoc.h, PCScanData.cpp, stdafx.h: changed data type of |
| 211 |
raw data size to 64bit integer. added drawing accelaration code. |
| 212 |
|
| 213 |
2005-11-17 05:53 orrisroot |
| 214 |
|
| 215 |
* DataView.cpp, DataView.h: added magnification changing keyevent |
| 216 |
'Ctrl-Shift-Left/Right'. |
| 217 |
|
| 218 |
2005-11-17 04:00 orrisroot |
| 219 |
|
| 220 |
* DataView.cpp, DataView.h, DataViewProperties.cpp, |
| 221 |
DataViewProperties.h, DataViewSplitter.cpp, DataViewSplitter.h, |
| 222 |
NeuroManagerDoc.cpp, NeuroManagerDoc.h: moved current data |
| 223 |
channel variable from CDocument to CView. |
| 224 |
|
| 225 |
2005-11-17 01:26 orrisroot |
| 226 |
|
| 227 |
* DataView.cpp: added limitation of time positioning. |
| 228 |
|
| 229 |
2005-11-17 01:14 orrisroot |
| 230 |
|
| 231 |
* DataView.cpp, DataView.h, DataViewBar.cpp, |
| 232 |
DataViewProperties.cpp, DataViewProperties.h, |
| 233 |
DataViewSplitter.cpp, DataViewSplitter.h, MultiChannelData.cpp, |
| 234 |
MultiChannelData.h, NeuroManager.rc, NeuroManagerDoc.cpp, |
| 235 |
NeuroManagerDoc.h, resource.h: added current time displaing. |
| 236 |
|
| 237 |
2005-11-15 23:12 orrisroot |
| 238 |
|
| 239 |
* DataView.cpp, DataView.h: disabled middle click scrolling. it |
| 240 |
does not works. |
| 241 |
|
| 242 |
2005-11-15 14:17 orrisroot |
| 243 |
|
| 244 |
* DataView.cpp, DataView.h: clean up horizontal scrolling. |
| 245 |
|
| 246 |
2005-11-14 20:39 orrisroot |
| 247 |
|
| 248 |
* DataView.cpp, DataView.h: implemented virtual horizontal scroll |
| 249 |
feature. this is supports for x axis magnification changing. |
| 250 |
but, this is still buggy. be carefull to use... |
| 251 |
|
| 252 |
2005-10-17 14:20 orrisroot |
| 253 |
|
| 254 |
* DataView.cpp, DataView.h: changed pen color of axis to Gray. |
| 255 |
|
| 256 |
2005-10-15 04:04 orrisroot |
| 257 |
|
| 258 |
* MultiChannelData.cpp, MultiChannelData.h: supported giga byte |
| 259 |
sized binary data file. |
| 260 |
|
| 261 |
2005-10-14 16:00 orrisroot |
| 262 |
|
| 263 |
* DataView.cpp, DataView.h: renamed private variable name. |
| 264 |
|
| 265 |
2005-10-13 20:43 orrisroot |
| 266 |
|
| 267 |
* DataView.cpp, DataView.h: added data scroll handler by mouse |
| 268 |
drag. |
| 269 |
|
| 270 |
2005-10-13 19:26 orrisroot |
| 271 |
|
| 272 |
* DataView.cpp, DataView.h: added arrow key handling on data view |
| 273 |
panel. |
| 274 |
|
| 275 |
2005-10-12 14:12 orrisroot |
| 276 |
|
| 277 |
* DataView.cpp: changed scrolling size. |
| 278 |
|
| 279 |
2005-10-12 14:12 orrisroot |
| 280 |
|
| 281 |
* MultiChannelData.cpp: changed pre reading buffer size to 200000. |
| 282 |
|
| 283 |
2005-10-11 13:45 orrisroot |
| 284 |
|
| 285 |
* MainFrm.cpp: changed dataview subwindow title from constant value |
| 286 |
to resource string. |
| 287 |
|
| 288 |
2005-10-09 03:07 orrisroot |
| 289 |
|
| 290 |
* DataView.cpp, DataView.h, DataViewBar.cpp, |
| 291 |
DataViewProperties.cpp, DataViewProperties.h, |
| 292 |
DataViewSplitter.cpp, NeuroManager.cpp, NeuroManager.rc, |
| 293 |
NeuroManager.vcproj, NeuroManagerDoc.cpp, NeuroManagerDoc.h, |
| 294 |
resource.h: added property panel. |
| 295 |
|
| 296 |
2005-10-05 16:06 orrisroot |
| 297 |
|
| 298 |
* DataView.cpp, DataView.h, MultiChannelData.cpp, |
| 299 |
MultiChannelData.h, NeuroManagerDoc.cpp, NeuroManagerDoc.h, |
| 300 |
PCScanData.cpp, PCScanData.h: added data pickup abstraction |
| 301 |
method 'CMultiChannelData::GetData(UINT ch, DWORD pos)'. |
| 302 |
|
| 303 |
2005-10-04 16:29 orrisroot |
| 304 |
|
| 305 |
* DataView.cpp, DataView.h, DataViewBar.cpp, NeuroManager.rc, |
| 306 |
resource.h: fixed resources. |
| 307 |
|
| 308 |
2005-09-28 01:55 orrisroot |
| 309 |
|
| 310 |
* DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h, |
| 311 |
DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h, |
| 312 |
NeuroManager.cpp, NeuroManager.vcproj, NeuroManagerDoc.cpp: |
| 313 |
splited dataview bar. |
| 314 |
|
| 315 |
2005-09-25 02:47 orrisroot |
| 316 |
|
| 317 |
* DataView.cpp, DataView.h: fixed zero point of graph in data view. |
| 318 |
|
| 319 |
2005-09-22 12:56 orrisroot |
| 320 |
|
| 321 |
* NeuroManager.vcproj: removed unused source file from neuromanager |
| 322 |
project. |
| 323 |
|
| 324 |
2005-09-21 21:56 orrisroot |
| 325 |
|
| 326 |
* DataView.cpp, DataView.h, MultiChannelData.h, |
| 327 |
NeuroManager.vcproj, NeuroManagerDoc.cpp, NeuroManagerDoc.h: |
| 328 |
implemented drawing handler for real raw data. |
| 329 |
|
| 330 |
2005-09-20 21:35 orrisroot |
| 331 |
|
| 332 |
* DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h, |
| 333 |
MainFrm.cpp, MainFrm.h, NeuroManager.cpp: related document |
| 334 |
instance to data scroll view instance. |
| 335 |
|
| 336 |
2005-09-16 18:47 orrisroot |
| 337 |
|
| 338 |
* DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h, |
| 339 |
MainFrm.cpp, NeuroManager.vcproj, NeuroManagerView.h: added |
| 340 |
scroll view panel. |
| 341 |
|
| 342 |
2005-09-15 00:38 orrisroot |
| 343 |
|
| 344 |
* MainFrm.h, MultiChannelData.cpp, MultiChannelData.h, |
| 345 |
NeuroManager.h, NeuroManager.vcproj, NeuroManagerDoc.cpp, |
| 346 |
NeuroManagerDoc.h, PCScanData.cpp, PCScanData.h, stdafx.h: added |
| 347 |
first data type SONY PCScan Data type. |
| 348 |
|
| 349 |
2005-09-13 17:43 orrisroot |
| 350 |
|
| 351 |
* NeuroManager.vcproj: removed unused file. |
| 352 |
|
| 353 |
2005-09-08 18:16 orrisroot |
| 354 |
|
| 355 |
* NeuroManager.cpp, NeuroManager.rc, resource.h: fixed broken |
| 356 |
document icon resourc. |
| 357 |
|
| 358 |
2005-09-08 16:41 orrisroot |
| 359 |
|
| 360 |
* NeuroManager.rc: backout overwrited string. |
| 361 |
|
| 362 |
2005-09-08 16:12 orrisroot |
| 363 |
|
| 364 |
* DataViewBar.cpp, DataViewBar.h, MainFrm.cpp, MainFrm.h, |
| 365 |
NeuroManager.cpp, NeuroManager.rc, NeuroManager.vcproj, |
| 366 |
NeuroManagerDoc.cpp, resource.h, stdafx.h: added sample code of |
| 367 |
dataview bar. |
| 368 |
|
| 369 |
2005-09-08 16:11 orrisroot |
| 370 |
|
| 371 |
* scbarg.cpp, scbarg.h, sizecbar.cpp, sizecbar.h: added dockable |
| 372 |
bar base classes. |
| 373 |
|
| 374 |
2005-09-08 13:12 orrisroot |
| 375 |
|
| 376 |
* NeuroManager.rc: added english dialog resource. |
| 377 |
|
| 378 |
2005-09-08 11:44 orrisroot |
| 379 |
|
| 380 |
* NeuroManager.rc: added english resouces. |
| 381 |
|
| 382 |
2005-09-07 18:14 orrisroot |
| 383 |
|
| 384 |
* MainFrm.cpp, MainFrm.h, NeuroManager.cpp, NeuroManager.h, |
| 385 |
NeuroManager.rc, NeuroManager.sln, NeuroManager.vcproj, |
| 386 |
NeuroManagerDoc.cpp, NeuroManagerDoc.h, NeuroManagerView.cpp, |
| 387 |
NeuroManagerView.h, resource.h, stdafx.cpp, stdafx.h: Import |
| 388 |
template sourcecode of spike analysis tool into CVS |
| 389 |
|
| 390 |
2005-09-07 18:14 orrisroot |
| 391 |
|
| 392 |
* MainFrm.cpp, MainFrm.h, NeuroManager.cpp, NeuroManager.h, |
| 393 |
NeuroManager.rc, NeuroManager.sln, NeuroManager.vcproj, |
| 394 |
NeuroManagerDoc.cpp, NeuroManagerDoc.h, NeuroManagerView.cpp, |
| 395 |
NeuroManagerView.h, resource.h, stdafx.cpp, stdafx.h: Initial |
| 396 |
revision |
| 397 |
|