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