Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > f367b81d465d696a7733ff78cd285c03 > files > 6

libgtkcairo2-0.3-5mdv2009.0.i586.rpm

2004-08-24  Øyvind Kolås <oeyvindk@hig.no>

	* configure.in: incremented version to 0.3

2004-08-09  Øyvind Kolås <oeyvindk@hig.no>
	
	* gtkcairo/*.[ch], COPYING: Changed license to gtk+ to harmonize with gtk+
	and cairo.
	* AUTHORS, ChangeLog: utf8'ified my name
	
2004-06-29  Øyvind Kolås <oeyvindk@hig.no>

	* gtkcairo/g[td]kcairo.[ch]: Renamed redraw signal to paint

2004-06-26  Øyvind Kolås <oeyvindk@hig.no>

	* gtkcairo/gtkcairo.c: Added a save/restore pair around the expose

2004-06-20  Øyvind Kolås <oeyvindk@hig.no>

	* gtkcairo/gtkcairo.c: Added a non public function to query whether
	                       the glitz backend is used. Need to figure out
						   a better API for this.

2004-05-24  Øyvind Kolås <oeyvindk@hig.no>

	* configure.in: made glitz-glx usage autodetected
	* gtkcairo/gdkcairo.[ch]: USE_GL define instead of CAIRO_HAS_...

2004-05-20  Øyvind Kolås <oeyvindk@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@cs.umu.se>

	* configure.in: Require glitz-glx >= 0.1.3.

	* gtkcairo/gtkcairo.c (gtk_cairo_expose): Use
	glitz_surface_swap_buffers instead of glitz_surface_flush.

Thu, 13 May 2004 23:33:46 +0100  Øyvind Kolås <oeyvindk@hig.no>
    
	* README: Gave some minimal hints about usage, added information about
	GTKCAIRO_GL variable

Thu, 13 May 2004 23:33:46 +0100  Øyvind Kolås <oeyvindk@hig.no>
    
	* gtkcairo/gtkcairo.[ch]: Added gtk_cairo_set_gdk_color convenience
	function, added logic for using GTKCAIRO_GL enviroment variable to
	toggle usage of glitz for rendering when compiled with a cairo library
	supporting it.

Tue, 20 Apr 2004 14:48:20 +0100  Øyvind Kolås <oeyvindk@hig.no>
    
    Paper for guadec was accepted, work needs to be done brushing up
    gtkcairo before writing the paper, api changes first.
    
	* doc/guadec_abstract_draft.txt:  The original abstrast

Mon, 23 Feb 2004 00:45:03 +0100  Øyvind Kolås <oeyvindk@hig.no>

	* gtkcairo.c: Fix double free during destruction of GtkCairo instance

Sat, 21 Feb 2004 00:07:00 +0100  Øyvind Kolås <oeyvindk@hig.no>

	* gtkcairo.c, gtkcairo.h:  Cosmetic cleanup

Sun, 15 Feb 2004 18:35:00 +0100  Øyvind Kolås <oeyvindk@hig.no>
	
	* gtkcairo.c: intitial preparations for gl backend

Sat, 14 Feb 2004 18:00:00 +0100  Øyvind Kolås <oeyvindk@hig.no>

   	Changes needed to be able to derive new widgets from gtkcairo 
	* gtkcairo.c, gtkcairo.h: Move instance and class struct to header file.

Thu, 12 Feb 2004 18:51:57 +0100  Øyvind Kolås <oeyvindk@hig.no>

	Removed cairo-xlib.h include, added gtk_style_attach (),
	widget now defaults to the current themes, default background
	color.

	Compensate for offsets in expose handler.

	* gtkcairo.c: See above, Cosmetic changes.
	* demo.c: Change color of box to red for better contrast against bg.

Fri, 21 Nov 2003 11:18:06 -0800  Evan Martin  <martine@danga.com>

	* gtkcairo.c, gtkcairo.h:  Add a "redraw" signal.

Wed, 19 Nov 2003 10:57:38 -0800  Evan Martin  <martine@danga.com>

	Merged local copy with the version Carl checked into CVS:
	* gtkcairo.c, gtkcairo.h:  Cosmetic changes.
	* demo.c:  Work with different sizes of windows.

Tue, 04 Nov 2003 22:08:32 -0800  Evan Martin  <martine@danga.com> 

	* Initial announcement.

Salvaged from original COPYING file, prior to license change:

GtkCairo is Copyright © 2003 Evan Martin

Based on code from grrobot:

grrobot is Copyright © 2003 Carl Worth