summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-Xm.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (xm_update_label, xm_update_list): Use the recommendedStefan Monnier2005-03-171-4/+6
| | | | XmStringCreateLocalized function. Add missing copyright.
* Changes for lucid popup menus (keyboard traversal enabled) and dialogsJan Djärv2004-01-121-0/+33
| | | | (Xaw and Xm pop down on ESC).
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-58/+58
|
* lwlib-Xm.c: Fixed memory leak for menus.Jan Djärv2003-01-261-2/+8
|
* Remove compiler warningJan Djärv2002-04-221-0/+1
|
* Include ../src/lisp.h.Richard M. Stallman2001-12-021-0/+2
|
* (x_print_complete_resource_name) [0]: New function.Gerd Moellmann2001-03-221-0/+26
|
* (make_menu_in_widget): Remove code forcing LessTif toGerd Moellmann2001-03-131-8/+2
| | | | recompute centered text; it works fine without with current LessTif.
* (make_menu_in_widget): Add an XmNpopdownCallbackGerd Moellmann2001-03-131-39/+19
| | | | | instead of an XmNunmapCallback. (xm_unmap_callback): Removed.
* (make_menubar): Take out code in #if 0.Gerd Moellmann2001-03-131-9/+0
|
* (xm_popup_menu): Don't set XmNmenuPost unlessGerd Moellmann2001-03-131-11/+21
| | | | necessary. From Rick Scott <rwscott@alumni.uwaterloo.ca>.
* (xm_arm_callback): Don't compare widgets with `None',Gerd Moellmann2001-02-281-2/+2
| | | | use NULL instead.
* (xm_update_radiobox, update_one_menu_entry)Gerd Moellmann2001-02-281-10/+6
| | | | | | (xm_update_one_widget): Use XtSetSensitive instead of setting the value of XmNsensitive. From Rick Scott <rwscott@alumni.uwaterloo.ca>.
* (xm_arm_callback): Fix last change.Gerd Moellmann2000-12-071-15/+12
|
* (xm_arm_callback): Handle case that W is null;Gerd Moellmann2000-11-301-15/+21
| | | | also see comment there.
* Use NULL at the end of theGerd Moellmann2000-08-031-19/+19
| | | | | | 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-1/+1
|
* (make_menubar) [LESSTIF_VERSION]: Don't setGerd Moellmann2000-03-121-1/+1
| | | | XmNresizeHeight and XmNresizeWidth.
* (make_menubar): Set XmNresizeHeight andGerd Moellmann2000-03-061-0/+2
| | | | XmNresizeWidth resources only if LESSTIF_VERSION is defined.
* (xm_manage_resizing): Rewritten.Gerd Moellmann2000-03-051-16/+1
|
* (make_menu_in_widget): Don't add XmNpopdownCallback,Gerd Moellmann2000-01-251-5/+44
| | | | | | | add XmNunmapCallback. (xm_unmap_callback): New function. (xm_pull_down_callback): Call pre-activate callback only if parent is the menu bar.
* (make_menubar): Set XmNresizeHeight and XmNresizeWidth to False.Gerd Moellmann2000-01-171-3/+10
|
* (xm_arm_callback): New function.Gerd Moellmann2000-01-171-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 Eggert1999-10-191-2/+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.
* (make_menu_in_widget, update_one_menu_entry): UseGerd Moellmann1999-10-061-4/+4
| | | | widgets instead of gadgets to be able to set colors.
* Add function prototypes.Gerd Moellmann1999-07-211-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.
* (update_one_menu_entry): Add conditional in case XmNpositionIndex is missing.Richard M. Stallman1997-12-201-1/+3
|
* (update_one_menu_entry): Fix previous change:Richard M. Stallman1996-08-121-23/+32
| | | | | When XmIsCascadeButton, don't call XmCreateCascadeButtonGadget, just modify the existing one.
* (update_one_menu_entry): When creating a pulldownRichard M. Stallman1996-08-101-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. Stallman1996-08-011-1/+9
|
* (xm_update_menu): Fix loop termination test.Karl Heuer1996-07-131-1/+3
|
* Undo previous change.Karl Heuer1996-07-071-12/+0
|
* (lw_motif_menu_related_event_p): A predicate to identify keyboard eventsMiles Bader1996-07-041-0/+12
| | | | intended only for menus.
* (make_menu_in_widget): Set mapping delayRichard M. Stallman1996-06-101-1/+4
| | | | for cascade buttons to zero.
* (destroy_all_children): When freeing a cascade button, free its submenu too.Richard M. Stallman1996-04-031-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. Stallman1996-03-251-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 Naggum1996-01-151-1/+2
|
* Comment fixes.Karl Heuer1996-01-051-2/+2
|
* (xm_popup_menu): New arg `event'.Richard M. Stallman1995-08-021-14/+17
|
* (activate_button, xm_update_cascadebutton): Don't use prototype.Karl Heuer1995-05-201-3/+8
|
* (update_one_menu_entry, make_menu_in_widget):Richard M. Stallman1995-04-141-2/+2
| | | | Specify more useful names in XmCreatePulldownMenu calls.
* (*): remove function prototypes.Paul Reilly1995-04-081-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. Stallman1995-04-071-2/+2
|
* (make_menu_in_widget): Differentiate a separator entry ("--") from aPaul Reilly1994-11-081-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 thePaul Reilly1994-11-071-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 upPaul Reilly1994-10-021-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 RCSRichard M. Stallman1994-09-181-2/+7
|
* *** empty log message ***Paul Reilly1994-09-161-4/+21
|