aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
Commit message (Collapse)AuthorAgeFilesLines
* Include lisp.h, not ../src/lisp.h.Dave Love2003-05-222-7/+11
| | | | (make_drawing_gcs): Remove unused `xswa', `mask'.
* Include lisp.h, not ../src/lisp.h.Dave Love2003-05-221-7/+11
| | | | | | (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-301-0/+5
|
* Make things function properly in case both LessTif and Open Motif are installed.Juanma Barranquero2003-04-301-2/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-0410-106/+106
|
* Update email and real nameJan Djärv2003-01-301-3/+3
|
* lwlib-Xm.c: Fixed memory leak for menus.Jan Djärv2003-01-262-2/+13
|
* *** empty log message ***Richard M. Stallman2002-12-221-0/+7
|
* (pop_new_stack_if_no_contents): Do nothing if new_depth is 1.Richard M. Stallman2002-12-221-2/+12
| | | | | (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-212-0/+14
| | | | with Boolean args.
* Remove obsolete USE_OLIT code.Dave Love2002-11-202-42/+84
| | | | | | | [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-201-1/+1
|
* (make_drawing_gcs): The scaling factor passed toPavel Janík2002-05-072-13/+14
| | | | | | | `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-062-9/+65
| | | | | | | (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-061-0/+2
|
* (_XlwMenu_part): Add new member `disabled_foreground'.Pavel Janík2002-05-061-6/+7
| | | | Rename `inactive_gc' to `disabled_gc'.
* *** empty log message ***Stefan Monnier2002-04-301-36/+27
|
* *** empty log message ***Pavel Janík2002-04-291-0/+5
|
* Change default values.Pavel Janík2002-04-291-4/+4
|
* Do not grab keyboard if installation-directory isJan Djärv2002-04-282-4/+11
| | | | non-nil (not installed Emacs). To simplify debugging.
* Remove unused file.Pavel Janík2002-04-286-784/+2
|
* Remove OpenLook file dependencies.Pavel Janík2002-04-282-8/+7
| | | | | (xrdb-cpp.o): Remove target. Remove unused defines.
* (instantiate_widget_instance): Remove duplicated prototype.Pavel Janík2002-04-282-1/+5
|
* *** empty log message ***Pavel Janík2002-04-251-0/+5
|
* Remove file.Pavel Janík2002-04-255-799/+0
|
* *** empty log message ***Jan Djärv2002-04-221-0/+10
|
* Remove compiler warningJan Djärv2002-04-221-0/+1
|
* Add calls to Grab/UngrabKeyboard to remove strange interactions withJan Djärv2002-04-221-13/+36
| | | | window managers that steal keypresses.
* *** empty log message ***Pavel Janík2002-04-201-0/+7
|
* (find_next_selectable): New function.Pavel Janík2002-04-201-8/+43
| | | | | | (Down, Up, Right): Use it. (find_next_selectable): Prevent endless loops when only one item is enabled in the menu.
* *** empty log message ***Pavel Janík2002-04-191-1/+11
|
* (xlwMenuTranslations, xlwMenuActionsList): Add translations for cursor keysPavel Janík2002-04-191-0/+160
| | | | | | | and RET. (find_next_selectable, find_prev_selectable): New functions used for finding menu-items. (Down, Up, Left, Right): New functions.
* Fix typo and whitespaces.Pavel Janík2002-04-191-6/+6
|
* *** empty log message ***Eli Zaretskii2002-04-191-0/+5
|
* (TAGS): Don't use -t, it's the default forEli Zaretskii2002-04-191-1/+1
| | | | etags, so it barfs if invoked with -t.
* *** empty log message ***Richard M. Stallman2002-03-181-0/+4
|
* (P_): Definitions deleted.Richard M. Stallman2002-03-181-8/+0
|
* (P_): Don't define if already defined.Eli Zaretskii2002-03-162-0/+6
|
* *** empty log message ***Pavel Janík2002-01-271-0/+5
|
* (xaw_update_scrollbar, xaw_scrollbar_scroll)Pavel Janík2002-01-271-6/+6
| | | | (xaw_scrollbar_jump): Put whole functions in #if 0.
* (xaw_create_dialog): Initialize icon_name to suppress compiler warnings.Pavel Janík2002-01-092-1/+6
|
* *** empty log message ***Pavel Janík2001-12-181-0/+5
|
* (separator_names): Add missing braces around initializers.Pavel Janík2001-12-181-30/+30
|
* *** empty log message ***Pavel Janík2001-12-081-0/+4
|
* New file.Pavel Janík2001-12-081-0/+340
|
* *** empty log message ***Richard M. Stallman2001-12-021-0/+13
|
* Include ../src/lisp.h.Richard M. Stallman2001-12-027-0/+16
|
* (_widget_value): `help' has type Lisp_Object.Richard M. Stallman2001-12-021-3/+5
|
* Include ../src/lisp.h. Don't declare xmalloc.Richard M. Stallman2001-12-021-8/+6
| | | | | | (free_widget_value_tree): Don't free `help' field. (copy_widget_value_tree): Copy `help' simply, without safe_strdup. (merge_widget_value): Compare and copy `help' simply.
* *** empty log message ***Richard M. Stallman2001-11-291-0/+4
|