Support GtkTreeStore
[pipeglade.git] / NEWS
blob471a38ced7c6dbf3e24e330b570d1197a9bb1747
1 (unreleased)
2 ------------------
3   * Support GtkListStore
5 4.2.0 (2015-11-08)
6 ------------------
7   * Support GtkWindow moving and resizing.
8   * Eliminate any use of sleep(), avoiding spinning.
10 4.1.0 (2015-10-02)
11 ------------------
12   * Add support for the XEmbed protocol, both as a GtkPlug and a
13   GtkSocket.
14   * Add support for GtkPrintUnixDialog.
15   * Improve build process.
17 4.0.0 (2015-09-23)
18 ------------------
19   * Change API: Remove deprecated commands override_color,
20   override_background_color, and override_font.
21   * Disable runtime GLIB deprecation warnings.
23 3.1.1 (2015-09-22)
24 ------------------
25   * Fix 3.1.0 which lacked most of the advertised changes.
27 3.1.0 (2015-09-22)
28 ------------------
29   * Code cleanup.
30   * Add command for changing widget style properties.
31   * Deprecate commands override_color, override_background_color, and
32   override_font.
34 3.0.0 (2015-02-27)
35 ------------------
36   * Change API: No user-visible callbacks anymore, simplifying UI
37   creation.  (There are a few additional naming conventions, though.)
38   * Change API: Changed feedback messages for a couple of widgets.
39   * Synthetically fired events have become a bit more useful.
40   * Improve handling of GtkProgressBar and GtkStatusbar.
42 2.2.0 (2015-02-20)
43 ------------------
44   * Add support for GtkDrawingArea.
46 2.1.0 (2015-01-26)
47 ------------------
48   * Add support for GtkExpander, GtkFrame, GtkNotebook, and
49   GtkSwitch.
50   * Add support for changing of GUI fonts and colors.
51   * Rewrite parts of manual page.
53 2.0.1 (2015-01-18)
54 ------------------
55   * Bug fix in the echo.sh example script.
57 2.0.0 (2015-01-16)
58 ------------------
59   * Change output of GtkToggleButton, GtkCheckButton, and
60   GtkRadioButton.
62 1.2.1 (2015-01-11)
63 ------------------
64   * Change capitalization of a few error messages.
65   * Bug fix in manual page.
67 1.2.0 (2015-01-08)
68 ------------------
69   * Add a command for firing GUI callbacks synthetically.
71 1.1.0 (2015-01-06)
72 ------------------
73   * Change response of GtkTreeView which now reports an additional
74   'clicked' message and the values of all selected rows.
76 1.0.0 (2015-01-04)
77 ------------------
78   * Change API: commands now look like "name:action data" rather than
79   "name:widget:action data".
81 0.3.1 (2015-01-03)
82 ------------------
83   * Start a NEWS file
84   
85 0.3.0 (2015-01-02)
86 ------------------
87   * Added support GtkColorButton, GtkFontButton, and for graying out
88   and hiding of arbitrary widgets.