Copyright 2008, 2009, 2010 Kevin Ryde This file is part of Gtk2-Ex-TickerView. Gtk2-Ex-TickerView is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. Gtk2-Ex-TickerView is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Gtk2-Ex-TickerView. If not, see . Version 15, December 2010 - new mouse wheel scrolling Version 14, December 2009 - fix Makefile/META dependencies on Gtk2::Ex::CellLayout::Base Version 13, December 2009 - depend on Gtk2::Ex::SyncCall 12 for gtk XID workaround Version 12, January 2009 - pixmap shifting for less redraws - fix for backwards drag in vertical mode Version 11, December 2008 - new vertical orientation option - remove builder test which failed on older Gtk Version 10, November 2008 - allow for older Gtk without get_cells in the test suite Version 9, October 2008 - Gtk2::Buildable is only in new enough Gtk Version 8, September 2008 - forgot Gtk2::Ex::SyncCall dependency in Makefile.PL Version 7, August 2008 - new get_path_at_pos() - use my Glib::Ex::SourceIds Version 6, July 2008 - fixes for change redraws Version 5, July 2008 - drawing speedups Version 4, June 2008 - clear window when last model row is deleted - use Glib::Ex::SignalIds helper Version 3, May 2008 - add Gtk2::Buildable Version 2, April 2008 - Gtk2::CellLayout as an interface using Gtk2::Ex::CellLayout::Base - fixes to fixed-height-mode and packing order Version 1, January 2008 - the first version