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