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