aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Static checks with GCC 4.6.0 and non-default toolkits.Paul Eggert2011-04-161-0/+16
|\
| * * lwlib-utils.c (XtCompositeChildren): Likewise.Paul Eggert2011-04-161-0/+1
| * * lwlib-Xm.c (make_dialog): Rename local to avoid shadowing.Paul Eggert2011-04-161-0/+3
| * * lwlib.c (first_child) [USE_MOTIF]: Protoize.Paul Eggert2011-04-161-0/+1
| * * lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;".Paul Eggert2011-04-151-0/+2
| * * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused.Paul Eggert2011-04-151-0/+2
| * * xlwmenu.c (MINL): Define only if not emacs.Paul Eggert2011-04-151-0/+1
| * * xlwmenu.c (XlwMenuSetValues): Rename/ move locals to avoid shadowing.Paul Eggert2011-04-151-0/+4
|/
* 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-141-0/+28
* lwlib trivia.Glenn Morris2011-02-121-0/+5
* lwlib/Makefile.in misc cleanup.Glenn Morris2011-02-101-0/+16
* lwlib/ trivia.Glenn Morris2011-02-091-1/+6
* Update lucid toolkit build for src/globals.h being a generated file.Glenn Morris2011-02-081-0/+7
* Use xmalloc instead of malloc.Jan D2011-01-311-0/+8
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-4/+1
* Merge from emacs-23.Glenn Morris2011-01-241-0/+5
|\
| * * lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference (Bug#7690).Werner Meisner2011-01-231-0/+5
* | Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Use const for some pointer arguments.Dan Nicolaescu2010-09-261-0/+8
* | Use const for constant arguments.Dan Nicolaescu2010-09-201-0/+6
* | * lwlib/xlwmenu.c (abort_gracefully): Mark as NO_RETURN.Dan Nicolaescu2010-07-281-0/+4
* | * lwlib/xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations.Dan Nicolaescu2010-07-251-0/+4
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-241-1/+1
* | Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGSAndreas Schwab2010-07-121-0/+6
* | Change function definition from K&R to prototype. Fix prototype warnings.Jan D2010-07-081-0/+46
* | Remove alternative K&R declarations.Dan Nicolaescu2010-07-071-0/+15
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-0/+10
* | Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D2010-07-051-0/+14
* | Convert function definitions in lwlib files to standard C.Dan Nicolaescu2010-07-031-0/+9
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-0/+5
* | Remove P_ and __P macros.Jan D2010-07-021-0/+10
* | Remove duplicate ChangeLog entries.Juanma Barranquero2010-06-101-11/+0
* | * lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.Glenn Morris2010-05-141-0/+4
* | lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.Jan D2010-05-131-0/+4
* | 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-081-0/+5
* | Remove some unused Makefile.in variables.Glenn Morris2010-05-061-0/+4
* | Missing lwlib part of earlier C_SWITCH commit.Glenn Morris2010-05-031-0/+6
* | Reduce CPP usage.Dan Nicolaescu2010-04-261-0/+4
* | Declarations before code (Bug#5993).Jan Djärv2010-04-211-0/+5
* | Set _NET_WM_WINDOW_TYPE in menus. Looks bad with compiz otherwise.Jan Djärv2010-04-171-0/+2
* | Don't redraw lucid menus more than needed. Use double buffer to reduce flicker.Jan D2010-04-171-0/+29
* | xlwmenu.c (facename_changed): Put function in #ifdef HAVE_XFT.YAMAMOTO Mitsuharu2010-04-161-0/+4
* | Use autoconf, not cpp for some variables.Dan Nicolaescu2010-04-111-0/+5
* | Use XFT in Lucid dialogs if available.Jan Djärv2010-04-111-0/+20
* | Lucid menus can now use Xft for fonts.Jan Djärv2010-04-081-0/+31