summaryrefslogtreecommitdiff
path: root/lwlib
Commit message (Collapse)AuthorAge
* 21.3 not released yetFrancesco Potortì2003-01-20
|
* Version 21.3 releasedFrancesco Potortì2003-01-17
|
* Announce the release of v21.2.Eli Zaretskii2002-03-16
|
* *** empty log message ***emacs-21.1Gerd Moellmann2001-10-20
|
* *** empty log message ***Gerd Moellmann2001-10-06
|
* Remove log entries for 20.5 .. 20.7.Gerd Moellmann2001-05-09
|
* *** empty log message ***Gerd Moellmann2001-04-30
|
* (xlwmenu_window_p): New function.Gerd Moellmann2001-04-30
|
* *** empty log message ***Gerd Moellmann2001-03-23
|
* (x_print_complete_resource_name) [0]: New function.Gerd Moellmann2001-03-23
|
* *** empty log message ***Gerd Moellmann2001-03-22
|
* (x_print_complete_resource_name) [0]: New function.Gerd Moellmann2001-03-22
|
* *** empty log message ***Gerd Moellmann2001-03-13
|
* (make_menu_in_widget): Remove code forcing LessTif toGerd Moellmann2001-03-13
| | | | recompute centered text; it works fine without with current LessTif.
* (make_menu_in_widget): Add an XmNpopdownCallbackGerd Moellmann2001-03-13
| | | | | instead of an XmNunmapCallback. (xm_unmap_callback): Removed.
* *** empty log message ***Gerd Moellmann2001-03-13
|
* (make_menubar): Take out code in #if 0.Gerd Moellmann2001-03-13
|
* (xm_popup_menu): Don't set XmNmenuPost unlessGerd Moellmann2001-03-13
| | | | necessary. From Rick Scott <rwscott@alumni.uwaterloo.ca>.
* *** empty log message ***Gerd Moellmann2001-02-28
|
* (xm_arm_callback): Don't compare widgets with `None',Gerd Moellmann2001-02-28
| | | | use NULL instead.
* (xaw_update_one_widget): Use XtSetSensitive insteadGerd Moellmann2001-02-28
| | | | of setting the value of XtNsensitive.
* (xm_update_radiobox, update_one_menu_entry)Gerd Moellmann2001-02-28
| | | | | | (xm_update_one_widget): Use XtSetSensitive instead of setting the value of XmNsensitive. From Rick Scott <rwscott@alumni.uwaterloo.ca>.
* *** empty log message ***Dave Love2000-12-14
|
* (gray_bitmap_bits): Remove `unsigned' fromDave Love2000-12-14
| | | | declaration.
* (draw_separator) <SEPARATOR_SHADOW_ETCHED_IN_DASH>:Dave Love2000-12-11
| | | | <SEPARATOR_SHADOW_ETCHED_OUT_DASH>: Fix call of draw_separator.
* *** empty log message ***Gerd Moellmann2000-12-07
|
* (xm_arm_callback): Fix last change.Gerd Moellmann2000-12-07
|
* *** empty log message ***Gerd Moellmann2000-11-30
|
* (xm_arm_callback): Handle case that W is null;Gerd Moellmann2000-11-30
| | | | also see comment there.
* *** empty log message ***Gerd Moellmann2000-11-21
|
* (xlwmenu_redisplay): New function.Gerd Moellmann2000-11-21
|
* (lw_separator_p): Init separator_p (bug with "-- some text").Stefan Monnier2000-09-30
|
* * xlwmenu.c: Before including <X11/Xos.h> on SUN, define SUNOS41Sam Steingold2000-09-28
| | | | to avoid redefining struct timeval and struct timezone.
* *** empty log message ***Gerd Moellmann2000-09-25
|
* *** empty log message ***Gerd Moellmann2000-09-21
|
* (remap_menubar):Miles Bader2000-09-04
| | | | | | | | | 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-04
|
* *** empty log message ***Miles Bader2000-09-04
|
* (XlwMenuSetValues): Only frob the display if the menu is actually displayed.Miles Bader2000-09-04
|
* *** empty log message ***Miles Bader2000-09-03
|
* (x_alloc_lighter_color_for_widget):Miles Bader2000-09-03
| | | | | | | | | 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-30
|
* (XlwMenuSetValues):Miles Bader2000-08-30
| | | | If the background color has changed, re-make the shadow-gcs too.
* *** empty log message ***Kenichi Handa2000-08-21
|
* *** empty log message ***Gerd Moellmann2000-08-03
|
* Use NULL at the end of theGerd Moellmann2000-08-03
| | | | | | 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-19
|
* Don't include <X11/bitmaps/gray> because thatGerd Moellmann2000-07-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-18
|
* (xlw_popup_menu): Cast arg of pop_up_menu.Dave Love2000-06-23
|