aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
Commit message (Collapse)AuthorAgeFilesLines
* *** 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.
* (P_): Use PROTOTYPES.Dave Love2000-06-061-3/+3
| | | | | (safe_strdup): Declare arg const. (lw_modify_all_widgets) <!info>: Return 0.
* (P_): Use PROTOTYPES.Dave Love2000-06-061-1/+1
|
* Enable prototypes.Dave Love2000-06-067-80/+80
|
* (xaw_popup_menu): Add EVENT arg.Dave Love2000-06-061-1/+2
|
* (lwlib.o): Depend on lwlib-Xlw.h.Dave Love2000-06-061-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 Moellmann2000-03-121-0/+5
|
* (make_menubar) [LESSTIF_VERSION]: Don't setGerd Moellmann2000-03-121-1/+1
| | | | XmNresizeHeight and XmNresizeWidth.
* (liblw.a): Don't bother testing for ranlib failingDave Love2000-03-082-5/+6
| | | | since configure sets it up.
* (make_menubar): Set XmNresizeHeight andGerd Moellmann2000-03-062-0/+7
| | | | XmNresizeWidth resources only if LESSTIF_VERSION is defined.
* (xm_manage_resizing): Rewritten.Gerd Moellmann2000-03-052-16/+12
|
* (lw_modify_all_widgets): Return non-zero if widgetGerd Moellmann2000-03-051-9/+58
| | | | | | tree was changed. (merge_widget_value): Add parameter CHANGE_P. Set *CHANGE_P to 1 if a change occurs.
* (lw_modify_all_widgets): Change prototype.Gerd Moellmann2000-03-051-1/+1
|
* *** empty log message ***Gerd Moellmann2000-03-041-0/+5
|
* (make_shadow_gcs): Use the widget's colormap insteadGerd Moellmann2000-03-041-1/+1
| | | | of the screen's default colormap.