Web page: add a collection of widget screenshots
[pipeglade.git] / NEWS
blob261fd61e45b6ade98d63c148a3fed391dada4d7b
1 5.0.0 (not yet implemented)
2 ------------------
3   * API change, GtkSpinButton: rename action :set_text to :set_value;
4   rename response tag :text to :value.
5   * API change, GtkStatusbar: rename actions :push_id, :pop_id, and
6   :remove_all_id to :push, :pop, and :remove_all, respectively.
7   Remove the original functionality of :push, :pop, and :remove_all.
8   * API change, GtkSocket: rename response tags :plug-added and
9   :plug-removed to :plug_added and :plug_removed, respectively.
11 4.7.0 (unreleased)
12 ------------------
13   * Add command line option -b for sending pipeglade to background.
14   * Add command line option -l for logging duration of pipeglade
15   command execution.
16   * Add command line option -O for redirecting stderr.
17   * Widget names are alphanumeric including underscores and (new)
18   hyphens.
19   * Reject commands with excess arguments.
20   * Support temporary blocking of feedback messages.
21   * GtkDialog and GtkFileChooserDialog now respond to the commands
22   that work for GtkWindow.
23   * Toplevel windows report 'name:closed' when closed by the window
24   manager.
25   * GtkStatusbar commands take non-whitespace strings as context id,
26   not just integers.
27   * Add missing GtkStatusbar command remove_all_id.
28   * Support saving snapshots of widgets into image files (eps, ps,
29   pdf, svg).
30   * Support coordinate transformation in GtkDrawingArea.
31   * New ability for GtkDrawingArea commands to insert themselves at
32   arbitrary positions in the current list of drawing operations, not
33   just at the end.
34   * Remove GtkDrawingArea command refresh; refreshing happens
35   automatically.
36   * Add GtkDrawingArea command set_font_face.
37   * Add GtkDrawingArea command rel_move_for supporting text placement
38   with respect to center, upper left corner, etc., of the text.
39   * Add GtkScale and GtkSpinButton commands set_range, set_increments,
40   and (GtkScale only) set_fill_level.
41   * Command execution time improved by a factor of about 20.
42   * Avoid silly precision on mouse coordinates emitted from GtkEventBox.
43   * Floating point format in commands and messages is now independent
44   of the current locale.
46 4.6.0 (2016-03-27)
47 ------------------
48   * Make sure fifos are set to mode 0600 before being used.
49   * Add support for creating tooltips.
50   * Add support for GtkEventBox which reports keyboard and pointer
51     device activity.
52   * Add support for widgets grabbing focus.
54 4.5.0 (2016-03-25)
55 ------------------
56   * Add GtkStatusbar commands that take a context id argument.
57   * Add support for changing widget size.
58   * Add support for GtkScrolledWindow.
60 4.4.0 (2015-12-12)
61 ------------------
62   * Fix a subtle GTK-related bug where freshly created fifos vanished.
63   * Fix a bug involving GTK+ 3.14 and GtkTreeView.
64   * Add a --display option.
66 4.3.0 (2015-11-30)
67 ------------------
68   * Support GtkTreeStore.
69   * Support editing in GtkTreeView.
70   * Data behind GtkTextView and GtkTreeView can be saved into files
71   where they are stored as a sequence of ordinary pipeglade commands.
72   * Arbitrary commands can be read from files.
73   * Setting fields of a non-existing GtkTreeStore/GtkListStore row
74   automatically creates any nodes necessary in the supporting tree
75   structure.
77 4.2.0 (2015-11-08)
78 ------------------
79   * Support GtkWindow moving and resizing.
80   * Eliminate any use of sleep(), avoiding spinning.
82 4.1.0 (2015-10-02)
83 ------------------
84   * Add support for the XEmbed protocol, both as a GtkPlug and a
85   GtkSocket.
86   * Add support for GtkPrintUnixDialog.
87   * Improve build process.
89 4.0.0 (2015-09-23)
90 ------------------
91   * Change API: Remove deprecated commands override_color,
92   override_background_color, and override_font.
93   * Disable runtime GLIB deprecation warnings.
95 3.1.1 (2015-09-22)
96 ------------------
97   * Fix 3.1.0 which lacked most of the advertised changes.
99 3.1.0 (2015-09-22)
100 ------------------
101   * Code cleanup.
102   * Add command for changing widget style properties.
103   * Deprecate commands override_color, override_background_color, and
104   override_font.
106 3.0.0 (2015-02-27)
107 ------------------
108   * Change API: No user-visible callbacks anymore, simplifying UI
109   creation.  (There are a few additional naming conventions, though.)
110   * Change API: Changed feedback messages for a couple of widgets.
111   * Synthetically fired events have become a bit more useful.
112   * Improve handling of GtkProgressBar and GtkStatusbar.
114 2.2.0 (2015-02-20)
115 ------------------
116   * Add support for GtkDrawingArea.
118 2.1.0 (2015-01-26)
119 ------------------
120   * Add support for GtkExpander, GtkFrame, GtkNotebook, and
121   GtkSwitch.
122   * Add support for changing of GUI fonts and colors.
123   * Rewrite parts of manual page.
125 2.0.1 (2015-01-18)
126 ------------------
127   * Bug fix in the echo.sh example script.
129 2.0.0 (2015-01-16)
130 ------------------
131   * Change output of GtkToggleButton, GtkCheckButton, and
132   GtkRadioButton.
134 1.2.1 (2015-01-11)
135 ------------------
136   * Change capitalization of a few error messages.
137   * Bug fix in manual page.
139 1.2.0 (2015-01-08)
140 ------------------
141   * Add a command for firing GUI callbacks synthetically.
143 1.1.0 (2015-01-06)
144 ------------------
145   * Change response of GtkTreeView which now reports an additional
146   'clicked' message and the values of all selected rows.
148 1.0.0 (2015-01-04)
149 ------------------
150   * Change API: commands now look like "name:action data" rather than
151   "name:widget:action data".
153 0.3.1 (2015-01-03)
154 ------------------
155   * Start a NEWS file
157 0.3.0 (2015-01-02)
158 ------------------
159   * Added support GtkColorButton, GtkFontButton, and for graying out
160   and hiding of arbitrary widgets.