libhandy (0.0.3) experimental; urgency=medium

  [ Adrien Plazas ]
  * New HdyTitleBar widget. This coupled with a transparent headerbar
    background can work around graphical glitches when animation header bars
    in a leaflet.
  * column: Add the linear-growth-width property
  * glade: Fix the generic name of HdyArrows
  * flatpak: Switch the runtime of the example to master.
  * column: Add a missing break statement.
  * leaflet: Hide children on transition end only when folded.
  * leaflet: Init mode transition positions to the final values.
  * example: Always show a close button.
  * example: Load custom style from CSS resource
  * example: Draw the right color for sidebar separators.
  * example: Use separators to separate the panels.
  * leaflet: Start the child transition only when folded.

  [ Christopher Davis ]
  * Add HdyColumn to libhandy.xml for glade.

  [ Heather Ellsworth ]
  * Add issue template

  [ Jordan Petridis ]
  * leaflet: initialize a variable.

  [ Guido Günther ]
  * HdyButton: Chain up to parent on finalize
  * gitlab-ci: Fail on compile warnings
  * meson: Warn about possible uninitialized variables
  * HdyLeaflet: Fix two uninitialized variables
  * Update list of compiler warnings from phosh
    and fix the fallout.

 -- Guido Günther <agx@sigxcpu.org>  Wed, 12 Sep 2018 12:03:54 +0200

libhandy (0.0.2) experimental; urgency=medium

  [ Guido Günther ]
  * Use source.puri.sm instead of code.puri.sm.
  * Add AUTHORS file
  * gitlab-ci: Build on Debian buster using provided build-deps.
  * arrows: test object construction
  * Multiple gtk-doc fixes
  * docs: Abort on warnings.
  * DialerButton: free letters

  [ Adrien Plazas ]
  * dialer: Make the grid visible and forbid show all.
  * example: Drop usage of show_all()
  * dialer: Add column-spacing and row-spacing props.
  * example: Change the grid's spacing and minimum size request.
  * flatpak: Allow access to the dconf config dir.
  * Replace phone-dial-symbolic by call-start-symbolic.
  * column: Fix height for width request.

 -- Guido Günther <agx@sigxcpu.org>  Wed, 18 Jul 2018 13:12:10 +0200

libhandy (0.0.1) experimental; urgency=medium

  [ Guido Günther ]
  * Release 0.0.1

  [ Adrien Plazas ]
  * Add HdyColumn widget

 -- Guido Günther <agx@sigxcpu.org>  Sat, 09 Jun 2018 09:12:06 +0200

libhandy (0.0~git20180517) unstable; urgency=medium

  * Add an arrows widget.
    The widget prints a number of arrows one by one to indicate a sliding
    direction. Number of arrows and animation duration are configurable.
  * Add symbols file

 -- Guido Günther <agx@sigxcpu.org>  Thu, 17 May 2018 15:51:01 +0200

libhandy (0.0~git20180429) unstable; urgency=medium

  [ Guido Günther ]
  * New git snapshot
  * HdyDialer: Emit symbol-clicked signal.  This signal is emitted when a
    symbol button (numbers or '#' or '*') is clicked.
  * HdyDialer: Emit signal when delete button was clicked.
  * dialer: Make it simple to clear the stored number.
    This also makes sure we don't send multiple number changed events
    when nothing changed.
  * dialer: Delay number notify.  On button press send out the number changed
    signal at the very end so listeners can process the button event prior to
    the number update event.

  [ Adrien Plazas ]
  * leaflet: Refactor homogeneity.
    This makes factorizes the homogeneity functions of HdyLeaflet to make
    the code a bit shorter.
  * build: Add '--c-include=handy.h' GIR options back.
    This is necessary for introspection to know the header file to use.
  * dialer: Check params of the 'number' prop accessors.
    Sanitize the parameters of the 'number' property accessor. This will
    warn or misusages of the API at runtime and avoid potential crashes.
  * dialer: Style cleanup of the 'number' prop accessors.
    Use gchar instead of char, use GNOME style pointer spacing and name the
    number parameter 'number'. This is all cosmetic but will make the code
    look a bit more GNOME-like.
  * example: Drop hardcoded default window size.
    This avoid overridding with the one we set in the the .ui file of the
    window.
  * example: Move window title to .ui file.
    This avoid hardcoding values when we can put them in the UI description.
  * example-window: Make the default size more phone-like

  [ Bob Ham ]
  * dialer: Add "show-action-buttons" property.
    Add a new boolean "show-action-buttons" property that specifies
    whether the submit and delete buttons are displayed.

 -- Guido Günther <agx@sigxcpu.org>  Sun, 29 Apr 2018 12:01:58 +0200

libhandy (0.0~git20180402) unstable; urgency=medium

  * Initial release

 -- Guido Günther <agx@sigxcpu.org>  Mon, 02 Apr 2018 12:17:44 +0200
