comparison src/ChangeLog @ 50130:66a7f2850b56

Clear frame didn't redraw scrollbars, fixed that.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 14 Mar 2003 19:13:17 +0000
parents d0142038feaa
children c078950f7aa6
comparison
equal deleted inserted replaced
50129:d0142038feaa 50130:66a7f2850b56
1 2003-03-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1 2003-03-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
2 4
3 * gtkutil.c (struct xg_last_sb_pos): New structure. 5 * gtkutil.c (struct xg_last_sb_pos): New structure.
4 (handle_fixed_child): New function. 6 (handle_fixed_child): New function.
5 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets 7 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
6 and force a redraw on them. 8 and force a redraw on them.
9 so we can avoid unneeded redraws. 11 so we can avoid unneeded redraws.
10 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos 12 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
11 and force a redraw on the scroll bar. 13 and force a redraw on the scroll bar.
12 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar 14 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
13 if xg_last_sb_pos shows the positions are up to date. 15 if xg_last_sb_pos shows the positions are up to date.
16 (xg_frame_cleared): New function.
14 17
15 2003-03-13 Kenichi Handa <handa@m17n.org> 18 2003-03-13 Kenichi Handa <handa@m17n.org>
16 19
17 * coding.c (Fdetect_coding_region): Fix docstring. 20 * coding.c (Fdetect_coding_region): Fix docstring.
18 (Fdetect_coding_string): Fix docstring. 21 (Fdetect_coding_string): Fix docstring.