comparison lwlib/ChangeLog @ 61211:3691a20ee7a4

Reenable support for I18N to Lucid menus. * xlwmenuP.h (_XlwMenu_part): Add fontSet resource. * xlwmenu.c (string_width): (MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto. (display_menu_item, make_drawing_gcs, XlwMenuInitialize) (XlwMenuSetValues): Use font if fontSet is NULL, use only font for !HAVE_X_I18N. (xlwMenuResources): Add fontSet resource.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 01 Apr 2005 18:42:56 +0000
parents ff22cb93ce7a
children 6401c3973c58 7a3341d65a12
comparison
equal deleted inserted replaced
61210:0eb69e12c16d 61211:3691a20ee7a4
1 2005-04-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 Reenable support for I18N to Lucid menus.
4
5 * xlwmenuP.h (_XlwMenu_part): Add fontSet resource.
6
7 * xlwmenu.c (string_width):
8 (MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto.
9 (display_menu_item, make_drawing_gcs, XlwMenuInitialize)
10 (XlwMenuSetValues): Use font if fontSet is NULL, use only
11 font for !HAVE_X_I18N.
12 (xlwMenuResources): Add fontSet resource.
13
1 2005-03-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 14 2005-03-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 15
3 * xlwmenuP.h: Temporary #undef HAVE_X_I18N until FontSet for UTF-8 16 * xlwmenuP.h: Temporary #undef HAVE_X_I18N until FontSet for UTF-8
4 on XFree86 is investigated. 17 on XFree86 is investigated.
5 18