diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-27 08:36:54 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-27 08:40:43 -0400 |
commit | 604d4a1cb268a254c21169b3b7496e8bcbd781ea (patch) | |
tree | fe0df95d01c3322364f37c3727d5ec7617fca2b6 /NEWS | |
parent | b68d54cdbc4f5d14c2ef4be4db58a5730d688abf (diff) | |
download | gtk+-604d4a1cb268a254c21169b3b7496e8bcbd781ea.tar.gz |
NEWS: Updates
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,16 @@ Overview of Changes in GTK 3.99.0 ================================= +* Remove the old accessibility implementation and + add the foundations for a new one that is based + on ARIA. The relevant widget api is GtkAccessible, + the backend implementations will use GtkATContext. + Currently, there is just a nascent test backend. + +* The GTK headers have been updated to use char *, + int, float and double instead of the corresponding + GLib types. + * Add GtkEditableLabel, a label that can be edited * Add GtkBookmarkList, a list model for bookmarks @@ -35,6 +45,7 @@ Overview of Changes in GTK 3.99.0 * GtkFilterListModel: - Add incremental filtering + - Add a boolean filter, GtkBoolFilter * GtkSortListModel: - Use timsort |