aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix 'etc/DOC' for a few functions/variablesEli Zaretskii2025-03-041-1/+1
* Don't call x-popup-function for non-tty framesGerd Möllmann2025-02-191-8/+10
* ; * src/menu.c (x_popup_menu_1): Fix typo.Gerd Möllmann2025-02-181-1/+1
* * src/menu.c (x_popup_menu_1): Use calln.Gerd Möllmann2025-02-181-4/+1
* * src/menu.c (x_popup_menu_1): Fix coding style.Po Lu2025-02-181-4/+4
* Add x-popup-menu-functionGerd Möllmann2025-02-181-0/+12
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Support GUI dialogs and message boxes better on MS-WindowsCecilio Pardo2024-09-141-3/+4
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Update Android portPo Lu2023-01-281-1/+1
* | Update Android portPo Lu2023-01-191-4/+5
* | Implement submenus on AndroidPo Lu2023-01-151-4/+5
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; * src/menu.c (x_popup_menu_1): Make 'cancel_hourglass' call conditional.Eli Zaretskii2022-10-211-0/+2
* ; * src/menu.c: Include dispextern.h (bug#58688).Eli Zaretskii2022-10-211-0/+1
* Fix various menu problemsPo Lu2022-10-211-0/+9
* ; * src/menu.c: remove unused lwlib includeManuel Giraud2022-10-031-4/+0
* Pacify GCC 12 -fanalyzer in x_popup_menu_1Paul Eggert2022-05-311-3/+3
* Prevent menu items leak if x-pre-popup-menu-hook signalsPo Lu2022-02-171-6/+0
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-1/+1
* Fix unrelated help text tooltips if a popup is shown during the delayPo Lu2022-01-291-1/+15
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-6/+25
|\ \
| * | Fix positioning of pop-up menus when there are window-marginsEli Zaretskii2021-11-211-3/+16
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-3/+9
| |/
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-7/+16
|\ \ | |/
| * Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-091-3/+6
| |\
| | * Improve tab-bar event handling (bug#41343)Juri Linkov2021-09-051-3/+6
| * | Make Qhide declaration non-target-specificMattias Engdegård2021-08-221-0/+2
| * | Don't show menu titles with the text property 'hide' (bug#50067)Juri Linkov2021-08-221-0/+8
| * | Remove default "Select" title from NS popup menus (bug#50067)Mattias Engdegård2021-08-211-4/+0
| |/
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Simplify compilaiton condtionYuuki Harano2020-11-221-1/+1
|/
* Prefer more inline functions in character.hPaul Eggert2020-04-171-3/+1
* Improve integer range checkingPaul Eggert2020-04-051-12/+10
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-0/+2
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Don't link libXft when using cairoYAMAMOTO Mitsuharu2019-04-241-1/+1
* Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-3/+2
* Use bool for menu_items_inusePaul Eggert2019-03-151-11/+9
* Add portable dumperDaniel Colascione2019-01-151-1/+2
* Use shortcuts for FlengthPaul Eggert2019-01-091-8/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-3/+3
|\ \