diff options
author | Havoc Pennington <hp@redhat.com> | 2000-12-18 21:01:17 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-18 21:01:17 +0000 |
commit | 00a6a1b219cab25dd06e812aea9c8d473fbb0134 (patch) | |
tree | 9edb79e1d3752a46956063678ea60146d7bf855c /ChangeLog.pre-2-8 | |
parent | d788d9b05488b129d1f98fe1b1c77066b762a610 (diff) | |
download | gdk-pixbuf-00a6a1b219cab25dd06e812aea9c8d473fbb0134.tar.gz |
do begin/end user action where appropriate (gtk_text_view_commit_handler):
2000-12-18 Havoc Pennington <hp@redhat.com>
* gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
begin/end user action where appropriate
(gtk_text_view_commit_handler): add begin/end user action
* gtk/gtktextbuffer.c: add begin/end user action signals, and
bracket interactive operations with begin/end user action pair.
* gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
"interactive" arg from insert_text and delete_text signals.
Add begin_user_action, end_user_action signals
(gtk_text_buffer_begin_user_action):
(gtk_text_buffer_end_user_action): New functions to delimit
a user-visible action
* gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
signals.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8ffb50429..e863b0fd8 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,24 @@ 2000-12-18 Havoc Pennington <hp@redhat.com> + * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do + begin/end user action where appropriate + (gtk_text_view_commit_handler): add begin/end user action + + * gtk/gtktextbuffer.c: add begin/end user action signals, and + bracket interactive operations with begin/end user action pair. + + * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove + "interactive" arg from insert_text and delete_text signals. + Add begin_user_action, end_user_action signals + (gtk_text_buffer_begin_user_action): + (gtk_text_buffer_end_user_action): New functions to delimit + a user-visible action + + * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer + signals. + +2000-12-18 Havoc Pennington <hp@redhat.com> + * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation was pretty non-working. |