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