Fix a memory leak in set_font_face (introduced in previous commit)
[pipeglade.git] / NEWS
blobadd91c881a7443b748f7b9a88a5378cbd1b4a7fd
1 4.7.0 (unreleased)
2 ------------------
3   * GtkDialog and GtkFileChooserDialog now respond to the commands
4   that work for GtkWindow.
5   * Toplevel windows report 'name:closed' when closed by the window
6   manager.
7   * Add missing GtkStatusbar command remove_all_id.
8   * GtkStatusbar commands take non-whitespace strings as context id,
9   not just integers.
10   * Add GtkDrawingArea command set_font_face.
11   * Add command line option -b for sending pipeglade to background.
12   * Add command line option -l for logging duration of pipeglade
13   command execution.
14   * Command execution time improved by a factor of about 20.
15   * Avoid silly precision on mouse coordinates emitted from GtkEventBox.
17 4.6.0 (2016-03-27)
18 ------------------
19   * Make sure fifos are set to mode 0600 before being used.
20   * Add support for creating tooltips.
21   * Add support for GtkEventBox which reports keyboard and pointer
22     device activity.
23   * Add support for widgets grabbing focus.
25 4.5.0 (2016-03-25)
26 ------------------
27   * Add GtkStatusbar commands that take a context id argument.
28   * Add support for changing widget size.
29   * Add support for GtkScrolledWindow.
31 4.4.0 (2015-12-12)
32 ------------------
33   * Fix a subtle GTK-related bug where freshly created fifos vanished.
34   * Fix a bug involving GTK+ 3.14 and GtkTreeView.
35   * Add a --display option.
37 4.3.0 (2015-11-30)
38 ------------------
39   * Support GtkTreeStore.
40   * Support editing in GtkTreeView.
41   * Data behind GtkTextView and GtkTreeView can be saved into files
42   where they are stored as a sequence of ordinary pipeglade commands.
43   * Arbitrary commands can be read from files.
44   * Setting fields of a non-existing GtkTreeStore/GtkListStore row
45   automatically creates any nodes necessary in the supporting tree
46   structure.
48 4.2.0 (2015-11-08)
49 ------------------
50   * Support GtkWindow moving and resizing.
51   * Eliminate any use of sleep(), avoiding spinning.
53 4.1.0 (2015-10-02)
54 ------------------
55   * Add support for the XEmbed protocol, both as a GtkPlug and a
56   GtkSocket.
57   * Add support for GtkPrintUnixDialog.
58   * Improve build process.
60 4.0.0 (2015-09-23)
61 ------------------
62   * Change API: Remove deprecated commands override_color,
63   override_background_color, and override_font.
64   * Disable runtime GLIB deprecation warnings.
66 3.1.1 (2015-09-22)
67 ------------------
68   * Fix 3.1.0 which lacked most of the advertised changes.
70 3.1.0 (2015-09-22)
71 ------------------
72   * Code cleanup.
73   * Add command for changing widget style properties.
74   * Deprecate commands override_color, override_background_color, and
75   override_font.
77 3.0.0 (2015-02-27)
78 ------------------
79   * Change API: No user-visible callbacks anymore, simplifying UI
80   creation.  (There are a few additional naming conventions, though.)
81   * Change API: Changed feedback messages for a couple of widgets.
82   * Synthetically fired events have become a bit more useful.
83   * Improve handling of GtkProgressBar and GtkStatusbar.
85 2.2.0 (2015-02-20)
86 ------------------
87   * Add support for GtkDrawingArea.
89 2.1.0 (2015-01-26)
90 ------------------
91   * Add support for GtkExpander, GtkFrame, GtkNotebook, and
92   GtkSwitch.
93   * Add support for changing of GUI fonts and colors.
94   * Rewrite parts of manual page.
96 2.0.1 (2015-01-18)
97 ------------------
98   * Bug fix in the echo.sh example script.
100 2.0.0 (2015-01-16)
101 ------------------
102   * Change output of GtkToggleButton, GtkCheckButton, and
103   GtkRadioButton.
105 1.2.1 (2015-01-11)
106 ------------------
107   * Change capitalization of a few error messages.
108   * Bug fix in manual page.
110 1.2.0 (2015-01-08)
111 ------------------
112   * Add a command for firing GUI callbacks synthetically.
114 1.1.0 (2015-01-06)
115 ------------------
116   * Change response of GtkTreeView which now reports an additional
117   'clicked' message and the values of all selected rows.
119 1.0.0 (2015-01-04)
120 ------------------
121   * Change API: commands now look like "name:action data" rather than
122   "name:widget:action data".
124 0.3.1 (2015-01-03)
125 ------------------
126   * Start a NEWS file
128 0.3.0 (2015-01-02)
129 ------------------
130   * Added support GtkColorButton, GtkFontButton, and for graying out
131   and hiding of arbitrary widgets.