aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-17Prefer more inline functions in character.hPaul Eggert1-3/+1
2020-04-05Improve integer range checkingPaul Eggert1-12/+10
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov1-0/+2
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert1-1/+0
2019-04-24Don't link libXft when using cairoYAMAMOTO Mitsuharu1-1/+1
2019-03-16Define macros to abstract support for external menu/tool-barsAlexander Gramiak1-3/+2
2019-03-15Use bool for menu_items_inusePaul Eggert1-11/+9
2019-01-15Add portable dumperDaniel Colascione1-1/+2
2019-01-09Use shortcuts for FlengthPaul Eggert1-8/+4
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-1/+1
2018-08-07More macro renamings for bignumTom Tromey1-10/+10
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-3/+3
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-7/+7
2018-06-10Use native alignment to access Lisp object dataPaul Eggert1-2/+2
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-02For help commands, ensure all keys of a mouse sequence are reported.Alan Mackenzie1-45/+51
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-11-25Port build to gcc -fcheck-pointer-boundsPaul Eggert1-1/+1
2016-09-13Port to ISO/IEC TS 18661-1:2014Paul Eggert1-1/+1
2016-07-12Revert "Cleanup tooltips"John Wiegley1-6/+1
2016-07-12Cleanup tooltipsDmitry Antipov1-1/+6
2016-06-20Fix compiler warnings in Cygwin-w32 buildKen Brown1-4/+0
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii1-1/+0
2016-04-04New C macro AUTO_STRING_WITH_LENPaul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-4/+4
2016-02-03Fix x-popup-menu on TTYs without a mouseEli Zaretskii1-0/+3
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-1/+2
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-2/+2
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-11/+0
2015-02-14Fix assertion violations when popping menus on TTY (Bug#19862)Eli Zaretskii1-27/+31
2015-02-14Fix assertions in popping up menus on TTY (Bug#19862)Eli Zaretskii1-27/+31
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert1-4/+13
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert1-8/+8
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov1-1/+0
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert1-0/+1
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov1-5/+5
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert1-7/+15
2014-08-10Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics1-1/+1
2014-07-01* menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crashDmitry Antipov1-0/+5
2014-06-22* xmenu.c (mouse_position_for_popup):Dmitry Antipov1-1/+1
2014-06-13Don't try to display menus and dialogs in an 'initial' frame.Eli Zaretskii1-3/+6
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert1-3/+0
2014-06-04src/menu.c (Fx_popup_dialog): Comment the use of Qunsupported__w32_dialog.Eli Zaretskii1-4/+7