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