# Generated by Makefile. Do not edit.

2012-07-25  Chase Douglas  <chase.douglas@canonical.com>

	Link against geis instead of utouch-geis

2012-06-21  Chase Douglas  <chase.douglas@ubuntu.com>

	Remove references to uTouch

2012-05-30  Stephen M. Webb  <stephen.webb@canonical.com>

	Fixed a segfault caused by dereferencing a deleted object (lp: #872022).

2012-05-29  Stephen M. Webb  <stephen.webb@canonical.com>

	fixes a double deletion that caused a segfault (lp: #872022)
	- segfault was obtained after using the command 'gsettings set org.gnome.eog.ui "image-gallery-resizable" true' and running eog

2012-02-02  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Bumping version to 0.3.4

2012-02-02  Chase Douglas  <chase.douglas@ubuntu.com>

	Merge gtk deprecated box api change

2012-02-02  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Do not use deprecated API from GTk
	
	Use their replacements instead.

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Bumped version to 0.3.3.

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Fixed a packaging FTBFS due to previous g-ir changes by versioning the gir target and not the dependent typelib.

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Tweaked Python introspection bindings (LP: #861599).

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Tweaks Python introspection bindings (LP: #861599).

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Changed the name of the generated introspection files, fixed g-ir-scanner failures (LP: #861596).

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Re-added AxisExtents symbol, marked it as deprecated, and forced g-ir-scanner to ignore that particular symbol.

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Replaced the symbol AxisExtents with GIR-compliant GripAxisExtents.  Fixes a g-ir-scanner failure but results in an API breakage.

2011-10-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Changed the name of the generated introspection file to conform to GObject Introspection conventions.

2011-10-11  Chase Douglas  <chase.douglas@ubuntu.com>

	Merge fix for random segfaults due to inconsistent window handling

2011-10-06  Stephen M. Webb   <stephen.webb@canonical.com>

	Renamed window_mapped_cb to toplevel_mapped_cb to reduce confusion.

2011-10-06  Stephen M. Webb   <stephen.webb@canonical.com>

	Fixed invalid deletion of all registration requests in window mapping.

2011-10-06  Stephen M. Webb   <stephen.webb@canonical.com>

	Registered only those widgets that have had their toplevel windo mapped.

2011-09-22  Stephen M. Webb   <stephen.webb@canonical.com>

	Removed gio from main loop on shutdown (LP: #830640).

2011-09-22  Stephen M. Webb  <stephen.webb@canonical.com>

	Removed gio from main loop on shutdown (LP: #830640).

2011-09-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged filechannel life cycle fix.

2011-09-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Explicitly unref the iochannel object so it is deallocated.

2011-09-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Drop pending events when shutting down IO channel.

2011-09-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Zero out Geis instance variable to prevent use of stale pointer.

2011-09-07  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Bumped version number for release.

2011-09-05  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged unsubscribe fix.

2011-09-02  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Unsubscribe only those gestures that we are resubscribing.

2011-08-09  Chase Douglas  <chase.douglas@ubuntu.com>

	Release version 0.3.1

2011-08-09  Chase Douglas  <chase.douglas@ubuntu.com>

	Fix cast alignment error on ARM

2011-08-09  Chase Douglas  <chase.douglas@ubuntu.com>

	Fix "cast increases required alignment of target type" compile error
	
	On ARM, a cast of the data from GArray causes this warning/error to be
	emitted. It's not a real issue, but it can cause build failures so we now
	mask it by casting to an intermediate void pointer.
	
	See https://bugzilla.gnome.org/show_bug.cgi?id=502927 for an example of
	how this bug was resolved for g_array_index().

2011-08-09  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merge input type expose.

2011-08-09  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Expose input device type function in API.

2011-08-09  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged type detection branch.

2011-08-08  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Factor device type detection to a single function.

2011-08-05  Stephen M. Webb  <stephen.webb@canonical.com>

	Fix daily builds.

2011-08-04  Stephen M. Webb  <stephen.webb@canonical.com>

	Added GripInputDevice class and propagated it with gesture events.

2011-08-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Bumped minor version due to API change.

2011-08-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Enabled compiler warnings and silenced them.

2011-08-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Added extent functions to GripInputDevice and griptest.

2011-08-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Propagated GripInputDevice for each gesture event.

2011-08-02  Stephen M. Webb  <stephen.webb@canonical.com>

	Remored GripGestureManager to use the new GripInputDevice.

2011-08-02  Stephen M. Webb  <stephen.webb@canonical.com>

	Fixed up getters for GripInputDevice.

2011-08-02  Stephen M. Webb  <stephen.webb@canonical.com>

	Tweaks some docs.

2011-08-02  Stephen M. Webb  <stephen.webb@canonical.com>

	Added the GripInputDevice GObject class.

2011-07-29  Stephen M. Webb  <stephen.webb@canonical.com>

	Added documentation (LP: #744911)

2011-04-13  Stephen M. Webb  <stephen.webb@canonical.com>

	More final documentation tweaks, for the remaining undocumented bits.

2011-03-30  Stephen M. Webb  <stephen.webb@canonical.com>

	Some final tweaks for packaing the docs.

2011-03-29  Stephen M. Webb  <stephen.webb@canonical.com>

	Fleshed out some of teh documentation more.

2011-03-29  Stephen M. Webb  <stephen.webb@canonical.com>

	Added infrastructure to produce gtk-doc reference documentation.

2011-07-12  Chase Douglas  <chase.douglas@ubuntu.com>

	Release version 0.2.1

2011-07-12  Chase Douglas  <chase.douglas@ubuntu.com>

	Update gir scanning to use Gtk-3.0

2011-07-11  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged null pointer fix.

2011-07-11  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Prevent potential null pointer dereference.

2011-07-11  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged device separation branch.

2011-07-08  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Drop libgrip element from pkg-config file.

2011-07-07  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Update Geis dependency info.

2011-06-30  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fix exit crashing bug.

2011-06-29  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Do not subscribe if the list of devices is empty.

2011-06-29  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Code hygiene additions.

2011-06-22  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	If clause simplification.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged changes in trunk.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Work on separating different device types to their own subscriptions.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Reordered function arguments for consistency.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Extract binding to a function.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Extract registration to a function.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged build fixes.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fixed documentation for register_window.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fix registration calls.

2011-06-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed circular dependency.

2011-06-17  Chase Douglas  <chase.douglas@ubuntu.com>

	Merge remove-version branch to remove version from library name

2011-06-14  Chase Douglas  <chase.douglas@ubuntu.com>

	Remove the version number from the library name
	
	This will make it easier to maintain since we only plan to support one
	version of libgrip at any time.

2011-06-17  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Hide all Autotools garbage from bzr st.

2011-06-17  Chase Douglas  <chase.douglas@ubuntu.com>

	Merge device class types subscription changes

2011-06-17  Chase Douglas  <chase.douglas@ubuntu.com>

	Remove GRIP_DEVICE_ALL from GripDeviceType enum

2011-06-14  Chase Douglas  <chase.douglas@ubuntu.com>

	Bump the version to 0.2.0
	
	This brings with it API and ABI breakage

2011-06-14  Chase Douglas  <chase.douglas@ubuntu.com>

	Move devices array allocation to object init time from construction time

2011-06-14  Chase Douglas  <chase.douglas@ubuntu.com>

	Rework GRIP_DEVICE_ALL so it is the union of all the device types

2011-06-13  Chase Douglas  <chase.douglas@ubuntu.com>

	Add argument to specify device type when registering for gestures
	
	Possible values:
	
	* GRIP_DEVICE_ALL
	
	or the logical OR'ing of:
	
	* GRIP_DEVICE_TOUCHSCREEN
	* GRIP_DEVICE_TOUCHPAD
	* GRIP_DEVICE_INDEPENDENT

2011-06-13  Chase Douglas  <chase.douglas@ubuntu.com>

	Get device types at initialization time

2011-06-17  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged unsubscribe branch.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Terminate Geis instance on unregistering.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Re-subscribe to gestures. Doesn't work yet for some reason.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Prepare version-script for the next release.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Free the registration object.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Unregistering works for some values of works.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Minor refactoring.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Refactored main program so that unregistering is possible.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Renamed element for clarity.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	GUI has a button to enable and disable gestures.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Move subscription to its own function.

2011-06-16  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged deduplication.

2011-06-15  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Put braces according to coding standards.

2011-06-15  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed useless duplication with a common function.

2011-06-09  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged GTK3 branch.

2011-05-23  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fix dependencies in pkg-config file.

2011-05-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Use GTK3 drawing model.

2011-05-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Final accessor function change.

2011-05-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Use correct X backend call.

2011-05-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Convert GtkObject to GtkWidget.

2011-05-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Converted struct accesses to accessor functions.

2011-06-07  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged underscore 2 fix.

2011-06-07  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	More underscore removal.

2011-05-31  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged underscore removal.

2011-05-31  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed double underscores.

2011-03-23  Chase Douglas  <chase.douglas@ubuntu.com>

	Release version 0.1.7

2011-03-23  Chase Douglas  <chase.douglas@ubuntu.com>

	Add position coordinates to pinch and rotate gesture events

2011-03-23  Chase Douglas  <chase.douglas@ubuntu.com>

	Add position coordinates to pinch and rotate gesture events

2011-03-10  Chase Douglas  <chase.douglas@ubuntu.com>

	Merge patch from Kevin Wells to fix ./configure gobject-introspection
	issue.

2011-03-08  Kevin Wells  <wellsie1116@gmail.com>

	Add necessary commands to include macros defined in m4.

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Bump to 0.1.6 for silent-rules usage and g-ir-scanner FTBFS fix

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Give location of libtool to g-ir-scanner
	
	Fixes an FTBFS in a debian pbuilder.

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Enable automake silent-rules support by default

2011-03-06  Chase Douglas  <chase.douglas@ubuntu.com>

	Remove SHAVE autotools clean build additions
	
	Deprecated by Automake 1.11 with "silent rules"

2011-03-04  Chase Douglas  <chase.douglas@ubuntu.com>

	Release fix for version script.

2011-03-04  Chase Douglas  <chase.douglas@ubuntu.com>

	Bump to 0.1.5 for symbol versioning fix.

2011-03-04  Chase Douglas  <chase.douglas@ubuntu.com>

	Delete annonymous version script section. Fixes build failure.

2011-03-04  Stephen M. Webb  <stephen.webb@canonical.com>

	Released versioned symbols.

2011-03-04  Stephen M. Webb  <stephen.webb@canonical.com>

	Bump to 0.1.4 for SONAME and symbol versioning.

2011-03-04  Stephen M. Webb  <stephen.webb@canonical.com>

	Added symbol and SONAME versioning.

2011-03-03  Chase Douglas  <chase.douglas@ubuntu.com>

	Bump to 0.1.3 for properly generated dist tarball

2011-02-04  Cody Russell  <crussell@canonical.com>

	Install grip-test

2011-02-04  Cody Russell  <crussell@canonical.com>

	Bump version to 0.1.2

2011-01-24  Cody Russell  <crussell@canonical.com>

	More cleanup

2011-01-24  Cody Russell  <crussell@canonical.com>

	Cleanup

2011-01-24  Cody Russell  <crussell@canonical.com>

	Merge lp:~ken-vandine/libgrip/python_gi_override branch from Ken van Dine.

2011-01-24  Ken VanDine  <ken.vandine@canonical.com>

	Added python overrides for Grip

2011-01-24  Ken VanDine  <ken.vandine@canonical.com>

	added --warn-all to scanner flags

2011-01-24  Ken VanDine  <ken.vandine@canonical.com>

	Moved instatiation of the GestureManager object to init

2011-01-21  Cody Russell  <crussell@canonical.com>

	Work-in-progress fixage for Python-fu

2011-01-21  Cody Russell  <crussell@canonical.com>

	Change window size to be smaller.

2011-01-21  Cody Russell  <crussell@canonical.com>

	Fix register_window() parameters.

2011-01-21  Cody Russell  <crussell@canonical.com>

	Fix gtk importing.

2011-01-18  Cody Russell  <crussell@canonical.com>

	Merge geis-separate-subscriptions branch.  Subscribe to individual geis events rather than using GEIS_ALL_GESTURES.

2011-01-18  Cody Russell  <crussell@canonical.com>

	Add some comments.

2011-01-12  Cody Russell  <crussell@canonical.com>

	Subscribe to individual geis events rather than using GEIS_ALL_GESTURES.

2011-01-03  Cody Russell  <crussell@canonical.com>

	Bump the version to 0.1.1

2011-01-03  Cody Russell  <crussell@canonical.com>

	Add GTK_LIBS for rectangle-mover

2010-12-10  Cody Russell  <crussell@canonical.com>

	Event routing by widget.

2010-12-08  Cody Russell  <crussell@canonical.com>

	Automatically defer registration to map-event.

2010-12-01  Cody Russell  <crussell@canonical.com>

	Don't return during the loop.

2010-11-22  Cody Russell  <crussell@canonical.com>

	Rename pygrope files

2010-11-22  Cody Russell  <crussell@canonical.com>

	Move pygrope to pygrip

2010-11-22  Cody Russell  <crussell@canonical.com>

	Rename libgrope to libgrip

2010-11-22  Cody Russell  <crussell@canonical.com>

	Rename to libgrip

2010-11-18  Cody Russell  <crussell@canonical.com>

	Remove #include <grail-types.h>

2010-11-18  Cody Russell  <crussell@canonical.com>

	Add support for tap gestures

2010-11-17  Cody Russell  <crussell@canonical.com>

	Merge example directory fixup branch from Duncan.

2010-11-17  Duncan McGreggor  <duncan@ubuntu.com>

	Updated files with the new path to the gesture example app.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Formatting cleanups.

2010-11-17  bratsche

	Changes from Cody Russell include the following:
	* The use of Gtk instead of gtk.
	* Using only a single callback, due to the limitations of the bindings generator.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	* Fixed up import statements.
	* Added more comments.
	* Fixed up API calls to match Cody's implementation.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Added an implementation for non-existent Python bindings.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Added an implementation for non-existent Python bindings.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	* Added support for mapping events for gestures.
	* Changed the destroy event mapping at Cody's suggestion.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	* Added support for mapping events for gestures.
	* Changed the destroy event mapping at Cody's suggestion.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Added initial comments from Cody about how to use a python API for grope.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Added initial comments from Cody about how to use a python API for grope.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	Added basic pygtk python app for loading the glade file.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Added basic pygtk python app for loading the glade file.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	* Fixed up example directory to support more than one example.
	* Added a glade file for the Python example.

2010-11-05  Duncan McGreggor  <duncan@ubuntu.com>

	Fixed up example directory to support more than one example.

2010-11-17  Duncan McGreggor  <duncan@canonical.com>

	This stuff was taken from my branch; I'm removing it from this code and will re-add it as a merge from that branch.

2010-11-16  Cody Russell  <crussell@canonical.com>

	Use single callback for the sake of Python bindings.

2010-11-15  Cody Russell  <crussell@canonical.com>

	Rather than import gtk, import Gtk from gi.repository.

2010-11-15  Cody Russell  <crussell@canonical.com>

	Add @manager to the list of args in the comment.

2010-11-12  Cody Russell  <crussell@canonical.com>

	Remove some unecessary code

2010-11-12  Cody Russell  <crussell@canonical.com>

	Single callback

2010-11-10  Cody Russell  <crussell@canonical.com>

	Add gobject-introspection support

2010-11-10  Cody Russell  <crussell@canonical.com>

	Fix AC_INIT()

2010-11-10  Cody Russell  <crussell@canonical.com>

	Add missing introspection.m4 file

2010-11-10  Cody Russell  <crussell@canonical.com>

	Remove some unnecessary indentation

2010-11-10  Cody Russell  <crussell@canonical.com>

	GObject introspection

2010-11-10  Cody Russell  <crussell@canonical.com>

	Enum type generation

2010-11-09  Cody Russell  <crussell@canonical.com>

	Enum type generation

2010-11-10  Cody Russell  <crussell@canonical.com>

	Merge dist-hook branch to autogenerate AUTHORS and ChangeLog files using bzr history

2010-11-09  Cody Russell  <crussell@canonical.com>

	auto-generate the AUTHORS and ChangeLog files from bzr history.

2010-11-09  Cody Russell  <crussell@canonical.com>

	Add data to binding.

2010-11-09  Cody Russell  <crussell@canonical.com>

	Add gpointer user_data parameter to GropeGestureCallback

2010-10-12  Cody Russell  <crussell@canonical.com>

	Initial commit.

