[root] / trunk / misc / table / src / TPolyLineShape.cxx Repository:
ViewVC logotype

Log of /trunk/misc/table/src/TPolyLineShape.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 43517 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 27 21:54:05 2012 UTC (2 years, 9 months ago) by pcanal
File length: 27043 byte(s)
Diff to previous 35895
Fix coding conventions RN9 (Non-static data members begin with 'f' followed by a capital letter; methods begin with a capital letter.);

Revision 35895 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 30 09:39:11 2010 UTC (4 years, 3 months ago) by brun
File length: 27039 byte(s)
Diff to previous 35067
Fix Dereference after null check. coverity CID 11662

Revision 35067 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 30 12:19:01 2010 UTC (4 years, 4 months ago) by pcanal
File length: 27032 byte(s)
Diff to previous 23254
Fix coverity reports

Revision 23254 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 16 13:35:01 2008 UTC (6 years, 9 months ago) by rdm
File length: 27033 byte(s)
Diff to previous 20882
move table to misc.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 27033 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 27033 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 27089 byte(s)
Diff to previous 18004
remove :$ from tag line

Revision 18004 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 18 16:50:28 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 27099 byte(s)
Diff to previous 17306
Move the class TPadView3D from base to table, this class being used only by table, and rename it TTableView3D.
Change the signature of TPad::GetView3D and ResetView3D with the TPadView*
class changed to TObject*

Revision 17306 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 12 16:03:17 2007 UTC (8 years ago) by brun
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 27083 byte(s)
Diff to previous 15763
   TMath::Abs, TMath::Min, TMath::Max, TMath::Sign, TMath::Range
These functions are unfortunately not defined in a standard way in std::

This include is referenced by a new version of TMath.h.
As a result, TMath.h is back compatible with the previous version.

TMathBase.h is used in place of TMath.h in all the classes
that will go into the future miniCore library.
TMath.h and the TMath implementation will go into a new math sub-directory.

TString.h uses TMathBase.h instead of TMath.h.
As a result, it was necessary to include "TMath.h" in some classes
assuming that TMath was included via TString and using other functions
than the ones defined in TMathBase.h
 ----------------------------------------------------------------------

Revision 15763 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 11 09:05:02 2006 UTC (8 years, 6 months ago) by rdm
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 27064 byte(s)
Diff to previous 15181
correct a number of incorrect and/or ambiguous license statements.

Revision 15181 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 26 15:13:03 2006 UTC (8 years, 8 months ago) by rdm
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 27727 byte(s)
Diff to previous 15119
one more round of code cleanup: change NULL by 0 in all C++ code.

Revision 15119 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 21 18:05:26 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 27743 byte(s)
Diff to previous 15117
Fix more coding conventions violations

Revision 15117 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 20 14:06:09 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 27787 byte(s)
Diff to previous 12682
Fix a VERY long list of coding conventions violations

Revision 12682 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 8 05:33:41 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 27358 byte(s)
Diff to previous 10561
From Valeri Fine:
Fix all coding conventions violations that can easily be fixed.
Remaining violations to be discussed with the rule checker.

Revision 10561 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 18 18:08:48 2004 UTC (10 years, 2 months ago) by brun
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 27367 byte(s)
Diff to previous 5997
From Valeri Fine:
  -- 3 TObject virtual methods:
            GetName, GetTitle, GetObjectInfo
     have been overloaded to forward the methods call
     to the decorated fPoints object needed to fill
     the "TCanvas" status bar properly.

Revision 5997 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 27 20:41:37 2003 UTC (11 years, 11 months ago) by brun
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 26497 byte(s)
Diff to previous 4598
New version of the Table package by Valeri Fine.
New classes TIndexTable TResponseIterator TResponseTable TTableMap

Revision 4598 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon May 27 16:27:00 2002 UTC (12 years, 8 months ago) by rdm
Original Path: trunk/table/src/TPolyLineShape.cxx
File length: 26493 byte(s)
rename star to table.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9