[root] / trunk / graf2d / postscript / inc / TPostScript.h Repository:
ViewVC logotype

Log of /trunk/graf2d/postscript/inc/TPostScript.h

Parent Directory Parent Directory


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

Revision 46896 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 30 13:29:05 2012 UTC (2 years, 2 months ago) by couet
File length: 6667 byte(s)
Diff to previous 23936
New class TMathText to Draw Math formulas using a TeX processor written by Yue Shi Lai

Revision 23936 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 20 16:00:26 2008 UTC (6 years, 8 months ago) by couet
File length: 6267 byte(s)
Diff to previous 23140
- Simplify the fonts encoding (use ISOLatin1Encoding). The new way allows to 
  print any character with accent etc.. like on the screen. The new encoding
  was done by Pierre Juillot.

Revision 23140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 11:01:39 2008 UTC (6 years, 9 months ago) by rdm
File length: 6289 byte(s)
Diff to previous 20882
move the following directories to "graf2d":

asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11, x11ttf

move the following directories to "graf3d":

eve, ftgl, g3d, gl, x3d

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/postscript/inc/TPostScript.h
File length: 6289 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/postscript/inc/TPostScript.h
File length: 6289 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/postscript/inc/TPostScript.h
File length: 6340 byte(s)
Diff to previous 12619
remove :$ from tag line

Revision 12619 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 4 09:43:04 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/postscript/inc/TPostScript.h
File length: 6350 byte(s)
Diff to previous 8065
Fix coding conventions violation.

Revision 8065 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 28 15:49:07 2004 UTC (10 years, 11 months ago) by brun
Original Path: trunk/postscript/inc/TPostScript.h
File length: 6351 byte(s)
Diff to previous 3987
From Olivier;
New method SetLineJoin in TPostScript allowing to change the joining style
of PostScript lines (see the method's comments for details).

Revision 3987 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 14 18:04:15 2002 UTC (12 years, 11 months ago) by brun
Original Path: trunk/postscript/inc/TPostScript.h
File length: 6192 byte(s)
Diff to previous 3267
Several mods by Olivier Couet .
The class TPostScript and TSVG derive from TVirtualPS.
Both classes have several functions in common. These functions
previously in TPostScript have been moved to TVirtualPS.

Revision 3267 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 21 15:51:50 2001 UTC (13 years, 2 months ago) by brun
Original Path: trunk/postscript/inc/TPostScript.h
File length: 7564 byte(s)
Diff to previous 3165
Add new functions in the Postscript interface to support drawing of images
with Postscript (great thanks to Olivier Couet).
The Postscript interface is ready for the introduction of the TSAImage, etc
classes for image processing with ROOT.
The new functions implemented are:
   void  CellArrayBegin(Int_t W, Int_t H, Double_t x1, Double_t x2,
                                          Double_t y1, Double_t y2);
   void  CellArrayFill(Int_t r, Int_t g, Int_t b);
   void  CellArrayEnd();

Revision 3165 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 4 17:29:34 2001 UTC (13 years, 2 months ago) by rdm
Original Path: trunk/postscript/inc/TPostScript.h
File length: 6844 byte(s)
Diff to previous 126
add direct color setting method SetColor(r,g,b) (to be used for image output
to PS). Also removed "backslash" from global name space by making it const
and renaming it to kBackslash.

Revision 126 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 13 09:48:05 2000 UTC (14 years, 7 months ago) by brun
Original Path: trunk/postscript/inc/TPostScript.h
File length: 6782 byte(s)
Diff to previous 3
 - Mods in TPostScript. several function arguments changed from Float_t to
   Double_t. The following functions have been modified:
                Int_t CMtoPS(Double_t u) {return Int_t(0.5 + 72*u/2.54);}
                void  DrawBox(Double_t x1, Double_t y1,Double_t x2, Double_t  y2);
                void  DrawFrame(Double_t xl, Double_t yl, Double_t xt, Double_t  yt,
                                Int_t mode, Int_t border, Int_t dark, Int_t light);
                void  DrawPolyMarker(Int_t n, Double_t *x, Double_t *y);
                void  DrawPS(Int_t n, Double_t *xw, Double_t *yw);
                void  Text(Double_t x, Double_t y, const char *string);
                void  TextNDC(Double_t u, Double_t v, const char *string);
                Int_t UtoPS(Double_t u);
                Int_t VtoPS(Double_t v);
                Int_t XtoPS(Double_t x);
                Int_t YtoPS(Double_t y);

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/postscript/inc/TPostScript.h
File length: 6473 byte(s)
Copied from: branches/rdm/postscript/inc/TPostScript.h revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/postscript/inc/TPostScript.h
File length: 6473 byte(s)
Initial import of ROOT into CVS

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