summaryrefslogtreecommitdiff
path: root/src/menu.h
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-03Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-22Implement menubar for pgtk emacsJeff Walsh
2020-01-01Update copyright year to 2020Paul Eggert
2019-04-26Rename generic x_* identifiersAlexander Gramiak
2019-03-16Define macros to abstract support for external menu/tool-barsAlexander Gramiak
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-04-30Port --enable-gcc-warnings to GCC 8Paul Eggert
2018-04-28Port --enable-gcc-warnings to GCC 8Paul Eggert
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-02For help commands, ensure all keys of a mouse sequence are reported.Alan Mackenzie
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-08-01Make functions static that no longer need to be extern.Paul Eggert
2014-06-22* xmenu.c (mouse_position_for_popup):Dmitry Antipov
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert
2014-06-07Fix last commit.Eli Zaretskii
2014-06-06* term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.Paul Eggert
2014-06-04Use terminal-specific hooks to display menus.Dmitry Antipov
2014-06-03Do not require libXt-devel when building with gtk.Paul Eggert
2014-06-03Fix MS-Windows build broken by menu changes on 2014-06-02.Eli Zaretskii
2014-06-02Use common memory management functions for lwlib and refactor users.Dmitry Antipov
2014-02-04Fix bug #16636 with simple dialogs on MS-Windows.Eli Zaretskii
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-05Integer-related fixes for term.c etc.Paul Eggert
2013-10-10* keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov
2013-10-08Fix minor problems found by static checking.Paul Eggert
2013-10-08Horizontal keys in TTY menus work.Eli Zaretskii
2013-09-05Fixed C compilation problems.Eli Zaretskii
2013-09-05Merge from trunk after a lot of time.Eli Zaretskii
2013-08-03Drop FRAME_PTR typedef.Dmitry Antipov
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-10-11lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert
2012-07-09Add GCC-style 'const' attribute to functions that can use it.Paul Eggert
2012-06-02Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-05-12Be more systematic about user-interface timestamps.Paul Eggert