summaryrefslogtreecommitdiff
path: root/lwlib/lwlib.c
Commit message (Collapse)AuthorAgeFilesLines
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-25/+25
|
* Remove obsolete USE_OLIT code.Dave Love2002-11-201-42/+74
| | | | | | | [PROTOTYPES]: Provide ISO C arglists for functions with Boolean args. (lwlib_memset): Declare length arg as size_t. (malloc_widget_value): Cast arg of lwlib_memset.
* (instantiate_widget_instance): Remove duplicated prototype.Pavel Janík2002-04-281-1/+0
|
* (P_): Definitions deleted.Richard M. Stallman2002-03-181-8/+0
|
* (P_): Don't define if already defined.Eli Zaretskii2002-03-161-0/+2
|
* (separator_names): Add missing braces around initializers.Pavel Janík2001-12-181-30/+30
|
* Include ../src/lisp.h. Don't declare xmalloc.Richard M. Stallman2001-12-021-8/+6
| | | | | | (free_widget_value_tree): Don't free `help' field. (copy_widget_value_tree): Copy `help' simply, without safe_strdup. (merge_widget_value): Compare and copy `help' simply.
* (lw_separator_p): Init separator_p (bug with "-- some text").Stefan Monnier2000-09-301-1/+1
|
* Use NULL at the end of theGerd Moellmann2000-08-031-2/+2
| | | | | | variable argument lists of XtVaSetValues and XtVaGetValues functions because 0 is not sufficient on systems where sizeof (int) < sizeof (void *).
* (P_): Use PROTOTYPES.Dave Love2000-06-061-3/+3
| | | | | (safe_strdup): Declare arg const. (lw_modify_all_widgets) <!info>: Return 0.
* (lw_modify_all_widgets): Return non-zero if widgetGerd Moellmann2000-03-051-9/+58
| | | | | | tree was changed. (merge_widget_value): Add parameter CHANGE_P. Set *CHANGE_P to 1 if a change occurs.
* (merge_widget_value): Fix incorrect assignment ofGerd Moellmann2000-02-181-1/+1
| | | | safe_strdup'd help string.
* (copy_widget_value_tree): Copy help string.Gerd Moellmann2000-01-171-6/+34
| | | | | | | | (free_widget_value_tree): Free help string. (merge_widget_value): Handle help string. (allocate_widget_info, lw_register_widget, lw_create_widget): Add parameter HIGHLIGHT_CB. (lw_get_widget_instance): New function.
* Add support for large files, plus some locale improvements.Paul Eggert1999-10-191-4/+4
| | | | | | | | | * dispatch.c, lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib.c, xlwmenu.c, xrdb-cpp.c, xrdb.c: Include <config.h> before any system include files. * lwlib-Xm.c, lwlib.c: Do not include <stdlib.h> or <string.h>, as <config.h> does this.
* (lw_separator_p): Check for new-style separatorsGerd Moellmann1999-09-141-1/+2
| | | | differently.
* (lw_separator_p): Add `--:space' with the sameGerd Moellmann1999-09-101-0/+1
| | | | meaning as `--:noLine'.
* (lw_separator_p): Add alternative separator type names.Gerd Moellmann1999-09-061-0/+44
|
* (lw_separator_p): New.Gerd Moellmann1999-07-211-0/+78
| | | | | (merge_widget_value): Handle button_type. (copy_widget_value_tree): Copy button_type.
* Always declare xmalloc.Andreas Schwab1998-04-061-1/+4
| | | | | [USE_XAW]: Include <X11/Xaw/Paned.h>. (lwlib_memset, lwlib_bcopy): Explicitly declare return type.
* (merge_widget_value): Undo previous change.Richard M. Stallman1996-08-101-0/+2
|
* (merge_widget_value) [USE_MOTIF]: Pass along the change flag fromRichard M. Stallman1996-07-271-0/+3
| | | | merged_contents.
* Undo previous change.Karl Heuer1996-07-071-13/+0
|
* (lw_toolkit_related_event_p): A predicate to identify toolkit-specific events.Miles Bader1996-07-041-0/+13
|
* (merge_widget_value): Set the this_one_change field.Richard M. Stallman1996-03-251-1/+5
|
* (lw_window_is_in_menubar) [USE_MOTIF]:Richard M. Stallman1996-02-251-3/+4
| | | | With Motif, the window WIN can be the menu bar widget itself.
* (free_widget_value_tree, merge_widget_value):Karl Heuer1996-02-211-2/+2
| | | | Use XtFree for the toolkit_data.
* (lw_internal_update_other_instances): Move static varKarl Heuer1996-02-191-7/+8
| | | | outside the function, and rename it to lwlib_updating.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (instantiate_widget_instance): Renamed fromRichard M. Stallman1996-01-121-6/+11
| | | | | | | | instanciate_widget_instance (spelling correction). All callers changed. (merge_widget_value): Treat disappearance of entire contents as a STRUCTURAL_CHANGE.
* (lw_popup_menu): New arg event, passed along.Richard M. Stallman1995-08-021-5/+6
|
* (lwlib_toolkit_type): New variable.Karl Heuer1995-06-111-0/+5
|
* Don't use prototype.Karl Heuer1995-05-201-1/+1
|
* (lw_refigure_widget) [USE_MOTIF]: Fix backward if.Richard M. Stallman1995-05-061-2/+2
|
* [__osf__]: Include string.h and stdlib.h.Richard M. Stallman1995-05-041-0/+6
| | | | [__osf__] (xmalloc): Declared.
* (lw_refigure_widget): Use the macro USE_XAW rather than XAW.Paul Reilly1994-11-151-1/+1
|
* (lw_set_main_areas): Use xm_set_main_areas().Paul Reilly1994-10-021-16/+1
| | | | (lw_manage_resizing): Use xm_manage_resizing() for Emacs/Motif.
* (lw_set_main_areas): Move call to XmMainSetAreas() to `lwlib-Xm.c'.Paul Reilly1994-09-251-6/+1
|
* entered into RCSPaul Reilly1994-09-161-8/+84
|
* *** empty log message ***Richard M. Stallman1994-05-161-16/+27
|
* *** empty log message ***Richard M. Stallman1994-05-091-4/+1
|
* *** empty log message ***Fred Pierresteguy1994-03-141-1/+2
|
* *** empty log message ***Fred Pierresteguy1994-03-111-0/+4
|
* *** empty log message ***Fred Pierresteguy1994-03-111-7/+58
|
* *** empty log message ***Fred Pierresteguy1994-02-181-8/+2
|
* *** empty log message ***Fred Pierresteguy1994-02-181-2/+21
|
* *** empty log message ***Roland McGrath1994-02-081-2/+2
|
* *** empty log message ***Richard M. Stallman1994-02-011-52/+165
|
* *** empty log message ***Richard M. Stallman1994-01-301-1/+1
|
* *** empty log message ***Richard M. Stallman1994-01-181-1/+1
|
* Initial revisionRichard M. Stallman1994-01-181-0/+1111