summaryrefslogtreecommitdiff
path: root/lwlib
Commit message (Collapse)AuthorAge
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-10
|
* * Makefile.in (lwlib-utils.o): Use CPPFLAGS.Chong Yidong2006-10-30
|
* *** empty log message ***Jay Belanger2006-09-15
|
* Replace "Library Public License" by "Lesser Public License" throughout.Jay Belanger2006-09-15
|
* * xlwmenu.c: Include xterm.h if emacs instead of declaring functionsJan Djärv2006-05-23
| | | | | | | | | used. (string_width): Declare as static. (Start, pop_up_menu): Set is_hint to 0 before calling handle_motion_event. (pop_up_menu): Return value and parameters for x_catch_errors and x_uncatch_errors changed.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-05
|
* * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-27
| | | | | | | | | | | | | | | | | | | | | | (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-24
| | | | x_uncatch_errors.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
|
* * lwlib-Xm.c (make_menu_in_widget): Disable drag and drop forJan Djärv2005-07-19
| | | | labels in menu bar.
* *** empty log message ***Lute Kamstra2005-07-05
|
* Update FSF's address.Lute Kamstra2005-07-04
|
* Update FSF's address.Lute Kamstra2005-07-02
|
* Update copyright.Stefan Monnier2005-04-10
|
* Reenable support for I18N to Lucid menus.Jan Djärv2005-04-01
| | | | | | | | | | | * 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 (_XlwMenu_part): Add fontSet resource.Jan Djärv2005-04-01
|
* * xlwmenu.c (string_width):Jan Djärv2005-04-01
| | | | | | | | (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.
* Temporary #undef HAVE_X_I18N until FontSet for UTF-8Jan Djärv2005-03-22
| | | | on XFree86 is investigated.
* * xlwmenuP.h: Temporary #undef HAVE_X_I18N until FontSet for UTF-8Jan Djärv2005-03-22
| | | | | on XFree86 is investigated. * xlwmenu.c: Ditto.
* (MENU_FONT_ASCENT) [HAVE_X_I18N]: Try to be more correct.Stefan Monnier2005-03-18
|
* Add support for I18N to Lucid menus.Stefan Monnier2005-03-18
| | | | | | | | | | | | | | | | * 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-17
| | | | XmStringCreateLocalized function. Add missing copyright.
* *** empty log message ***Stefan Monnier2005-03-17
|
* Add missing copyright and license notice.Stefan Monnier2005-03-17
|
* *** empty log message ***Stefan Monnier2005-03-12
|
* Add missing copyright and license notice.Stefan Monnier2005-03-12
|
* * xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as anJan Djärv2004-12-27
| | | | | | 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-26
| | | | pops down on Escape, not any keypress.
* * xlwmenu.c (find_first_selectable, find_next_selectable)Jan Djärv2004-11-01
| | | | | | (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-30
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-11
| | | | | | | | | | | | | Tweak arch tagging to make build/install-in-place less annoying Previously, autoconf-created Makefiles and the like would contain duplicate taglines (unfortunately, autoconf doesn't seem to have a `strip in generated file' comment mechanism) leading to conflicts, and installing in place would create unknown directories and copies of source directories (leading to conflicts with the source directories). This changeset makes all autoconf-processed files use explicit id-tags and adds .arch-inventory entries to ignore installation directories.
* Changes for lucid popup menus (keyboard traversal enabled) and dialogsJan Djärv2004-01-12
| | | | (Xaw and Xm pop down on ESC).
* Update my email address.Lute Kamstra2003-10-06
|
* Add arch taglinesMiles Bader2003-09-01
|
* Include lisp.h, not ../src/lisp.h.Dave Love2003-05-22
| | | | (make_drawing_gcs): Remove unused `xswa', `mask'.
* Include lisp.h, not ../src/lisp.h.Dave Love2003-05-22
| | | | | | (lw_lucid_widget_p): Remove unused `mw'. (xlw_update_one_widget, xlw_pop_instance) [PROTOTYPES]: Provide ISO C arglists.
* *** empty log message ***Juanma Barranquero2003-04-30
|
* Make things function properly in case both LessTif and Open Motif are installed.Juanma Barranquero2003-04-30
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
|
* Update email and real nameJan Djärv2003-01-30
|
* lwlib-Xm.c: Fixed memory leak for menus.Jan Djärv2003-01-26
|
* *** empty log message ***Richard M. Stallman2002-12-22
|
* (pop_new_stack_if_no_contents): Do nothing if new_depth is 1.Richard M. Stallman2002-12-22
| | | | | (remap_menubar): Don't look in new_stack[0]. (Left): At level 1, do the same thing Right does.
* Provide ISO C arglists for functionsDave Love2002-11-21
| | | | with Boolean args.
* Remove obsolete USE_OLIT code.Dave Love2002-11-20
| | | | | | | [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.
* (separator_height): Prototype.Dave Love2002-11-20
|
* (make_drawing_gcs): The scaling factor passed toPavel Janík2002-05-07
| | | | | | | `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-06
| | | | | | | (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.
* (XtNdisabledForeground, XtCDisabledForeground): New resource names.Pavel Janík2002-05-06
|
* (_XlwMenu_part): Add new member `disabled_foreground'.Pavel Janík2002-05-06
| | | | Rename `inactive_gc' to `disabled_gc'.