summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-Xm.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Omit redundant extern decls.Paul Eggert2014-06-171-7/+0
* Use common string allocation and freeing functions where applicable.Dmitry Antipov2014-05-301-7/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-311-3/+1
* Miscellaneous fixes for non-default X toolkits.Dmitry Antipov2012-07-311-2/+1
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-251-2/+0
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.Dmitry Antipov2011-10-131-6/+6
* * lwlib-Xm.c (make_dialog): Rename local to avoid shadowing.Paul Eggert2011-04-161-6/+6
* lwlib/ trivia.Glenn Morris2011-02-091-2/+1
* Use xmalloc instead of malloc.Jan D2011-01-311-1/+1
* Refill some long/short copyright headers.Glenn Morris2011-01-261-3/+3
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23.Glenn Morris2011-01-241-1/+1
|\
| * * lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference (Bug#7690).Werner Meisner2011-01-231-1/+1
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Change function definition from K&R to prototype. Fix prototype warnings.Jan D2010-07-081-166/+114
* | Remove alternative K&R declarations.Dan Nicolaescu2010-07-071-7/+0
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-55/+55
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* remove useless if-before-free testsJim Meyering2008-06-021-6/+3
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* Revert license to the original GPLv1 or later (changed 20050317).Glenn Morris2007-02-281-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-051-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* * lwlib-Xm.c (make_menu_in_widget): Disable drag and drop forJan Djärv2005-07-191-0/+6
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (xm_update_label, xm_update_list): Use the recommendedStefan Monnier2005-03-171-4/+6
* Changes for lucid popup menus (keyboard traversal enabled) and dialogsJan Djärv2004-01-121-0/+33
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-58/+58
* lwlib-Xm.c: Fixed memory leak for menus.Jan Djärv2003-01-261-2/+8
* Remove compiler warningJan Djärv2002-04-221-0/+1
* Include ../src/lisp.h.Richard M. Stallman2001-12-021-0/+2
* (x_print_complete_resource_name) [0]: New function.Gerd Moellmann2001-03-221-0/+26
* (make_menu_in_widget): Remove code forcing LessTif toGerd Moellmann2001-03-131-8/+2
* (make_menu_in_widget): Add an XmNpopdownCallbackGerd Moellmann2001-03-131-39/+19
* (make_menubar): Take out code in #if 0.Gerd Moellmann2001-03-131-9/+0
* (xm_popup_menu): Don't set XmNmenuPost unlessGerd Moellmann2001-03-131-11/+21
* (xm_arm_callback): Don't compare widgets with `None',Gerd Moellmann2001-02-281-2/+2
* (xm_update_radiobox, update_one_menu_entry)Gerd Moellmann2001-02-281-10/+6
* (xm_arm_callback): Fix last change.Gerd Moellmann2000-12-071-15/+12