blob: 1353b036c1fd3905946b81c131927f9dc46faa37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# ChangeLog for dev-python/pigment-python
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
20 Aug 2008; Daniel Gryniewicz <dang@gentoo.org> ++, ++:
Bump to pigment-python-0.3.5
* Updated bindings to Pigment 0.3.7.
* Fixed potential leak of controllers in the implicit timing system.
* Highly reduced the number of calls to time.time() when a ticker is used.
* Improved scene graph abstraction performance.
* Added a ticker object in the timimg system to easily integrate
animations
with the new Pigment update-pass signal.
* Added a benchmark testing drawable rendering performance.
24 Jun 2008; Daniel Gryniewicz <dang@gentoo.org>
pigment-python-0.3.3.ebuild:
s/DEPEND/RDEPEND/
05 Mar 2008; Daniel Gryniewicz <dang@gentoo.org> ++, ++,
-pigment-python-0.3.1.ebuild:
Bump to 0.3.3 Changes since 0.3.2:
* Updated bindings to Pigment 0.3.5.
* Added a benchmark class testing underlying system graphics performance.
* Added configure switch enabling experimental doc strings based on C doc.
* Added new examples for drag and drop and viewport opacity.
* Improved list widget performance.
* Fixed building on OpenSolaris.
Tickets fixed since 0.3.2:
* #230 : Patch for README files updating dependencies
* #231 : missing binding for embedding_id
|