Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Dave Love | 2000-12-14 | 1 | -0/+5 |
| | |||||
* | (gray_bitmap_bits): Remove `unsigned' from | Dave Love | 2000-12-14 | 1 | -1/+1 |
| | | | | declaration. | ||||
* | *** empty log message *** | Dave Love | 2000-12-11 | 1 | -0/+5 |
| | |||||
* | (draw_separator) <SEPARATOR_SHADOW_ETCHED_IN_DASH>: | Dave Love | 2000-12-11 | 1 | -2/+2 |
| | | | | <SEPARATOR_SHADOW_ETCHED_OUT_DASH>: Fix call of draw_separator. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-12-07 | 1 | -0/+4 |
| | |||||
* | (xm_arm_callback): Fix last change. | Gerd Moellmann | 2000-12-07 | 1 | -15/+12 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-11-30 | 1 | -0/+5 |
| | |||||
* | (xm_arm_callback): Handle case that W is null; | Gerd Moellmann | 2000-11-30 | 1 | -15/+21 |
| | | | | also see comment there. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-11-21 | 1 | -0/+4 |
| | |||||
* | (xlwmenu_redisplay): New function. | Gerd Moellmann | 2000-11-21 | 1 | -0/+11 |
| | |||||
* | (lw_separator_p): Init separator_p (bug with "-- some text"). | Stefan Monnier | 2000-09-30 | 2 | -1/+5 |
| | |||||
* | * xlwmenu.c: Before including <X11/Xos.h> on SUN, define SUNOS41 | Sam Steingold | 2000-09-28 | 2 | -96/+107 |
| | | | | to avoid redefining struct timeval and struct timezone. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-25 | 1 | -0/+18 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-21 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Miles Bader | 2000-09-04 | 1 | -0/+6 |
| | |||||
* | (remap_menubar): | Miles Bader | 2000-09-04 | 1 | -3/+7 |
| | | | | | | | | | 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 Bader | 2000-09-04 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Miles Bader | 2000-09-04 | 1 | -0/+5 |
| | |||||
* | (XlwMenuSetValues): Only frob the display if the menu is actually displayed. | Miles Bader | 2000-09-04 | 1 | -9/+11 |
| | |||||
* | *** empty log message *** | Miles Bader | 2000-09-03 | 1 | -0/+8 |
| | |||||
* | (x_alloc_lighter_color_for_widget): | Miles Bader | 2000-09-03 | 1 | -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 Bader | 2000-08-30 | 1 | -0/+5 |
| | |||||
* | (XlwMenuSetValues): | Miles Bader | 2000-08-30 | 1 | -0/+7 |
| | | | | If the background color has changed, re-make the shadow-gcs too. | ||||
* | *** empty log message *** | Kenichi Handa | 2000-08-21 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-08-03 | 1 | -0/+7 |
| | |||||
* | Use NULL at the end of the | Gerd Moellmann | 2000-08-03 | 3 | -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 Moellmann | 2000-07-19 | 1 | -0/+6 |
| | |||||
* | Don't include <X11/bitmaps/gray> because that | Gerd Moellmann | 2000-07-19 | 1 | -4/+19 |
| | | | | | leads to redefinition errors when static is defined as empty in config.h. Refer to the gray bitmap in xfns.c, instead. | ||||
* | *** empty log message *** | Dave Love | 2000-07-18 | 1 | -0/+4 |
| | |||||
* | (XtApplyToWidgets): Cast args of lwlib_bcopy. | Dave Love | 2000-07-18 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Dave Love | 2000-06-23 | 1 | -0/+6 |
| | |||||
* | (xlw_popup_menu): Cast arg of pop_up_menu. | Dave Love | 2000-06-23 | 1 | -1/+1 |
| | |||||
* | Include lwlib.h. | Dave Love | 2000-06-23 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-06-16 | 1 | -0/+10 |
| | |||||
* | (make_shadow_gcs): Set free_top_shadow_color_p | Gerd Moellmann | 2000-06-16 | 1 | -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 and | Gerd Moellmann | 2000-06-16 | 1 | -0/+4 |
| | | | | free_bottom_shadow_color_p. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-06-12 | 1 | -0/+6 |
| | |||||
* | (make_shadow_gcs): Free and copy colors so that | Gerd Moellmann | 2000-06-12 | 1 | -5/+36 |
| | | | | | color reference counts are right. (release_shadow_gcs): Free colors. | ||||
* | *** empty log message *** | Dave Love | 2000-06-06 | 1 | -0/+25 |
| | |||||
* | (x_alloc_nearest_color_for_widget, x_catch_errors, x_uncatch_errors) | Dave Love | 2000-06-06 | 1 | -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. | ||||
* | (P_): Use PROTOTYPES. | Dave Love | 2000-06-06 | 1 | -3/+3 |
| | | | | | (safe_strdup): Declare arg const. (lw_modify_all_widgets) <!info>: Return 0. | ||||
* | (P_): Use PROTOTYPES. | Dave Love | 2000-06-06 | 1 | -1/+1 |
| | |||||
* | Enable prototypes. | Dave Love | 2000-06-06 | 7 | -80/+80 |
| | |||||
* | (xaw_popup_menu): Add EVENT arg. | Dave Love | 2000-06-06 | 1 | -1/+2 |
| | |||||
* | (lwlib.o): Depend on lwlib-Xlw.h. | Dave Love | 2000-06-06 | 1 | -4/+4 |
| | | | | | | (lwlib-Xlw.o): Depend on lwlib-Xlw.h. (lwlib-Xaw.o): Depend on lwlib-Xaw.h. (lwlib-Xm.o): Depend on lwlib-Xm.h. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-03-12 | 1 | -0/+5 |
| | |||||
* | (make_menubar) [LESSTIF_VERSION]: Don't set | Gerd Moellmann | 2000-03-12 | 1 | -1/+1 |
| | | | | XmNresizeHeight and XmNresizeWidth. | ||||
* | *** empty log message *** | Dave Love | 2000-03-08 | 1 | -0/+5 |
| | |||||
* | (liblw.a): Don't bother testing for ranlib failing | Dave Love | 2000-03-08 | 1 | -5/+1 |
| | | | | since configure sets it up. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-03-06 | 1 | -0/+5 |
| |