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