Do command parsing and UI updating in parallel
[pipeglade.git] / NEWS
blob929dec7596a7b1d5ba6ca2c9ed14306314630be1
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 command line option -l for logging duration of pipeglade
11   command execution.
12   * Execution time improved by a factor of about 20.
13   * Avoid silly precision on mouse coordinates emitted from GtkEventBox.
15 4.6.0 (2016-03-27)
16 ------------------
17   * Make sure fifos are set to mode 0600 before being used.
18   * Add support for creating tooltips.
19   * Add support for GtkEventBox which reports keyboard and pointer
20     device activity.
21   * Add support for widgets grabbing focus.
23 4.5.0 (2016-03-25)
24 ------------------
25   * Add GtkStatusbar commands that take a context id argument.
26   * Add support for changing widget size.
27   * Add support for GtkScrolledWindow.
29 4.4.0 (2015-12-12)
30 ------------------
31   * Fix a subtle GTK-related bug where freshly created fifos vanished.
32   * Fix a bug involving GTK+ 3.14 and GtkTreeView.
33   * Add a --display option.
35 4.3.0 (2015-11-30)
36 ------------------
37   * Support GtkTreeStore.
38   * Support editing in GtkTreeView.
39   * Data behind GtkTextView and GtkTreeView can be saved into files
40   where they are stored as a sequence of ordinary pipeglade commands.
41   * Arbitrary commands can be read from files.
42   * Setting fields of a non-existing GtkTreeStore/GtkListStore row
43   automatically creates any nodes necessary in the supporting tree
44   structure.
46 4.2.0 (2015-11-08)
47 ------------------
48   * Support GtkWindow moving and resizing.
49   * Eliminate any use of sleep(), avoiding spinning.
51 4.1.0 (2015-10-02)
52 ------------------
53   * Add support for the XEmbed protocol, both as a GtkPlug and a
54   GtkSocket.
55   * Add support for GtkPrintUnixDialog.
56   * Improve build process.
58 4.0.0 (2015-09-23)
59 ------------------
60   * Change API: Remove deprecated commands override_color,
61   override_background_color, and override_font.
62   * Disable runtime GLIB deprecation warnings.
64 3.1.1 (2015-09-22)
65 ------------------
66   * Fix 3.1.0 which lacked most of the advertised changes.
68 3.1.0 (2015-09-22)
69 ------------------
70   * Code cleanup.
71   * Add command for changing widget style properties.
72   * Deprecate commands override_color, override_background_color, and
73   override_font.
75 3.0.0 (2015-02-27)
76 ------------------
77   * Change API: No user-visible callbacks anymore, simplifying UI
78   creation.  (There are a few additional naming conventions, though.)
79   * Change API: Changed feedback messages for a couple of widgets.
80   * Synthetically fired events have become a bit more useful.
81   * Improve handling of GtkProgressBar and GtkStatusbar.
83 2.2.0 (2015-02-20)
84 ------------------
85   * Add support for GtkDrawingArea.
87 2.1.0 (2015-01-26)
88 ------------------
89   * Add support for GtkExpander, GtkFrame, GtkNotebook, and
90   GtkSwitch.
91   * Add support for changing of GUI fonts and colors.
92   * Rewrite parts of manual page.
94 2.0.1 (2015-01-18)
95 ------------------
96   * Bug fix in the echo.sh example script.
98 2.0.0 (2015-01-16)
99 ------------------
100   * Change output of GtkToggleButton, GtkCheckButton, and
101   GtkRadioButton.
103 1.2.1 (2015-01-11)
104 ------------------
105   * Change capitalization of a few error messages.
106   * Bug fix in manual page.
108 1.2.0 (2015-01-08)
109 ------------------
110   * Add a command for firing GUI callbacks synthetically.
112 1.1.0 (2015-01-06)
113 ------------------
114   * Change response of GtkTreeView which now reports an additional
115   'clicked' message and the values of all selected rows.
117 1.0.0 (2015-01-04)
118 ------------------
119   * Change API: commands now look like "name:action data" rather than
120   "name:widget:action data".
122 0.3.1 (2015-01-03)
123 ------------------
124   * Start a NEWS file
126 0.3.0 (2015-01-02)
127 ------------------
128   * Added support GtkColorButton, GtkFontButton, and for graying out
129   and hiding of arbitrary widgets.