=== 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.
