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