diff options
| author | Jan Djärv | 2003-03-23 00:59:23 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-03-23 00:59:23 +0000 |
| commit | 7863d62580ba300daabda98db9f908ada25fd43b (patch) | |
| tree | 187e97e400dafad8bd25959417c4d8aa40e0167b /src/ChangeLog | |
| parent | 56c806b77e709c1c64889e4ddf2c03603b4bf3c0 (diff) | |
| download | emacs-7863d62580ba300daabda98db9f908ada25fd43b.tar.gz emacs-7863d62580ba300daabda98db9f908ada25fd43b.zip | |
Finally (?) fix flicker in scroll bar.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0171759825a..bad3aee2925 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2003-03-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos. | ||
| 4 | (XG_SB_RANGE): New define. | ||
| 5 | |||
| 6 | * gtkutil.c (xg_fixed_handle_expose): New function. | ||
| 7 | (xg_create_frame_widgets): Call xg_fixed_handle_expose for | ||
| 8 | expose events. | ||
| 9 | (xg_update_scrollbar_pos): Take two more arguments, left and width | ||
| 10 | of scroll bar including borders. | ||
| 11 | Clear left and right part outside scroll bar separately as some | ||
| 12 | themes have bars that are not an even number of pixels. | ||
| 13 | Don't set reallocate_redraws, don't call | ||
| 14 | gdk_window_process_all_updates. | ||
| 15 | (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed, | ||
| 16 | so no need to change it. Calculate size and value with XG_SB_RANGE. | ||
| 17 | |||
| 18 | * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar): Pass | ||
| 19 | left and width of scroll bar including borders to | ||
| 20 | xg_update_scrollbar_pos. | ||
| 21 | |||
| 1 | 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org> | 22 | 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 23 | ||
| 3 | * Makefile.in: Make sure space precedes end-of-line backslashes. | 24 | * Makefile.in: Make sure space precedes end-of-line backslashes. |