Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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. | ||||
* | (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 |
| | |||||
* | (xm_update_menu): Fix loop termination test. | Karl Heuer | 1996-07-13 | 1 | -1/+3 |
| | |||||
* | Undo previous change. | Karl Heuer | 1996-07-07 | 1 | -12/+0 |
| | |||||
* | (lw_motif_menu_related_event_p): A predicate to identify keyboard events | Miles Bader | 1996-07-04 | 1 | -0/+12 |
| | | | | intended only for menus. | ||||
* | (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. | ||||
* | (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. | ||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -2/+2 |
| | |||||
* | (xm_popup_menu): New arg `event'. | Richard M. Stallman | 1995-08-02 | 1 | -14/+17 |
| | |||||
* | (activate_button, xm_update_cascadebutton): Don't use prototype. | Karl Heuer | 1995-05-20 | 1 | -3/+8 |
| | |||||
* | (update_one_menu_entry, make_menu_in_widget): | Richard M. Stallman | 1995-04-14 | 1 | -2/+2 |
| | | | | Specify more useful names in XmCreatePulldownMenu calls. | ||||
* | (*): remove function prototypes. | Paul Reilly | 1995-04-08 | 1 | -64/+152 |
| | | | | | (xm_pop_down_callback): Call the deactivation callback only when popping down the top level submenu. | ||||
* | (remove_grabs): Use type Widget for `menu'. | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
| | |||||
* | (make_menu_in_widget): Differentiate a separator entry ("--") from a | Paul Reilly | 1994-11-08 | 1 | -2/+6 |
| | | | | | title. (xm_pop_down_callback): Filter all but the last pop down callbacks. | ||||
* | (update_one_menu_entry): Use the parent of the cascade button as the | Paul Reilly | 1994-11-07 | 1 | -1/+1 |
| | | | | | parent of the pulldown, rather than the cascade button itself. This works around a Motif SIGSEGV in the function `InSharedMenuHierarchy'. | ||||
* | (make_menu_in_widget): Add support for displaying a title in pop up | Paul Reilly | 1994-10-02 | 1 | -1/+46 |
| | | | | | | menus. (make_main, xm_set_main_areas, xm_manage_resizing): New functions to create and manage a Motif Main Window widget. | ||||
* | entered into RCS | Richard M. Stallman | 1994-09-18 | 1 | -2/+7 |
| | |||||
* | *** empty log message *** | Paul Reilly | 1994-09-16 | 1 | -4/+21 |
| | |||||
* | Initial revision | Richard M. Stallman | 1994-01-18 | 1 | -0/+1495 |