aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2001-03-231-0/+4
|
* (x_print_complete_resource_name) [0]: New function.Gerd Moellmann2001-03-231-0/+28
|
* *** empty log message ***Gerd Moellmann2001-03-221-0/+4
|
* (x_print_complete_resource_name) [0]: New function.Gerd Moellmann2001-03-221-0/+26
|
* *** empty log message ***Gerd Moellmann2001-03-131-0/+3
|
* (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-132-40/+24
| | | | | instead of an XmNunmapCallback. (xm_unmap_callback): Removed.
* *** empty log message ***Gerd Moellmann2001-03-131-0/+2
|
* (make_menubar): Take out code in #if 0.Gerd Moellmann2001-03-131-9/+0
|
* (xm_popup_menu): Don't set XmNmenuPost unlessGerd Moellmann2001-03-132-11/+26
| | | | necessary. From Rick Scott <[email protected]>.
* *** empty log message ***Gerd Moellmann2001-02-281-0/+3
|
* (xm_arm_callback): Don't compare widgets with `None',Gerd Moellmann2001-02-281-2/+2
| | | | use NULL instead.
* (xaw_update_one_widget): Use XtSetSensitive insteadGerd Moellmann2001-02-282-3/+13
| | | | of setting the value of XtNsensitive.
* (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 <[email protected]>.
* *** empty log message ***Dave Love2000-12-141-0/+5
|
* (gray_bitmap_bits): Remove `unsigned' fromDave Love2000-12-141-1/+1
| | | | declaration.
* (draw_separator) <SEPARATOR_SHADOW_ETCHED_IN_DASH>:Dave Love2000-12-112-2/+7
| | | | <SEPARATOR_SHADOW_ETCHED_OUT_DASH>: Fix call of draw_separator.
* *** empty log message ***Gerd Moellmann2000-12-071-0/+4
|
* (xm_arm_callback): Fix last change.Gerd Moellmann2000-12-071-15/+12
|
* *** empty log message ***Gerd Moellmann2000-11-301-0/+5
|
* (xm_arm_callback): Handle case that W is null;Gerd Moellmann2000-11-301-15/+21
| | | | also see comment there.
* *** empty log message ***Gerd Moellmann2000-11-211-0/+4
|
* (xlwmenu_redisplay): New function.Gerd Moellmann2000-11-211-0/+11
|
* (lw_separator_p): Init separator_p (bug with "-- some text").Stefan Monnier2000-09-302-1/+5
|
* * xlwmenu.c: Before including <X11/Xos.h> on SUN, define SUNOS41Sam Steingold2000-09-282-96/+107
| | | | to avoid redefining struct timeval and struct timezone.
* *** empty log message ***Gerd Moellmann2000-09-251-0/+18
|
* *** empty log message ***Gerd Moellmann2000-09-211-0/+1
|
* (remap_menubar):Miles Bader2000-09-042-3/+13
| | | | | | | | | Only include the menu-margin in the initial X & Y positions for horizontal menu-bars. (fit_to_screen): If moving a sub-menu to the left-side, increment its x-position by the shadow-thickness to make it look more attached to the invoking menu-item (similarly to the way it would be displayed on the right side).
* (XlwMenuSetValues): Pass the correct pointer type to XtIsRealized.Miles Bader2000-09-041-1/+1
|
* *** empty log message ***Miles Bader2000-09-041-0/+5
|
* (XlwMenuSetValues): Only frob the display if the menu is actually displayed.Miles Bader2000-09-041-9/+11
|
* *** empty log message ***Miles Bader2000-09-031-0/+8
|
* (x_alloc_lighter_color_for_widget):Miles Bader2000-09-031-15/+14
| | | | | | | | | New extern declaration. (make_shadow_gcs) [emacs]: Use x_alloc_lighter_color_for_widget to do shadow calculation. (make_shadow_gcs): Remove code that tests whether the top shadow is dimmer than the bottom shadow--it shouldn't ever happen.
* *** empty log message ***Miles Bader2000-08-301-0/+5
|
* (XlwMenuSetValues):Miles Bader2000-08-301-0/+7
| | | | If the background color has changed, re-make the shadow-gcs too.
* *** empty log message ***Kenichi Handa2000-08-211-0/+3
|
* *** empty log message ***Gerd Moellmann2000-08-031-0/+7
|
* Use NULL at the end of theGerd Moellmann2000-08-033-29/+29
| | | | | | variable argument lists of XtVaSetValues and XtVaGetValues functions because 0 is not sufficient on systems where sizeof (int) < sizeof (void *).
* *** empty log message ***Gerd Moellmann2000-07-191-0/+6
|
* Don't include <X11/bitmaps/gray> because thatGerd Moellmann2000-07-191-4/+19
| | | | | leads to redefinition errors when static is defined as empty in config.h. Refer to the gray bitmap in xfns.c, instead.
* (XtApplyToWidgets): Cast args of lwlib_bcopy.Dave Love2000-07-182-1/+6
|
* (xlw_popup_menu): Cast arg of pop_up_menu.Dave Love2000-06-232-1/+7
|
* Include lwlib.h.Dave Love2000-06-231-0/+1
|
* *** empty log message ***Gerd Moellmann2000-06-161-0/+10
|
* (make_shadow_gcs): Set free_top_shadow_color_pGerd Moellmann2000-06-161-21/+46
| | | | | | and free_top_shadow_color_p flags in the menu widget if top and bottom shadow colors must be freed. (release_shadow_gcs): Free colors only if they must be freed.
* (_XlwMenu_part): Add free_top_shadow_color_p andGerd Moellmann2000-06-161-0/+4
| | | | free_bottom_shadow_color_p.
* *** empty log message ***Gerd Moellmann2000-06-121-0/+6
|
* (make_shadow_gcs): Free and copy colors so thatGerd Moellmann2000-06-121-5/+36
| | | | | color reference counts are right. (release_shadow_gcs): Free colors.
* *** empty log message ***Dave Love2000-06-061-0/+25
|
* (x_alloc_nearest_color_for_widget, x_catch_errors, x_uncatch_errors)Dave Love2000-06-061-3/+11
| | | | | | | (x_had_errors_p, x_clear_errors): Add prototypes -- should be moved into separate header. (make_shadow_gcs) <x_alloc_nearest_color_for_widget>: Cast first arg. (Start) <pop_up_menu>: Cast second arg.