Add a GtkDrawingArea example
[pipeglade.git] / NEWS
blob6e2b00d40acf43df21f68213c106e8bece655f74
1 2.2.0 (2015-02-20)
2 ------------------
3   * Add support for GtkDrawingArea.
5 2.1.0 (2015-01-26)
6 ------------------
7   * Add support for GtkExpander, GtkFrame, GtkNotebook, and
8   GtkSwitch.
9   * Add support for changing of GUI fonts and colors.
10   * Rewrite parts of manual page.
12 2.0.1 (2015-01-18)
13 ------------------
14   * Bug fix in the echo.sh example script.
16 2.0.0 (2015-01-16)
17 ------------------
18   * Change output of GtkToggleButton, GtkCheckButton, and
19   GtkRadioButton.
21 1.2.1 (2015-01-11)
22 ------------------
23   * Change capitalization of a few error messages.
24   * Bug fix in manual page.
26 1.2.0 (2015-01-08)
27 ------------------
28   * Add a command for firing GUI callbacks synthetically.
30 1.1.0 (2015-01-06)
31 ------------------
32   * Change response of GtkTreeView which now reports an additional
33   'clicked' message and the values of all selected rows.
35 1.0.0 (2015-01-04)
36 ------------------
37   * Change API: commands now look like "name:action data" rather than
38   "name:widget:action data".
40 0.3.1 (2015-01-03)
41 ------------------
42   * Start a NEWS file
43   
44 0.3.0 (2015-01-02)
45 ------------------
46   * Added support GtkColorButton, GtkFontButton, and for graying out
47   and hiding of arbitrary widgets.