aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
Commit message (Collapse)AuthorAgeFilesLines
* *** 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.
* *** empty log message ***Gerd Moellmann2000-02-181-0/+5
|
* (merge_widget_value): Fix incorrect assignment ofGerd Moellmann2000-02-181-1/+1
| | | | safe_strdup'd help string.
* *** empty log message ***Gerd Moellmann2000-01-251-0/+8
|
* (make_menu_in_widget): Don't add XmNpopdownCallback,Gerd Moellmann2000-01-251-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 Moellmann2000-01-171-0/+91
|
* *** empty log message ***Gerd Moellmann2000-01-171-0/+1
|
* (make_menubar): Set XmNresizeHeight and XmNresizeWidth to False.Gerd Moellmann2000-01-171-3/+10
|
* *** empty log message ***Gerd Moellmann2000-01-171-0/+28
|
* (_XlwMenu_part): Add `highlight' callback list.Gerd Moellmann2000-01-171-1/+1
|
* (XtNhighlightCallback): New define.Gerd Moellmann2000-01-171-0/+1
|
* (xlwMenuResources): All XtNhighlightCallback.Gerd Moellmann2000-01-171-0/+7
| | | | (remap_menubar): Call highlight callback.
* (_widget_value): Add help string.Gerd Moellmann2000-01-171-0/+2
|
* Add prototype for lw_get_widget_instance.Gerd Moellmann2000-01-171-0/+2
|
* (copy_widget_value_tree): Copy help string.Gerd Moellmann2000-01-171-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 Moellmann2000-01-171-1/+24
| | | | | (xlw_create_menubar, xlw_create_popup_menu): Add highlight_hook as callback XtNhighlightCallback.
* (xm_arm_callback): New function.Gerd Moellmann2000-01-171-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 Eggert1999-10-199-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 Moellmann1999-10-061-0/+5
|
* (make_menu_in_widget, update_one_menu_entry): UseGerd Moellmann1999-10-061-4/+4
| | | | widgets instead of gadgets to be able to set colors.
* #Dave Love1999-10-041-0/+24
|
* #Dave Love1999-09-306-0/+1147
|
* (wm_delete_window): Check all the shell's children,Richard M. Stallman1999-09-181-3/+9
| | | | not just the first, to find the dialog box.