| Commit message (Expand) | Author | Age | Files | Lines |
* | Be more systematic about user-interface timestamps. | Paul Eggert | 2011-05-12 | 1 | -6/+7 |
* | * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes | Paul Eggert | 2011-05-12 | 1 | -5/+5 |
* | * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils. | Paul Eggert | 2011-05-11 | 1 | -3/+2 |
* | * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times). | Paul Eggert | 2011-05-02 | 1 | -3/+3 |
* | * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t. | Paul Eggert | 2011-04-29 | 1 | -3/+3 |
* | Prefer intptr_t/uintptr_t for integers the same widths as pointers. | Paul Eggert | 2011-04-29 | 1 | -4/+4 |
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -3/+3 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -3/+3 |
* | * xmenu.c (xmenu_show): Don't use uninitialized vars. | Paul Eggert | 2011-04-16 | 1 | -8/+8 |
* | * xmenu.c (menu_help_callback): Pointer type fixes. | Paul Eggert | 2011-04-16 | 1 | -14/+8 |
* | * xmenu.c (xmenu_show): Rename parm to avoid shadowing. | Paul Eggert | 2011-04-15 | 1 | -7/+7 |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -1/+1 |
* | * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF. | Paul Eggert | 2011-04-13 | 1 | -0/+3 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
* | * xmenu.c (set_frame_menubar): Allocate smaller local vectors. | Paul Eggert | 2011-04-09 | 1 | -10/+11 |
* | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu. | Glenn Morris | 2011-04-09 | 1 | -17/+17 |
|\ |
|
| * | Fix more GCC strict-aliasing warnings. | Chong Yidong | 2011-04-08 | 1 | -17/+17 |
* | | * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats. | Paul Eggert | 2011-04-05 | 1 | -1/+1 |
* | | src/*.h: Remove unused parameters and functions. | Juanma Barranquero | 2011-03-26 | 1 | -3/+3 |
* | | * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes | Paul Eggert | 2011-03-22 | 1 | -1/+1 |
* | | Merge: Minor changes for problems found by GCC 4.5.2's static checks. | Paul Eggert | 2011-03-10 | 1 | -12/+10 |
|\ \ |
|
| * | | * xmenu.c (next_menubar_widget_id): Declare only if USE_X_TOOLKIT, | Paul Eggert | 2011-03-06 | 1 | -2/+2 |
| * | | * xmenu.c (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const" | Paul Eggert | 2011-03-06 | 1 | -3/+3 |
| * | | * xmenu.c (xmenu_show): Rename parameter to avoid shadowing. | Paul Eggert | 2011-03-06 | 1 | -3/+3 |
| * | | * xmenu.c (set_frame_menubar): Remove unused local. | Paul Eggert | 2011-03-06 | 1 | -2/+0 |
| * | | * xmenu.c (menu_highlight_callback): Now static. | Paul Eggert | 2011-03-06 | 1 | -2/+2 |
* | | | Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3). | Jan D | 2011-03-08 | 1 | -1/+1 |
|/ / |
|
* | | Use *font for Xft font names for Lucid menus and dialogs. | Jan Djärv | 2011-02-14 | 1 | -23/+19 |
* | | * xmenu.c: conform to C89 const rules | Paul Eggert | 2011-02-05 | 1 | -2/+2 |
* | | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -1/+3 |
* | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -12/+11 |
* | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | * src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif. | Dan Nicolaescu | 2010-11-13 | 1 | -2/+2 |
* | | Unify mouse highlight code of MSDOS and GUI sessions. | Eli Zaretskii | 2010-10-30 | 1 | -1/+4 |
* | | Fix compilation with Motif (Bug#7263). | Jan D | 2010-10-22 | 1 | -0/+1 |
* | | Fix compilation error in xmenu.c for non-toolkit builds. | Eli Zaretskii | 2010-08-13 | 1 | -1/+1 |
* | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -7/+11 |
* | | Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!da... | Juanma Barranquero | 2010-08-06 | 1 | -5/+0 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -21/+1 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -4/+0 |
* | | * src/xmenu.c: Do not included lwlib.h, not needed. | Dan Nicolaescu | 2010-07-26 | 1 | -1/+0 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-16 | 1 | -8/+0 |
|\ \
| |/ |
|
| * | Fix menus as per bug 6499 and 6608. | Jan D | 2010-07-14 | 1 | -8/+0 |
* | | * xmenu.c (free_frame_menubar): Only call x_set_window_size if | Jan D | 2010-07-16 | 1 | -3/+3 |
* | | * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of timestamp arg... | Andreas Schwab | 2010-07-15 | 1 | -2/+4 |
* | | Fix menu bar activation with click for Motif/Lesstif. | Jan D | 2010-07-14 | 1 | -17/+4 |
* | | Convert function definitions to standard C. | Dan Nicolaescu | 2010-07-12 | 1 | -13/+3 |