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