aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* use guile subrsBT Templeton2015-04-191-1/+1
* dynwind fixesRobin Templeton2015-04-181-2/+2
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-18/+28
* use guile-snarf for subr definitionBT Templeton2015-04-181-3/+2
* use BDW-GCRobin Templeton2015-04-181-5/+0
* * xmenu.c (mouse_position_for_popup):Dmitry Antipov2014-06-221-47/+0
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-3/+0
* Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-041-19/+21
* Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-021-58/+16
* * xmenu.c (xdialog_show): Remove prototype, rename toDmitry Antipov2014-05-291-32/+6
* * xmenu.c (create_and_show_popup_menu): Port comment to C89.Paul Eggert2014-01-291-1/+1
* * xmenu.c (create_and_show_popup_menu): Handle case when no keyJan Djärv2014-01-291-0/+2
* Make GTK+ menus work correctly with Unity global menuDaniel Colascione2014-01-121-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-1/+1
* Fix minor problems found by static checking.Paul Eggert2013-12-071-2/+0
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-1/+1
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-4/+0
* Port to stricter C99 platforms.Paul Eggert2013-11-031-2/+2
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-101-7/+7
* x-popup-dialog fixed, almost.Eli Zaretskii2013-09-291-149/+35
* Merge from trunk.Eli Zaretskii2013-09-261-12/+12
|\
| * Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-2/+2
| * Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-10/+10
* | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-211-3/+19
|/
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-271-1/+1
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-2/+2
* Omit some unnecessary casts.Paul Eggert2013-08-101-20/+14
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-26/+23
* * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontnameDmitry Antipov2013-08-021-24/+12
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-311-2/+2
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-1/+1
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-181-2/+1
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-21/+13
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-10/+8
* Do not use GTK 3 if it exists but cannot be compiled.Paul Eggert2013-06-301-1/+1
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-6/+3
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-1/+1
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-1/+1
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-1/+1
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-5/+5
* * keymap.c (map_keymap_internal): Use format_save_value.Dmitry Antipov2013-01-151-4/+3
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-4/+4
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-141-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-13/+4
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-4/+1
|/
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-12/+13