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