Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gl2ps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dan
gl2ps
Commits
a52d3434
Commit
a52d3434
authored
18 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
535fd07a
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
doc/gl2ps.tex
+6
-3
6 additions, 3 deletions
doc/gl2ps.tex
gl2ps.h
+2
-2
2 additions, 2 deletions
gl2ps.h
gl2psTest.c
+2
-2
2 additions, 2 deletions
gl2psTest.c
gl2psTestSimple.c
+2
-2
2 additions, 2 deletions
gl2psTestSimple.c
with
13 additions
and
10 deletions
Makefile
+
1
−
1
View file @
a52d3434
RELEASE
=
1.3.
0
RELEASE
=
1.3.
1
DATE
=
`
date
"+%Y%m%d"
`
DATE
=
`
date
"+%Y%m%d"
`
clean
:
clean
:
...
...
This diff is collapsed.
Click to expand it.
doc/gl2ps.tex
+
6
−
3
View file @
a52d3434
% $Id: gl2ps.tex,v 1.21
5
2006-08-
09 18:17:0
8 geuzaine Exp $
% $Id: gl2ps.tex,v 1.21
6
2006-08-
11 13:28:2
8 geuzaine Exp $
%
%
% GL2PS, an OpenGL to PostScript Printing Library
% GL2PS, an OpenGL to PostScript Printing Library
% Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org>
% Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org>
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
\title
{
GL2PS: an OpenGL to PostScript printing library
}
\title
{
GL2PS: an OpenGL to PostScript printing library
}
\author
{
Christophe Geuzaine
}
\author
{
Christophe Geuzaine
}
\date
{
Version 1.3.
0
, August
8
2006
}
\date
{
Version 1.3.
1
, August
?
2006
}
\maketitle
\maketitle
...
@@ -92,7 +92,7 @@ the OpenGL window.</em></small></td>
...
@@ -92,7 +92,7 @@ the OpenGL window.</em></small></td>
</center>
</center>
<h2>Download</h2>
<h2>Download</h2>
The latest stable version of GL2PS is
The latest stable version of GL2PS is
<a href="http://geuz.org/gl2ps/src/gl2ps-1.3.
0
.tgz">gl2ps-1.3.
0
.tgz</a>.
<a href="http://geuz.org/gl2ps/src/gl2ps-1.3.
1
.tgz">gl2ps-1.3.
1
.tgz</a>.
Older versions and nightly CVS snapshots are available
Older versions and nightly CVS snapshots are available
<a href="http://geuz.org/gl2ps/src/">here</a>.
<a href="http://geuz.org/gl2ps/src/">here</a>.
<p>
<p>
...
@@ -981,6 +981,9 @@ seem to be available anymore).
...
@@ -981,6 +981,9 @@ seem to be available anymore).
(whenever possible lines are now rendered in a single path); better
(whenever possible lines are now rendered in a single path); better
sorting of text and bitmap elements; new function
\dd
{
gl2psSpecial
}
sorting of text and bitmap elements; new function
\dd
{
gl2psSpecial
}
to print device-specific strings in the output stream.
to print device-specific strings in the output stream.
\item
[1.3.1]
(Aug ?, 2006) Fixed a small bug for PostScript output
with multiple viewports, where the viewport could be drawn with an
unwanted colored outline.
\end{description}
\end{description}
\end{document}
\end{document}
This diff is collapsed.
Click to expand it.
gl2ps.h
+
2
−
2
View file @
a52d3434
/* $Id: gl2ps.h,v 1.11
1
2006-0
7-26
1
2
:2
8:39
geuzaine Exp $ */
/* $Id: gl2ps.h,v 1.11
2
2006-0
8-11
1
3
:2
9:45
geuzaine Exp $ */
/*
/*
* GL2PS, an OpenGL to PostScript Printing Library
* GL2PS, an OpenGL to PostScript Printing Library
* Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org>
* Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org>
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
#define GL2PS_MAJOR_VERSION 1
#define GL2PS_MAJOR_VERSION 1
#define GL2PS_MINOR_VERSION 3
#define GL2PS_MINOR_VERSION 3
#define GL2PS_PATCH_VERSION
0
#define GL2PS_PATCH_VERSION
1
#define GL2PS_EXTRA_VERSION "-cvs"
#define GL2PS_EXTRA_VERSION "-cvs"
#define GL2PS_VERSION (GL2PS_MAJOR_VERSION + \
#define GL2PS_VERSION (GL2PS_MAJOR_VERSION + \
...
...
This diff is collapsed.
Click to expand it.
gl2psTest.c
+
2
−
2
View file @
a52d3434
/* $Id: gl2psTest.c,v 1.8
0
2006-08-
09 01:12:0
7 geuzaine Exp $ */
/* $Id: gl2psTest.c,v 1.8
1
2006-08-
11 13:33:2
7 geuzaine Exp $ */
/*
/*
* GL2PS, an OpenGL to PostScript Printing Library
* GL2PS, an OpenGL to PostScript Printing Library
* Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org>
* Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org>
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
/*
/*
To compile on Linux:
To compile on Linux:
gcc gl2psTest.c gl2ps.c -lglut -lGL -lGLU -
L/usr/X11R6/lib -lX11 -lXi -lXmu
-lm
gcc gl2psTest.c gl2ps.c -lglut -lGL -lGLU -
lX11
-lm
To compile on MacOSX:
To compile on MacOSX:
gcc gl2psTest.c gl2ps.c -framework OpenGL -framework GLUT -framework Cocoa
gcc gl2psTest.c gl2ps.c -framework OpenGL -framework GLUT -framework Cocoa
...
...
This diff is collapsed.
Click to expand it.
gl2psTestSimple.c
+
2
−
2
View file @
a52d3434
/* $Id: gl2psTestSimple.c,v 1.1
4
2006-0
7-24 14:01
:2
0
geuzaine Exp $ */
/* $Id: gl2psTestSimple.c,v 1.1
5
2006-0
8-11 13:33
:2
7
geuzaine Exp $ */
/*
/*
* GL2PS, an OpenGL to PostScript Printing Library
* GL2PS, an OpenGL to PostScript Printing Library
* Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org>
* Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org>
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
/*
/*
To compile on Linux:
To compile on Linux:
gcc gl2psTestSimple.c gl2ps.c -lglut -lGL -lGLU -
L/usr/X11R6/lib -lX11 -lXi -lXmu
-lm
gcc gl2psTestSimple.c gl2ps.c -lglut -lGL -lGLU -
lX11
-lm
To compile on MacOSX:
To compile on MacOSX:
gcc gl2psTestSimple.c gl2ps.c -framework OpenGL -framework GLUT -framework Cocoa
gcc gl2psTestSimple.c gl2ps.c -framework OpenGL -framework GLUT -framework Cocoa
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment