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