| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | (highlight_hook): New function. | Gerd Moellmann | 2000-01-17 | 1 | -1/+24 | |
| | | | | | | (xlw_create_menubar, xlw_create_popup_menu): Add highlight_hook as callback XtNhighlightCallback. | |||||
| * | (xm_arm_callback): New function. | Gerd Moellmann | 2000-01-17 | 1 | -4/+51 | |
| | | | | | | (make_menu_in_widget): Set xm_arm_callback as XmNarmCallback and XmNdisarmCallback for buttons (not supported for other widgets). | |||||
| * | Add support for large files, plus some locale improvements. | Paul Eggert | 1999-10-19 | 9 | -6/+43 | |
| | | | | | | | | | | * 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. | |||||
| * | *** empty log message *** | Gerd Moellmann | 1999-10-06 | 1 | -0/+5 | |
| | | ||||||
| * | (make_menu_in_widget, update_one_menu_entry): Use | Gerd Moellmann | 1999-10-06 | 1 | -4/+4 | |
| | | | | | widgets instead of gadgets to be able to set colors. | |||||
| * | # | Dave Love | 1999-10-04 | 1 | -0/+24 | |
| | | ||||||
| * | # | Dave Love | 1999-09-30 | 6 | -0/+1147 | |
| | | ||||||
| * | (wm_delete_window): Check all the shell's children, | Richard M. Stallman | 1999-09-18 | 1 | -3/+9 | |
| | | | | | not just the first, to find the dialog box. | |||||
| * | (lw_separator_p): Check for new-style separators | Gerd Moellmann | 1999-09-14 | 1 | -1/+2 | |
| | | | | | differently. | |||||
| * | (lw_separator_p): Add `--:space' with the same | Gerd Moellmann | 1999-09-10 | 1 | -0/+1 | |
| | | | | | meaning as `--:noLine'. | |||||
| * | (lw_separator_p): Add alternative separator type names. | Gerd Moellmann | 1999-09-06 | 1 | -0/+44 | |
| | | ||||||
| * | (make_shadow_gcs): Call | Gerd Moellmann | 1999-09-03 | 1 | -2/+2 | |
| | | | | | x_alloc_nearest_color_for_widget. | |||||
| * | Add function prototypes. | Gerd Moellmann | 1999-07-21 | 1 | -53/+159 | |
| | | | | | | | | | | | | | | | | | | | (xm_update_label): Use val->name to look up a label string from resources. (all_dashes_p): Removed. (make_menu_in_widget): Use lw_separator_p. Set Motif separator type. (make_menu_in_widget): Set alignment of menu title after all widgets have been created. (xm_update_toggle): Add callback xm_generic_callback instead of xm_internal_update_other_instances. (make_menu_in_widget): Do help button before managing children to get it to the right place. (make_menu_in_widget): Create toggle buttons. (update_one_menu_entry): Update toggle buttons. (make_menu_in_widget): Test for menubar widgets using XmNrowColumnType. | |||||
| * | (lw_separator_p): New. | Gerd Moellmann | 1999-07-21 | 1 | -0/+78 | |
| | | | | | | (merge_widget_value): Handle button_type. (copy_widget_value_tree): Copy button_type. | |||||
| * | (enum menu_separator): New. | Gerd Moellmann | 1999-07-21 | 1 | -0/+39 | |
| | | | | | | (enum button_type): New. (_widget_value): New member button_type. | |||||
| * | (make_shadow_gcs) ]emacs]: Use x_alloc_nearest_color. | Gerd Moellmann | 1999-07-21 | 1 | -77/+465 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (all_dashes_p): Removed. (size_menu_item): Call lw_separator_p. (display_menu_item): Ditto. (display_menu): Ditto. (draw_separator): New. (display_menu_item): Call it. (separator_height): New. (size_menu_item): Call it. (abort_gracefully): New. (display_menu): Use it instead of abort. (size_menu): Ditto. (xlwMenuResources): Change previously unused XtNmargin to 4. (size_menu): Take margin into account. (display_menu_item): Ditto. (remap_menubar): Ditto. (draw_arrow): Draw it 3D. (radio_button_width): New. (size_menu_item): Use new functions. (draw_shadow_rhombus): New. (draw_radio): Use radio_button_width and draw_shadow_rhombus. (draw_toggle): Use toggle_button_width. (size_menu_item): Add parameter button_width. (size_menu): Compute button_width. (toggle_button_width): New. (draw_toggle): New. (draw_radio): New. (draw_shadow_rectangle): Add parameter `down_p'. | |||||
| * | (_window_state): Add button_width. | Gerd Moellmann | 1999-07-21 | 1 | -0/+3 | |
| | | ||||||
| * | (lwlib-utils.o, lwlib.o, lwlib-Xlw.o) | Richard M. Stallman | 1998-08-02 | 1 | -7/+7 | |
| | | | | | | (lwlib-Xaw.o, lwlib-Xm.o, lwlib-Xol.o, lwlib-Xolmb.o): Add dependencies to corresponding .c files. for Solaris 2.x VPATH make. | |||||
| * | Always declare xmalloc. | Andreas Schwab | 1998-04-06 | 1 | -1/+4 | |
| | | | | | | [USE_XAW]: Include <X11/Xaw/Paned.h>. (lwlib_memset, lwlib_bcopy): Explicitly declare return type. | |||||
| * | (update_one_menu_entry): Add conditional in case XmNpositionIndex is missing. | Richard M. Stallman | 1997-12-20 | 1 | -1/+3 | |
| | | ||||||
| * | (motion_event_is_in_menu): Extend the left andemacs-20.2 | Richard M. Stallman | 1997-09-20 | 1 | -4/+5 | |
| | | | | | top windows by the shadow width. | |||||
| * | (display_menu): If an item is disabled, | Richard M. Stallman | 1997-07-26 | 1 | -2/+11 | |
| | | | | | don't display its submenu (if any). | |||||
| * | (pop_up_menu): Update the call to x_catch_errors. | Richard M. Stallman | 1997-05-02 | 1 | -2/+3 | |
| | | ||||||
| * | (enriched-translations): Add top' and choice' everywhere so that * | Richard M. Stallman | 1997-01-22 | 1 | -11/+30 | |
| | | | | | | | | | | can be entered. (custom-face-attributes): Don't use top-line'. (mode-line-format): Replace (:eval mode-line-mode-name)'. (mode-line-mode-name): New. (make-mode-line-mouse-sensitive): Don't change default value of x' are found before files starting with down_p'. | |||||
| * | (update_one_menu_entry): Fix previous change: | Richard M. Stallman | 1996-08-12 | 1 | -23/+32 | |
| | | | | | | When XmIsCascadeButton, don't call XmCreateCascadeButtonGadget, just modify the existing one. | |||||
| * | (merge_widget_value): Undo previous change. | Richard M. Stallman | 1996-08-10 | 1 | -0/+2 | |
| | | ||||||
| * | (update_one_menu_entry): When creating a pulldown | Richard M. Stallman | 1996-08-10 | 1 | -3/+36 | |
| | | | | | | | in an existing but empty menu item, in order to get a new functional pulldown, the menu item must be switched from an XmPushButtonGadget into a XmCascadeButtonGadget. | |||||
| * | (make_menubar): Turn off menu accelerator. | Richard M. Stallman | 1996-08-01 | 1 | -1/+9 | |
| | | ||||||
| * | (merge_widget_value) [USE_MOTIF]: Pass along the change flag from | Richard M. Stallman | 1996-07-27 | 1 | -0/+3 | |
| | | | | | merged_contents. | |||||
| * | Fix FSF address in comment. | Karl Heuer | 1996-07-20 | 1 | -2/+3 | |
| | | ||||||
| * | (xm_update_menu): Fix loop termination test. | Karl Heuer | 1996-07-13 | 1 | -1/+3 | |
| | | ||||||
| * | Undo previous change. | Karl Heuer | 1996-07-10 | 1 | -3/+0 | |
| | | ||||||
| * | Undo previous change. | Karl Heuer | 1996-07-07 | 3 | -28/+0 | |
| | | ||||||
| * | Declare lw_motif_menu_related_event_p. | Miles Bader | 1996-07-04 | 1 | -0/+3 | |
| | | ||||||
| * | (lw_toolkit_related_event_p): A predicate to identify toolkit-specific events. | Miles Bader | 1996-07-04 | 1 | -0/+13 | |
| | | ||||||
| * | (lw_motif_menu_related_event_p): A predicate to identify keyboard events | Miles Bader | 1996-07-04 | 1 | -0/+12 | |
| | | | | | intended only for menus. | |||||
| * | Declare lw_toolkit_related_event_p. | Miles Bader | 1996-07-04 | 1 | -0/+3 | |
| | | ||||||
| * | (make_menu_in_widget): Set mapping delay | Richard M. Stallman | 1996-06-10 | 1 | -1/+4 | |
| | | | | | for cascade buttons to zero. | |||||
| * | (destroy_all_children): When freeing a cascade button, free its submenu too. | Richard M. Stallman | 1996-04-03 | 1 | -2/+16 | |
| | | | | | | (make_menu_in_widget): Use a cascade button gadget, not a widget. Include Xm/CascadeBG.h. | |||||
| * | (tags): New target. | Richard M. Stallman | 1996-03-29 | 1 | -0/+2 | |
| | | ||||||
| * | (TAGS): Renamed from `tags' and fixed to work. | Richard M. Stallman | 1996-03-28 | 1 | -2/+2 | |
| | | ||||||
| * | (xlwmenu.o): New explicit target. | Richard M. Stallman | 1996-03-26 | 1 | -0/+1 | |
| | | ||||||
| * | (merge_widget_value): Set the this_one_change field. | Richard M. Stallman | 1996-03-25 | 1 | -1/+5 | |
| | | ||||||
| * | (struct widget_value): New field this_one_change. | Richard M. Stallman | 1996-03-25 | 1 | -0/+3 | |
| | | ||||||
| * | (destroy_all_children): New arg first_child_to_destroy. | Richard M. Stallman | 1996-03-25 | 1 | -41/+88 | |
| | | | | | | | | (make_menu_in_widget): New arg keep_first_children. (xm_update_menu): Preserve the first children even if later ones have a structural change. (update_one_menu_entry): Use this_one_change field. | |||||
| * | (motion_event_is_in_menu): Make x and y signed. | Richard M. Stallman | 1996-03-01 | 1 | -2/+2 | |
| | | ||||||
| * | (lw_window_is_in_menubar) [USE_MOTIF]: | Richard M. Stallman | 1996-02-25 | 1 | -3/+4 | |
| | | | | | With Motif, the window WIN can be the menu bar widget itself. | |||||
| * | (free_widget_value_tree, merge_widget_value): | Karl Heuer | 1996-02-21 | 1 | -2/+2 | |
| | | | | | Use XtFree for the toolkit_data. | |||||
| * | (lw_internal_update_other_instances): Move static var | Karl Heuer | 1996-02-19 | 1 | -7/+8 | |
| | | | | | outside the function, and rename it to lwlib_updating. | |||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 9 | -9/+18 | |
| | | ||||||