| Commit message (Expand) | Author | Age | Files | Lines |
* | Static checks with GCC 4.6.0 and non-default toolkits. | Paul Eggert | 2011-04-16 | 6 | -58/+48 |
|\ |
|
| * | * lwlib-utils.c (XtCompositeChildren): Likewise. | Paul Eggert | 2011-04-16 | 2 | -1/+2 |
| * | * lwlib-Xm.c (make_dialog): Rename local to avoid shadowing. | Paul Eggert | 2011-04-16 | 2 | -6/+9 |
| * | * lwlib.c (first_child) [USE_MOTIF]: Protoize. | Paul Eggert | 2011-04-16 | 2 | -1/+2 |
| * | * lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;". | Paul Eggert | 2011-04-15 | 2 | -3/+6 |
| * | * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused. | Paul Eggert | 2011-04-15 | 3 | -29/+2 |
| * | * xlwmenu.c (MINL): Define only if not emacs. | Paul Eggert | 2011-04-15 | 2 | -0/+3 |
| * | * xlwmenu.c (XlwMenuSetValues): Rename/ move locals to avoid shadowing. | Paul Eggert | 2011-04-15 | 2 | -18/+22 |
|/ |
|
* | Update and split ChangeLogs. | Juanma Barranquero | 2011-04-06 | 1 | -0/+4 |
* | Use *font for Xft font names for Lucid menus and dialogs. | Jan Djärv | 2011-02-14 | 5 | -49/+91 |
* | lwlib trivia. | Glenn Morris | 2011-02-12 | 2 | -7/+5 |
* | lwlib/Makefile.in misc cleanup. | Glenn Morris | 2011-02-10 | 2 | -23/+42 |
* | * lwlib/Makefile.in: Standardize on $(), not ${}. | Glenn Morris | 2011-02-10 | 1 | -3/+3 |
* | lwlib/ trivia. | Glenn Morris | 2011-02-09 | 7 | -16/+20 |
* | Update lucid toolkit build for src/globals.h being a generated file. | Glenn Morris | 2011-02-08 | 2 | -6/+20 |
* | Use xmalloc instead of malloc. | Jan D | 2011-01-31 | 4 | -8/+14 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 3 | -7/+7 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 12 | -24/+12 |
* | Merge from emacs-23. | Glenn Morris | 2011-01-24 | 2 | -1/+6 |
|\ |
|
| * | * lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference (Bug#7690). | Werner Meisner | 2011-01-23 | 2 | -1/+6 |
* | | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+2 |
* | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 15 | -29/+0 |
* | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 12 | -13/+13 |
|\ \
| |/ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 12 | -12/+12 |
* | | Use const for some pointer arguments. | Dan Nicolaescu | 2010-09-26 | 3 | -13/+21 |
* | | Use const for constant arguments. | Dan Nicolaescu | 2010-09-20 | 3 | -12/+18 |
* | | * lwlib/xlwmenu.c (abort_gracefully): Mark as NO_RETURN. | Dan Nicolaescu | 2010-07-28 | 2 | -1/+5 |
* | | * lwlib/xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations. | Dan Nicolaescu | 2010-07-25 | 2 | -0/+7 |
* | | Fix typos in ChangeLogs. | Juanma Barranquero | 2010-07-24 | 1 | -1/+1 |
* | | Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS | Andreas Schwab | 2010-07-12 | 2 | -1/+10 |
* | | Change function definition from K&R to prototype. Fix prototype warnings. | Jan D | 2010-07-08 | 7 | -419/+277 |
* | | Remove alternative K&R declarations. | Dan Nicolaescu | 2010-07-07 | 5 | -149/+15 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 5 | -29/+19 |
* | | Fix some bad prototypes and formatting after conversion from K&R declaration. | Jan D | 2010-07-05 | 3 | -17/+37 |
* | | Convert function definitions in lwlib files to standard C. | Dan Nicolaescu | 2010-07-03 | 7 | -401/+149 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 4 | -90/+95 |
* | | Remove P_ and __P macros. | Jan D | 2010-07-02 | 7 | -79/+89 |
* | | Remove duplicate ChangeLog entries. | Juanma Barranquero | 2010-06-10 | 1 | -11/+0 |
* | | * lwlib/Makefile.in (mostlyclean): Remove references to non-existent files. | Glenn Morris | 2010-05-14 | 2 | -1/+5 |
* | | lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources. | Jan D | 2010-05-13 | 2 | -1/+5 |
* | | Merge from emacs-23 | Stefan Monnier | 2010-05-08 | 1 | -7/+10 |
|\ \
| |/ |
|
| * | Bump version to 23.2.emacs-23.2 | Chong Yidong | 2010-05-07 | 1 | -0/+4 |
* | | xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets (Bug #6127). | Jan D | 2010-05-08 | 2 | -1/+5 |
* | | Remove some unused Makefile.in variables. | Glenn Morris | 2010-05-06 | 2 | -12/+10 |
* | | Missing lwlib part of earlier C_SWITCH commit. | Glenn Morris | 2010-05-03 | 2 | -4/+10 |
* | | Reduce CPP usage. | Dan Nicolaescu | 2010-04-26 | 2 | -0/+5 |
* | | Declarations before code (Bug#5993). | Jan Djärv | 2010-04-21 | 3 | -3/+8 |
* | | Set _NET_WM_WINDOW_TYPE in menus. Looks bad with compiz otherwise. | Jan Djärv | 2010-04-17 | 2 | -0/+21 |
* | | Don't redraw lucid menus more than needed. Use double buffer to reduce flicker. | Jan D | 2010-04-17 | 3 | -82/+149 |
* | | xlwmenu.c (facename_changed): Put function in #ifdef HAVE_XFT. | YAMAMOTO Mitsuharu | 2010-04-16 | 2 | -0/+6 |