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