head 1.16; access; symbols; locks; strict; comment @# @; 1.16 date 2005.07.25.21.28.09; author krh; state Exp; branches; next 1.15; commitid 3ff342e559664567; 1.15 date 2005.05.17.14.50.15; author cworth; state Exp; branches; next 1.14; commitid cd9428a04a64567; 1.14 date 2005.05.13.22.33.59; author cworth; state Exp; branches; next 1.13; commitid 23ab42852b564567; 1.13 date 2005.02.21.20.41.18; author cworth; state Exp; branches; next 1.12; 1.12 date 2005.02.07.13.41.33; author pippin; state Exp; branches; next 1.11; 1.11 date 2005.02.07.13.38.19; author pippin; state Exp; branches; next 1.10; 1.10 date 2005.01.20.16.32.30; author cworth; state Exp; branches; next 1.9; 1.9 date 2004.11.10.16.08.23; author cworth; state Exp; branches; next 1.8; 1.8 date 2004.10.28.19.42.26; author otaylor; state Exp; branches; next 1.7; 1.7 date 2004.05.11.14.45.32; author pippin; state Exp; branches; next 1.6; 1.6 date 2004.04.06.20.08.20; author davidr; state Exp; branches; next 1.5; 1.5 date 2003.12.08.20.58.23; author dajobe; state Exp; branches; next 1.4; 1.4 date 2003.11.20.17.58.14; author cworth; state Exp; branches; next 1.3; 1.3 date 2003.11.20.02.21.57; author cworth; state Exp; branches; next 1.2; 1.2 date 2003.11.20.02.14.41; author cworth; state Exp; branches; next 1.1; 1.1 date 2003.11.07.20.09.14; author cworth; state Exp; branches; next ; desc @@ 1.16 log @2005-07-25 Kristian Høgsberg * cairo-knockout.c (fill_checks, draw): Update for cairo_content_t API changes. @ text @2005-07-25 Kristian Høgsberg * cairo-knockout.c (fill_checks, draw): Update for cairo_content_t API changes. 2005-05-17 Carl Worth * cairo-demo-xcb.c: (win_draw): * cairo-demo.c: (win_draw): * cairo-knockout.c: (main): * cairo-spline.c: (win_refresh): Update for yet more cairo API changes. 2005-05-13 Carl Worth * .cvsignore: * Makefile: * cairo-demo-xcb.c: Split XCB stuff out out cairo-demo and into its own cairo-demo-xcb. * cairo-demo.c: * cairo-demo-xcb.c: * cairo-knockout.c: * cairo-spline.c: Update all X11 demos to latest cairo API changes. 2005-02-21 Carl Worth * cairo-knockout.c (main): Switch from Xutf8SetWMProperties to XmbSetWMProperties for better portability to Solaris. 2005-02-07 Øyvind Kolås * cairo-spline.c (win_init): initialize the stored mouse coordinates, to silence valgrind. * cairo-demo.c: add proper macros to use xcb instead of xlib when available. 2005-01-20 Carl Worth * cairo-spline.c: * cairo-knockout.c: * cairo-demo.c: Track split-up of cairo.h. 2004-11-10 Carl Worth * cairo-spline.c (win_grow_pixmap): Don't refresh immediately. Just schedule for later when idle. Thu Oct 28 15:37:55 2004 Owen Taylor * Makefile (PROGS): Remove various non-checked-in test programs that crept in. 2004-05-11 Øyvind Kolås * *.[ch] : replace ct with cr 2004-04-06 David Reveman * cairo-knockout.c (fill_checks): Fix cairo_set_pattern. 2003-12-08 Dave Beckett * cairo-spline.c: cairo-knockout.c, cairo-demo.c: Remove cairo-xlib.h, no longer needed. 2003-11-20 Carl Worth * cairo-knockout.c (main): Fix missing break in switch statement. 2003-11-19 Carl Worth * cairo-knockout.c: Double buffer everything so expose handling is a simple copy operation. Only do redraw after resize. Add more window properties so window managers like metacity will decorate the window. (oval_path): (fill_checks): (draw_3circles): (draw): Rename cairo_t identifier from r to cr. (main): Add "cairo" to window title. Fix comments 2003-11-07 Carl Worth * cairo-spline.c: Added code to demonstrate use of cairo_in_stroke and cairo_in_fill. Various code cleanups. * Makefile (PROGS): Remove cairo-freq which wasn't adding anything. @ 1.15 log @ * cairo-demo-xcb.c: (win_draw): * cairo-demo.c: (win_draw): * cairo-knockout.c: (main): * cairo-spline.c: (win_refresh): Update for yet more cairo API changes. @ text @d1 5 @ 1.14 log @ * .cvsignore: * Makefile: * cairo-demo-xcb.c: Split XCB stuff out out cairo-demo and into its own cairo-demo-xcb. * cairo-demo.c: * cairo-demo-xcb.c: * cairo-knockout.c: * cairo-spline.c: Update all X11 demos to latest cairo API changes. @ text @d1 8 @ 1.13 log @ * cairo-knockout.c (main): Switch from Xutf8SetWMProperties to XmbSetWMProperties for better portability to Solaris. @ text @d1 13 @ 1.12 log @add proper macros to use xcb instead of xlib when available @ text @d1 5 @ 1.11 log @initializing data to silence valgrind @ text @d5 2 @ 1.10 log @ * cairo-spline.c: * cairo-knockout.c: * cairo-demo.c: Track split-up of cairo.h. @ text @d1 5 d22 1 a22 1 2004-05-11 Øyvind Kolås @ 1.9 log @ * cairo-spline.c (win_grow_pixmap): Don't refresh immediately. Just schedule for later when idle. @ text @d1 6 @ 1.8 log @Thu Oct 28 15:37:55 2004 Owen Taylor * Makefile (PROGS): Remove various non-checked-in test programs that crept in. @ text @d1 5 @ 1.7 log @replacing ct with cr @ text @d1 5 @ 1.6 log @Fix cairo_set_pattern @ text @d1 4 @ 1.5 log @ * cairo-spline.c: cairo-knockout.c, cairo-demo.c: Remove cairo-xlib.h, no longer needed. @ text @d1 4 @ 1.4 log @ * cairo-knockout.c (main): Fix missing break in switch statement. @ text @d1 5 @ 1.3 log @ (oval_path): (fill_checks): (draw_3circles): (draw): Rename cairo_t identifier from r to cr. (main): Add "cairo" to window title. Fix comments. @ text @d1 4 @ 1.2 log @ * cairo-knockout.c: Double buffer everything so expose handling is a simple copy operation. Only do redraw after resize. Add more window properties so window managers like metacity will decorate the window. @ text @d7 5 @ 1.1 log @ * cairo-spline.c: Added code to demonstrate use of cairo_in_stroke and cairo_in_fill. Various code cleanups. * Makefile (PROGS): Remove cairo-freq which wasn't adding anything. @ text @d1 7 @