Mercurial > hg > xemacs-beta
annotate lwlib/ChangeLog @ 4768:0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
<870180fe0912080852t1073137ence150b6d267c43c9@mail.gmail.com> in xemacs-patches.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 09 Dec 2009 09:50:36 -0700 |
parents | aa5ed11f473b |
children | 5460287a3327 |
rev | line source |
---|---|
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
1 2009-11-10 Jerry James <james@xemacs.org> |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
2 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
3 * lwlib.c: Drop workaround for old NeXT systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
4 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
5 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
6 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
7 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
8 |
4531
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
9 2008-11-02 Stephen J. Turnbull <stephen@xemacs.org> |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
10 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
11 G++ 4.3 complains a lot about implicit conversions of string |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
12 literals (const char *) to char *. Shut it up. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
13 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
14 * xt-wrappers.h: New file. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
15 Contains wrappers for Xt functions and macros for C++ |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
16 type-correctness and/or convenience. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
17 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
18 * lwlib.h: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
19 * lwlib-Xm.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
20 * lwlib-Xaw.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
21 #include xt-wrappers.h. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
22 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
23 * xlwcheckbox.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
24 * xlwgauge.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
25 * xlwmenu.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
26 * xlwradio.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
27 * xlwscrollbar.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
28 * xlwtabs.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
29 #include xt-wrappers.h. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
30 Cast class name to String. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
31 Cast action names to String. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
32 Rewrite resources to use Xt_RESOURCE. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
33 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
34 * lwlib.h (lw_get_value_arg): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
35 * lwlib.c (lw_get_value_arg): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
36 Declare String argument const. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
37 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
38 * lwlib-Xaw.c (xaw_actions): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
39 Cast to string. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
40 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
41 * lwlib-Xaw.c (xaw_update_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
42 * lwlib-Xaw.c (xaw_update_one_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
43 * lwlib-Xaw.c (xaw_update_one_value): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
44 * lwlib-Xaw.c (make_dialog): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
45 * lwlib-Xaw.c (xaw_generic_callback): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
46 * lwlib-Xaw.c (wm_delete_window): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
47 * lwlib-Xaw.c (xaw_create_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
48 * lwlib-Xaw.c (xaw_create_button): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
49 * lwlib-Xaw.c (xaw_create_label): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
50 * lwlib-Xaw.c (xaw_create_progress): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
51 * lwlib-Xaw.c (xaw_create_text_field): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
52 * lwlib-Xaw.c (xaw_creation_table): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
53 * lwlib-Xlw.c (xlw_create_menubar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
54 * lwlib-Xlw.c (xlw_create_popup_menu): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
55 * lwlib-Xlw.c (xlw_create_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
56 * lwlib-Xlw.c (xlw_update_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
57 * lwlib-Xlw.c (xlw_create_tab_control): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
58 * lwlib-Xlw.c (build_tabs_in_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
59 * lwlib-Xlw.c (xlw_create_clip_window): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
60 * lwlib-Xlw.c (xlw_update_one_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
61 * lwlib-Xm.c (xm_update_label): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
62 * lwlib-Xm.c (xm_update_pushbutton): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
63 * lwlib-Xm.c (xm_update_progress): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
64 * lwlib-Xm.c (xm_update_toggle): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
65 * lwlib-Xm.c (xm_update_radiobox): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
66 * lwlib-Xm.c (make_menu_in_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
67 * lwlib-Xm.c (update_one_menu_entry): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
68 * lwlib-Xm.c (xm_update_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
69 * lwlib-Xm.c (xm_update_one_value): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
70 * lwlib-Xm.c (make_dialog): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
71 * lwlib-Xm.c (recenter_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
72 * lwlib-Xm.c (recycle_instance): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
73 * lwlib-Xm.c (make_menubar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
74 * lwlib-Xm.c (make_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
75 * lwlib-Xm.c (xm_create_button): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
76 * lwlib-Xm.c (xm_create_progress): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
77 * lwlib-Xm.c (xm_create_text_field): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
78 * lwlib-Xm.c (xm_create_label): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
79 * lwlib-Xm.c (xm_create_combo_box): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
80 * lwlib-Xm.c (xm_popup_menu): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
81 * lwlib-Xm.c (set_min_dialog_size): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
82 * lwlib-Xm.c (do_call): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
83 * lwlib-Xm.c (xm_generic_callback): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
84 * xlwcheckbox.c (offset): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
85 * xlwgauge.c (offset): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
86 * xlwgauge.c (actionsList): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
87 * xlwmenu.c (xlwMenuResources): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
88 * xlwmenu.c (xlwMenuActionsList): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
89 * xlwmenu.c (xlwMenuClassRec): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
90 * xlwmenu.c (nameResource): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
91 * xlwmenu.c (parameterize_string): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
92 * xlwradio.c (actionsList): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
93 * xlwscrollbar.c (offset): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
94 * xlwscrollbar.c (actions): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
95 Use Xt_SET_ARG, Xt_SET_VALUE, and Xt_GET_VALUE instead of raw Xt |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
96 equivalents. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
97 |
4524
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
98 2008-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
99 |
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
100 * lwlib-Xm.c (xm_update_progress): Set all values! |
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
101 |
4173 | 102 2007-09-15 Jerry James <james@xemacs.org> |
103 | |
104 * xlwmenu.c (XlwMenuDestroy): Release XftFont resources | |
105 * xlwtabs.c (TabsDestroy): Ditto | |
106 | |
3975 | 107 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
108 | |
109 * XEmacs 21.5.28 "fuki" is released. | |
110 | |
3968 | 111 2007-05-20 Stephen J. Turnbull <stephen@xemacs.org> |
112 | |
113 Gauge values are signed integers (ints). | |
114 | |
115 * xlwgauge.h: Get rid of references to Cardinal in comment. | |
116 (XawGaugeGetValue): Declare return value as int. | |
117 (XawGaugeSetValue): Declare value as int. | |
118 | |
119 * xlwgauge.c (GaugeGetValue): Declare value as int. | |
120 (GaugeMercury): Declare val0 and val1 as int. Remove redundant casts. | |
121 (XawGaugeGetValue): Declare return value as int. | |
122 (XawGaugeSetValue): Declare value as int. | |
123 | |
3958 | 124 2007-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
125 | |
126 * lwlib-Xaw.c (wm_delete_window): Iterate over children of shell | |
127 (there may be more than one) to find our widget. | |
128 | |
3685 | 129 2006-11-17 Stephen J. Turnbull <stephen@xemacs.org> |
130 | |
131 * xlwmenu.c (xlwMenuResources): | |
132 * xlwmenu.c (XlwMenuInitialize): | |
133 * xlwmenuP.h (_XlwMenu_part): | |
134 * xlwtabs.c (resources): | |
135 * xlwtabs.c (TabsInit): | |
136 * xlwtabsP.h (TabsPart): | |
137 New xftFontName member in each widget part struct, corresponds to | |
138 xftFont String resource. | |
139 Initialize renderFont private member from fcFontName if non-NULL, | |
140 otherwise initialize from xftFontName. | |
141 | |
142 * xlwtabs.h: Update parameter table. | |
143 | |
3462 | 144 2006-06-16 Jerry James <james@xemacs.org> |
145 | |
146 * lwlib-Xlw.c (xlw_scrollbar_callback): Do not dereference | |
147 instance before checking whether it is NULL. | |
148 * xlwmenu.c (xlw_map_menu): Prevent uninitialized access to root | |
149 and waste. | |
150 | |
3402 | 151 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
152 | |
153 * XEmacs 21.5.27 "fiddleheads" is released. | |
154 | |
3397 | 155 2006-05-12 Stephen J. Turnbull <stephen@xemacs.org> |
156 | |
157 Make fcFontName and xftFont separate resources. | |
158 | |
159 * lwlib-fonts.h (XtNfcFontName, XtCFcFontName): New macros. | |
160 (XtNxftFont, XtCXftFont): Coalesce the conditional definitions. | |
161 | |
162 * xlwmenuP.h (XlwMenuPart): | |
163 * xlwtabsP.h (TabsPart): | |
164 Rename renderFontSpec member to fcFontName. | |
165 | |
166 * xlwmenu.c (XlwMenuResources): | |
167 * xlwtabs.c (resources): | |
168 Add a record for fcFontName. | |
169 | |
170 * xlwtabs.c (TabsInit): Use the fcFontName resource, not xftFont. | |
171 | |
172 * xlwtabs.c (DrawTab,TabLayout,TabsGeometryManager): Improve | |
173 diagnostics. | |
174 | |
3374 | 175 2006-04-24 Jerry James <james@xemacs.org> |
176 | |
177 * lwlib-Xaw.c (lw_debug_print_class_resources): Casting from a | |
178 pointer to an int throws away half of the bits on an x86_64 | |
179 platform. Print as a pointer instead. | |
180 * xlwgauge.c (XawGaugeSetValue): Use NULL instead of 0 as the | |
181 sentinel to quiet gcc warnings. | |
182 * xlwmenu.c: Cast to FcChar8 * as necessary to quiet warnings. | |
183 * xlwtabs.c: Ditto. | |
184 | |
3360 | 185 2006-04-16 Stephen J. Turnbull <stephen@xemacs.org> |
3354 | 186 |
3360 | 187 * lwlib-fonts.c: Change #include to "font-mgr.h". Make |
188 conditional on HAVE_FONTCONFIG, not USE_XFT. | |
3354 | 189 |
3323 | 190 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
191 | |
192 * XEmacs 21.5.26 "endive" is released. | |
193 | |
3259 | 194 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
195 | |
196 * XEmacs 21.5.25 "eggplant" is released. | |
197 | |
3157 | 198 2005-12-21 Andrey Slusar <anrays@gmail.com> |
199 | |
200 * xlwmenu.c (make_drawing_gcs): Fix build with gcc 2.95. | |
201 | |
3150 | 202 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
203 | |
204 * XEmacs 21.5.24 "dandelion" is released. | |
205 | |
3094 | 206 2005-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
207 | |
208 Merge Xft. | |
209 | |
210 2005-11-25 Stephen J. Turnbull <stephen@xemacs.org> | |
211 | |
212 * lwlib-colors: Improve comments. | |
213 | |
214 2005-11-25 Stephen J. Turnbull <stephen@xemacs.org> | |
215 | |
216 * lwlib-colors: Remove or comment out dead code. | |
217 | |
218 2005-09-26 Olivier Galibert <galibert@xemacs.org> | |
219 | |
220 * xlwmenu.c: | |
221 * xlwmenuP.h: | |
222 Give USE_XFT_MENUBARS priority over USE_MOTIF. | |
223 | |
224 2005-09-06 Stephen J. Turnbull <stephen@xemacs.org> | |
225 | |
226 * lwlib-fonts.c (xft_open_font_by_name): Fix heuristic for XLFDs. | |
227 | |
228 * xlwmenu.c (string_draw_range): Recommend persistent xftDraw. | |
229 | |
230 2005-09-02 Daniel Pittman <daniel@rimspace.net> | |
231 | |
232 * lwlib-fonts.c (xft_open_font_by_name): Eliminate code to avoid | |
233 use of scaled fonts (probably bogus, anyway). Add error message | |
234 in case of fatal failure to find any fonts at all. | |
235 <87ll2fucw1.fsf@rimspace.net> | |
236 | |
237 * xlwmenu.c (string_draw_range): Plug leak of XftDraw. | |
238 | |
239 2005-03-09 Stephen J. Turnbull <stephen@xemacs.org> | |
240 | |
241 * xlwtabs.c (TabsGeometryManager): Fix "fat fingers" mistake. | |
242 | |
243 2005-03-07 Stephen J. Turnbull <stephen@xemacs.org> | |
244 | |
245 * lwlib-Xaw.c (debug_gauge): Fix and suppress gauge debug message. | |
246 | |
247 * xlwtabs.c (TabsGeometryManager): Suppress "kludging" message, too. | |
248 (TabsGeometryManager): Make straight the paths of the layout, or | |
249 at least improve the approximation to Xt conventions by 50%. | |
250 | |
251 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
252 | |
253 * xlwtabs.c(debug_tabs): Suppress debug output for now. | |
254 | |
255 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> | |
256 | |
257 * xlwtabs.c (TabsGeometryManager,TabsQueryGeometry): Improve comments. | |
258 (debug_tabs): New variable, substitute for debug_xft globally. | |
259 (TabsGeometryManager): Substitute "request" for "req". | |
260 | |
261 2005-02-11 Stephen J. Turnbull <stephen@xemacs.org> | |
262 | |
263 * xlwtabs.c (PreferredSize3): Let TabLayout choose constraints. | |
264 (TabLayout): Default size to current size. Fix header comment. | |
265 (TabsGeometryManager): Comment on redesigning internal API. | |
266 (TabsGeometryManager): Fix typo in format string. | |
267 | |
268 2005-01-27 Stephen J. Turnbull <stephen@xemacs.org> | |
269 | |
270 * xlwtabs.c (DrawTab): | |
271 Correct geometry when clearing rectangle. | |
272 Remove some "check me" comments. | |
273 Deemphasize a lot of debugging output. | |
274 (TabLayout): Add debugging fprintf. | |
275 (TabWidth): Deemphasize some debugging output. | |
276 | |
277 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> | |
278 | |
279 * lwlib-Xaw.c (xaw_create_button): | |
280 (xaw_create_progress): | |
281 (xaw_create_text_field): | |
282 Changed XtCreateManagedWidget to XtCreateWidget when child is | |
283 managed later in the same function. | |
284 | |
285 (debug_gauge): New variable. | |
286 (lw_debug_print_xt_arglist): | |
287 (lw_debug_print_class_resources): | |
288 New debug functions. | |
289 | |
290 2004-12-09 Stephen J. Turnbull <stephen@xemacs.org> | |
291 | |
292 * xlwmenu.c (xlwMenuResources): Use "redundant" XftFont resource. | |
293 | |
294 * xlwtabs.c: | |
295 * xlwtabsP.h: | |
296 Use USE_XFT_TABS consistently. | |
297 | |
298 2004-12-01 Stephen J. Turnbull <stephen@xemacs.org> | |
299 | |
300 * xlwtabs.c: Move debug_xft to ../src/xft-fonts.c. | |
301 | |
302 2004-11-20 Stephen J. Turnbull <stephen@xemacs.org> | |
303 | |
304 Xft branch based on "Xft reloaded #3" patch by Eric Knauel and | |
305 Mathias Neuebaur, and other contributors. | |
306 | |
307 * lwlib-fonts.h: | |
308 * lwlib-colors.h: | |
309 Declare common facilities use by Xft. | |
310 * lwlib-fonts.c: | |
311 * lwlib-colors.c: | |
312 Implement them. | |
313 * xlwtabs.c: | |
314 * xlwtabsP.h: | |
315 * xlwmenu.c: | |
316 * xlwmenuP.h: | |
317 Implement Xft text drawing. | |
318 | |
3083 | 319 2005-11-22 Ben Wing <ben@xemacs.org> |
320 | |
321 * Makefile.in.in: | |
322 Ignore errors from rm during clean. | |
323 | |
3072 | 324 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
325 | |
326 * xlwcheckbox.c (CheckboxInit): Mark unused parameters. C++ | |
327 correctness. | |
328 (CheckboxRealize): Don't compile at all if unused. | |
329 | |
330 * xlwradio.c (RadioDestroy): #if 0 dead code for later removal. | |
331 | |
3062 | 332 2005-11-13 Ben Wing <ben@xemacs.org> |
333 | |
334 * Makefile.in.in: | |
335 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
336 Do some refactoring for cleanliness. | |
337 | |
3055 | 338 2005-11-08 Marcus Crestani <crestani@xemacs.org> |
339 | |
340 * xlwgauge.c (GaugeInit): | |
341 * xlwgauge.c (GaugeSetValues): | |
342 * xlwradio.c (RadioInit): | |
343 * xlwradio.c (RadioSetValues): Rename new->new_. | |
344 | |
3031 | 345 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
346 | |
347 * XEmacs 21.5.23 "daikon" is released. | |
348 | |
3025 | 349 2005-10-25 Ben Wing <ben@xemacs.org> |
350 | |
351 * lwlib-internal.h (assert): | |
352 redo assert macros to follow lisp.h and not trigger warnings. | |
353 | |
354 * lwlib.c (merge_scrollbar_values): | |
355 * lwlib.c (merge_widget_value_args): | |
356 * xlwtabs.c: | |
357 * xlwtabs.c (TabsInit): | |
358 * xlwtabs.c (TabsConstraintInitialize): | |
359 * xlwtabs.c (TabsSetValues): | |
360 * xlwtabs.c (TabsConstraintSetValues): | |
361 new -> new_. | |
362 | |
2931 | 363 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
364 | |
365 * XEmacs 21.5.22 "cucumber" is released. | |
366 | |
2791 | 367 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
368 | |
369 * XEmacs 21.5.21 "corn" is released. | |
370 | |
2653 | 371 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
372 | |
373 * XEmacs 21.5.20 "cilantro" is released. | |
374 | |
2641 | 375 2005-03-07 Stephen J. Turnbull <stephen@xemacs.org> |
376 | |
377 * lwlib-Xlw.c (build_tabs_in_widget): Correctly disable geometry | |
378 negotiation for tab children. | |
379 (xlw_create_tab_control): Don't set nonexistent resizable resource. | |
380 | |
2594 | 381 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
382 | |
383 * XEmacs 21.5.19 "chives" is released. | |
384 | |
2346 | 385 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
386 | |
387 * XEmacs 21.5.18 "chestnut" is released. | |
388 | |
2311 | 389 2004-09-27 Jerry James <james@xemacs.org> |
390 | |
391 * lwlib-Xm.c (xm_update_label): | |
392 (xm_update_progress): | |
393 (activate_button): | |
394 (make_dialog): | |
395 (mark_dead_instance_destroyed): | |
396 (xm_nosel_callback): | |
397 Mark more unused parameters with the UNUSED macro. | |
398 | |
2286 | 399 2004-09-14 Jerry James <james@xemacs.org> |
400 | |
401 * Makefile.in.in (cppflags): Make compiler.h available. | |
402 * config.h.in: Include compiler.h. | |
403 * lwlib.c (max): Remove; now defined in compiler.h. | |
404 (merge_widget_value): Fix misplaced `change' computation. | |
405 * xlwcheckbox.c (DrawCheck): conditionalize declaration and | |
406 assignment of variable bw like its use. | |
407 * xlwtabs.c (TabsResize): Comment out declaration and assignment | |
408 of variable tab, whose use is commented out. | |
409 | |
410 * lwlib-Xaw.c: | |
411 * lwlib-Xlw.c: | |
412 * lwlib-Xm.c: | |
413 * lwlib-utils.c: | |
414 * lwlib.c: | |
415 * xlwcheckbox.c: | |
416 * xlwgauge.c: | |
417 * xlwgcs.c: | |
418 * xlwmenu.c: | |
419 * xlwradio.c: | |
420 * xlwscrollbar.c: | |
421 * xlwtabs.c: | |
422 Mark unused parameters with the UNUSED macro. | |
423 | |
2271 | 424 2004-09-14 Jerry James <james@xemacs.org> |
425 | |
426 * xlwgauge.c (GaugeConvert): Fix type-punning warning. | |
427 | |
2041 | 428 2004-04-23 Jerry James <james@xemacs.org> |
429 | |
430 * xlwradio.c (RadioExpose): Do not blindly copy one GC over | |
431 another. It messes up the ref counts and is wrong for radio | |
432 buttons in any case. | |
433 | |
1964 | 434 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
435 | |
436 * XEmacs 21.5.17 "chayote" is released. | |
437 | |
1889 | 438 2003-09-22 Stephen J. Turnbull <stephen@xemacs.org> |
439 | |
440 * Makefile.in.in (XE_CFLAGS): New variant on CFLAGS for XEMACS_CC. | |
441 | |
1716 | 442 2003-09-26 Steve Youngs <youngs@xemacs.org> |
443 | |
444 * XEmacs 21.5.16 "celeriac" is released. | |
445 | |
1665 | 446 2003-09-03 Steve Youngs <youngs@xemacs.org> |
447 | |
448 * XEmacs 21.5.15 "celery" is released. | |
449 | |
1650 | 450 2003-08-28 Jerry James <james@xemacs.org> |
451 | |
452 * lwlib-internal.h: Wrap assert_failed with EXTERN_C for modules. | |
453 | |
1510 | 454 2003-06-01 Steve Youngs <youngs@xemacs.org> |
455 | |
456 * XEmacs 21.5.14 "cassava" is released. | |
457 | |
1473 | 458 2003-05-10 Steve Youngs <youngs@xemacs.org> |
459 | |
460 * XEmacs 21.5.13 "cauliflower" is released. | |
461 | |
1458 | 462 2003-05-05 Steve Youngs <youngs@xemacs.org> |
463 | |
464 * lwlib-Xm.c (xm_update_one_widget): Only call | |
465 `xm_update_progress' if `LWLIB_WIDGETS_MOTIF' is defined. | |
466 | |
1431 | 467 2003-04-24 Steve Youngs <youngs@xemacs.org> |
468 | |
469 * XEmacs 21.5.12 "carrot" is released. | |
470 | |
1389 | 471 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
472 | |
473 * xlwscrollbar.c: Global substitution of .Xresources for .Xdefaults. | |
474 | |
1330 | 475 2003-02-28 Ben Wing <ben@xemacs.org> |
476 | |
477 * lwlib-Xm.c: | |
478 Fix compile warning. | |
479 | |
1307 | 480 2003-02-16 Steve Youngs <youngs@xemacs.org> |
481 | |
482 * XEmacs 21.5.11 "cabbage" is released. | |
483 | |
1294 | 484 2003-02-13 Martin Buchholz <martin@xemacs.org> |
485 | |
486 * xlwmenu.c (xlwMenuClassRec): | |
487 Use symbolic name `XtExposeCompressMaximal' instead of `TRUE'. | |
488 | |
1281 | 489 2003-01-31 Martin Buchholz <martin@xemacs.org> |
490 | |
491 * lwlib-Xm.c (xm_update_progress): | |
492 Don't define unless LWLIB_WIDGETS_MOTIF. | |
493 | |
1261 | 494 2003-02-05 Ben Wing <ben@xemacs.org> |
495 | |
496 * lwlib-Xm.c: | |
497 * lwlib-Xm.c (xm_pop_down_callback): | |
498 * lwlib-Xm.c (xm_pull_down_callback): | |
499 Fix compile warning. | |
500 | |
1201 | 501 2002-12-16 Ben Wing <ben@xemacs.org> |
502 | |
503 * lwlib-Xlw.c (xlw_update_one_widget): | |
504 * lwlib-Xm.c (xm_update_one_widget): | |
505 * lwlib-Xm.c (xm_update_one_value): | |
506 * lwlib.c: | |
507 * lwlib.c (merge_scrollbar_values): | |
508 * xlwmenu.c: | |
509 * xlwmenu.c (display_menu): | |
510 * xlwmenu.c (XlwMenuInitialize): | |
511 * xlwmenu.c (XlwMenuSetValues): | |
512 * xlwradio.c: | |
513 * xlwradio.c (RadioClassPartInit): | |
514 * xlwradio.c (RadioSet): | |
515 * xlwradio.c (RadioUnset): | |
516 class -> class_, new -> new_. | |
517 | |
1187 | 518 2003-01-04 Steve Youngs <youngs@xemacs.org> |
519 | |
520 * XEmacs 21.5.10 "burdock" is released. | |
521 | |
981 | 522 2002-08-30 Steve Youngs <youngs@xemacs.org> |
523 | |
524 * XEmacs 21.5.9 "brussels sprouts" is released. | |
525 | |
933 | 526 2002-07-27 Steve Youngs <youngs@xemacs.org> |
527 | |
528 * XEmacs 21.5.8 "broccoli" is released. | |
529 | |
903 | 530 2002-06-07 Andy Piper <andy@xemacs.org> |
531 | |
532 * lwlib-Xm.c: (xm_safe_update_label): new function. Call | |
533 xm_update_label if the class is appropriate. | |
534 (make_menu_in_widget): use it. | |
535 (update_one_menu_entry): ditto. | |
536 (xm_update_one_widget): ditto. | |
537 | |
894 | 538 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
539 | |
540 * XEmacs 21.5.7 "broccoflower" is released. | |
541 | |
872 | 542 2002-06-20 Ben Wing <ben@xemacs.org> |
543 | |
544 * lwlib.c: | |
545 * lwlib.c (dialog_spec_p): Fix warning. | |
546 | |
805 | 547 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org> |
548 | |
549 * lwlib-Xm.c (make_dialog): Fix XmProcessTraversal crash. | |
550 | |
804 | 551 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
552 | |
553 * XEmacs 21.5.6 "bok choi" is released. | |
554 | |
774 | 555 2002-03-12 Ben Wing <ben@xemacs.org> |
556 | |
3322 | 557 * The Great Mule Merge of March 2002: |
558 see node by that name in the Internals Manual. | |
774 | 559 |
768 | 560 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
561 | |
562 * XEmacs 21.5.5 "beets" is released. | |
563 | |
766 | 564 2001-12-19 Valdis Kletnieks <Valdis.Kletnieks@vt.edu> |
565 | |
566 * xlwscrollbar.c: Fix Xt translations comment. | |
567 | |
725 | 568 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
569 | |
570 * XEmacs 21.5.4 "bamboo" is released. | |
571 | |
654 | 572 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
573 | |
574 * XEmacs 21.5.3 "asparagus" is released. | |
575 | |
647 | 576 2001-06-24 Ben Wing <ben@xemacs.org> |
577 | |
578 * lwlib-Xlw.c (xlw_update_tab_control): | |
579 * lwlib-utils.c (XtApplyUntilToWidgets): | |
580 * xlwgauge.c (XawGaugeSetValue): | |
581 * xlwgauge.c (GaugeMercury): | |
582 * xlwmenu.c (close_to_reference_time): | |
583 * xlwtabs.c (TabsSetValues): | |
584 * xlwtabs.c (TabsSelect): | |
585 * xlwtabs.c (DrawTabs): | |
586 Fix unsigned warnings. See src/ChangeLog for details. | |
587 | |
641 | 588 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
589 | |
590 * XEmacs 21.5.2 "artichoke" is released. | |
591 | |
639 | 592 2001-07-26 Andy Piper <andy@xemacs.org> |
593 | |
594 * lwlib-Xm.c (xm_update_progress): new function. Set Scale height | |
595 and width from normal height and width. | |
596 * lwlib-Xm.c (xm_create_progress): ditto. | |
597 * lwlib-Xm.c (xm_update_one_widget): call xm_update_progress. | |
598 * lwlib.c (lw_get_value_arg): new function. Return an argument | |
599 based on its name. | |
600 * lwlib.h: declare it. | |
601 | |
551 | 602 2001-05-21 Martin Buchholz <martin@xemacs.org> |
603 | |
604 * lwlib-config.c: Remove. | |
605 * Makefile.in.in: Remove references to lwlib-config. | |
606 | |
522 | 607 2001-05-09 Martin Buchholz <martin@xemacs.org> |
608 | |
609 * XEmacs 21.5.1 "anise" is released. | |
610 | |
487 | 611 2001-04-28 Ben Wing <ben@xemacs.org> |
612 | |
613 * lwlib-utils.c (destroy_all_children): fix warning reported by | |
614 Isaac Hollander <ysh@mindspring.com>. | |
615 | |
472 | 616 2001-04-18 Martin Buchholz <martin@xemacs.org> |
617 | |
618 * XEmacs 21.5.0 "alfalfa" is released. | |
619 | |
464 | 620 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org> |
621 | |
622 * ChangeLog: Restore logs lost in the GTK merge. | |
623 | |
462 | 624 2001-03-21 Martin Buchholz <martin@xemacs.org> |
458 | 625 |
462 | 626 * XEmacs 21.2.46 "Urania" is released. |
456 | 627 |
464 | 628 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
629 | |
630 * xlwradio.c: Revert gratuitous whitespace changes from GTK merge. | |
631 | |
632 2001-02-23 Martin Buchholz <martin@xemacs.org> | |
633 | |
634 * XEmacs 21.2.45 "Thelxepeia" is released. | |
635 | |
636 2001-02-16 Raymond Toy <toy@rtp.ericsson.se> | |
637 | |
638 * lwlib-Xaw.c: Always include ATHENA_AsciiText_h_ to get the | |
639 text-field widget. | |
640 (xaw_creation_table): Always include the text-field widget | |
641 | |
642 2001-02-08 Martin Buchholz <martin@xemacs.org> | |
643 | |
644 * XEmacs 21.2.44 "Thalia" is released. | |
645 | |
646 2001-02-06 Martin Buchholz <martin@xemacs.org> | |
647 | |
648 * xlwgauge.c: | |
649 * xlwgcs.c: | |
650 * xlwgcs.c (XtAllocateGC): Fix typo for X11R4. | |
651 * xlwgcs.h: | |
652 * xlwradio.c (RadioExpose): | |
653 * xlwcheckbox.c: | |
654 Remove use of BSD-specific types. | |
655 s/u_(char|short|int_long)/unsigned $1/g | |
656 | |
657 2001-02-05 Martin Buchholz <martin@xemacs.org> | |
658 | |
659 * lwlib-Xm.c (xm_update_one_value): | |
660 Obey the man page; use XtFree instead of free. | |
661 | |
662 2001-02-02 Martin Buchholz <martin@xemacs.org> | |
663 | |
664 * config.h.in: Use "..." to include config.h | |
665 | |
666 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
667 | |
668 * XEmacs 21.2.43 "Terspichore" is released. | |
669 | |
454 | 670 2001-01-20 Martin Buchholz <martin@xemacs.org> |
671 | |
672 * XEmacs 21.2.42 "Poseidon" is released. | |
673 | |
452 | 674 2001-01-17 Martin Buchholz <martin@xemacs.org> |
675 | |
676 * XEmacs 21.2.41 "Polyhymnia" is released. | |
677 | |
450 | 678 2001-01-08 Martin Buchholz <martin@xemacs.org> |
679 | |
680 * XEmacs 21.2.40 is released. | |
681 | |
682 2001-01-06 Martin Buchholz <martin@xemacs.org> | |
683 | |
684 * lwlib-Xaw.c (xaw_creation_table): Make const. | |
685 * lwlib-Xaw.h (xaw_creation_table): Make const. | |
686 * lwlib-Xlw.c (xlw_creation_table): Make const. | |
687 * lwlib-Xlw.h (xlw_creation_table): Make const. | |
688 * lwlib-Xm.c (xm_creation_table): Make const. | |
689 * lwlib-Xm.h (xm_creation_table): Make const. | |
690 * lwlib.c (find_in_table): Use const. | |
691 | |
692 2001-01-02 Andy Piper <andy@xemacs.org> | |
693 | |
694 * lwlib.h (_widget_args): add args_changed. Necessary because we | |
695 reference count args. | |
696 | |
697 * lwlib.c (lw_add_widget_value_arg): set args_changed flag. | |
698 (merge_widget_value_args): mark as changed if args_changed is | |
699 true. | |
700 (update_all_widget_values): reset args_changed. | |
701 (initialize_widget_instance): ditto. | |
702 | |
448 | 703 2000-12-31 Martin Buchholz <martin@xemacs.org> |
704 | |
705 * XEmacs 21.2.39 is released. | |
706 | |
707 2000-12-30 Andy Piper <andy@xemacs.org> | |
708 | |
709 * xlwtabs.c: remove assertion definitions and put them in | |
710 lwlib-internal.h. This has the effect of enabling assertions which | |
711 should have been done from the very start. | |
712 (TabsShuffleRows): fix duff assertion. | |
713 (PreferredSize3): use dimensions throughout. | |
714 (PreferredSize2): ditto. | |
715 (TabLayout): ditto. | |
716 (DrawFrame): be clever about the enclosing frame if the child | |
717 height is 0. | |
718 (TabsResize): don't configure children that are no visible | |
719 anyway. Make sure geometry calculations don't end up negative. | |
720 | |
721 * lwlib-internal.h: put in assertion definitions. | |
722 | |
446 | 723 2000-12-05 Martin Buchholz <martin@xemacs.org> |
724 | |
725 * XEmacs 21.2.38 is released. | |
726 | |
727 2000-11-30 Andy Piper <andy@xemacs.org> | |
728 | |
729 * lwlib-Xm.c (xm_update_label): Hack to stop %_ labels until | |
730 someone fixes it properly. | |
731 | |
732 2000-11-24 Andy Piper <andy@xemacs.org> | |
733 | |
734 * xlwtabsP.h: add visible flag, realRows and remove displayChildren. | |
735 | |
736 * xlwtabs.c (TabVisible): new macro. Consults visible flag. | |
737 (TabsInit): remove displayChildren, add realRows. | |
738 (TabsConstraintInitialize): ditto. | |
739 (TabsResize): ditto. | |
740 (TabsGeometryManager): ditto. | |
741 (TabsChangeManaged): ditto. | |
742 (TabsSelect): ditto. | |
743 (TabsPage): ditto. | |
744 (TabsHighlight): ditto. | |
745 (DrawTabs): ditto. | |
746 (TabLayout): Caclulate rows for all children and whether they | |
747 should be visible or not.. | |
748 (TabsShuffleRows): shuffle rows based on both real and displayed | |
749 rows. Adjust visibility of all children. | |
750 (PreferredSize): ditto. | |
751 | |
752 2000-11-19 Martin Buchholz <martin@xemacs.org> | |
753 | |
754 * xlwtabs.c (TabsResize): Don't delete `tab', mark unused instead. | |
755 | |
756 2000-11-18 Martin Buchholz <martin@xemacs.org> | |
757 | |
758 * xlwmenu.c (make_windows_if_needed): | |
759 (XlwMenuRealize): | |
760 The proper type for `mask' is `unsigned long', not `int'. | |
761 | |
762 2000-11-18 Martin Buchholz <martin@xemacs.org> | |
763 | |
764 * xlwtabs.c (defaultAccelerators): Add #### to unused var. | |
765 (TabsResize): Remove unused var. | |
766 * xlwmenu.c (XlwMenuInitialize): Remove unused vars. | |
767 * lwlib-Xlw.c (xlw_update_one_widget): Add #### for probable bug. | |
768 | |
444 | 769 2000-11-14 Martin Buchholz <martin@xemacs.org> |
770 | |
771 * XEmacs 21.2.37 is released. | |
772 | |
773 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
774 | |
775 * lwlib.h: Typo fixes and tiny clarifications. | |
776 | |
442 | 777 2000-10-04 Martin Buchholz <martin@xemacs.org> |
778 | |
779 * XEmacs 21.2.36 is released. | |
780 | |
444 | 781 2000-09-21 Andy Piper <andy@xemacs.org> |
782 | |
783 * lwlib.h: declare copy_widget_value_tree. | |
784 | |
785 * lwlib.c (copy_widget_value_tree): make non-static. | |
786 | |
442 | 787 2000-09-19 Martin Buchholz <martin@xemacs.org> |
788 | |
789 * *: Spelling mega-patch | |
790 | |
791 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
792 | |
793 * lwlib.c (ascii_strcasecmp): New. | |
794 * lwlib.c (find_in_table): Use ascii_strcasecmp. | |
795 Avoid using non-standard non-portable strcasecmp. | |
796 | |
797 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
798 | |
799 * xlwmenu.c (XlwMenuInitialize): make comment on algorithm for | |
800 setting fontList match code. Suggest using same algorithm for | |
801 X Font Set resources in native lw code. | |
802 | |
803 2000-07-30 Ben Wing <ben@xemacs.org> | |
804 | |
805 * lwlib-Xaw.c (xaw_update_one_widget): | |
806 Remove accelerator specs from buttons, since Athena doesn't handle | |
807 them. | |
808 | |
809 * lwlib.c (lw_remove_accelerator_spec): | |
810 * lwlib.h: | |
811 Define function and prototype to do this. | |
812 | |
813 2000-07-15 Ben Wing <ben@xemacs.org> | |
814 | |
815 * xlwradioP.h: | |
816 Remove duplicate definition of streq(). | |
817 | |
818 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
819 | |
820 * XEmacs 21.2.35 is released. | |
821 | |
822 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
823 | |
824 * xlwcheckbox.c: | |
825 * xlwgauge.h: | |
826 * xlwgaugeP.h: | |
827 * xlwradio.h: | |
828 * xlwradioP.h: | |
829 * xlwgauge.c: | |
830 * config.h.in: | |
831 * xlwradio.c: | |
832 * lwlib-Xaw.c: | |
833 Replace SMART_INCLUDE with a dumber, but more reliable method. | |
834 | |
835 * xlwmenu.c (parameterize_string): Fix C++ compilation warnings. | |
836 | |
837 2000-06-10 Ben Wing <ben@xemacs.org> | |
838 | |
839 * lwlib-Xaw.c (xaw_create_label): add sanity check on arg limit. | |
840 (xaw_update_one_value): fix crash due to incorrect arg count. | |
841 | |
842 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
843 | |
844 * XEmacs 21.2.34 is released. | |
845 | |
846 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
847 | |
848 * XEmacs 21.2.33 is released. | |
849 | |
850 2000-04-19 Martin Buchholz <martin@xemacs.org> | |
851 | |
852 * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes. | |
853 * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes. | |
854 | |
855 2000-04-12 Andy Piper <andy@xemacs.org> | |
856 | |
857 * lwlib-Xaw.c (xaw_update_one_widget): no-op for text widgets. | |
858 (xaw_update_one_value): Get strings safely. | |
859 (xaw_create_text_field): add some extra properties. | |
860 | |
861 2000-04-05 Andy Piper <andy@xemacs.org> | |
862 | |
863 * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as | |
864 an athena widget. | |
865 | |
866 2000-04-05 Andy Piper <andy@xemacs.org> | |
867 | |
868 * xlwradio.c (RadioSetValues): resize if position information has | |
869 changed. | |
870 | |
871 * lwlib-Xm.c (xm_create_text_field): text fields should be enabled | |
872 even if there is no callback. | |
873 * lwlib-Xaw.c (xaw_create_text_field): ditto. | |
874 | |
875 2000-04-03 Andy Piper <andy@xemacs.org> | |
876 | |
877 * lwlib.c (merge_widget_value_args): only merge when the two args | |
878 are actually different. | |
879 | |
880 2000-03-21 Didier Verna <didier@xemacs.org> | |
881 | |
882 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to | |
883 src/config.h.in. | |
884 * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro. | |
885 | |
886 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
887 | |
888 * XEmacs 21.2.32 is released. | |
889 | |
890 2000-03-14 Ben Wing <ben@xemacs.org> | |
891 | |
892 * xlwmenu.c (massage_resource_name): Handle %_ and %%. | |
893 | |
894 2000-02-20 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
895 | |
896 * xlwscrollbar.c (get_gc): Always check for XmUNSPECIFIED_PIXMAP | |
897 even if we are only 'compatible' with the Motif resources. | |
898 (XmUNSPECIFIED_PIXMAP): Define unconditionally. | |
899 | |
900 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
901 | |
902 * XEmacs 21.2.31 is released. | |
903 | |
904 2000-02-22 Andy Piper <andy@xemacs.org> | |
905 | |
906 * lwlib-Xm.c (xm_update_one_widget): set widget args last in case | |
907 anything messes with them in the meantime. | |
908 * lwlib-Xlw.c (xlw_update_one_widget): ditto. | |
909 * lwlib-Xaw.c (xaw_update_one_widget): ditto. | |
910 | |
911 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
912 | |
913 * XEmacs 21.2.30 is released. | |
914 | |
915 2000-02-21 Andy Piper <andy@xemacs.org> | |
916 | |
917 * lwlib.c (merge_widget_value_args): don't delete the args before | |
918 copying, lw_copy_widget_value_args will do this for us if | |
919 necessary. | |
920 (lw_add_widget_value_arg): Allow existing args to be replaced. | |
921 (free_widget_value_args): Set args to 0 rather than 0xdeadbeef, | |
922 reference couting works better that way. | |
923 (lw_copy_widget_value_args): Do the right thing. | |
924 | |
925 * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks | |
926 much better. | |
927 * lwlib-Xaw.c (xaw_create_progress): ditto. | |
928 | |
929 2000-02-12 Jan Vroonhof <vroonhof@math.ethz.ch> | |
930 | |
931 * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif | |
932 compatible resource names. | |
933 | |
934 * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP | |
935 even if we are only 'compatible' with the Motif resources. | |
936 | |
937 2000-02-15 Andy Piper <andy@xemacs.org> | |
938 | |
939 * xlwgauge.c (GaugeExpose): remove shadows. | |
940 | |
941 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
942 | |
943 * XEmacs 21.2.29 is released. | |
944 | |
945 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu> | |
946 | |
947 * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and | |
948 old gccs. | |
949 | |
440 | 950 2000-02-07 Martin Buchholz <martin@xemacs.org> |
951 | |
952 * XEmacs 21.2.28 is released. | |
953 | |
954 2000-01-25 Andy Piper <andy@xemacs.org> | |
955 | |
956 * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight | |
957 widget as well. | |
958 | |
959 2000-01-28 Martin Buchholz <martin@xemacs.org> | |
960 | |
961 * xlwgauge.c (GaugeConvert): bcopy ==> memcpy | |
962 | |
963 2000-01-24 Andy Piper <andy@xemacs.org> | |
964 | |
965 * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the | |
966 stacking order. | |
967 (XawTabsSetHighlight): Don't unhighlight here. | |
968 | |
969 2000-01-22 Martin Buchholz <martin@xemacs.org> | |
970 | |
971 * *.h: Use consistent C-standards-approved guard macro names. | |
972 | |
438 | 973 2000-01-18 Martin Buchholz <martin@xemacs.org> |
974 | |
975 * XEmacs 21.2.27 is released. | |
976 | |
977 2000-01-15 Andy Piper <andy@xemacs.org> | |
978 | |
979 * lwlib-Xlw.c (lw_update_one_widget): make sure global | |
980 properties gets set. | |
981 | |
982 2000-01-07 Martin Buchholz <martin@xemacs.org> | |
983 | |
984 * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy. | |
985 This extends support for gcc 2.6 (e.g. on BSD/OS 2.0) | |
986 | |
987 * lwlib.c: Fix up memset calls. | |
988 | |
989 * lwlib-Xm.c (xm_update_text): Warning suppression. | |
990 (xm_update_text_field): Warning suppression. | |
991 | |
992 2000-01-03 Martin Buchholz <martin@xemacs.org> | |
993 | |
994 * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash: | |
995 (yes-or-no-p-dialog-box "Yes or No") | |
996 | |
436 | 997 1999-12-31 Martin Buchholz <martin@xemacs.org> |
998 | |
999 * XEmacs 21.2.26 is released. | |
1000 | |
1001 1999-12-29 Andy Piper <andy@xemacs.org> | |
1002 | |
1003 * xlwtabs.c (TabsHighlight): use displayChildren for highlighting | |
1004 not num_children. | |
1005 (TabsPage): ditto. | |
1006 | |
434 | 1007 1999-12-24 Martin Buchholz <martin@xemacs.org> |
1008 | |
1009 * XEmacs 21.2.25 is released. | |
1010 | |
1011 1999-12-23 Andy Piper <andy@xemacs.org> | |
1012 | |
1013 * lwlib.c (lw_copy_widget_value_args): don't create empty | |
1014 widget_args just because someone might use them later. This makes | |
1015 all widgets look like they've changed. | |
1016 | |
1017 1999-12-22 Andy Piper <andy@xemacs.org> | |
1018 | |
1019 * xlwtabs.c: Fix for X11R5 from Damon Lipparelli | |
1020 <lipp@primus.com>. | |
1021 | |
1022 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
1023 | |
1024 * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr) | |
1025 | |
1026 1999-12-12 Daniel Pittman <daniel@danann.net> | |
1027 | |
442 | 1028 * lwlib-Xaw.c: |
434 | 1029 * xlwcheckbox.c: |
1030 * xlwgauge.h: | |
1031 * xlwgaugeP.h: | |
1032 * xlwradio.c: | |
1033 * xlwradio.h: | |
1034 * xlwradioP.h: | |
1035 Clean up Athena widget support: | |
1036 - Athena headers now use dynamic include paths. | |
1037 | |
1038 1999-12-08 Andy Piper <andy@xemacs.org> | |
1039 | |
1040 * xlwtabs.c: sync with Tabs 2.2. | |
1041 * xlwtabP.h: ditto. | |
1042 | |
432 | 1043 1999-12-14 Martin Buchholz <martin@xemacs.org> |
1044 | |
1045 * XEmacs 21.2.24 is released. | |
1046 | |
1047 1999-12-14 Andy Piper <andy@xemacs.org> | |
1048 | |
1049 * xlwtabs.c (TabsResize): reset need_layout so that we don't go | |
1050 into infloop death. | |
1051 | |
1052 1999-12-14 Andy Piper <andy@xemacs.org> | |
1053 | |
1054 * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed. | |
1055 | |
1056 1999-12-13 Andy Piper <andy@xemacs.org> | |
1057 | |
1058 * xlwtabs.c (TabsResize): We need to expose the tabs after | |
1059 clearing the window they are in. | |
1060 | |
1061 1999-12-08 Andy Piper <andy@xemacs.org> | |
1062 | |
1063 * xlwtabs.c: sync with Tabs 2.1. | |
1064 | |
1065 1999-12-07 Andy Piper <andy@xemacs.org> | |
1066 | |
1067 * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the | |
1068 clip-window as well. | |
1069 | |
430 | 1070 1999-12-07 Martin Buchholz <martin@xemacs.org> |
1071 | |
1072 * XEmacs 21.2.23 is released. | |
1073 | |
1074 1999-12-05 Andy Piper <andy@xemacs.org> | |
1075 | |
1076 * xlwtabs.c: back up to previous rev to make syncing easier. Fix | |
1077 gcc moans. | |
1078 | |
1079 * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass. | |
1080 | |
428 | 1081 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
1082 | |
1083 * XEmacs 21.2.22 is released | |
1084 | |
1085 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
1086 | |
1087 * XEmacs 21.2.21 is released. | |
1088 | |
1089 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
1090 | |
1091 * xlwtabs.c: Remove unused variables. Fix warnings. | |
1092 | |
1093 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1094 | |
1095 * XEmacs 21.2.20 is released | |
1096 | |
1097 1999-09-09 Andy Piper <andy@xemacs.org> | |
1098 | |
1099 * xlwtabs.c: updated tabs widget from Ed Falk. | |
1100 * xlwtabs.h: ditto. | |
1101 * xlwtabsP.h: ditto. | |
1102 | |
1103 1999-09-22 Martin Buchholz <martin@xemacs.org> | |
1104 | |
1105 * lwlib-internal.h: | |
1106 * lwlib-utils.h: | |
1107 Move declaration of destroy_all_children from lwlib-internal.h to | |
1108 lwlib-utils.h, where it belongs. | |
1109 | |
1110 1999-09-21 Andy Piper <andy@xemacs.org> | |
1111 | |
1112 * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels | |
1113 with text. | |
1114 | |
1115 1999-09-22 Martin Buchholz <martin@xemacs.org> | |
1116 | |
1117 * xlwtabs.c: Fix C++ compilability. | |
1118 | |
1119 1999-09-18 Andy Piper <andy@xemacs.org> | |
1120 | |
1121 * xlwtabs.c: Put in tabs sync because clipping should fix useability | |
1122 problems. | |
1123 | |
1124 1999-09-13 Andy Piper <andy@xemacs.org> | |
1125 | |
1126 * xlwtabs.c: Back out tabs sync because of reported useability | |
1127 problems. | |
1128 | |
1129 1999-09-09 Andy Piper <andy@xemacs.org> | |
1130 | |
1131 * xlwtabs.c: updated tabs widget from Ed Falk. | |
1132 * xlwtabs.h: ditto. | |
1133 * xlwtabsP.h: ditto. | |
1134 * xlwgcs.c: ditto. | |
1135 * xlwgcs.h: ditto. | |
1136 | |
1137 1999-09-03 Martin Buchholz <martin@xemacs.org> | |
1138 | |
1139 * xlwgauge.c: Ansify. | |
1140 Include <stdlib.h> to get prototype for atoi(). | |
1141 (GaugeSelect): Call GaugeExpose with the right number of args. | |
1142 (GaugeLoseSel): Call GaugeExpose with the right number of args. | |
442 | 1143 (GaugeConvert): This is a XtConvertSelectionProc, |
428 | 1144 so 5th parameter must be of type XtPointer, not XPointer. |
442 | 1145 (GaugeGetValue): This is a XtTimerCallbackProc, |
428 | 1146 so 2nd parameter must be of type XtIntervalId *, not XtIntervalId. |
442 | 1147 |
428 | 1148 |
1149 1999-09-01 Martin Buchholz <martin@xemacs.org> | |
1150 | |
1151 * lwlib.c (free_widget_value_contents): Use proper type for cast. | |
1152 | |
1153 * xlwradio.c: Use function prototypes everywhere. | |
1154 * xlwcheckbox.c: | |
1155 * xlwradio.c: | |
1156 * xlwradioP.h: Move declarations of non-static functions defined | |
1157 in xlwradio.c into xlwradioP.h. | |
1158 | |
1159 1999-09-02 Andy Piper <andy@xemacs.org> | |
1160 | |
1161 * xlwgcs.c: include xmu.h | |
1162 | |
1163 1999-09-01 Andy Piper <andy@xemacs.org> | |
1164 | |
1165 * xlwgauge.c: rearrange headers yet again. | |
1166 * xlwcheckbox.c: ditto. | |
1167 * xlwradio.c: ditto. | |
1168 * xlwtabs.c: ditto. | |
1169 | |
1170 1999-09-01 Andy Piper <andy@xemacs.org> | |
1171 | |
1172 * xlwgauge.c: use xmu.h | |
1173 * xlwcheckbox.c: ditto. | |
1174 * xlwradio.c: ditto. | |
1175 | |
1176 1999-08-31 Andy Piper <andy@xemacs.org> | |
1177 | |
1178 * xlwtabs.c: | |
1179 * xlwgcs.c: | |
1180 * xlwradio.c: | |
1181 * xlwcheckbox.c: | |
1182 * xlwgauge.c: Fix for losing systems without Xmu. | |
442 | 1183 |
428 | 1184 1999-08-31 Andy Piper <andy@xemacs.org> |
1185 | |
1186 * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage. | |
1187 | |
1188 1999-08-30 Andy Piper <andy@xemacs.org> | |
1189 | |
1190 * lwlib.c (free_widget_value_contents): be more precise about | |
1191 freeing user defined args. | |
1192 | |
1193 * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not | |
1194 its contents for hierarchies one deep. | |
1195 | |
1196 1999-08-29 Andy Piper <andy@xemacs.org> | |
1197 | |
1198 * xlwtabs.c: temporary fixes pending a new release. | |
1199 * xlwtabsP.h: ditto. | |
1200 | |
1201 * lwlib-Xm.c (xm_update_one_widget): update user defined args. | |
1202 (xm_create_label): set args after creation as well as before. | |
1203 | |
1204 * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally. | |
1205 (xlw_update_tab_control): actually update the children rather than | |
1206 the parent. | |
1207 | |
1208 * lwlib-Xaw.c (xaw_update_one_widget): update user defined args. | |
1209 (xaw_create_label): set args after creation as well as before. | |
1210 | |
1211 1999-08-23 Andy Piper <andy@xemacs.org> | |
1212 | |
1213 * lwlib-Xm.c (xm_update_label): don't concatenate value to itself. | |
1214 | |
1215 * lwlib-Xm.c (xm_create_label_field): new function for creating labels. | |
1216 (xm_creation_table): use it. | |
1217 | |
1218 * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels. | |
1219 (xaw_creation_table): use it. | |
1220 | |
1221 1999-08-16 Andy Piper <andy@xemacs.org> | |
1222 | |
1223 * lwlib.h: declare free_widget_value_tree. | |
1224 | |
1225 * lwlib.c (free_widget_value_tree): make non-static. | |
1226 | |
1227 * lwlib-Xm.c (xm_update_label): free val_string when updating. | |
1228 | |
1229 1999-08-04 Andy Piper <andy@xemacs.org> | |
1230 | |
1231 * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its | |
1232 defined for widgets. | |
1233 (xm_nosel_callback): ditto. | |
1234 | |
1235 * xlwtabsP.h: sync with 1.5. | |
1236 | |
1237 * xlwtabs.c: sync with 1.18. | |
1238 | |
1239 1999-07-28 Andy Piper <andy@xemacs.org> | |
1240 | |
1241 * xlwtabs.c: new lucid tabs widget from Ed Falk. | |
1242 * xlwtabs.h: ditto. | |
1243 * xlwtabsP.h: ditto. | |
1244 * xlwgcs.c: GC manipulation for tab widgets. | |
1245 * xlwgcs.h: ditto. | |
1246 | |
1247 * xlwgauge.c: new athena gauge widget from Ed Falk. | |
1248 * xlwgauge.h: ditto. | |
1249 * xlwgaugeP.h: ditto. | |
1250 | |
1251 * xlwradio.c: new athena radio widget from Ed Falk. | |
1252 * xlwradio.h: ditto. | |
1253 * xlwradioP.h: ditto. | |
1254 | |
1255 * xlwcheckbox.c: new athena checkbox widget from Ed Falk. | |
1256 * xlwcheckbox.h: ditto. | |
1257 * xlwcheckboxP.h: ditto. | |
1258 | |
1259 * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c. | |
1260 | |
1261 * lwlib-internal.h: declare destroy_all_children. | |
1262 | |
1263 * lwlib-config.c: add widget checks. | |
1264 | |
1265 * lwlib-Xm.h: declare xm_create_label; | |
1266 | |
1267 * lwlib-Xm.c (destroy_all_children): move to lwlib-utils.c. | |
1268 (xm_update_label): enable for widgets. | |
1269 (xm_update_one_widget): ditto. | |
1270 (xm_create_button): rename in line with lwlib-Xaw.c | |
1271 (xm_create_progress): ditto. | |
1272 (xm_create_text_field): ditto. | |
1273 (xm_create_combo_box): ditto. | |
1274 (xm_create_label): new function. | |
1275 (xm_creation_table): rename widget creation functions. | |
1276 (xm_destroy_instance): enable for widgets. | |
1277 (xm_generic_callback): ditto. | |
1278 (xm_generic_callback): ditto. | |
1279 | |
1280 * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special | |
1281 callback that calls the correct function depending on what tab is | |
1282 selected. | |
1283 (xlw_create_tab_control): new function. | |
1284 (build_tabs_in_widget): new function. puts tabs in a tab widget, | |
1285 uses Xaw or Xm depending on how XEmacs was compiled. | |
1286 (xlw_update_tab_control): update the resources for each | |
1287 tab. optionally rebuild the contents of the tab widget. | |
1288 (xlw_creation_table): add tab widget creation function. | |
1289 (lw_lucid_widget_p): add tab widget. | |
1290 (xlw_update_one_widget): ditto. | |
1291 | |
1292 * lwlib-Xaw.h: declare xaw_create_label; | |
1293 | |
1294 * lwlib-Xaw.c (lw_xaw_widget_p): add widgets classes. | |
1295 (xaw_update_one_widget): ditto. | |
1296 (xaw_update_one_value): add code from the Xm version. | |
1297 (xaw_generic_callback): add Xm hack for setting command | |
1298 states. beef up lookup of call data. | |
1299 (xaw_create_button): new function. | |
1300 (xaw_create_label): new function for use by tab widget. | |
1301 (xaw_create_progress): new function. | |
1302 (xaw_create_text_field): new function. | |
1303 (xaw_creation_table): add new widget type creation functions. | |
1304 | |
1305 * Makefile.in.in: add dependencies for new lw widgets. | |
1306 | |
1307 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1308 | |
1309 * XEmacs 21.2.19 is released | |
1310 | |
1311 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1312 | |
1313 * XEmacs 21.2.18 is released | |
1314 | |
442 | 1315 1999-07-05 Didier Verna <didier@xemacs.org> |
428 | 1316 |
1317 * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around | |
1318 call to xm_update_label. | |
1319 | |
1320 1999-06-28 Andy Piper <andy@xemacs.org> | |
1321 | |
1322 * lwlib-Xm.c: unconditionally enable text field & list code. | |
1323 (make_progress): new function. creates a slider. | |
1324 (make_text_field): new function. creates an edit field. | |
1325 (make_combo_box): new function. creates a combo box. | |
1326 (xm_creation_table): add new widget functions. | |
1327 | |
1328 1999-06-25 Andy Piper <andy@xemacs.org> | |
1329 | |
1330 * lwlib.h (_widget_value): add arglist slots. | |
1331 declare new functions. | |
1332 | |
1333 * lwlib.c (free_widget_value_contents): handle arglists when | |
1334 freeing. | |
1335 (lw_add_value_args_to_args): new function. add arglist entries | |
1336 from a widget_value structure. | |
1337 | |
1338 * lwlib-Xm.c (make_button): new function, create a motif button | |
1339 for display in a buffer as a glyph. | |
1340 (xm_creation_table): add make_button. | |
1341 | |
1342 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1343 | |
1344 * XEmacs 21.2.17 is released | |
1345 | |
1346 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1347 | |
1348 * XEmacs 21.2.16 is released | |
1349 | |
1350 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1351 | |
1352 * XEmacs 21.2.15 is released | |
1353 | |
1354 1999-05-17 Jerry James <jerry@cs.ucsb.edu> | |
1355 | |
1356 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before | |
1357 using it. | |
1358 | |
1359 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1360 | |
1361 * XEmacs 21.2.14 is released | |
1362 | |
1363 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1364 | |
1365 * XEmacs 21.2.13 is released | |
1366 | |
1367 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1368 | |
1369 * XEmacs 21.2.12 is released | |
1370 | |
1371 1999-02-18 Martin Buchholz <martin@xemacs.org> | |
1372 | |
1373 * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning | |
1374 - Have to toupper ((int) (unsigned char) x) to be portable. |