=== release 0.3.8 ===

2008-09-25  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	Added support for the PGM_IMAGE_TRANSPARENT wrapping.

2008-09-17  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmimage.override:
	Added the Image mapping_tx, mapping_ty, mapping_sx and mapping_sy
	properties so that it becomes possible to animate mapping using the
	timing system.

	* examples/wrapping.py:
	Updated to use the new properties and the timing system.

=== release 0.3.7 ===

2008-09-16  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmevent.override:
	* pgm/pgmviewport.override:
	Added support for the pgm_viewport_[get,set]_iconified and
	pgm_viewport_focus functions.

	* examples/image.py:
	Added demonstration of the iconification bindings.

2008-09-15  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	Added the DrawableProperty enum.

	* examples/imaging.py:
	Import gobject before initializing GObject threading.

=== release 0.3.6 ===

2008-09-10  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmimage.override:
	Added support for the pgm_image_{get,set}_wrapping functions.

	* examples/Makefile.am:
	* examples/groups.py:
	* examples/mappingmatrix.py:
	* examples/pgmgtk.py:
	* examples/pictures/Makefile.am:
	* examples/pictures/line-pattern.png:
	* examples/sphere.py:
	* examples/viewports.py:
	* examples/wrapping.py
	Added an example demonstrating the use of image wrapping.
	Converted examples still using the Image::pixbuf-loaded signal.
	Imported gobject to examples missing that.
	Removed the broken viewports.py example.

2008-08-14  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmdrawable.override:
	Added support for the pgm_drawable_{get,set}_drag_distance functions.

2008-08-08  Loïc Molinari  <loic@fluendo.com>

	* examples/border.py:
	* examples/cloning.py:
	* examples/conversion.py:
	* examples/groups.py:
	* examples/image.py:
	* examples/imaging.py:
	* examples/implicit.py:
	* examples/mappingmatrix.py:
	* examples/pgmgtk.py:
	* examples/sphere.py:
	* examples/text.py:
	* examples/timing.py:
	* examples/video.py:
	* examples/viewports.py:
	* examples/webcam.py:
	Initialize Python GObject threading for all the examples.

2008-08-07  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/implicit.py:
	Removed a test causing animations not to start.
	Cleaned up coding style.

2008-08-01  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	* pgm/Makefile.am:
	* pgm/__init__.py:
	* pgm/pgmimaging.defs:
	* pgm/pgmimaging.override:
	* pgm/pgmimagingmodule.c:
	Added bindings for the new imaging library.

	* examples/imaging.py:
	Added example for the new imaging library.

	* pgm/pgm.defs:
	* pgm/pgmimage.override:
	Added bindings for the new image symbols.

	* examples/image.py:
	Adapted to the new image functions.

=== release 0.3.5 ===

2008-07-25  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Removed the message_filter property since it's a list and that could
	be strange for users not to be able to use list methods on it.

2008-07-25  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmviewport.override:
	Use a List instead of a Tuple for the message_filter.

2008-07-24  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/implicit.py:
	Use REPLACE instead of APPEND by default.

2008-07-24  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/controller.py:
	* pgm/timing/ticker.py:
	Call time() only once when the ticker is used.

2008-07-24  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmevent.override:
	Added support for PGM_WIN32_MESSAGE events.

2008-07-24  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added support for the pgm_viewport_{get,set}_message_filter functions.

2008-07-17  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/pgm.defs:
	Added pgm.ImageSinkEventMask for PgmImageSinkEventMask.

=== release 0.3.4 ===

2008-07-07  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/controller.py:
	Update the controller when started to wake up the rendering loop.

2008-07-07  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/controller.py:
	Do not start the controller if it's already started.

2008-07-04  Guillaume Emont  <guillaume@fluendo.com>

	* examples/conversion.py:
	Added cool rotations to the conversion example now that picking
	handles rotations correctly.

2008-07-03  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmdrawable.override:
	* pgm/pgmimage.override:
	Added Drawable.from_canvas(), Drawable.to_canvas(),
	Image.from_drawable() and Image.to_drawable().

	* examples/conversion.py:
	Added an example converting a click position into image (pixel)
	coordinates.

2008-06-23  Guido Amoruso  <guidonte@fluendo.com>

	* pgm/timing/Makefile.am:
	Added pgm/timing/ticker.py to the dist.

2008-06-16  Lionel Martin  <lionel@fluendo.com>

	* pgm/timing/controller.py:
	workaround in order to minimize a race condition (from Florian)

2008-06-16  Loïc Molinari  <loic@fluendo.com>

	* pgm/timing/ticker.py:
	Added Ticker object used to update controllers in one go.

	* pgm/timing/controller.py:
	Adapted to use a ticker when requested.

	* pgm/timing/modifier.py:
	Removed GStreamer logging.

	* examples/cloning.py:
	* examples/implicit.py:
	* examples/mappingmatrix.py:
	* examples/pgmgtk.py:
	* examples/timing.py:
	Adapted examples to use the new 'update-pass' Pigment signal and the
	new Ticker object from the animation system.

2008-06-15  Florian Boucault  <florian@fluendo.com>

	* pgm/timing/implicit.py:
	Support of rotations in implicit animations.

2008-06-15  Florian Boucault  <florian@fluendo.com>

	* pgm/timing/controller.py:
	Removed dependency on GStreamer. Apart from being cleaner it also
	improves performance.

2008-06-09  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmdrawable.override:
	Added support for Pigment rotation functions.

	* examples/pgmgtk.py:
	Made the Fluendo logo rotate.

2008-05-09  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	Removed old enumeration field.

2008-05-08  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added binding for the viewport rotation and reflection functions.

2008-05-07  Philippe Normand  <philippe@fluendo.com>

	* benchmarks/drawables_bench.py:
	Make the drawable visible if there's no picture file to load.

2008-05-06  Philippe Normand  <philippe@fluendo.com>

	* benchmarks/drawables_bench.py:
	* benchmarks/graph.py:
	Little tool to benchmark drawables rendering

2008-04-23  Philippe Normand  <philippe@fluendo.com>

	* pgm/graph/drawable.py:
	* pgm/graph/group.py:
	Various performance related optimizations:
	- cache drawable position
	- avoid unecessary properties access within loops
	- avoid use of map/lambda in drawable::absolute_position__get: too
	slow
	- opacity_factor_offset is now a real property of Drawable

2008-04-21  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/button.py:
	Added pressure argument to signal handler of "clicked" signal.

2008-04-18  Philippe Normand  <philippe@fluendo.com>

	* pgm/graph/group.py:
	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	* pgm/widgets/scrollbar.py:
	Added pressure argument to signal handlers of "clicked",
	"drag-begin", "drag-motion" and "pressed" signals.

2008-04-16  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmevent.override:
	Added support for the pressure events.

=== release 0.3.3 ===

2008-03-03  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/codegen.py:
	Only import docstuff (which needs python-xml) if the --xml-doc option
	is given.

	* README:
	Added python-xml as an optional dependency. Removed the list of
	dependecies for fedora since these are not tested.

2008-03-03  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added binding for PgmViewport::get_embedding_id.

	fixes #231

2008-02-29  Florian Boucault  <florian@fluendo.com>

	* pgm/utils/benchmark.py:
	Removed all graphical stuff. The viewport does not show up anymore.

2008-02-26  Loïc Molinari  <loic@fluendo.com>

	* pgm/utils/benchmark.py:
	Changed authoring to Benjamin.
	Removed trailing spaces.

2008-02-23  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/circular_list_ng.py:
	Was calling a non existing function which actually was a method.

2008-02-22  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/utils/benchmark.py:
	hide the viewport to avoid that it is shown even if it should be
	destroyed already

2008-02-22  Philippe Normand  <philippe@fluendo.com>

	* pgm/utils/Makefile.am:
	Ship benchmark module...

2008-02-22  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	Do not change items' z coordinate.

2008-02-20  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/Makefile.am:
	Added newly added button.py to the Makefile.

2008-02-20  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	Dragging improvement: newly selected item will be on the same row as
	the previously selected item.

2008-02-20  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Added a 'scrolled' signal that allows customisation of the answer on
	mouse chord scrolling.

2008-02-20  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/widgets/button.py:
	stop processing

2008-02-19  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/utils/benchmark.py:
	set the canvas to None and remove a print

2008-02-18  Benjamin Kampmann  <benjamin@fluendo.com>

	* examples/benchmark.py:
	* pgm/utils/benchmark.py:
	moving the benchmark and making it into a class

2008-02-18  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/graph/group.py:
	add missing signals

	* pgm/widgets/button.py:
	add a simple button-api

2008-02-18  Florian Boucault  <florian@fluendo.com>

	* examples/video.py:
	Simplified fullscreen toggling code.
	Simplified canvas and viewport sizing code.
	Added fps display toggling capability.
	Removed trailing spaces.

2008-02-15  Lionel Martin  <lionel@fluendo.com>

	* examples/video.py:
	Add screen aspect ratio support and display the framerate

2008-02-15  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	set it visible BEFORE doing the layout

2008-02-15  Benjamin Kampmann  <benjamin@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	don't do the layout, if not visible, but do it, when getting visible

2008-02-14  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Regeneration code removed. Replaced with a more efficient and simpler
	approach: items of the list are not added to the Group therefore to
	the Canvas before they need to be shown.
	Regression: 'forward_signals' support removed. It was unused and not
	fully implemented in inheriting widgets though.

2008-02-13  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/circular_list_ng.py:
	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Set the size before the opacity for list items so that no item with
	the wrong size gets displayed.

2008-02-12  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added support for the alpha blending functions.

	* examples/video.py:
	* examples/webcam.py:
	Disabled alpha blending.

2008-02-11  Benjamin Kampmann  <benjamin@fluendo.com>

	* examples/benchmark.py:
	adding a first draft of the benchmark example

2008-02-11  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmevent.override:
	Added support for Dnd events.
	Added source field retrieving.

	* examples/video.py:
	Added drag 'n drop support.

2008-02-08  Florian Boucault  <florian@fluendo.com>

	* pigment-python/pgm/widgets/circular_list_ng.py:
	* pigment-python/pgm/widgets/grid_ng.py:
	* pigment-python/pgm/widgets/list_ng.py:
	Added an 'animated' boolean attribute defining if the list widget is
	animated or not.

2008-02-07  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Added a comment to clarify that semi-obfuscated piece of shell to
	symlink .py files from srcdir.

2008-02-08  Loïc Molinari  <loic@fluendo.com>

	Patch by: Brian Cameron <brian dot cameron at sun dot com>

	* pgm/Makefile.am:
	Added bound libs to the ldflags.

	fixes #131

2008-02-07  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Added an explicit definition of $(builddir) as well.
	Added a quote protection around a wildcard used by a find command.

2008-02-07  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Added an explicit definition of $(abs_srcdir) since we need it and it
	isn't always exported by autoconf/automake.

2008-02-07  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgm.defs:
	* pgm/pgmviewport.override:
	Added viewport opacity, decorating and frame_rate bindings.

2008-02-06  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/graph/Makefile.am:
	* pgm/timing/Makefile.am:
	* pgm/utils/Makefile.am:
	* pgm/widgets/Makefile.am:
	Added .pyc files to the list of files to clean.

	* pgm/Makefile.am:
	Added code to symlink .py files from $(srcdir) in all-local.
	Added .pyc files to the list of files to clean.

	* tests/pgm/Makefile.am:
	Fixed the PYTHONPATH environment variable for check-verbose: was using
	$(top_srcdir) instead of $(top_builddir).

2008-02-06  Florian Boucault  <florian@fluendo.com>

	* pigment-python/pgm/widgets/list_ng.py:
	API change: compute_zoom dispatched into compute_zoom_height and
	compute_zoom_width.

	* pigment-python/pgm/widgets/circular_list_ng.py:
	Circular lists have no interested in that change: adapted to ignore
	it.

2008-02-06  Guillaume Emont  <guillaume@fluendo.com>

	* examples/implicit.py:
	* examples/text.py:
	Updated examples to reflect the new font height definition in pigment.

2008-02-05  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/Makefile.am:
	Added docstuff.py to the list of codegen files.

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* autogen.sh:
	Ensures we are in the path where the script is (needed for buildbot).

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/docextract.py:
	Heavily refactored parsing code to allow extraction of short
	descriptions of classes as well as functions/methods.

	* codegen/docextract_to_xml.py:
	Updated to write class descriptions in the xml output.

	* pgm/docstrings.xml:
	File generated with docextract_to_xml.py using pigment source code
	(has to be on the repository since pigment source code is not
	guarenteed to be accessible at build time).

	* codegen/docstuff.py:
	New code to parse the output of docextract_to_xml.py and convert it to
	a string suitable to put in C code.

	* codegen/codegen.py:
	Added a new --xml-doc option that allows to generate docstrings from
	an xml file (of the format created by docextract_to_xml.py)

	* codegen/docgen.py:
	Fixed an issue when a documented object doesn't have its parent in the
	source/defs we're using (case of pigment with GstObject not present).
	Updated according to changes in docextract.py
	Changed hardcoded strings so that we don't generate documentation that
	pretends to be PyGTK's documentation.

	* configure.ac:
	* pgm/Makefile.am:
	Added an option --enable-docstrings that enables putting docstrings in
	the generated binding.

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/Makefile.am:
	Now use the --py_ssize_t-clean option of codegen.py.

	* pgm/pgm.override:
	Removed our own handling of the Py_ssize_t issue.

2008-02-04  Guillaume Emont  <guillaume@fluendo.com>

	* codegen/Makefile.am:
	* codegen/README.defs:
	* codegen/argtypes.py:
	* codegen/codegen.py:
	* codegen/createdefs.py:
	* codegen/definitions.py:
	* codegen/defsconvert.py:
	* codegen/defsgen.py:
	* codegen/defsparser.py:
	* codegen/docextract_to_xml.py:
	* codegen/docgen.py:
	* codegen/missingdefs.py:
	* codegen/override.py:
	* codegen/reversewrapper.py:
	* codegen/scanvirtuals.py:
	* codegen/scmexpr.py:
	Updated codegen to a newer version (taken from pygtk).

	* pgm/Makefile.am:
	Removed an option passed to codegen.py that is now obsolete.

	* pgm/pgm.defs:
	* pgm/pgmgtk.defs:
	Added the unblock-threads option to function and method defines since
	it is now optional.

2008-01-31  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Added 'empty' method that empties the widget.
	Improved pop that does not relayout if it is not necessary.

=== release 0.3.2 ===

2008-01-23  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	Removed libtool version variables.

2008-01-18  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	Bumped Pigment library requirements.

2008-01-18  Loïc Molinari  <loic@fluendo.com>

	* examples/Makefile.am:
	* examples/pictures/Makefile.am:
	Ship examples at install step.

2008-01-16  Loïc Molinari  <loic@fluendo.com>

	* NEWS:
	Modified wrong version number.

=== release 0.3.1 ===

2008-01-16  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Regenerate items when they become visible for the first time.

2008-01-16  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	* pgm/widgets/list_ng.py:
	Inverted loading and layout of items so that you can do anything up to
	creation of the item in load_item.

2008-01-16  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/pgm.override:
	Reverting the typedef for Py_ssize_t on python < 2.5: old python used
	int where new python uses Py_ssize_t.

2008-01-16  Loïc Molinari  <loic@fluendo.com>

	* configure.ac:
	* Makefile.am:
	* win32/Makefile.am:
	* win32/common/Makefile.am:
	* win32/vs6/Makefile.am:
	Added win32 files to dist.

	* RELEASE:
	Added release file.

2008-01-15  Guillaume Emont  <guillaume@fluendo.com>

	* pgm/pgm.override:
	* pgm/pgmimage.override:
	Fixed portability issues: we were using int/gint where we should have
	used ssize_t/Py_ssize_t.

	fixes #213

2008-01-15  Loïc Molinari  <loic@fluendo.com>

	* pgm/pgmmodule.c:
	Updated copyrights to 2008.

	* pgm/win32:
	Adapted the MSCV6 configuration files for the Python binding split.

2008-01-15  Loïc Molinari  <loic@fluendo.com>

	* tests/pgm/test_viewport.py:
	Removed useless print.

2008-01-15  Loïc Molinari  <loic@fluendo.com>

	* examples/pgmgtk.py:
	Adapted to Pigment rotation sign changes.

	* configure.ac:
	Cosmetic fix.

2008-01-14  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/grid_ng.py:
	Reworked preloading so that preloaded items do not get layout. Huge
	performance win.
	Complexity was n^2 in the worst case; using a set fixed it.
	Added a method is_widget_visible.

	* pgm/widgets/list_ng.py:
	Removed trailing white spaces.

2008-01-11  Florian Boucault  <florian@fluendo.com>

	* pgm/timing/implicit.py:
	* pgm/widgets/circular_list_ng.py:
	* pgm/widgets/scrollbar.py:
	pypgmtools is no longer; replaced by pgm.

2008-01-14  Florian Boucault  <florian@fluendo.com>

	* pgm/widgets/list_ng.py:
	Reworked preloading so that preloaded items do not get layout. Huge
	performance win.
	Complexity was n^2 in the worst case; using a set fixed it.
	Added a method is_widget_visible.

2008-01-11  Loïc Molinari  <loic@fluendo.com>

	* examples/pgmgtk.py:
	Added a rotation to the logo.

	* misc/Makefile.am:
	* misc/env:
	Removed unneeded files.

2008-01-11  Loïc Molinari  <loic@fluendo.com>

	* README:
	Added explanations on how to use pigment python uninstalled.

2008-01-11  Loïc Molinari  <loic@fluendo.com>

	Python binding split.
