comparison src/ChangeLog @ 744:8ae895c67ce7

[xemacs-hg @ 2002-02-04 15:44:37 by wmperry] Enable generic toolbar support for X11. Added new toolbar-shadow-thickness specifier.
author wmperry
date Mon, 04 Feb 2002 15:44:52 +0000
parents 2e5e2ccbeed2
children b13b1b7b11f1
comparison
equal deleted inserted replaced
743:968a715e8c6f 744:8ae895c67ce7
1 2002-02-02 William M. Perry <wmperry@gnu.org> 1 2002-02-02 William M. Perry <wmperry@gnu.org>
2
3 * winslots.h: New toolbar_shadow_thickness slot.
4
5 * toolbar.c (Vtoolbar_shadow_thickness): New specifier to control
6 thickness of toolbar shadows instead of relying on X resourcs.
7 (toolbar_shadows_changed): New function to redraw toolbars if the
8 thickness specifier is changed.
9 (specifier_vars_of_toolbar): Arrange for caching and defaults for
10 toolbar-shadow-thickness.
11
12 * toolbar-x.c: Use the new redisplay-based toolbar code.
13
14 * toolbar-common.c (__prepare_button_area): Look at
15 toolbar-shadow-thickness specifier instead of window-system
16 specific stuff.
17
18 * gtk-xemacs.c (smash_scrollbar_specifiers): New function to set
19 the toolbar-shadow-thickness specifier from GTK styles.
20
21 * frameslots.h: New toolbar_shadow_thickness slot.
2 22
3 * glyphs-gtk.c (extract_xpm_color_names): Resurrect the xpm color 23 * glyphs-gtk.c (extract_xpm_color_names): Resurrect the xpm color
4 symbols stuff because the GTK XPM libraries do very weird things 24 symbols stuff because the GTK XPM libraries do very weird things
5 if you don't specify the transparency at all. Reverting the patch 25 if you don't specify the transparency at all. Reverting the patch
6 of 12/22/01. 26 of 12/22/01.