summaryrefslogtreecommitdiff
path: root/src/xmenu.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* * xmenu.c (create_and_show_popup_menu): Port comment to C89.Paul Eggert2014-01-29
* * xmenu.c (create_and_show_popup_menu): Handle case when no keyJan Djärv2014-01-29
* Make GTK+ menus work correctly with Unity global menuDaniel Colascione2014-01-12
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Fix minor problems found by static checking.Paul Eggert2013-12-07
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-30
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-28
* Port to stricter C99 platforms.Paul Eggert2013-11-03
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-10
* x-popup-dialog fixed, almost.Eli Zaretskii2013-09-29
* Merge from trunk.Eli Zaretskii2013-09-26
|\
| * Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-24
| * Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-13
* | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-21
|/
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-27
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* Omit some unnecessary casts.Paul Eggert2013-08-10
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontnameDmitry Antipov2013-08-02
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-31
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-30
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-18
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Do not use GTK 3 if it exists but cannot be compiled.Paul Eggert2013-06-30
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-07
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-05
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-28
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-21
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-17
* * keymap.c (map_keymap_internal): Use format_save_value.Dmitry Antipov2013-01-15
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-15
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-14
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-14
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-12
|/
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-11
* gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-23
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Signal-handler cleanup.Paul Eggert2012-09-06
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-17
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-07
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-07
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-06