summaryrefslogtreecommitdiff
path: root/lwlib
Commit message (Expand)AuthorAgeFilesLines
* lwlib/Makefile.in (ALL_CFLAGS): Add -I../lib for generated header files in ou...YAMAMOTO Mitsuharu2011-06-272-1/+6
* Merge: Cons<->int and similar integer overflow fixes.Paul Eggert2011-06-062-5/+11
|\
| * * Makefile.in (ALL_CFLAGS): Add -I$(srcdir)/../lib.Paul Eggert2011-06-062-5/+11
|/
* Static checks with GCC 4.6.0 and non-default toolkits.Paul Eggert2011-04-166-58/+48
|\
| * * lwlib-utils.c (XtCompositeChildren): Likewise.Paul Eggert2011-04-162-1/+2
| * * lwlib-Xm.c (make_dialog): Rename local to avoid shadowing.Paul Eggert2011-04-162-6/+9
| * * lwlib.c (first_child) [USE_MOTIF]: Protoize.Paul Eggert2011-04-162-1/+2
| * * lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;".Paul Eggert2011-04-152-3/+6
| * * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused.Paul Eggert2011-04-153-29/+2
| * * xlwmenu.c (MINL): Define only if not emacs.Paul Eggert2011-04-152-0/+3
| * * xlwmenu.c (XlwMenuSetValues): Rename/ move locals to avoid shadowing.Paul Eggert2011-04-152-18/+22
|/
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
* Use *font for Xft font names for Lucid menus and dialogs.Jan Djärv2011-02-145-49/+91
* lwlib trivia.Glenn Morris2011-02-122-7/+5
* lwlib/Makefile.in misc cleanup.Glenn Morris2011-02-102-23/+42
* * lwlib/Makefile.in: Standardize on $(), not ${}.Glenn Morris2011-02-101-3/+3
* lwlib/ trivia.Glenn Morris2011-02-097-16/+20
* Update lucid toolkit build for src/globals.h being a generated file.Glenn Morris2011-02-082-6/+20
* Use xmalloc instead of malloc.Jan D2011-01-314-8/+14
* Refill some long/short copyright headers.Glenn Morris2011-01-263-7/+7
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-2412-24/+12
* Merge from emacs-23.Glenn Morris2011-01-242-1/+6
|\
| * * lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference (Bug#7690).Werner Meisner2011-01-232-1/+6
* | Refill some copyright headers.Glenn Morris2011-01-151-2/+2
* | Nuke arch-tags.Glenn Morris2011-01-1515-29/+0
* | Merge from emacs-23Stefan Monnier2011-01-1412-13/+13
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0212-12/+12
* | Use const for some pointer arguments.Dan Nicolaescu2010-09-263-13/+21
* | Use const for constant arguments.Dan Nicolaescu2010-09-203-12/+18
* | * lwlib/xlwmenu.c (abort_gracefully): Mark as NO_RETURN.Dan Nicolaescu2010-07-282-1/+5
* | * lwlib/xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations.Dan Nicolaescu2010-07-252-0/+7
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-241-1/+1
* | Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGSAndreas Schwab2010-07-122-1/+10
* | Change function definition from K&R to prototype. Fix prototype warnings.Jan D2010-07-087-419/+277
* | Remove alternative K&R declarations.Dan Nicolaescu2010-07-075-149/+15
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-085-29/+19
* | Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D2010-07-053-17/+37
* | Convert function definitions in lwlib files to standard C.Dan Nicolaescu2010-07-037-401/+149
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-024-90/+95
* | Remove P_ and __P macros.Jan D2010-07-027-79/+89
* | Remove duplicate ChangeLog entries.Juanma Barranquero2010-06-101-11/+0
* | * lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.Glenn Morris2010-05-142-1/+5
* | lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.Jan D2010-05-132-1/+5
* | Merge from emacs-23Stefan Monnier2010-05-081-7/+10
|\ \ | |/
| * Bump version to 23.2.emacs-23.2Chong Yidong2010-05-071-0/+4
* | xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets (Bug #6127).Jan D2010-05-082-1/+5
* | Remove some unused Makefile.in variables.Glenn Morris2010-05-062-12/+10
* | Missing lwlib part of earlier C_SWITCH commit.Glenn Morris2010-05-032-4/+10
* | Reduce CPP usage.Dan Nicolaescu2010-04-262-0/+5
* | Declarations before code (Bug#5993).Jan Djärv2010-04-213-3/+8