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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
This is Pigment Python 0.3.12, "Ravenholm" (May 20, 2009)
=========================================================
Changes since 0.3.11:
* Updated bindings to Pigment 0.3.17.
* Generate a RuntimeError exception when a viewport can't be created.
* Added support to stop an implicit animation for a given attribute.
Tickets fixed since 0.3.11:
* 286 : Segfault at pgm.viewport_factory_make if the viewport can't be ...
This is Pigment Python 0.3.11, "Organic" (April 6, 2009)
========================================================
Changes since 0.3.10:
* Updated bindings to Pigment 0.3.16.
* Improved implicit animation module.
This is Pigment Python 0.3.10, "Countdown" (February 6, 2009)
=============================================================
Changes since 0.3.9:
* Updated bindings to Pigment 0.3.14.
This is Pigment Python 0.3.9, "Hymn" (November 11, 2008)
========================================================
Changes since 0.3.8:
* Added MSVC9 project files.
This is Pigment Python 0.3.8, "Abject Poverty" (September 29, 2008)
===================================================================
Changes since 0.3.7:
* Updated bindings to Pigment 0.3.10.
* Added support to animate image mapping matrix using the timing system.
This is Pigment Python 0.3.7, "Simpleton" (September 16, 2008)
==============================================================
Changes since 0.3.6:
* Updated bindings to Pigment 0.3.9.
This is Pigment Python 0.3.6, "Alter Ego" (September 10, 2008)
==============================================================
Changes since 0.3.5:
* Updated bindings to Pigment 0.3.8.
This is Pigment Python 0.3.5, "Fireman" (July 28, 2008)
=======================================================
Changes since 0.3.4:
* 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.
This is Pigment Python 0.3.4, "Roman" (July 11, 2008)
=====================================================
Changes since 0.3.3:
* Updated bindings to Pigment 0.3.6.
* 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.
This is Pigment Python 0.3.3, "Tubul" (March 3, 2008)
=====================================================
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
This is Pigment Python 0.3.2, "Hufflepuff" (January 23, 2008)
=============================================================
Changes since 0.3.1:
* Ship code examples in the distributed package.
This is Pigment Python 0.3.1, "Slytherin" (January 16, 2008)
============================================================
* First release since the split from the core library
|