Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** 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. | ||||
* | (XtApplyToWidgets): Cast args of lwlib_bcopy. | Dave Love | 2000-07-18 | 2 | -1/+6 |
| | |||||
* | (xlw_popup_menu): Cast arg of pop_up_menu. | Dave Love | 2000-06-23 | 2 | -1/+7 |
| | |||||
* | 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. | ||||
* | (liblw.a): Don't bother testing for ranlib failing | Dave Love | 2000-03-08 | 2 | -5/+6 |
| | | | | since configure sets it up. | ||||
* | (make_menubar): Set XmNresizeHeight and | Gerd Moellmann | 2000-03-06 | 2 | -0/+7 |
| | | | | XmNresizeWidth resources only if LESSTIF_VERSION is defined. | ||||
* | (xm_manage_resizing): Rewritten. | Gerd Moellmann | 2000-03-05 | 2 | -16/+12 |
| | |||||
* | (lw_modify_all_widgets): Return non-zero if widget | Gerd Moellmann | 2000-03-05 | 1 | -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 Moellmann | 2000-03-05 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-03-04 | 1 | -0/+5 |
| | |||||
* | (make_shadow_gcs): Use the widget's colormap instead | Gerd Moellmann | 2000-03-04 | 1 | -1/+1 |
| | | | | of the screen's default colormap. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-02-18 | 1 | -0/+5 |
| | |||||
* | (merge_widget_value): Fix incorrect assignment of | Gerd Moellmann | 2000-02-18 | 1 | -1/+1 |
| | | | | safe_strdup'd help string. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-25 | 1 | -0/+8 |
| | |||||
* | (make_menu_in_widget): Don't add XmNpopdownCallback, | Gerd Moellmann | 2000-01-25 | 1 | -5/+44 |
| | | | | | | | add XmNunmapCallback. (xm_unmap_callback): New function. (xm_pull_down_callback): Call pre-activate callback only if parent is the menu bar. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-17 | 1 | -0/+91 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-17 | 1 | -0/+1 |
| | |||||
* | (make_menubar): Set XmNresizeHeight and XmNresizeWidth to False. | Gerd Moellmann | 2000-01-17 | 1 | -3/+10 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-01-17 | 1 | -0/+28 |
| | |||||
* | (_XlwMenu_part): Add `highlight' callback list. | Gerd Moellmann | 2000-01-17 | 1 | -1/+1 |
| | |||||
* | (XtNhighlightCallback): New define. | Gerd Moellmann | 2000-01-17 | 1 | -0/+1 |
| | |||||
* | (xlwMenuResources): All XtNhighlightCallback. | Gerd Moellmann | 2000-01-17 | 1 | -0/+7 |
| | | | | (remap_menubar): Call highlight callback. | ||||
* | (_widget_value): Add help string. | Gerd Moellmann | 2000-01-17 | 1 | -0/+2 |
| | |||||
* | Add prototype for lw_get_widget_instance. | Gerd Moellmann | 2000-01-17 | 1 | -0/+2 |
| | |||||
* | (copy_widget_value_tree): Copy help string. | Gerd Moellmann | 2000-01-17 | 1 | -6/+34 |
| | | | | | | | | (free_widget_value_tree): Free help string. (merge_widget_value): Handle help string. (allocate_widget_info, lw_register_widget, lw_create_widget): Add parameter HIGHLIGHT_CB. (lw_get_widget_instance): New function. | ||||
* | (highlight_hook): New function. | Gerd Moellmann | 2000-01-17 | 1 | -1/+24 |
| | | | | | (xlw_create_menubar, xlw_create_popup_menu): Add highlight_hook as callback XtNhighlightCallback. | ||||
* | (xm_arm_callback): New function. | Gerd Moellmann | 2000-01-17 | 1 | -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 Eggert | 1999-10-19 | 9 | -6/+43 |
| | | | | | | | | | * 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. | ||||
* | *** empty log message *** | Gerd Moellmann | 1999-10-06 | 1 | -0/+5 |
| | |||||
* | (make_menu_in_widget, update_one_menu_entry): Use | Gerd Moellmann | 1999-10-06 | 1 | -4/+4 |
| | | | | widgets instead of gadgets to be able to set colors. | ||||
* | # | Dave Love | 1999-10-04 | 1 | -0/+24 |
| | |||||
* | # | Dave Love | 1999-09-30 | 6 | -0/+1147 |
| |