aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-051-1/+1
|
* * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | (find_prev_selectable): Add missing parameter declarations. * xfaces.c (lookup_derived_face): Add parameter type. * xdisp.c (cursor_row_fully_visible_p): Add parameter type. * marker.c (verify_bytepos): Add parameter type. * process.c (get_operating_system_release): Move prototype ... * systime.h (get_operating_system_release): ... here. * xterm.c (set_vertical_scroll_bar): Move prototype ... * xterm.h: ... here. * fns.c (internal_equal, seed_random): Fix prototypes. (internal_equal): Add missing parameter.
* Fix the return type for x_clear_errors andDan Nicolaescu2005-09-241-0/+5
| | | | x_uncatch_errors.
* * lwlib-Xm.c (make_menu_in_widget): Disable drag and drop forJan Djärv2005-07-191-0/+5
| | | | labels in menu bar.
* *** empty log message ***Lute Kamstra2005-07-051-1/+5
|
* Reenable support for I18N to Lucid menus.Jan Djärv2005-04-011-0/+13
| | | | | | | | | | | * xlwmenuP.h (_XlwMenu_part): Add fontSet resource. * xlwmenu.c (string_width): (MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto. (display_menu_item, make_drawing_gcs, XlwMenuInitialize) (XlwMenuSetValues): Use font if fontSet is NULL, use only font for !HAVE_X_I18N. (xlwMenuResources): Add fontSet resource.
* * xlwmenuP.h: Temporary #undef HAVE_X_I18N until FontSet for UTF-8Jan Djärv2005-03-221-0/+7
| | | | | on XFree86 is investigated. * xlwmenu.c: Ditto.
* Add support for I18N to Lucid menus.Stefan Monnier2005-03-181-0/+16
| | | | | | | | | | | | | | | | * xlwmenuP.h (struct _XlwMenu_part) [HAVE_X_I18N]: Change `font' to be a fontset. Add a `font_extents' element. * xlwmenu.c (xlwMenuResources) [HAVE_X_I18N]: Use a fontset for the `font' resource. (string_width) [HAVE_X_I18N]: Use XmbTextExtents; (MENU_FONT_HEIGHT, MENU_FONT_ASCENT): New macros. (arrow_width, toggle_button_width, size_menu_item, draw_arrow) (draw_toggle, draw_radio, display_menu_item): Use them. (display_menu_item) [HAVE_X_I18N]: Use XmbDrawString. (make_drawing_gcs) [HAVE_X_I18N]: Don't mess with fonts. (XlwMenuInitialize) [HAVE_X_I18N]: Initialize font_extents. (XlwMenuSetValues) [HAVE_X_I18N]: Refresh font_extents if font changes.
* (xm_update_label, xm_update_list): Use the recommendedStefan Monnier2005-03-171-0/+3
| | | | XmStringCreateLocalized function. Add missing copyright.
* *** empty log message ***Stefan Monnier2005-03-171-0/+4
|
* *** empty log message ***Stefan Monnier2005-03-121-7/+11
|
* * xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as anJan Djärv2004-12-271-0/+7
| | | | | | action procedure for compatibility with Lesstif/Motif. * Makefile.in (mostlyclean): Don't remove *~ on clean.
* * lwlib-Xaw.c: Put <KeyPress>Escape in dialogOverride so dialogs onlyJan Djärv2004-12-261-0/+5
| | | | pops down on Escape, not any keypress.
* * xlwmenu.c (find_first_selectable, find_next_selectable)Jan Djärv2004-11-011-0/+7
| | | | | | (find_prev_selectable): Rename parameter skip_no_call_data to skip_titles. Recognize titles as having no call_data and no contents. (Down, Up): Comment update.
* * lwlib.h (_widget_value): Added lname and lkey.Jan Djärv2004-08-301-0/+4
|
* Changes for lucid popup menus (keyboard traversal enabled) and dialogsJan Djärv2004-01-121-0/+28
| | | | (Xaw and Xm pop down on ESC).
* Update my email address.Lute Kamstra2003-10-061-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* Include lisp.h, not ../src/lisp.h.Dave Love2003-05-221-0/+10
| | | | (make_drawing_gcs): Remove unused `xswa', `mask'.
* *** empty log message ***Juanma Barranquero2003-04-301-0/+5
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* Update email and real nameJan Djärv2003-01-301-3/+3
|
* lwlib-Xm.c: Fixed memory leak for menus.Jan Djärv2003-01-261-0/+5
|
* *** empty log message ***Richard M. Stallman2002-12-221-0/+7
|
* Provide ISO C arglists for functionsDave Love2002-11-211-0/+5
| | | | with Boolean args.
* Remove obsolete USE_OLIT code.Dave Love2002-11-201-0/+10
| | | | | | | [PROTOTYPES]: Provide ISO C arglists for functions with Boolean args. (lwlib_memset): Declare length arg as size_t. (malloc_widget_value): Cast arg of lwlib_memset.
* (make_drawing_gcs): The scaling factor passed toPavel Janík2002-05-071-0/+8
| | | | | | | `x_alloc_lighter_color_for_widget' is a float, not an int, and it's a multiplicative factor, so the name `delta' is inaccurate. Always base disabled foreground on the normal foreground. Don't use the temporary variable `temp'.
* (xlwMenuResources): New resource.Pavel Janík2002-05-061-0/+16
| | | | | | | (find_next_selectable): Return current item when the menu is not poped up. Rename `inactive_gc' to `disabled_gc'. Use lighter/darker color for disabled menu items instead of using stipple. Use stipple only when better color can not be determined automatically.
* *** empty log message ***Stefan Monnier2002-04-301-36/+27
|
* *** empty log message ***Pavel Janík2002-04-291-0/+5
|
* Do not grab keyboard if installation-directory isJan Djärv2002-04-281-0/+5
| | | | non-nil (not installed Emacs). To simplify debugging.
* Remove unused file.Pavel Janík2002-04-281-1/+2
|
* Remove OpenLook file dependencies.Pavel Janík2002-04-281-0/+6
| | | | | (xrdb-cpp.o): Remove target. Remove unused defines.
* (instantiate_widget_instance): Remove duplicated prototype.Pavel Janík2002-04-281-0/+5
|
* *** empty log message ***Pavel Janík2002-04-251-0/+5
|
* *** empty log message ***Jan Djärv2002-04-221-0/+10
|
* *** empty log message ***Pavel Janík2002-04-201-0/+7
|
* *** empty log message ***Pavel Janík2002-04-191-1/+11
|
* Fix typo and whitespaces.Pavel Janík2002-04-191-6/+6
|
* *** empty log message ***Eli Zaretskii2002-04-191-0/+5
|
* *** empty log message ***Richard M. Stallman2002-03-181-0/+4
|
* (P_): Don't define if already defined.Eli Zaretskii2002-03-161-0/+4
|
* *** empty log message ***Pavel Janík2002-01-271-0/+5
|
* (xaw_create_dialog): Initialize icon_name to suppress compiler warnings.Pavel Janík2002-01-091-0/+5
|
* *** empty log message ***Pavel Janík2001-12-181-0/+5
|
* *** empty log message ***Pavel Janík2001-12-081-0/+4
|
* *** empty log message ***Richard M. Stallman2001-12-021-0/+13
|
* *** empty log message ***Richard M. Stallman2001-11-291-0/+4
|
* *** empty log message ***Gerd Moellmann2001-10-211-1/+1
|
* *** empty log message ***Gerd Moellmann2001-10-211-0/+4
|