[cairo-commit] gtkcairo ChangeLog,1.11,1.12 README,1.2,1.3
OEyvind Kolaas
commit at pdx.freedesktop.org
Thu May 20 11:41:18 PDT 2004
- Previous message: [cairo-commit]
cairo-demo/cairo_snippets/data freedesktop.svg, NONE, 1.1
- Next message: [cairo-commit] gtkcairo/gtkcairo gdkcairo.c, NONE, 1.1 gdkcairo.h,
NONE, 1.1 Makefile.am, 1.1, 1.2 gtkcairo.c, 1.11,
1.12 gtkcairo.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: pippin
Update of /cvs/cairo/gtkcairo
In directory pdx:/tmp/cvs-serv14100
Modified Files:
ChangeLog README
Log Message:
seperated out the gdkwindow / cairo stuff, to easier support the different backends
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/gtkcairo/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** a/ChangeLog 20 May 2004 00:19:12 -0000 1.11
--- b/ChangeLog 20 May 2004 18:41:16 -0000 1.12
***************
*** 1,2 ****
--- 1,9 ----
+ 2004-05-20 OEyvind Kolaas <oeyvindk at hig.no>
+
+ * gdkcairo/gdkcairo.[ch]: started working on smarter virtualization of
+ backend, by moving all cairo touching parts out into a single file.
+ * gdkcairo/Makefile.am: added above
+ * README: New section about backend selection.
+
2004-05-20 David Reveman <c99drn at cs.umu.se>
***************
*** 67,68 ****
--- 74,76 ----
* Initial announcement.
+ /* vim: set ts=4 noet : */
Index: README
===================================================================
RCS file: /cvs/cairo/gtkcairo/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** a/README 13 May 2004 21:43:19 -0000 1.2
--- b/README 20 May 2004 18:41:16 -0000 1.3
***************
*** 30,36 ****
of packages you pull in via pkg-config.
! If compiled using a opengl capable version of cairo, setting the
! enviroment variable GTKCAIRO_GL to a non 0 value, will make gtkcairo
! use the opengl backend for rendering.
Acknowledgement
--- 30,47 ----
of packages you pull in via pkg-config.
!
! Backend selection
! -----------------
!
! GtkCairo should choose a reasonable cairo backend by default, at the
! moment this means the xlib backend since it provides AA at all times,
! setting the backend can be done through the enviroment variable
!
! export GTKCAIRO_BACKEND = gl
! export GTKCAIRO_BACKEND = xlib
! export GTKCAIRO_BACKEND = image
!
! before starting an application.
!
Acknowledgement
- Previous message: [cairo-commit]
cairo-demo/cairo_snippets/data freedesktop.svg, NONE, 1.1
- Next message: [cairo-commit] gtkcairo/gtkcairo gdkcairo.c, NONE, 1.1 gdkcairo.h,
NONE, 1.1 Makefile.am, 1.1, 1.2 gtkcairo.c, 1.11,
1.12 gtkcairo.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list