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