comparison src/ChangeLog @ 50177:297925dd73b1

New approach to scrolling and scroll bars for better redraw and smoother scroll bar behaviour.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 17 Mar 2003 23:03:53 +0000
parents 45278f351181
children 61194aef8668
comparison
equal deleted inserted replaced
50176:45278f351181 50177:297925dd73b1
1 2003-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
4
5 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
6
7 2003-03-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
8
9 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
10 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
11 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
12 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
13 (xg_create_scroll_bar): Pass bar to button event callback.
14 (xg_find_top_left_in_fixed): New function.
15 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
16 whole scroll bar area. Get old position with
17 xg_find_top_left_in_fixed, calculate and only clear needed areas.
18 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
19 dragging is in progress. Calculate whole as for Motif.
20 Remove code that saved last values. Call gtk_range functions to
21 set scroll bar sizes.
22
23 * gtkutil.h: Removed xg_ignore_next_thumb.
24
1 2003-03-17 Juanma Barranquero <lektu@terra.es> 25 2003-03-17 Juanma Barranquero <lektu@terra.es>
2 26
3 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h 27 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
4 and files included from it. 28 and files included from it.
5 29