summaryrefslogtreecommitdiff
path: root/lwlib/xlwmenu.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Don't link libXft when using cairoYAMAMOTO Mitsuharu2019-04-24
* Fix text metrics calculation in Xft support for lwlibYAMAMOTO Mitsuharu2019-04-21
* Update copyright year to 2019Paul Eggert2019-01-01
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Tweak X toolkit code to pacify modern GCCPaul Eggert2017-03-10
* Update copyright year to 2017Paul Eggert2016-12-31
* Update copyright year to 2016Paul Eggert2016-01-01
* Remove SunOS 4.x cruftPaul Eggert2015-12-18
* Assume C89 offsetof in xterm.c, xlwmenu.cPaul Eggert2015-04-14
* Add classes as run-time descriptors of cl-structs.Stefan Monnier2015-03-18
* * xlwmenu.c (remap_menubar): Re-realize menu to force move under Gnome 3.Jan D2015-02-28
* Update copyright year to 2015Paul Eggert2015-01-01
* Prefer stpcpy to strcatPaul Eggert2014-12-25
* * xlwmenu.c (openXftFont): Do not load regular X font here.Dmitry Antipov2014-06-03
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-31
* Use ASCII tests for character types.Paul Eggert2012-08-16
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-25
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-24
* Remove obsolete '#define static' cruft.Paul Eggert2012-05-30
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Spelling fixes.Paul Eggert2011-11-19
* Spelling fixes.Paul Eggert2011-11-18
* Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.Dmitry Antipov2011-10-13
* * xlwmenu.c (MINL): Define only if not emacs.Paul Eggert2011-04-15
* * xlwmenu.c (XlwMenuSetValues): Rename/ move locals to avoid shadowing.Paul Eggert2011-04-15
* Use *font for Xft font names for Lucid menus and dialogs.Jan Djärv2011-02-14
* lwlib/ trivia.Glenn Morris2011-02-09
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | * lwlib/xlwmenu.c (abort_gracefully): Mark as NO_RETURN.Dan Nicolaescu2010-07-28
* | Change function definition from K&R to prototype. Fix prototype warnings.Jan D2010-07-08
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* | Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D2010-07-05
* | Convert function definitions in lwlib files to standard C.Dan Nicolaescu2010-07-03
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
* | xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets (Bug #6127).Jan D2010-05-08
* | Declarations before code (Bug#5993).Jan Djärv2010-04-21
* | Set _NET_WM_WINDOW_TYPE in menus. Looks bad with compiz otherwise.Jan Djärv2010-04-17
* | Don't redraw lucid menus more than needed. Use double buffer to reduce flicker.Jan D2010-04-17
* | xlwmenu.c (facename_changed): Put function in #ifdef HAVE_XFT.YAMAMOTO Mitsuharu2010-04-16
* | Lucid menus can now use Xft for fonts.Jan Djärv2010-04-08
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19