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