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