summaryrefslogtreecommitdiff
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.Paul Eggert2011-04-131-0/+3
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+1
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-1/+1
* * xmenu.c (set_frame_menubar): Allocate smaller local vectors.Paul Eggert2011-04-091-10/+11
* Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu.Glenn Morris2011-04-091-17/+17
|\
| * Fix more GCC strict-aliasing warnings.Chong Yidong2011-04-081-17/+17
* | * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.Paul Eggert2011-04-051-1/+1
* | src/*.h: Remove unused parameters and functions.Juanma Barranquero2011-03-261-3/+3
* | * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexesPaul Eggert2011-03-221-1/+1
* | Merge: Minor changes for problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-101-12/+10
|\ \
| * | * xmenu.c (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,Paul Eggert2011-03-061-2/+2
| * | * xmenu.c (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"Paul Eggert2011-03-061-3/+3
| * | * xmenu.c (xmenu_show): Rename parameter to avoid shadowing.Paul Eggert2011-03-061-3/+3
| * | * xmenu.c (set_frame_menubar): Remove unused local.Paul Eggert2011-03-061-2/+0
| * | * xmenu.c (menu_highlight_callback): Now static.Paul Eggert2011-03-061-2/+2
* | | Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3).Jan D2011-03-081-1/+1
|/ /
* | Use *font for Xft font names for Lucid menus and dialogs.Jan Djärv2011-02-141-23/+19
* | * xmenu.c: conform to C89 const rulesPaul Eggert2011-02-051-2/+2
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+3
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-12/+11
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.Dan Nicolaescu2010-11-131-2/+2
* | Unify mouse highlight code of MSDOS and GUI sessions.Eli Zaretskii2010-10-301-1/+4
* | Fix compilation with Motif (Bug#7263).Jan D2010-10-221-0/+1
* | Fix compilation error in xmenu.c for non-toolkit builds.Eli Zaretskii2010-08-131-1/+1
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-7/+11
* | Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!da...Juanma Barranquero2010-08-061-5/+0
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-21/+1
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-4/+0
* | * src/xmenu.c: Do not included lwlib.h, not needed.Dan Nicolaescu2010-07-261-1/+0
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-161-8/+0
|\ \ | |/
| * Fix menus as per bug 6499 and 6608.Jan D2010-07-141-8/+0
* | * xmenu.c (free_frame_menubar): Only call x_set_window_size ifJan D2010-07-161-3/+3
* | * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of timestamp arg...Andreas Schwab2010-07-151-2/+4
* | Fix menu bar activation with click for Motif/Lesstif.Jan D2010-07-141-17/+4
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-121-13/+3
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-121-49/+14
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-0/+8
|\ \ | |/
| * Fix hang for mouse press on menubar but not on an item (Bug#6499).Jan D2010-07-031-0/+8
* | Fix frame sizing for Lucid/Motif/Lesstif.Jan D2010-07-091-1/+4
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-7/+4
* | Fix compilation for Motif/Lesstif.Jan D2010-07-081-1/+5
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-6/+4
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-63/+20
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-11/+11
* | Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.Jan D2010-06-281-1/+1
* | * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.Jan D2010-04-161-6/+1