641
|
1 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2
|
|
3 * XEmacs 21.5.2 "artichoke" is released.
|
|
4
|
639
|
5 2001-07-26 Andy Piper <andy@xemacs.org>
|
|
6
|
|
7 * lwlib-Xm.c (xm_update_progress): new function. Set Scale height
|
|
8 and width from normal height and width.
|
|
9 * lwlib-Xm.c (xm_create_progress): ditto.
|
|
10 * lwlib-Xm.c (xm_update_one_widget): call xm_update_progress.
|
|
11 * lwlib.c (lw_get_value_arg): new function. Return an argument
|
|
12 based on its name.
|
|
13 * lwlib.h: declare it.
|
|
14
|
551
|
15 2001-05-21 Martin Buchholz <martin@xemacs.org>
|
|
16
|
|
17 * lwlib-config.c: Remove.
|
|
18 * Makefile.in.in: Remove references to lwlib-config.
|
|
19
|
522
|
20 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
21
|
|
22 * XEmacs 21.5.1 "anise" is released.
|
|
23
|
487
|
24 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
25
|
|
26 * lwlib-utils.c (destroy_all_children): fix warning reported by
|
|
27 Isaac Hollander <ysh@mindspring.com>.
|
|
28
|
472
|
29 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
30
|
|
31 * XEmacs 21.5.0 "alfalfa" is released.
|
|
32
|
464
|
33 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
34
|
|
35 * ChangeLog: Restore logs lost in the GTK merge.
|
|
36
|
462
|
37 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
458
|
38
|
462
|
39 * XEmacs 21.2.46 "Urania" is released.
|
456
|
40
|
464
|
41 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
42
|
|
43 * xlwradio.c: Revert gratuitous whitespace changes from GTK merge.
|
|
44
|
|
45 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
46
|
|
47 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
48
|
|
49 2001-02-16 Raymond Toy <toy@rtp.ericsson.se>
|
|
50
|
|
51 * lwlib-Xaw.c: Always include ATHENA_AsciiText_h_ to get the
|
|
52 text-field widget.
|
|
53 (xaw_creation_table): Always include the text-field widget
|
|
54
|
|
55 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
56
|
|
57 * XEmacs 21.2.44 "Thalia" is released.
|
|
58
|
|
59 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
60
|
|
61 * xlwgauge.c:
|
|
62 * xlwgcs.c:
|
|
63 * xlwgcs.c (XtAllocateGC): Fix typo for X11R4.
|
|
64 * xlwgcs.h:
|
|
65 * xlwradio.c (RadioExpose):
|
|
66 * xlwcheckbox.c:
|
|
67 Remove use of BSD-specific types.
|
|
68 s/u_(char|short|int_long)/unsigned $1/g
|
|
69
|
|
70 2001-02-05 Martin Buchholz <martin@xemacs.org>
|
|
71
|
|
72 * lwlib-Xm.c (xm_update_one_value):
|
|
73 Obey the man page; use XtFree instead of free.
|
|
74
|
|
75 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
76
|
|
77 * config.h.in: Use "..." to include config.h
|
|
78
|
|
79 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
80
|
|
81 * XEmacs 21.2.43 "Terspichore" is released.
|
|
82
|
454
|
83 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
84
|
|
85 * XEmacs 21.2.42 "Poseidon" is released.
|
|
86
|
452
|
87 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
88
|
|
89 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
90
|
450
|
91 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
92
|
|
93 * XEmacs 21.2.40 is released.
|
|
94
|
|
95 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
96
|
|
97 * lwlib-Xaw.c (xaw_creation_table): Make const.
|
|
98 * lwlib-Xaw.h (xaw_creation_table): Make const.
|
|
99 * lwlib-Xlw.c (xlw_creation_table): Make const.
|
|
100 * lwlib-Xlw.h (xlw_creation_table): Make const.
|
|
101 * lwlib-Xm.c (xm_creation_table): Make const.
|
|
102 * lwlib-Xm.h (xm_creation_table): Make const.
|
|
103 * lwlib.c (find_in_table): Use const.
|
|
104
|
|
105 2001-01-02 Andy Piper <andy@xemacs.org>
|
|
106
|
|
107 * lwlib.h (_widget_args): add args_changed. Necessary because we
|
|
108 reference count args.
|
|
109
|
|
110 * lwlib.c (lw_add_widget_value_arg): set args_changed flag.
|
|
111 (merge_widget_value_args): mark as changed if args_changed is
|
|
112 true.
|
|
113 (update_all_widget_values): reset args_changed.
|
|
114 (initialize_widget_instance): ditto.
|
|
115
|
448
|
116 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
117
|
|
118 * XEmacs 21.2.39 is released.
|
|
119
|
|
120 2000-12-30 Andy Piper <andy@xemacs.org>
|
|
121
|
|
122 * xlwtabs.c: remove assertion definitions and put them in
|
|
123 lwlib-internal.h. This has the effect of enabling assertions which
|
|
124 should have been done from the very start.
|
|
125 (TabsShuffleRows): fix duff assertion.
|
|
126 (PreferredSize3): use dimensions throughout.
|
|
127 (PreferredSize2): ditto.
|
|
128 (TabLayout): ditto.
|
|
129 (DrawFrame): be clever about the enclosing frame if the child
|
|
130 height is 0.
|
|
131 (TabsResize): don't configure children that are no visible
|
|
132 anyway. Make sure geometry calculations don't end up negative.
|
|
133
|
|
134 * lwlib-internal.h: put in assertion definitions.
|
|
135
|
446
|
136 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
137
|
|
138 * XEmacs 21.2.38 is released.
|
|
139
|
|
140 2000-11-30 Andy Piper <andy@xemacs.org>
|
|
141
|
|
142 * lwlib-Xm.c (xm_update_label): Hack to stop %_ labels until
|
|
143 someone fixes it properly.
|
|
144
|
|
145 2000-11-24 Andy Piper <andy@xemacs.org>
|
|
146
|
|
147 * xlwtabsP.h: add visible flag, realRows and remove displayChildren.
|
|
148
|
|
149 * xlwtabs.c (TabVisible): new macro. Consults visible flag.
|
|
150 (TabsInit): remove displayChildren, add realRows.
|
|
151 (TabsConstraintInitialize): ditto.
|
|
152 (TabsResize): ditto.
|
|
153 (TabsGeometryManager): ditto.
|
|
154 (TabsChangeManaged): ditto.
|
|
155 (TabsSelect): ditto.
|
|
156 (TabsPage): ditto.
|
|
157 (TabsHighlight): ditto.
|
|
158 (DrawTabs): ditto.
|
|
159 (TabLayout): Caclulate rows for all children and whether they
|
|
160 should be visible or not..
|
|
161 (TabsShuffleRows): shuffle rows based on both real and displayed
|
|
162 rows. Adjust visibility of all children.
|
|
163 (PreferredSize): ditto.
|
|
164
|
|
165 2000-11-19 Martin Buchholz <martin@xemacs.org>
|
|
166
|
|
167 * xlwtabs.c (TabsResize): Don't delete `tab', mark unused instead.
|
|
168
|
|
169 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
170
|
|
171 * xlwmenu.c (make_windows_if_needed):
|
|
172 (XlwMenuRealize):
|
|
173 The proper type for `mask' is `unsigned long', not `int'.
|
|
174
|
|
175 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
176
|
|
177 * xlwtabs.c (defaultAccelerators): Add #### to unused var.
|
|
178 (TabsResize): Remove unused var.
|
|
179 * xlwmenu.c (XlwMenuInitialize): Remove unused vars.
|
|
180 * lwlib-Xlw.c (xlw_update_one_widget): Add #### for probable bug.
|
|
181
|
444
|
182 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
183
|
|
184 * XEmacs 21.2.37 is released.
|
|
185
|
|
186 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
187
|
|
188 * lwlib.h: Typo fixes and tiny clarifications.
|
|
189
|
442
|
190 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
191
|
|
192 * XEmacs 21.2.36 is released.
|
|
193
|
444
|
194 2000-09-21 Andy Piper <andy@xemacs.org>
|
|
195
|
|
196 * lwlib.h: declare copy_widget_value_tree.
|
|
197
|
|
198 * lwlib.c (copy_widget_value_tree): make non-static.
|
|
199
|
442
|
200 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
201
|
|
202 * *: Spelling mega-patch
|
|
203
|
|
204 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
205
|
|
206 * lwlib.c (ascii_strcasecmp): New.
|
|
207 * lwlib.c (find_in_table): Use ascii_strcasecmp.
|
|
208 Avoid using non-standard non-portable strcasecmp.
|
|
209
|
|
210 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
211
|
|
212 * xlwmenu.c (XlwMenuInitialize): make comment on algorithm for
|
|
213 setting fontList match code. Suggest using same algorithm for
|
|
214 X Font Set resources in native lw code.
|
|
215
|
|
216 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
217
|
|
218 * lwlib-Xaw.c (xaw_update_one_widget):
|
|
219 Remove accelerator specs from buttons, since Athena doesn't handle
|
|
220 them.
|
|
221
|
|
222 * lwlib.c (lw_remove_accelerator_spec):
|
|
223 * lwlib.h:
|
|
224 Define function and prototype to do this.
|
|
225
|
|
226 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
227
|
|
228 * xlwradioP.h:
|
|
229 Remove duplicate definition of streq().
|
|
230
|
|
231 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
232
|
|
233 * XEmacs 21.2.35 is released.
|
|
234
|
|
235 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
236
|
|
237 * xlwcheckbox.c:
|
|
238 * xlwgauge.h:
|
|
239 * xlwgaugeP.h:
|
|
240 * xlwradio.h:
|
|
241 * xlwradioP.h:
|
|
242 * xlwgauge.c:
|
|
243 * config.h.in:
|
|
244 * xlwradio.c:
|
|
245 * lwlib-Xaw.c:
|
|
246 Replace SMART_INCLUDE with a dumber, but more reliable method.
|
|
247
|
|
248 * xlwmenu.c (parameterize_string): Fix C++ compilation warnings.
|
|
249
|
|
250 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
251
|
|
252 * lwlib-Xaw.c (xaw_create_label): add sanity check on arg limit.
|
|
253 (xaw_update_one_value): fix crash due to incorrect arg count.
|
|
254
|
|
255 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
256
|
|
257 * XEmacs 21.2.34 is released.
|
|
258
|
|
259 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
260
|
|
261 * XEmacs 21.2.33 is released.
|
|
262
|
|
263 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
264
|
|
265 * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes.
|
|
266 * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes.
|
|
267
|
|
268 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
269
|
|
270 * lwlib-Xaw.c (xaw_update_one_widget): no-op for text widgets.
|
|
271 (xaw_update_one_value): Get strings safely.
|
|
272 (xaw_create_text_field): add some extra properties.
|
|
273
|
|
274 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
275
|
|
276 * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as
|
|
277 an athena widget.
|
|
278
|
|
279 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
280
|
|
281 * xlwradio.c (RadioSetValues): resize if position information has
|
|
282 changed.
|
|
283
|
|
284 * lwlib-Xm.c (xm_create_text_field): text fields should be enabled
|
|
285 even if there is no callback.
|
|
286 * lwlib-Xaw.c (xaw_create_text_field): ditto.
|
|
287
|
|
288 2000-04-03 Andy Piper <andy@xemacs.org>
|
|
289
|
|
290 * lwlib.c (merge_widget_value_args): only merge when the two args
|
|
291 are actually different.
|
|
292
|
|
293 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
294
|
|
295 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to
|
|
296 src/config.h.in.
|
|
297 * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro.
|
|
298
|
|
299 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
300
|
|
301 * XEmacs 21.2.32 is released.
|
|
302
|
|
303 2000-03-14 Ben Wing <ben@xemacs.org>
|
|
304
|
|
305 * xlwmenu.c (massage_resource_name): Handle %_ and %%.
|
|
306
|
|
307 2000-02-20 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
308
|
|
309 * xlwscrollbar.c (get_gc): Always check for XmUNSPECIFIED_PIXMAP
|
|
310 even if we are only 'compatible' with the Motif resources.
|
|
311 (XmUNSPECIFIED_PIXMAP): Define unconditionally.
|
|
312
|
|
313 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
314
|
|
315 * XEmacs 21.2.31 is released.
|
|
316
|
|
317 2000-02-22 Andy Piper <andy@xemacs.org>
|
|
318
|
|
319 * lwlib-Xm.c (xm_update_one_widget): set widget args last in case
|
|
320 anything messes with them in the meantime.
|
|
321 * lwlib-Xlw.c (xlw_update_one_widget): ditto.
|
|
322 * lwlib-Xaw.c (xaw_update_one_widget): ditto.
|
|
323
|
|
324 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
325
|
|
326 * XEmacs 21.2.30 is released.
|
|
327
|
|
328 2000-02-21 Andy Piper <andy@xemacs.org>
|
|
329
|
|
330 * lwlib.c (merge_widget_value_args): don't delete the args before
|
|
331 copying, lw_copy_widget_value_args will do this for us if
|
|
332 necessary.
|
|
333 (lw_add_widget_value_arg): Allow existing args to be replaced.
|
|
334 (free_widget_value_args): Set args to 0 rather than 0xdeadbeef,
|
|
335 reference couting works better that way.
|
|
336 (lw_copy_widget_value_args): Do the right thing.
|
|
337
|
|
338 * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks
|
|
339 much better.
|
|
340 * lwlib-Xaw.c (xaw_create_progress): ditto.
|
|
341
|
|
342 2000-02-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
343
|
|
344 * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif
|
|
345 compatible resource names.
|
|
346
|
|
347 * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP
|
|
348 even if we are only 'compatible' with the Motif resources.
|
|
349
|
|
350 2000-02-15 Andy Piper <andy@xemacs.org>
|
|
351
|
|
352 * xlwgauge.c (GaugeExpose): remove shadows.
|
|
353
|
|
354 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
355
|
|
356 * XEmacs 21.2.29 is released.
|
|
357
|
|
358 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
359
|
|
360 * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and
|
|
361 old gccs.
|
|
362
|
440
|
363 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
364
|
|
365 * XEmacs 21.2.28 is released.
|
|
366
|
|
367 2000-01-25 Andy Piper <andy@xemacs.org>
|
|
368
|
|
369 * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight
|
|
370 widget as well.
|
|
371
|
|
372 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
373
|
|
374 * xlwgauge.c (GaugeConvert): bcopy ==> memcpy
|
|
375
|
|
376 2000-01-24 Andy Piper <andy@xemacs.org>
|
|
377
|
|
378 * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the
|
|
379 stacking order.
|
|
380 (XawTabsSetHighlight): Don't unhighlight here.
|
|
381
|
|
382 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
383
|
|
384 * *.h: Use consistent C-standards-approved guard macro names.
|
|
385
|
438
|
386 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
387
|
|
388 * XEmacs 21.2.27 is released.
|
|
389
|
|
390 2000-01-15 Andy Piper <andy@xemacs.org>
|
|
391
|
|
392 * lwlib-Xlw.c (lw_update_one_widget): make sure global
|
|
393 properties gets set.
|
|
394
|
|
395 2000-01-07 Martin Buchholz <martin@xemacs.org>
|
|
396
|
|
397 * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy.
|
|
398 This extends support for gcc 2.6 (e.g. on BSD/OS 2.0)
|
|
399
|
|
400 * lwlib.c: Fix up memset calls.
|
|
401
|
|
402 * lwlib-Xm.c (xm_update_text): Warning suppression.
|
|
403 (xm_update_text_field): Warning suppression.
|
|
404
|
|
405 2000-01-03 Martin Buchholz <martin@xemacs.org>
|
|
406
|
|
407 * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash:
|
|
408 (yes-or-no-p-dialog-box "Yes or No")
|
|
409
|
436
|
410 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
411
|
|
412 * XEmacs 21.2.26 is released.
|
|
413
|
|
414 1999-12-29 Andy Piper <andy@xemacs.org>
|
|
415
|
|
416 * xlwtabs.c (TabsHighlight): use displayChildren for highlighting
|
|
417 not num_children.
|
|
418 (TabsPage): ditto.
|
|
419
|
434
|
420 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
421
|
|
422 * XEmacs 21.2.25 is released.
|
|
423
|
|
424 1999-12-23 Andy Piper <andy@xemacs.org>
|
|
425
|
|
426 * lwlib.c (lw_copy_widget_value_args): don't create empty
|
|
427 widget_args just because someone might use them later. This makes
|
|
428 all widgets look like they've changed.
|
|
429
|
|
430 1999-12-22 Andy Piper <andy@xemacs.org>
|
|
431
|
|
432 * xlwtabs.c: Fix for X11R5 from Damon Lipparelli
|
|
433 <lipp@primus.com>.
|
|
434
|
|
435 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
436
|
|
437 * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr)
|
|
438
|
|
439 1999-12-12 Daniel Pittman <daniel@danann.net>
|
|
440
|
442
|
441 * lwlib-Xaw.c:
|
434
|
442 * xlwcheckbox.c:
|
|
443 * xlwgauge.h:
|
|
444 * xlwgaugeP.h:
|
|
445 * xlwradio.c:
|
|
446 * xlwradio.h:
|
|
447 * xlwradioP.h:
|
|
448 Clean up Athena widget support:
|
|
449 - Athena headers now use dynamic include paths.
|
|
450
|
|
451 1999-12-08 Andy Piper <andy@xemacs.org>
|
|
452
|
|
453 * xlwtabs.c: sync with Tabs 2.2.
|
|
454 * xlwtabP.h: ditto.
|
|
455
|
432
|
456 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
457
|
|
458 * XEmacs 21.2.24 is released.
|
|
459
|
|
460 1999-12-14 Andy Piper <andy@xemacs.org>
|
|
461
|
|
462 * xlwtabs.c (TabsResize): reset need_layout so that we don't go
|
|
463 into infloop death.
|
|
464
|
|
465 1999-12-14 Andy Piper <andy@xemacs.org>
|
|
466
|
|
467 * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed.
|
|
468
|
|
469 1999-12-13 Andy Piper <andy@xemacs.org>
|
|
470
|
|
471 * xlwtabs.c (TabsResize): We need to expose the tabs after
|
|
472 clearing the window they are in.
|
|
473
|
|
474 1999-12-08 Andy Piper <andy@xemacs.org>
|
|
475
|
|
476 * xlwtabs.c: sync with Tabs 2.1.
|
|
477
|
|
478 1999-12-07 Andy Piper <andy@xemacs.org>
|
|
479
|
|
480 * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the
|
|
481 clip-window as well.
|
|
482
|
430
|
483 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
484
|
|
485 * XEmacs 21.2.23 is released.
|
|
486
|
|
487 1999-12-05 Andy Piper <andy@xemacs.org>
|
|
488
|
|
489 * xlwtabs.c: back up to previous rev to make syncing easier. Fix
|
|
490 gcc moans.
|
|
491
|
|
492 * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass.
|
|
493
|
428
|
494 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
495
|
|
496 * XEmacs 21.2.22 is released
|
|
497
|
|
498 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
499
|
|
500 * XEmacs 21.2.21 is released.
|
|
501
|
|
502 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
503
|
|
504 * xlwtabs.c: Remove unused variables. Fix warnings.
|
|
505
|
|
506 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
507
|
|
508 * XEmacs 21.2.20 is released
|
|
509
|
|
510 1999-09-09 Andy Piper <andy@xemacs.org>
|
|
511
|
|
512 * xlwtabs.c: updated tabs widget from Ed Falk.
|
|
513 * xlwtabs.h: ditto.
|
|
514 * xlwtabsP.h: ditto.
|
|
515
|
|
516 1999-09-22 Martin Buchholz <martin@xemacs.org>
|
|
517
|
|
518 * lwlib-internal.h:
|
|
519 * lwlib-utils.h:
|
|
520 Move declaration of destroy_all_children from lwlib-internal.h to
|
|
521 lwlib-utils.h, where it belongs.
|
|
522
|
|
523 1999-09-21 Andy Piper <andy@xemacs.org>
|
|
524
|
|
525 * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels
|
|
526 with text.
|
|
527
|
|
528 1999-09-22 Martin Buchholz <martin@xemacs.org>
|
|
529
|
|
530 * xlwtabs.c: Fix C++ compilability.
|
|
531
|
|
532 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
533
|
|
534 * xlwtabs.c: Put in tabs sync because clipping should fix useability
|
|
535 problems.
|
|
536
|
|
537 1999-09-13 Andy Piper <andy@xemacs.org>
|
|
538
|
|
539 * xlwtabs.c: Back out tabs sync because of reported useability
|
|
540 problems.
|
|
541
|
|
542 1999-09-09 Andy Piper <andy@xemacs.org>
|
|
543
|
|
544 * xlwtabs.c: updated tabs widget from Ed Falk.
|
|
545 * xlwtabs.h: ditto.
|
|
546 * xlwtabsP.h: ditto.
|
|
547 * xlwgcs.c: ditto.
|
|
548 * xlwgcs.h: ditto.
|
|
549
|
|
550 1999-09-03 Martin Buchholz <martin@xemacs.org>
|
|
551
|
|
552 * xlwgauge.c: Ansify.
|
|
553 Include <stdlib.h> to get prototype for atoi().
|
|
554 (GaugeSelect): Call GaugeExpose with the right number of args.
|
|
555 (GaugeLoseSel): Call GaugeExpose with the right number of args.
|
442
|
556 (GaugeConvert): This is a XtConvertSelectionProc,
|
428
|
557 so 5th parameter must be of type XtPointer, not XPointer.
|
442
|
558 (GaugeGetValue): This is a XtTimerCallbackProc,
|
428
|
559 so 2nd parameter must be of type XtIntervalId *, not XtIntervalId.
|
442
|
560
|
428
|
561
|
|
562 1999-09-01 Martin Buchholz <martin@xemacs.org>
|
|
563
|
|
564 * lwlib.c (free_widget_value_contents): Use proper type for cast.
|
|
565
|
|
566 * xlwradio.c: Use function prototypes everywhere.
|
|
567 * xlwcheckbox.c:
|
|
568 * xlwradio.c:
|
|
569 * xlwradioP.h: Move declarations of non-static functions defined
|
|
570 in xlwradio.c into xlwradioP.h.
|
|
571
|
|
572 1999-09-02 Andy Piper <andy@xemacs.org>
|
|
573
|
|
574 * xlwgcs.c: include xmu.h
|
|
575
|
|
576 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
577
|
|
578 * xlwgauge.c: rearrange headers yet again.
|
|
579 * xlwcheckbox.c: ditto.
|
|
580 * xlwradio.c: ditto.
|
|
581 * xlwtabs.c: ditto.
|
|
582
|
|
583 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
584
|
|
585 * xlwgauge.c: use xmu.h
|
|
586 * xlwcheckbox.c: ditto.
|
|
587 * xlwradio.c: ditto.
|
|
588
|
|
589 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
590
|
|
591 * xlwtabs.c:
|
|
592 * xlwgcs.c:
|
|
593 * xlwradio.c:
|
|
594 * xlwcheckbox.c:
|
|
595 * xlwgauge.c: Fix for losing systems without Xmu.
|
442
|
596
|
428
|
597 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
598
|
|
599 * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage.
|
|
600
|
|
601 1999-08-30 Andy Piper <andy@xemacs.org>
|
|
602
|
|
603 * lwlib.c (free_widget_value_contents): be more precise about
|
|
604 freeing user defined args.
|
|
605
|
|
606 * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not
|
|
607 its contents for hierarchies one deep.
|
|
608
|
|
609 1999-08-29 Andy Piper <andy@xemacs.org>
|
|
610
|
|
611 * xlwtabs.c: temporary fixes pending a new release.
|
|
612 * xlwtabsP.h: ditto.
|
|
613
|
|
614 * lwlib-Xm.c (xm_update_one_widget): update user defined args.
|
|
615 (xm_create_label): set args after creation as well as before.
|
|
616
|
|
617 * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally.
|
|
618 (xlw_update_tab_control): actually update the children rather than
|
|
619 the parent.
|
|
620
|
|
621 * lwlib-Xaw.c (xaw_update_one_widget): update user defined args.
|
|
622 (xaw_create_label): set args after creation as well as before.
|
|
623
|
|
624 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
625
|
|
626 * lwlib-Xm.c (xm_update_label): don't concatenate value to itself.
|
|
627
|
|
628 * lwlib-Xm.c (xm_create_label_field): new function for creating labels.
|
|
629 (xm_creation_table): use it.
|
|
630
|
|
631 * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels.
|
|
632 (xaw_creation_table): use it.
|
|
633
|
|
634 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
635
|
|
636 * lwlib.h: declare free_widget_value_tree.
|
|
637
|
|
638 * lwlib.c (free_widget_value_tree): make non-static.
|
|
639
|
|
640 * lwlib-Xm.c (xm_update_label): free val_string when updating.
|
|
641
|
|
642 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
643
|
|
644 * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its
|
|
645 defined for widgets.
|
|
646 (xm_nosel_callback): ditto.
|
|
647
|
|
648 * xlwtabsP.h: sync with 1.5.
|
|
649
|
|
650 * xlwtabs.c: sync with 1.18.
|
|
651
|
|
652 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
653
|
|
654 * xlwtabs.c: new lucid tabs widget from Ed Falk.
|
|
655 * xlwtabs.h: ditto.
|
|
656 * xlwtabsP.h: ditto.
|
|
657 * xlwgcs.c: GC manipulation for tab widgets.
|
|
658 * xlwgcs.h: ditto.
|
|
659
|
|
660 * xlwgauge.c: new athena gauge widget from Ed Falk.
|
|
661 * xlwgauge.h: ditto.
|
|
662 * xlwgaugeP.h: ditto.
|
|
663
|
|
664 * xlwradio.c: new athena radio widget from Ed Falk.
|
|
665 * xlwradio.h: ditto.
|
|
666 * xlwradioP.h: ditto.
|
|
667
|
|
668 * xlwcheckbox.c: new athena checkbox widget from Ed Falk.
|
|
669 * xlwcheckbox.h: ditto.
|
|
670 * xlwcheckboxP.h: ditto.
|
|
671
|
|
672 * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c.
|
|
673
|
|
674 * lwlib-internal.h: declare destroy_all_children.
|
|
675
|
|
676 * lwlib-config.c: add widget checks.
|
|
677
|
|
678 * lwlib-Xm.h: declare xm_create_label;
|
|
679
|
|
680 * lwlib-Xm.c (destroy_all_children): move to lwlib-utils.c.
|
|
681 (xm_update_label): enable for widgets.
|
|
682 (xm_update_one_widget): ditto.
|
|
683 (xm_create_button): rename in line with lwlib-Xaw.c
|
|
684 (xm_create_progress): ditto.
|
|
685 (xm_create_text_field): ditto.
|
|
686 (xm_create_combo_box): ditto.
|
|
687 (xm_create_label): new function.
|
|
688 (xm_creation_table): rename widget creation functions.
|
|
689 (xm_destroy_instance): enable for widgets.
|
|
690 (xm_generic_callback): ditto.
|
|
691 (xm_generic_callback): ditto.
|
|
692
|
|
693 * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special
|
|
694 callback that calls the correct function depending on what tab is
|
|
695 selected.
|
|
696 (xlw_create_tab_control): new function.
|
|
697 (build_tabs_in_widget): new function. puts tabs in a tab widget,
|
|
698 uses Xaw or Xm depending on how XEmacs was compiled.
|
|
699 (xlw_update_tab_control): update the resources for each
|
|
700 tab. optionally rebuild the contents of the tab widget.
|
|
701 (xlw_creation_table): add tab widget creation function.
|
|
702 (lw_lucid_widget_p): add tab widget.
|
|
703 (xlw_update_one_widget): ditto.
|
|
704
|
|
705 * lwlib-Xaw.h: declare xaw_create_label;
|
|
706
|
|
707 * lwlib-Xaw.c (lw_xaw_widget_p): add widgets classes.
|
|
708 (xaw_update_one_widget): ditto.
|
|
709 (xaw_update_one_value): add code from the Xm version.
|
|
710 (xaw_generic_callback): add Xm hack for setting command
|
|
711 states. beef up lookup of call data.
|
|
712 (xaw_create_button): new function.
|
|
713 (xaw_create_label): new function for use by tab widget.
|
|
714 (xaw_create_progress): new function.
|
|
715 (xaw_create_text_field): new function.
|
|
716 (xaw_creation_table): add new widget type creation functions.
|
|
717
|
|
718 * Makefile.in.in: add dependencies for new lw widgets.
|
|
719
|
|
720 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
721
|
|
722 * XEmacs 21.2.19 is released
|
|
723
|
|
724 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
725
|
|
726 * XEmacs 21.2.18 is released
|
|
727
|
442
|
728 1999-07-05 Didier Verna <didier@xemacs.org>
|
428
|
729
|
|
730 * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around
|
|
731 call to xm_update_label.
|
|
732
|
|
733 1999-06-28 Andy Piper <andy@xemacs.org>
|
|
734
|
|
735 * lwlib-Xm.c: unconditionally enable text field & list code.
|
|
736 (make_progress): new function. creates a slider.
|
|
737 (make_text_field): new function. creates an edit field.
|
|
738 (make_combo_box): new function. creates a combo box.
|
|
739 (xm_creation_table): add new widget functions.
|
|
740
|
|
741 1999-06-25 Andy Piper <andy@xemacs.org>
|
|
742
|
|
743 * lwlib.h (_widget_value): add arglist slots.
|
|
744 declare new functions.
|
|
745
|
|
746 * lwlib.c (free_widget_value_contents): handle arglists when
|
|
747 freeing.
|
|
748 (lw_add_value_args_to_args): new function. add arglist entries
|
|
749 from a widget_value structure.
|
|
750
|
|
751 * lwlib-Xm.c (make_button): new function, create a motif button
|
|
752 for display in a buffer as a glyph.
|
|
753 (xm_creation_table): add make_button.
|
|
754
|
|
755 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
756
|
|
757 * XEmacs 21.2.17 is released
|
|
758
|
|
759 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
760
|
|
761 * XEmacs 21.2.16 is released
|
|
762
|
|
763 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
764
|
|
765 * XEmacs 21.2.15 is released
|
|
766
|
|
767 1999-05-17 Jerry James <jerry@cs.ucsb.edu>
|
|
768
|
|
769 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before
|
|
770 using it.
|
|
771
|
|
772 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
773
|
|
774 * XEmacs 21.2.14 is released
|
|
775
|
|
776 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
777
|
|
778 * XEmacs 21.2.13 is released
|
|
779
|
|
780 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
781
|
|
782 * XEmacs 21.2.12 is released
|
|
783
|
|
784 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
785
|
|
786 * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning
|
|
787 - Have to toupper ((int) (unsigned char) x) to be portable.
|