summaryrefslogtreecommitdiff
path: root/src/xmenu.c
AgeCommit message (Expand)Author
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-09; Fix confusing comment in xmenu.c.Paul Eggert
2025-12-08Fix xmenu.c USE_X_TOOLKIT duplicationPaul Eggert
2025-01-26Beware large stack growth in pgtk_menu_showPaul Eggert
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-20SAFE_ALLOCA fixesPaul Eggert
2024-06-03lwlib: pacify gcc -Wmissing-variable-declarationsPaul Eggert
2024-04-30Pacify GCC 14 -Wnull-dereferencePaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-08-10Fix pinch gestures after toolkit menuPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-22Further fixes to menu event processing on no-toolkit buildsPo Lu
2022-10-21Fix delivery of window manager ping events during menuPo Lu
2022-10-17Fix pieces of code being too expensive over slow network connectionsPo Lu
2022-08-27Fix crash when handling "swallowed" generic eventsPo Lu
2022-08-05Fix oldXMenu grab handlingPo Lu
2022-07-29Implement monitor refresh rate synchronization on XPo Lu
2022-07-12Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flagAlan Mackenzie
2022-07-04Avoid code duplication converting XI event state in toolkit menu codePo Lu
2022-06-08Make responding to selection requests work inside popupsPo Lu
2022-05-23Fix stack overflows with large popup menusPo Lu
2022-05-07Fix freezes with some oddball menusPo Lu
2022-05-06Fix mouse face persisting inside Lucid menus on XI2Po Lu
2022-05-06Fix menu dismissal problems on Xt builds with XI2Po Lu
2022-04-30Fix focus reversion of Motif menus on XI2Po Lu
2022-04-23Fix key navigation of Lucid menus on XI2Po Lu
2022-04-14Minor fixes to menus on XI2Po Lu
2022-03-09Make XInput 2 features work on GTK 2 buildsPo Lu
2022-03-07Correctly handle exposure in oldXMenuPo Lu
2022-03-02Improve behavior of Motif popup menus on XI2Po Lu
2022-03-01Fix old X menu on builds with XI2Po Lu
2022-03-01Disable some code that interferes with menus on LucidPo Lu
2022-03-01Fix C-g inside toolkit file dialogs with XI2Po Lu
2022-03-01Intern server time property during terminal initializationPo Lu
2022-02-27Work around some problems with Motif and the input extensionPo Lu
2022-02-27Fix Motif menu and menu bar dismissal on XI2Po Lu
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-02-12Fix entry and exit events with XI2 grabs on X toolkit menusPo Lu
2022-02-12Fix compatibility with ancient versions of libXiPo Lu
2022-02-07Make menus work better on X toolkit builds with XInput 2Po Lu
2022-01-23Fix menus on the no-toolkit build when using XI2Po Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-27Fix menu window persistence and entry/leave events on Lucid on XI2Po Lu
2021-12-27Fix Lucid popup menu being stuck on XI2 buildsPo Lu
2021-12-24Fix menu grabs on XI2 Motif buildsPo Lu
2021-11-20Add support for event processing via XInput 2Po Lu