summaryrefslogtreecommitdiff
path: root/src/menu.c
AgeCommit message (Expand)Author
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-28Update Android portPo Lu
2023-01-19Update Android portPo Lu
2023-01-15Implement submenus on AndroidPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-21; * src/menu.c (x_popup_menu_1): Make 'cancel_hourglass' call conditional.Eli Zaretskii
2022-10-21; * src/menu.c: Include dispextern.h (bug#58688).Eli Zaretskii
2022-10-21Fix various menu problemsPo Lu
2022-10-03; * src/menu.c: remove unused lwlib includeManuel Giraud
2022-05-31Pacify GCC 12 -fanalyzer in x_popup_menu_1Paul Eggert
2022-02-17Prevent menu items leak if x-pre-popup-menu-hook signalsPo Lu
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-29Fix unrelated help text tooltips if a popup is shown during the delayPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-30Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-11-21Fix positioning of pop-up menus when there are window-marginsEli Zaretskii
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-11-11Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-09-09Merge branch 'feature/tab-bar-events'Juri Linkov
2021-09-05Improve tab-bar event handling (bug#41343)Juri Linkov
2021-08-22Make Qhide declaration non-target-specificMattias Engdegård
2021-08-22Don't show menu titles with the text property 'hide' (bug#50067)Juri Linkov
2021-08-21Remove default "Select" title from NS popup menus (bug#50067)Mattias Engdegård
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-22Simplify compilaiton condtionYuuki Harano
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-04-05Improve integer range checkingPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-04-24Don't link libXft when using cairoYAMAMOTO Mitsuharu
2019-03-16Define macros to abstract support for external menu/tool-barsAlexander Gramiak
2019-03-15Use bool for menu_items_inusePaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2019-01-09Use shortcuts for FlengthPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-10Use native alignment to access Lisp object dataPaul 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