aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/xlwmenu.c
Commit message (Expand)AuthorAgeFilesLines
* * lwlib/xlwmenu.c (abort_gracefully): Mark as NO_RETURN.Dan Nicolaescu2010-07-281-1/+1
* Change function definition from K&R to prototype. Fix prototype warnings.Jan D2010-07-081-30/+65
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-1/+1
* Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D2010-07-051-10/+7
* Convert function definitions in lwlib files to standard C.Dan Nicolaescu2010-07-031-220/+71
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-2/+2
* xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets (Bug #6127).Jan D2010-05-081-1/+0
* Declarations before code (Bug#5993).Jan Djärv2010-04-211-1/+1
* Set _NET_WM_WINDOW_TYPE in menus. Looks bad with compiz otherwise.Jan Djärv2010-04-171-0/+19
* Don't redraw lucid menus more than needed. Use double buffer to reduce flicker.Jan D2010-04-171-82/+118
* xlwmenu.c (facename_changed): Put function in #ifdef HAVE_XFT.YAMAMOTO Mitsuharu2010-04-161-0/+2
* Lucid menus can now use Xft for fonts.Jan Djärv2010-04-081-10/+232
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (XlwMenuRealize): Remove unused integer `count'.Glenn Morris2007-08-261-1/+0
* | Merged from [email protected]Karoly Lorentey2007-04-221-2/+3
|\|
| * Revert previous change, since not sure it was correct.Glenn Morris2007-02-281-1/+1
| * Despite initial RCS check-in in 1994 being under GPLv2 later, lwlibGlenn Morris2007-02-281-1/+1
| * Adjust FSF copyright years based on changelogs.Glenn Morris2007-02-271-2/+3
* | Merged from [email protected]Karoly Lorentey2007-01-291-1/+1
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from [email protected]Karoly Lorentey2007-01-061-3/+28
|\|
| * (xlwMenuResources): Add XtNleaveCallback, XtNenterCallback.Jan Djärv2007-01-011-3/+28
* | Fix compilation error in lwlib/xlwmenu.c.Karoly Lorentey2006-05-241-2/+2
* | Merged from [email protected]Karoly Lorentey2006-05-241-19/+7
|\|
| * * xlwmenu.c: Include xterm.h if emacs instead of declaring functionsJan Djärv2006-05-231-19/+7
* | Merged from [email protected]Karoly Lorentey2006-02-061-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-051-1/+1
* | Install workaround for "X protocol error: BadCursor (invalid Cursor parameter...Karoly Lorentey2006-01-021-0/+10
|/
* * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-0/+2
* Fix the return type for x_clear_errors andDan Nicolaescu2005-09-241-2/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* * xlwmenu.c (string_width):Jan Djärv2005-04-011-74/+58
* Temporary #undef HAVE_X_I18N until FontSet for UTF-8Jan Djärv2005-03-221-0/+3
* (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-181-26/+99
* * xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as anJan Djärv2004-12-271-0/+1
* * xlwmenu.c (find_first_selectable, find_next_selectable)Jan Djärv2004-11-011-13/+12
* Changes for lucid popup menus (keyboard traversal enabled) and dialogsJan Djärv2004-01-121-31/+78
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Include lisp.h, not ../src/lisp.h.Dave Love2003-05-221-7/+1
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* (pop_new_stack_if_no_contents): Do nothing if new_depth is 1.Richard M. Stallman2002-12-221-2/+12
* (separator_height): Prototype.Dave Love2002-11-201-1/+1
* (make_drawing_gcs): The scaling factor passed toPavel Janík2002-05-071-13/+6
* (xlwMenuResources): New resource.Pavel Janík2002-05-061-9/+49