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