| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use terminal-specific hooks to display menus. | Dmitry Antipov | 2014-06-04 | 1 | -19/+21 |
* | Use common memory management functions for lwlib and refactor users. | Dmitry Antipov | 2014-06-02 | 1 | -58/+16 |
* | * xmenu.c (xdialog_show): Remove prototype, rename to | Dmitry Antipov | 2014-05-29 | 1 | -32/+6 |
* | * xmenu.c (create_and_show_popup_menu): Port comment to C89. | Paul Eggert | 2014-01-29 | 1 | -1/+1 |
* | * xmenu.c (create_and_show_popup_menu): Handle case when no key | Jan Djärv | 2014-01-29 | 1 | -0/+2 |
* | Make GTK+ menus work correctly with Unity global menu | Daniel Colascione | 2014-01-12 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -1/+1 |
* | Fix minor problems found by static checking. | Paul Eggert | 2013-12-07 | 1 | -2/+0 |
* | Support resizing frames and windows pixelwise. | Martin Rudalics | 2013-11-30 | 1 | -1/+1 |
* | * configure.ac (HAVE_MENUS): Remove. | Stefan Monnier | 2013-11-28 | 1 | -4/+0 |
* | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -2/+2 |
* | * keyboard.c (last_event_timestamp): Remove. For X selection and | Dmitry Antipov | 2013-10-10 | 1 | -7/+7 |
* | x-popup-dialog fixed, almost. | Eli Zaretskii | 2013-09-29 | 1 | -149/+35 |
* | Merge from trunk. | Eli Zaretskii | 2013-09-26 | 1 | -12/+12 |
|\ |
|
| * | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -2/+2 |
| * | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -10/+10 |
* | | Fix infinite loop in menu input due to block_input. | Eli Zaretskii | 2013-09-21 | 1 | -3/+19 |
|/ |
|
* | Simplify SELECT_TYPE-related code. | Paul Eggert | 2013-08-27 | 1 | -1/+1 |
* | Simplify EMACS_TIME-related code. | Paul Eggert | 2013-08-27 | 1 | -2/+2 |
* | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -20/+14 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -26/+23 |
* | * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontname | Dmitry Antipov | 2013-08-02 | 1 | -24/+12 |
* | Drop unnecessary functions that deals with frame pixel size. | Dmitry Antipov | 2013-07-31 | 1 | -2/+2 |
* | * fringe.c (draw_window_fringes, update_window_fringes) | Dmitry Antipov | 2013-07-30 | 1 | -1/+1 |
* | Fix obscure porting bug with varargs functions. | Paul Eggert | 2013-07-18 | 1 | -2/+1 |
* | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -21/+13 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -10/+8 |
* | Do not use GTK 3 if it exists but cannot be compiled. | Paul Eggert | 2013-06-30 | 1 | -1/+1 |
* | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -6/+3 |
* | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -1/+1 |
* | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -1/+1 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -1/+1 |
* | Use functions and constants to manipulate Lisp_Save_Value objects. | Paul Eggert | 2013-03-21 | 1 | -1/+1 |
* | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | Dmitry Antipov | 2013-01-17 | 1 | -5/+5 |
* | * keymap.c (map_keymap_internal): Use format_save_value. | Dmitry Antipov | 2013-01-15 | 1 | -4/+3 |
* | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov | 2013-01-15 | 1 | -4/+4 |
* | Avoid needless casts with XSAVE_POINTER. | Paul Eggert | 2013-01-14 | 1 | -1/+1 |
* | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -13/+4 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | | Simplify by using FOR_EACH_FRAME here and there. | Dmitry Antipov | 2012-11-12 | 1 | -4/+1 |
|/ |
|
* | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 1 | -12/+13 |
* | gnutls.c, gtkutil.c: Use bool for boolean. | Paul Eggert | 2012-09-23 | 1 | -6/+5 |
* | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -27/+27 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -5/+0 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -13/+13 |
* | * frame.h (FSET): Remove (Bug#12215). | Paul Eggert | 2012-08-17 | 1 | -3/+3 |
* | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -1/+1 |