summaryrefslogtreecommitdiff
path: root/lwlib
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-0/+6
|
* Change to GPLv3.Glenn Morris2007-07-251-288/+623
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Version 22.1 released.Chong Yidong2007-06-021-0/+4
|
* (distclean): Delete Makefile.Glenn Morris2007-02-281-0/+2
| | | | (maintainer-clean): Delete TAGS.
* *** empty log message ***Glenn Morris2007-02-281-0/+5
|
* Revert previous change, since not sure it was correct.Glenn Morris2007-02-282-2/+2
|
* Despite initial RCS check-in in 1994 being under GPLv2 later, lwlibGlenn Morris2007-02-282-2/+2
| | | | was released under v1 or later.
* Lucid Widget Library was released under GPLv1 or later (license onlyGlenn Morris2007-02-282-2/+2
| | | | added 20050312).
* Lucid Widget Library was released under GPLv1 or later.Glenn Morris2007-02-281-1/+1
|
* Revert license to the original GPLv1 or later (changed 20050317).Glenn Morris2007-02-281-1/+1
|
* Fix typo.Glenn Morris2007-02-281-1/+1
|
* *** empty log message ***Glenn Morris2007-02-271-5/+9
|
* Add Lucid copyright.Glenn Morris2007-02-272-4/+6
| | | | Adjust FSF copyright years based on changelogs.
* Adjust FSF copyright years based on changelogs.Glenn Morris2007-02-271-2/+3
|
* Add Lucid and FSF copyrights and GPL text.Glenn Morris2007-02-272-0/+46
|
* Add FSF copyright.Glenn Morris2007-02-273-3/+9
|
* Remove FSF copyright since file does not differ significantly fromGlenn Morris2007-02-271-3/+1
| | | | original lwlib version.
* Add FSF copyright and GPL.Glenn Morris2007-02-271-2/+23
|
* State that lwlib is not considered part of Emacs.Glenn Morris2007-02-171-4/+4
|
* Switch to standard GPL text for license.Glenn Morris2007-02-111-2/+17
|
* Add 2007 to copyright years.Glenn Morris2007-01-213-3/+3
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-164-8/+8
| | | | 2001).
* (enter_hook, leave_hook): New functionsJan Djärv2007-01-012-4/+39
| | | | | (xlw_create_menubar, xlw_create_popup_menu): Connect XtNenter/leave to enter/leave_hook.
* (xlwMenuResources): Add XtNleaveCallback, XtNenterCallback.Jan Djärv2007-01-011-3/+28
| | | | | | (display_menu, map_event_to_widget_value): Generate enter and leave callbacks. (pop_up_menu): Initialize mw->menu.inside_entry.
* (_XlwMenu_part): Add enter/leave callbacks andJan Djärv2007-01-011-0/+2
| | | | inside_entry.
* (XtNleaveCallback, XtNenterCallback): New strings.Jan Djärv2007-01-011-0/+2
|
* Remove -unix from coding: tags.Eli Zaretskii2006-12-221-1/+1
|
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-101-4/+5
|
* * Makefile.in (lwlib-utils.o): Use CPPFLAGS.Chong Yidong2006-10-302-1/+5
|
* *** empty log message ***Jay Belanger2006-09-151-0/+5
|
* Replace "Library Public License" by "Lesser Public License" throughout.Jay Belanger2006-09-151-13/+12
|
* * xlwmenu.c: Include xterm.h if emacs instead of declaring functionsJan Djärv2006-05-232-19/+17
| | | | | | | | | 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-057-7/+8
|
* * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-272-0/+8
| | | | | | | | | | | | | | | | | | | | | | (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-242-2/+7
| | | | x_uncatch_errors.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-076-7/+10
|
* * lwlib-Xm.c (make_menu_in_widget): Disable drag and drop forJan Djärv2005-07-192-0/+11
| | | | labels in menu bar.
* *** empty log message ***Lute Kamstra2005-07-051-1/+5
|
* Update FSF's address.Lute Kamstra2005-07-049-18/+18
|
* Update FSF's address.Lute Kamstra2005-07-021-3/+3
|
* Update copyright.Stefan Monnier2005-04-101-1/+1
|
* 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 (_XlwMenu_part): Add fontSet resource.Jan Djärv2005-04-011-6/+2
|
* * xlwmenu.c (string_width):Jan Djärv2005-04-011-74/+58
| | | | | | | | (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-222-0/+6
| | | | on XFree86 is investigated.
* * 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.
* (MENU_FONT_ASCENT) [HAVE_X_I18N]: Try to be more correct.Stefan Monnier2005-03-181-1/+2
|
* Add support for I18N to Lucid menus.Stefan Monnier2005-03-183-26/+120
| | | | | | | | | | | | | | | | * 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-172-4/+9
| | | | XmStringCreateLocalized function. Add missing copyright.