Code cleanup
[pipeglade.git] / NEWS
blob20aef3453a8f3da66fc423b8c9695bd038ecf90d
1 (unreleased)
2 ------------------
3   * Code cleanup
5 3.0.0 (2015-02-27)
6 ------------------
7   * Change API: No user-visible callbacks anymore, simplifying UI
8   creation.  (There are a few additional naming conventions, though.)
9   * Change API: Changed feedback messages for a couple of widgets.
10   * Synthetically fired events have become a bit more useful.
11   * Improve handling of GtkProgressBar and GtkStatusbar.
13 2.2.0 (2015-02-20)
14 ------------------
15   * Add support for GtkDrawingArea.
17 2.1.0 (2015-01-26)
18 ------------------
19   * Add support for GtkExpander, GtkFrame, GtkNotebook, and
20   GtkSwitch.
21   * Add support for changing of GUI fonts and colors.
22   * Rewrite parts of manual page.
24 2.0.1 (2015-01-18)
25 ------------------
26   * Bug fix in the echo.sh example script.
28 2.0.0 (2015-01-16)
29 ------------------
30   * Change output of GtkToggleButton, GtkCheckButton, and
31   GtkRadioButton.
33 1.2.1 (2015-01-11)
34 ------------------
35   * Change capitalization of a few error messages.
36   * Bug fix in manual page.
38 1.2.0 (2015-01-08)
39 ------------------
40   * Add a command for firing GUI callbacks synthetically.
42 1.1.0 (2015-01-06)
43 ------------------
44   * Change response of GtkTreeView which now reports an additional
45   'clicked' message and the values of all selected rows.
47 1.0.0 (2015-01-04)
48 ------------------
49   * Change API: commands now look like "name:action data" rather than
50   "name:widget:action data".
52 0.3.1 (2015-01-03)
53 ------------------
54   * Start a NEWS file
55   
56 0.3.0 (2015-01-02)
57 ------------------
58   * Added support GtkColorButton, GtkFontButton, and for graying out
59   and hiding of arbitrary widgets.