This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Makefile | Sun Aug 10 09:26:43 -0700 2008 | |
| |
README | Fri May 15 18:35:20 -0700 2009 | |
| |
README.mac | Sun Aug 10 09:26:43 -0700 2008 | |
| |
README.win | Sun Aug 10 09:26:43 -0700 2008 | |
| |
TODO | Sun Aug 10 09:26:43 -0700 2008 | |
| |
cairo.lisp | Wed Dec 31 06:46:08 -0800 2008 | |
| |
cl-cairo2-mac-swig.lisp | Mon Aug 11 01:55:58 -0700 2008 | |
| |
cl-cairo2-mac.asd | Mon Aug 11 01:55:58 -0700 2008 | |
| |
cl-cairo2-mac.i | Mon Aug 11 01:55:58 -0700 2008 | |
| |
cl-cairo2-swig.lisp | Fri May 15 18:35:20 -0700 2009 | |
| |
cl-cairo2-win-swig.lisp | Mon Aug 11 01:55:58 -0700 2008 | |
| |
cl-cairo2-win.asd | Mon Aug 11 01:55:58 -0700 2008 | |
| |
cl-cairo2-win.i | Sun Aug 10 09:26:43 -0700 2008 | |
| |
cl-cairo2-x11-swig.lisp | Sun Aug 10 09:30:51 -0700 2008 | |
| |
cl-cairo2-x11.asd | Sun Aug 10 09:26:43 -0700 2008 | |
| |
cl-cairo2-x11.i | Mon Aug 11 01:55:58 -0700 2008 | |
| |
cl-cairo2.asd | Fri May 15 18:35:20 -0700 2009 | |
| |
cl-cairo2.i | Mon Aug 11 01:55:58 -0700 2008 | |
| |
common.i | Sun Aug 10 09:26:43 -0700 2008 | |
| |
context.lisp | Thu May 28 14:14:08 -0700 2009 | |
| |
gtk-context.lisp | Thu May 28 14:14:08 -0700 2009 | |
| |
libraries-x11.lisp | Sun Sep 21 10:45:12 -0700 2008 | |
| |
my-double.lisp | Sun Aug 10 09:26:43 -0700 2008 | |
| |
package.lisp | Thu May 28 14:14:08 -0700 2009 | |
| |
path.lisp | Thu Jun 26 05:38:24 -0700 2008 | |
| |
pattern.lisp | Fri May 15 18:35:20 -0700 2009 | |
| |
surface.lisp | Fri May 15 11:10:49 -0700 2009 | |
| |
tables.lisp | Thu Jun 26 05:38:24 -0700 2008 | |
| |
text.lisp | Tue Jul 29 10:27:12 -0700 2008 | |
| |
transformations.lisp | Thu Jun 26 05:38:24 -0700 2008 | |
| |
tutorial/ | Sat Jun 20 07:19:40 -0700 2009 | |
| |
win32.lisp | Fri May 15 18:35:20 -0700 2009 | |
| |
xlib-context.lisp | Thu Jun 26 05:38:24 -0700 2008 | |
| |
xlib-image-context.lisp | Thu May 28 14:14:08 -0700 2009 | |
| |
xlib.lisp | Sun Aug 10 09:26:43 -0700 2008 |
README
Please read the tutorial to get started. To compile the tutorial from source, you will need a reasonably complete LaTeX installation with dvipdfm. The project webpage is at http://common-lisp.net/project/cl-cairo2, where you will find the repository, mailing lists, contact information etc. IMPORTANT: as of May 15, 2009, I have removed the global variable *context*, and made context the first argument of every function. There are several important reasons for this: - it conforms better to the underlying Cairo bindings - it is more Lispy - having a global variable for the default context didn't make much sense in retrospect Now the context argument comes FIRST. I apologize if this inconvenienced anyone, but I had to do it sometime, better now than later. Tamas







