libscw (0.4.6-1osso105) unstable; urgency=low

  * Minor memory leak fix (one liner) which stacks up very
    fast.

 -- Naba Kumar <naba.kumar@nokia.com>  Mon, 16 Oct 2006 17:09:31 +0300

libscw (0.4.6-1osso104) unstable; urgency=low

  * Copied text from widget is actually nullified from clipboard
    now, if the selection is reseted.
  * Selections should no longer include hidden columns
  * Selections should no longer contain carbage chars
  * New interaction type, SCW_INTERACTION_SMART_SELECT, which
    makes the selection initiation require double- or triple-
    click. By default the widget pans. Related to NB#35725.

 -- Naba Kumar <naba.kumar@nokia.com>  Tue, 10 Oct 2006 18:31:02 +0300

libscw (0.4.6-1osso103) unstable; urgency=low

  * Icon rendering done only when icon size is changed or new icons
    are inserted. Very big optimatization in rendering and resizing.

 -- Naba Kumar <naba.kumar@nokia.com>  Mon,  9 Oct 2006 17:38:05 +0300

libscw (0.4.6-1osso102) unstable; urgency=low

  * Crash in selecting a full row with a column hidden fixed.
    NB#42103
  * Fixed scrolling bug. A new check was preventing the widget
    being scrolled.

 -- Naba Kumar <naba.kumar@nokia.com>  Fri,  6 Oct 2006 10:53:05 +0300

libscw (0.4.6-1osso101) unstable; urgency=low

  * dependency for -dbg package fixed

 -- Dmitry Rozhkov <ext-dmitry.rozhkov@nokia.com>  Tue,  3 Oct 2006 12:08:18 +0300

libscw (0.4.6-1osso100) unstable; urgency=low

  * Corrected icon placement on rows.
  * Corrected icon drawing, using icon actual size in draw
    instead of expected size. Fixes NB#40998.
  * Fix (by upstream) NB#38895.
  * Fix crash in scw_view_select_rows.

 -- Naba Kumar <naba.kumar@nokia.com>  Tue, 26 Sep 2006 15:23:07 +0300

libscw (0.4.6-1) unstable; urgency=low

  * New upstream release.

 -- Naba Kumar <naba.kumar@nokia.com>  Tue, 26 Sep 2006 11:56:20 +0300

libscw (0.4.4-1osso102) unstable; urgency=low

  * Fixed UTF-8 problems, by removing the UTF-8 offset calculations,
    PangoAttribute doesn't work with chars, it works by bytes. Fixes
    NB#37817

 -- Naba Kumar <naba.kumar@nokia.com>  Thu, 14 Sep 2006 17:50:12 +0300

libscw (0.4.4-1osso101) unstable; urgency=low

  * Added scw_view_select_rows function to enable selecting of
    certain row range. This can be used for instance with search
    functionality to hilite results. Related to NB#32865.
  * Added one more gtk_widget_queue_draw call to fix drawing glitch
    in selecting text. NB#37409.

 -- Naba Kumar <naba.kumar@nokia.com>  Tue, 15 Aug 2006 20:23:34 +0300

libscw (0.4.4-1osso4) unstable; urgency=low

  * When ScwView height changes, the widget will now correctly scroll
    on the last row, if the view is currently on the last row.
    NB#31706

 -- Naba Kumar <naba.kumar@nokia.com>  Thu,  3 Aug 2006 16:15:03 +0300

libscw (0.4.4-1osso3) unstable; urgency=low

  * Icons are now on correct rows.

 -- Naba Kumar <naba.kumar@nokia.com>  Tue, 20 Jun 2006 20:19:39 +0300

libscw (0.4.4-1osso2) unstable; urgency=low

  * Added "invert-panning" property to be able to devide which
    way the panning works.
  * Optimatization to size request, no longer uses g_list_nth which
    would cause the widget slow down expotentially in some situations,
    instead iterates through the rows.

 -- Naba Kumar <naba.kumar@nokia.com>  Fri, 16 Jun 2006 12:49:30 +0300

libscw (0.4.4-1osso1.2) unstable; urgency=low

  * Added build dependency to gtk-doc-tools

 -- Naba Kumar <naba.kumar@nokia.com>  Thu, 15 Jun 2006 13:03:40 +0300

libscw (0.4.4-1osso1) unstable; urgency=low

  * Upstream release 0.4.4
  * Fixed a memory leak with prelight PangoAttribute filterings

 -- Naba Kumar <naba.kumar@nokia.com>  Wed, 14 Jun 2006 21:36:06 +0300

libscw (0.4.3-1osso2) unstable; urgency=low

  * scw/scwview.c: Removed incorrect g_object_unrefs for embedded icons.

 -- Naba Kumar <naba.kumar@nokia.com>  Mon,  5 Jun 2006 12:08:31 +0300

libscw (0.4.3-1osso1.2) unstable; urgency=low

  * scw/scwview.c: Fixed memory leaks in action signal emission, by removing
    the g_strdup calls for signal parameters. Fixed leaks in parsing actions,
    the action attribute list was not freed. Fixed parsing of action locations
    and ids with UTF-8 characters, partially. Prelights are still sometimes
    on incorrect positions. Fixed a memory leak in drawing rows, while skipping
    a hidden column, the GdkRectangle wasn't being freed. Hopefully it's now
    leak free.

 -- Naba Kumar <naba.kumar@nokia.com>  Thu,  1 Jun 2006 15:29:48 +0300

libscw (0.4.3-1osso1.1) unstable; urgency=low

  * fixed bug 31214

 -- Sergey Lapin <ext-sergey.lapin@nokia.com>  Tue, 30 May 2006 15:08:07 +0300

libscw (0.4.3-1osso1) unstable; urgency=low

  * scw/scwview.c: Changed panning to work as it works on the
    other applications on maemo platform. Thanks Lassi. Fixed
    a major memory leak in expose event.

 -- Naba Kumar <naba.kumar@nokia.com>  Fri,  5 May 2006 18:05:42 +0300

libscw (0.4.3) unstable; urgency=low

  * New upstream release

 -- Naba Kumar <naba.kumar@nokia.com>  Thu,  6 Apr 2006 10:08:21 +0300

libscw (0.4.2-1osso3) unstable; urgency=low

  * Fixes a memory leak when replacing existing model

 -- Naba Kumar <naba.kumar@nokia.com>  Tue, 28 Mar 2006 19:27:00 +0300

libscw (0.4.2-1osso2) unstable; urgency=low

  * Applied a patch from upstream to enhance the hide/show patch

 -- Naba Kumar <naba.kumar@nokia.com>  Tue, 28 Mar 2006 13:27:57 +0300

libscw (0.4.2-1osso1) unstable; urgency=low

  * Applied a small patch to fix column hide/show functionality

 -- Naba Kumar <naba.kumar@nokia.com>  Fri, 24 Mar 2006 19:22:05 +0200

libscw (0.4.2) unstable; urgency=low

  * New upstream release

 -- Dmitry Rozhkov <ext-dmitry.rozhkov@nokia.com>  Wed, 22 Mar 2006 19:59:18 +0200

libscw (0.1-2) unstable; urgency=low

  * Debug package added

 -- Dmitry Rozhkov <ext-dmitry.rozhkov@nokia.com>  Thu,  9 Feb 2006 18:28:01 +0200

libscw (0.1-1) unstable; urgency=low

  * Initial Release.

 -- Dmitry Rozhkov <ext-dmitry.rozhkov@nokia.com>  Thu, 26 Jan 2006 11:04:47 +0200

