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