Browse CVS Repository
Log of /satellite/neuromanager/DataView.cpp
Revision 1.46 Sat Feb 4 13:38:16 2006 UTC (18 years, 2 months ago) by orrisroot Branch: MAIN CVS Tags: HEAD Changes since 1.45: +1 -1 lines FILE REMOVED moved main application sources to neuromanager directory. Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs] Tue Jan 24 01:59:57 2006 UTC (18 years, 2 months ago) by orrisroot Branch: MAIN Changes since 1.44: +21 -27 lines Diff to previous 1.44 changed license from BSD-style to GPL. Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jan 19 04:43:45 2006 UTC (18 years, 2 months ago) by orrisroot Branch: MAIN Changes since 1.43: +2 -2 lines Diff to previous 1.43 fixed offset of end point for data drawing. Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jan 19 02:40:28 2006 UTC (18 years, 2 months ago) by orrisroot Branch: MAIN Changes since 1.42: +55 -15 lines Diff to previous 1.42 implemented y axis cliped drawing. Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs] Wed Jan 18 23:48:59 2006 UTC (18 years, 2 months ago) by orrisroot Branch: MAIN Changes since 1.41: +8 -7 lines Diff to previous 1.41 fixed center line drawing bug. Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs] Tue Jan 17 19:29:09 2006 UTC (18 years, 2 months ago) by orrisroot Branch: MAIN Changes since 1.40: +7 -6 lines Diff to previous 1.40 implemented list view control editing for Y axis range. Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jan 12 04:41:38 2006 UTC (18 years, 3 months ago) by orrisroot Branch: MAIN Changes since 1.39: +26 -19 lines Diff to previous 1.39 implemented multi channel data viewing interface. Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jan 12 01:36:27 2006 UTC (18 years, 3 months ago) by orrisroot Branch: MAIN Changes since 1.38: +2 -2 lines Diff to previous 1.38 fixed copyrights year range to '2005 - 2006'. Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jan 12 01:22:37 2006 UTC (18 years, 3 months ago) by orrisroot Branch: MAIN Changes since 1.37: +29 -0 lines Diff to previous 1.37 added copyrights and authors. Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jan 12 01:01:51 2006 UTC (18 years, 3 months ago) by orrisroot Branch: MAIN Changes since 1.36: +161 -123 lines Diff to previous 1.36 modified view painting code for multi channel drawing. Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs] Tue Jan 10 02:29:52 2006 UTC (18 years, 3 months ago) by orrisroot Branch: MAIN Changes since 1.35: +15 -6 lines Diff to previous 1.35 added y size fixing code into UpdateScrollSizes(). Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jan 5 23:16:08 2006 UTC (18 years, 3 months ago) by orrisroot Branch: MAIN Changes since 1.34: +13 -38 lines Diff to previous 1.34 removed OnInitialUpdate() method from CDataView class. Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jan 5 22:54:47 2006 UTC (18 years, 3 months ago) by orrisroot Branch: MAIN Changes since 1.33: +16 -34 lines Diff to previous 1.33 moved current variable of viewing data channel from CDataView class to CDataViewContext class. Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jan 5 20:07:21 2006 UTC (18 years, 3 months ago) by orrisroot Branch: MAIN Changes since 1.32: +12 -8 lines Diff to previous 1.32 moved mutex lock position. Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jan 5 13:25:29 2006 UTC (18 years, 3 months ago) by orrisroot Branch: MAIN Changes since 1.31: +16 -13 lines Diff to previous 1.31 implemented 'GetDataViewProperties()' method. Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jan 5 13:08:02 2006 UTC (18 years, 3 months ago) by orrisroot Branch: MAIN Changes since 1.30: +265 -204 lines Diff to previous 1.30 formated source codes indent style using 'astyle' command with '-tPb' arguments. Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs] Thu Dec 22 21:22:37 2005 UTC (18 years, 3 months ago) by orrisroot Branch: MAIN Changes since 1.29: +60 -0 lines Diff to previous 1.29 added mutex locking for multi thread message sending. Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs] Tue Nov 29 10:16:53 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.28: +18 -13 lines Diff to previous 1.28 fixed bug in data view window resizing. Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs] Mon Nov 28 12:02:52 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.27: +17 -19 lines Diff to previous 1.27 fixed bug on initial drawing. m_brushBackground was invalid brush. Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs] Wed Nov 23 08:15:51 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.26: +193 -94 lines Diff to previous 1.26 added faster scrolling trick. Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs] Wed Nov 23 03:04:41 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.25: +34 -19 lines Diff to previous 1.25 added backing storing code. Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs] Wed Nov 23 01:58:46 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.24: +142 -116 lines Diff to previous 1.24 added buffered drawing code. Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs] Tue Nov 22 00:43:06 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.23: +10 -4 lines Diff to previous 1.23 disable to erase background. Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs] Thu Nov 17 05:12:09 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.22: +4 -2 lines Diff to previous 1.22 tuned performance for data drawing. Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs] Thu Nov 17 04:28:58 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.21: +1 -2 lines Diff to previous 1.21 escaped unknown compiler bug. Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs] Wed Nov 16 23:34:50 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.20: +114 -65 lines Diff to previous 1.20 changed data type of raw data size to 64bit integer. added drawing accelaration code. Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs] Wed Nov 16 20:53:33 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.19: +60 -30 lines Diff to previous 1.19 added magnification changing keyevent 'Ctrl-Shift-Left/Right'. Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs] Wed Nov 16 19:00:18 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.18: +46 -22 lines Diff to previous 1.18 moved current data channel variable from CDocument to CView. Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs] Wed Nov 16 16:26:39 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.17: +2 -0 lines Diff to previous 1.17 added limitation of time positioning. Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs] Wed Nov 16 16:14:20 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.16: +33 -8 lines Diff to previous 1.16 added current time displaing. Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs] Tue Nov 15 14:12:42 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.15: +17 -4 lines Diff to previous 1.15 disabled middle click scrolling. it does not works. Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs] Tue Nov 15 05:17:12 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.14: +74 -79 lines Diff to previous 1.14 clean up horizontal scrolling. Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs] Mon Nov 14 11:39:29 2005 UTC (18 years, 4 months ago) by orrisroot Branch: MAIN Changes since 1.13: +169 -81 lines Diff to previous 1.13 implemented virtual horizontal scroll feature. this is supports for x axis magnification changing. but, this is still buggy. be carefull to use... Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs] Mon Oct 17 05:20:15 2005 UTC (18 years, 5 months ago) by orrisroot Branch: MAIN Changes since 1.12: +7 -3 lines Diff to previous 1.12 changed pen color of axis to Gray. Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs] Fri Oct 14 07:00:42 2005 UTC (18 years, 5 months ago) by orrisroot Branch: MAIN Changes since 1.11: +3 -3 lines Diff to previous 1.11 renamed private variable name. Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs] Thu Oct 13 11:43:02 2005 UTC (18 years, 6 months ago) by orrisroot Branch: MAIN Changes since 1.10: +72 -13 lines Diff to previous 1.10 added data scroll handler by mouse drag. Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs] Thu Oct 13 10:26:34 2005 UTC (18 years, 6 months ago) by orrisroot Branch: MAIN Changes since 1.9: +38 -1 lines Diff to previous 1.9 added arrow key handling on data view panel. Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs] Wed Oct 12 05:12:34 2005 UTC (18 years, 6 months ago) by orrisroot Branch: MAIN Changes since 1.8: +7 -6 lines Diff to previous 1.8 changed scrolling size. Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs] Sat Oct 8 18:07:41 2005 UTC (18 years, 6 months ago) by orrisroot Branch: MAIN Changes since 1.7: +20 -7 lines Diff to previous 1.7 added property panel. Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs] Wed Oct 5 07:06:47 2005 UTC (18 years, 6 months ago) by orrisroot Branch: MAIN Changes since 1.6: +8 -21 lines Diff to previous 1.6 added data pickup abstraction method 'CMultiChannelData::GetData(UINT ch, DWORD pos)'. Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs] Tue Oct 4 07:29:42 2005 UTC (18 years, 6 months ago) by orrisroot Branch: MAIN Changes since 1.5: +13 -4 lines Diff to previous 1.5 fixed resources. Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs] Tue Sep 27 16:55:09 2005 UTC (18 years, 6 months ago) by orrisroot Branch: MAIN Changes since 1.4: +15 -8 lines Diff to previous 1.4 splited dataview bar. Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs] Sat Sep 24 17:47:53 2005 UTC (18 years, 6 months ago) by orrisroot Branch: MAIN Changes since 1.3: +16 -10 lines Diff to previous 1.3 fixed zero point of graph in data view. Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs] Wed Sep 21 12:56:39 2005 UTC (18 years, 6 months ago) by orrisroot Branch: MAIN Changes since 1.2: +117 -16 lines Diff to previous 1.2 implemented drawing handler for real raw data. Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs] Tue Sep 20 12:35:03 2005 UTC (18 years, 6 months ago) by orrisroot Branch: MAIN Changes since 1.1: +25 -4 lines Diff to previous 1.1 related document instance to data scroll view instance. Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs] Fri Sep 16 09:47:16 2005 UTC (18 years, 6 months ago) by orrisroot Branch: MAIN added scroll view panel. This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
|